
/*	undo
*******************************************************************************/

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

body, div,p,li { background-repeat:no-repeat; }

/*	reset some basic style hauptnavigation
*******************************************************************************/
dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }


/*	body
*******************************************************************************/
body {
	background-image:url(bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	scrolling:0%;
	font-family:verdana,helvetica, sans-serif, tahoma, arial;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.flLeft { float:left; }
.flRight { float:right; }

.warning, 
#main-block .warning { color:#f00; }


/*	website
*******************************************************************************/
#website {
	position:relative;
	display:block;
	margin:0px auto;
	margin-top:45px;

	
	height:100%;
	width:619px;
	color:#686868;
	text-align:left;
	
}

/*	header
*******************************************************************************/
#header {
	position:relative;
	margin:0;
	padding:0;
	height:193px;
	background-image:url(01_2.gif);
}


/*	header02
*******************************************************************************/
#header02 {
	position:relative;
	margin:0;
	padding:0;
	height:193px;
	background-image:url(01_2.gif);
}



/*	content
*******************************************************************************/


#content, #content2 {
	display:block;
	clear:both;
	position:relative;
	padding:0 0 0 0;
	background:#ffffff;
	border-top: 1px solid #ffffff;
}


/* hide from IE/MAC \*/
* html #content, * html #content2 {
	height:1px;
}
/* end hide */


#content {}

#content2 {
background: #ffffff;
	background-repeat:repeat-y;
}

#main {
	float:left;
	width:619px;
	background: #ffffff;
}

#mainpress {
	float:left;
	width:385px;
}

#main-block {background: #ffffff;}

#main-block2 {
	padding:14px;
	padding-left:37px;
}




/* rechte spalte
------------------------------------------------------------------*/


#rechtespalte {
	float:left;
	width:60px;
	padding-top:15px;
	padding-left:33px;
	color:#9B9A9A;
}

#rechtespalte a:hover {
	color:#ffffff;
	background-color:#CC2225;
}


#rechtespalte a, #rechtespalte a:link {
	color:#CC2225;
}

#rechtespalte a:active {
	color:#CC2225;
}

/* Headline 2 */
#rechtespalte h2 {
	color:#93B872;
	font-family:verdana,helvetica, sans-serif, tahoma, arial;
	font-size:1.3em;
	font-weight:bold;
	line-height:1.6em;
}
/*******************************************************************************
        
        Horizontales Dropdown-Menu, CSS
        
       
        
*******************************************************************************/

.menu {
  font-family: arial, verdana, sans-serif; 
  width:688px;                    /*  (1)  */
  position:relative; 
  font-size:1.1em;
  padding-bottom:0px;
  z-index:100;
left:144px;


}

.navpos {  background-image:url(01_2_bottom.gif);float:left; }

.menu ul {                        /* UL Ebene 1 */
  padding:0; 
  margin:0;
  list-style-type: none;
     
}

.menu ul li {                     /* Listenelemente der Ebene 1 */
  float:left;
  position:relative;
  
}

.menu ul li a, 
.menu ul li a:visited {           /* Links der Listenelemente der Ebene 1 */
  display:block; 
  text-decoration:none; 
  color:#fff; 
  width:84px;                    /* Breite von (.menu)/(Anzahl der Punkte)-(1Px)  --> (1) */
  height:18px;                    /*  (2)  */
  border:1px solid #fff;          /* Border-color am besten = Hintergrundfarbe der Seite */
  border-width:1px 1px 0 0; 
  
  padding-left:10px; 
  line-height:18px;               /*  --> (2)  */
}
* html .menu ul li a, .menu ul li a:visited {
  width:84px;                    /* für 'normale' Browser */
  w\idth:84px;                   /* für IE */
}
.menu ul li ul {
  display: none;
}

table {
  margin:-1px; 
  border-collapse:collapse;
  font-size:1.0em;
}

/* li:hover  für non-IE-Browser  ---  a:hover  für IE */
  .menu ul li:hover a,
  .menu ul li a:hover {
  color:#555; 
  background:#b2d792;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
  display:block; 
  position:absolute; 
  top:18px;                          /*  --> (2)  */
  margin-top:1px;
  left:0; 
  width:150px;
}

* html .menu ul li a:hover ul {
  margin-top:0;
  marg\in-top:1px;
}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
  visibility:hidden; 
  position:absolute; 
  height:0; 
  width:0;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
  display:block; 
  background:#b2d792; 
  color:#555; 
  height:auto; 
  line-height:1.2em; 
  padding:5px 10px; 
  width:129px
}
* html .menu ul li a:hover ul li a {
  width:150px;
  w\idth:129px;
}

.menu ul li:hover ul li a.drop,       /* Ebene 2 mit  Subpunkten */
.menu ul li a:hover ul li a.drop {
  background:#92ba71 url(../../graphics/drop.gif) bottom right no-repeat;
}

.menu ul li:hover ul li a:hover,      /* Ebene 2 hover */
.menu ul li a:hover ul li a:hover {
  background:#92ba71; 
  color:#fff;
}

.menu ul li:hover ul li:hover ul,     /* Ebene 3 */
.menu ul li a:hover ul li a:hover ul {
  visibility:visible; 
  position:absolute; 
  left:150px; 
  top:0;
  width:150px;
}

.menu ul li:hover ul li:hover ul.left,  /* Ebene 3  letztes Element */
.menu ul li a:hover ul li a:hover ul.left {
  left:-150px;
}





.menumember  {

font-family: arial, helvetica, sans-serif, tahoma, verdana;
font-color:#fff;
font-size: 1.1em;
padding-left:10px;
padding-top:2px;
padding-left:204px;
width: 680px;
}

.menumember a:link {
font-family: arial, helvetica, sans-serif, tahoma, verdana;
color:#fff;

}

.menumember a:hover {
font-family: arial, helvetica, sans-serif, tahoma, verdana;
color:#666;

}

.menumember  a:active {
font-family: arial, helvetica, sans-serif, tahoma, verdana;
color:#fff;

}



A:link { font-family:  arial, helvetica, sans-serif, tahoma, verdana; text-decoration:none; color:#666; }
A:visited { font-family:  arial, helvetica, sans-serif, tahoma, verdana; text-decoration:none; color:#666666; }
A:hover { font-family:  arial, helvetica, sans-serif, tahoma, verdana; text-decoration:none; color:#666666; }
A:active { font-family:  arial, helvetica, sans-serif, tahoma, verdana; text-decoration:none; color:#ffffff; }







/*	Headlines überschriften
------------------------------------------------------------------------------*/

/* Headline 1 */
#main-block h1 {
	color:#93B872;
	font-family:verdana,helvetica, sans-serif, tahoma, arial;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.4em;
}

#main-block .teaser h1 {
	font-size:1.3em;
}

/* Headline 2 */
#main-block h2 {
	color:#93B872;
	font-family:verdana,helvetica, sans-serif, tahoma, arial;
	font-size:1.3em;
	font-weight:bold;
	line-height:1.6em;
}


/*	Paragraphs / Lists
------------------------------------------------------------------------------*/
#main-block p,
#main-block ul,
#main-block ol {
	margin-bottom:1.0em;
	font-size:1.1em;
	line-height:1.2em;
}
#main-block ul li ul,
#main-block ul li ol,
#main-block ol li ol,
#main-block ol li ul {
	font-size:1em;
}

#main-block ul {
	margin-left:14px;
	list-style-type:disc;
}

#main-block ol {
	list-style-type:decimal-leading-zero;
}


/*	Hyperlinks internlinks
------------------------------------------------------------------------------*/
#main-block a, #main-block a:link {
	color:#444444;
	text-decoration:none;
}

#main-block a:hover {
	color:#666666;
}



/*	Images
------------------------------------------------------------------------------*/
#main-block div.image {
	margin-bottom:0;
}
#main-block div.image p {
	margin:0;
	font-size:0.9em;
}
#main-block div.flLeft {
	margin-right:14px;
}
#main-block div.flRight {
	margin-left:14px;
}


/*	footer bottommenue
------------------------------------------------------------------------------*/
.footer {
	display:block;
	width:619px;
	height:39px;
	margin:0px auto;
	background-image:url(footer.gif);
}
.footer2 {
	padding:0 37px;
}
.footer p {
	margin:0;
	padding:24px 0;
	font-size:10px;
	text-transform:uppercase;
}

.footer p, 
.footer p a,
.footer p a:link {
	color:#666666;
}
.footer p a:hover {
	text-decoration:none;
	color: #969595
}



.footer .col-left {
	float:left;
	width:0;
}
.footer .col-right {
	float:left;
}

.kopf .col-left {
	float:right;
	width:0;
}
.kopf .col-right {
	float:right;
}

.kopf {
	display:block;
	width:560px;
	height:18px;
	margin:0px auto;
	color:#666666;
}
.kopf2 {
	padding: 0;
}


.kopf p, 
.kopf p a,
.kopf p a:link {
	color:#666666;
}
.kopf p a:hover {
	text-decoration:none;
	color: #969595
}

.kopf p a:visited {
	text-decoration:none;
	color: #666666
}


/*	login form
------------------------------------------------------------------------------*/
.login {
	margin:1.2em 0 1.2em 0;
	width:230px;
	background-color:#ffffff;
	font-size:1.0em;
	line-height:1.4em;
	padding-left:23px;
	color:#666;
}

.login2 {
	padding:5px 0 5px 14px;
}

.login label {
	display:block;
	clear:both;
	margin-top:5px;
	color:#606060;
}

.login input {
	float:left;
	margin:5px 0;
	width:98px;
	border:1px solid #93B872;
	background-color:#fff;
	padding-left:5px;
}


.login input.submit { 
	border:none;
	width:252px;
	height:18px;
	font-size:10px;
	padding-left:3px;
	float: right;
	color:#606060;
	text-decoration:underline;
	cursor:pointer;
}




/* form-module
*******************************************************************************/

.formularbezeichnung { font-size:11px; font-family: arial; }

#email { width:150px;  }
#name { width:150px;  }
#kontakt {width:497px; }
.senden {width:60px; }

#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0px;
	width:520px;
	background-color:#ffffff;
	color:#666;
	font-family:verdana,helvetica, sans-serif, tahoma, arial;
	font-size:1.1;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:5px;
	font-size:1em;
	font-weight:bold;
}

/*======== hintergrund der kontaktfelder =========*/


#form-module .element {
	display:block;
	clear:both;
	background-color:#ffffff;

}

#form-module label {
	display:block;
	float:left;
	padding:5px;
	width:190px;
	border-right:2px solid #fff;
}

#form-module label.checkbox {
	width:372px;
	border-left:2px solid #fff;
	border-right:none;
}

/*======== KONTAKTfelder =========*/


#form-module input, 
#form-module select {
	float:left;
	margin:5px;
	width:205px;
	border:1px solid #333;
}

#form-module textarea {
	float:left;
	margin:5px;
	width:295px;
	border:1px solid #333;
}

#form-module input.text {
	height:15px;
}

#form-module input.checkbox {
	width:150px;
	padding:0;
	border:none;
}

/*======== KONTAKTbestätigung =========*/

#form-module input.submit { 
	margin:5px 5px 5px 137px;
	width:180px;
	height:18px;
	border:1px solid #ffffff;
	background:#ffffff;
	color:#666666;
	font-family:verdana,helvetica, sans-serif, tahoma, arial;
	text-align:center;
	font-size:10px;
	cursor:pointer;
}

#form-module input.submit:hover { 
	color:green;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height:66px;
}

#form-module-thanks {
	display:block;
	color:#666;
	font-family:verdana,helvetica, sans-serif, tahoma, arial;
	font-size:1.2em;
}


/* download
*******************************************************************************/
#main-block .download-hdl p, 
#main-block .download-file p, 
#main-block .download-desc p {
	margin:0;
}
#main-block .download-hdl p {
	padding:1px 7px;
	background-color:#666666;
	font-weight:bold;
	color:#fff;
}

#main-block .download-file {
	padding:1.2em 7px;
	border-left:1px solid #666666;
	border-right:1px solid #525252;
}

#main-block .download-desc {
	margin-bottom:1.2em;
	padding:1.2em 7px;
	background-color:#999000;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
}

#main-block .download-without-desc {
	margin-bottom:1.2em;
	border-top:1px solid #666666;
}

/*  Gallery
*******************************************************************************/
.#hassoGallery {
	margin-left: 0;
	padding: 0;
	font-size: medium ;
	
	
}


#hassoNav {
	display: block;

}

#hassoNav ul {
	display: block;
	text-align:left;
	list-style: none;
	margin-left: 0.5em;
	font-size: small ;
	line-height: normal;
	margin-top: 2px;
	margin-bottom: 2px;
	vertical-align:top;
}

#hassoNav a {
	display: block;
}

#hassoNav a:hover {
	display: block;
}

#hassoNav #active {
	display: block;

}

#hassoThumbs {
	float: left;
	padding: 0;
	width: 570px;
	margin: 0px;
	font-size: 1.1em;
	font-family: verdana,helvetica, sans-serif, tahoma, arial;
	background-color: #ffffff;
	text-align: center;
	
}

#hassoThumbs .hassoThumb {
	float: left;
	margin: 10px 5px 10px 5px;
	border:0;
	height: 110px;
	width: 70px;
	text-align: left;
	vertical-align:middle;
		
}

#hassoThumbs .hassoThumb a {
	border:0;
	
}

#hassoThumbs .hassoThumb a img {
	
	
	border:1px solid #666666;
	
}


#hassoPic {
	text-align:left;
	padding: 5px;
	width: 360px;
	margin: 0px;
	font: bold 10px verdana ,  sans-serif;
}


#hassoPic .hassoTitle {
	font-style:normal;
	text-align:left;
	font-size: 10px;
	color:#ffffff;
	font-family: verdana,helvetica, sans-serif, tahoma, arial;
	
}

#hassoPic .hassoDescription {
	text-align:left;	
}

#hassoPic img {
	border: 0px;
	margin: 0px;
}


#hassoPrevNextNav {
	display: block;
	font-size: small ;
	width: 370px;
	margin:0;
	padding: 0;
	padding-bottom: 10px;

}


#hassoPrevNextNav #hassoPrevPic{
	float: left;
	
}


#hassoPrevNextNav #hassoNextPic{
	float: right;
}

#hassoPrevNextNav #hassoPrevPic a {
	text-align:left;
}


#hassoPrevNextNav #hassoNextPic a {
	text-align:right;
		
}

/**
* @package Dreispalter
* @name DS CSS
* @author ZFeN - sven@zfen.de - http://www.zfen.de
* @version 1.0.1
*/

.dreispalter {
  width: 570px;
}

.dreispalter_1 {
  width: 180px;
}

.dreispalter_2 {
  width: 180px;
  margin-left: 10px;
}

.dreispalter_3 {
  width: 180px;
  margin-left: 20px;
}

.dreispalter_1, 
.dreispalter_2, 
.dreispalter_3 {
  float: left;
}

.clboth {  
 clear: both;
 display: block;
 line-height: 0;
 font-size: 0;
}



/*	linkliste
*******************************************************************************/
.maintext {
color:#444444;
font-size:1.1em;
font-family:tahoma, arial, verdana, helvetica, sans-serif;
}

.maintext link: {
color:#444444;
font-size:1.1em;
font-family:tahoma, arial, verdana, helvetica, sans-serif;
}


.listleft {
width:45px;
}

.listleftfans {
width:35px;
}


.pad {
padding-left:5px;
}


.de {
background-image:url(de.gif);
width:38px;
height:19px
}
.ital {
background-image:url(it.gif);
width:38px;
height:19px
}

.aus {
background-image:url(aus.gif);
width:38px;
height:19px
}

.pl {
background-image:url(pol.gif);
width:37px;
height:19px
}

.ru {
background-image:url(rus.gif);
width:37px;
height:19px
}

.hun {
background-image:url(hung.gif);
width:37px;
height:19px
}

.switz {
background-image:url(switz.gif);
width:38px;
height:19px
}

.list {
background-color:#93B872;
width:250px;
height:100%;
padding-left:5px;
padding-top:3px;
color:#444444;
}

.list2 {
background-color:#B2D792;
width:250px;
height:100%;
padding-left:5px;
padding-top:3px;
color:#444444;
}

.list2 a:link {
width:250px;
height:100%;
padding-left:5px;
padding-top:3px;
color:#ffffff;
}

.list a:link {
width:250px;
height:100%;
padding-left:5px;
padding-top:3px;
color:#ffffff;
}

.listfans {
background-color:#93B872;
width:260px;
height:100%;
padding-left:5px;
padding-top:3px;
}

.list2fans {
background-color:#B2D792;
width:250px;
height:100%;
padding-left:5px;
padding-top:3px;
}


.r {
border-right: 1px solid #ffffff;
}

.l {
border-left: 1px solid #ffffff;
}

.b {
border-bottom: 1px solid #ffffff;
}??????


/* JAOS Gallery
*******************************************************************************/
.jaosg_galerie	{
				text-align:center; 
				vertical-align:middle; 
				height: 100px;
				}

.jaosg_thumbnail	{
				margin:5px;
				float: left;
				height: 40px;
				width: 40px;
				text-align: left;
				vertical-align:middle;
				}

.jaosg_nav 		{
				text-align: center;
				}

.jaosg_bild		{
				text-align: center;
				}

.jaosg_bildbeschreibung	{
				text-align: justify;
				}
/* eq=quadratisches-Format der Thumbs */
div.eq img{
   height: 40px;
   width: 40px;
}


.member { 
color:666;
font-size:1.0em;
text-decoration:underline;
 }
 
 #member a:link { 
color:666;
text-decoration:underline;
 }
 
  #member a:active { 
color:666;
 }
 
 #member a:hover { 
color:666;
 }


 
 
 
 
div#mkdir {
	visibility: hidden;
	position: absolute;
	float: right;
	right: 20px;
	top: 50px;
	border: 2px solid #000;
	padding: 5px 20px;
	color: #000;
	background-color: #69f;
	filter:Alpha(opacity=95);
	opacity:0.95;
}
span.small a {
	border: 1px dashed #000;
	padding: 2px 5px;
	margin: 0 5px;
}


/*  Start Forms */
#formwrap {
   padding: 0px 0px 0px 0px;
   margin: 20px 0px 0px 50px;
}
#form {
   padding: 0px 0px 10px 0px;
   margin: 0px 0px 0px 0px;
   text-align: left;
}
/* Rahmenfarbe angeben für Opera */
fieldset {
   border: 1px solid #fff;
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
}
legend {
   border: 1px solid #fff;
}
Label {
   font:11px/20px verdana, arial, helvetica, sans-serif;
   padding:0px;
   margin-left: 0px;
}
.inpt {
   width: 350px;
   border: 1px solid #999;
   background-color: transparent;
   color: #666666;
   font-family: Verdana, Arial, Sans-Serif;
   font-size: 11px;
   padding: 1px 1px 1px 3px;
   margin: 0px 0px 5px 0px;
   word-spacing: 0.2em;
}
.txt {
   width: 350px;
   border: 1px solid #999;
   background-color: transparent;
   color: #666666;
   font-family: Verdana, Arial, Sans-Serif;
   font-size: 11px;
   padding: 1px 1px 1px 3px;
   margin: 0px 0px 5px 0px;
   word-spacing: 0.2em;
}
input.inpt:focus, textarea.txt:focus {
   color: #000;
   font-family: Verdana, Arial, Sans-Serif;
}
.senden {
   width: 150px;
   font-weight: bold;
   font-size: 11px;
   margin: 15px 0px 0px 198px;
   padding: 3px 0px 3px 0px;
   background-color: #eee;
   color: #333;
   text-align: center;
   border: solid 1px #999;
   cursor: pointer;
}
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit] {
   cursor: pointer;
}

.formerror {
	color: red;
}
/*  End Forms */ 


.start {

	color:#666666;

	font-family:verdana,helvetica, sans-serif, tahoma, arial;

	font-size:10px;

	vertical-align:middle;

}

#middle {

	padding-left:80px;

}

#index { background-color:#ffffff;  }
