/*	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 }


body {
	font-size: 100.01%;
	color: black;
	background-color: white;
	font-family: Helvetica,Arial,sans-serif;
	margin: 0px;
	text-align: center; /* Zentrierung im Internet Explorer */
	min-width: 990px; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	padding: 10px 10px;
}

div#seite{
	text-align: left; /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto; /* standardkonforme horizontale Zentrierung */
	width: 990px;
}
  
div#banner{
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 0;

}  

.flLeft {
	float: left;
	margin-right: 20px;
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.flRight {
	float: right;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}

div#footer p {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 0.6em;
}


/* NAVIGATION
***********************************************************/
#navigation {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	float: left;
	width: 214px;
	margin: 0px 0px 0px 0px;
	border: 1px dashed silver;
	min-height: 348px;

}

#navigation ul.nav1st {
	position:relative;
	margin-left: 2px;
	margin-right: 2px;
}


#navigation ul.nav1st a{
	display:block;
	
}


#navigation ul.nav1st a.level1,
#navigation ul.nav1st a.current1{
	padding-left: 10px;
	color: #747474;
	background-color: #eee;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #9A9A9A;
	margin-bottom: 4px;
	letter-spacing: 2px;
	
}

#navigation ul.nav1st a:hover.level1,
#navigation ul.nav1st a:hover.current1{
	padding-left: 10px;
	color: Black;
	background-color: #E1E1E1;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #9A9A9A;
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
}

#navigation ul.nav1st a.level2,
#navigation ul.nav1st a.current2{
	padding-left: 20px;
	color: Black;
	margin-bottom: 6px;
	
}
#navigation ul.nav1st a.level3,
#navigation ul.nav1st a.current3{
    padding-left:40px;
	 color: Black;
	 margin-bottom: 6px;
}

#navigation ul.nav1st a.level4,
#navigation ul.nav1st a.current4{
    padding-left:60px;
	 color: Black;
	 margin-bottom: 6px;
}

#navigation ul.nav1st a.level5,
#navigation ul.nav1st a.current5{
    padding-left:65px;
	 color: Black;
	 margin-bottom: 6px;
}

#navigation ul.nav1st li{

}
#navigation ul.nav1st li.navhistory1,
#navigation ul.nav1st li.navhistory2,
#navigation ul.nav1st li.navhistory3,
#navigation ul.nav1st li.navhistory4,
#navigation ul.nav1st li.navhistory5,
#navigation ul.nav1st li.navhistory {
	padding:0px 0px 0px 0px;
}

#navigation ul.nav1st li.active {
	padding:0px 0px 0px 0px;
}



#navigation ul.nav1st li.active a,
#navigation ul.nav1st li.active a:link,
#navigation ul.nav1st li.active a:active,
#navigation ul.nav1st li.active a:focus,
#navigation ul.nav1st li.active a:visited{
	color: Red;
	font-weight: bold;
}


/*breadcrumb
*******************************************************************************/

#breadcrumb {
	position: relative;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	left: 220px;
	top:182px;
}

#breadcrumb a, 
#breadcrumb a:link {
	color: Black;
}

#breadcrumb a:hover {
	text-decoration:underline;
}


/*INFOBOX rechts
*******************************************************/  
  div#Info {
	font-size: 10px;
	float: right;
	width: 121px;
	margin: 0px 0px;
	border: 1px dashed silver;
	background-color: #eee;
	padding: 10px;
	min-height: 328px;

}
  div#Info strong {
    font-size: 1.33em;
    margin: 0.2em 0.5em;
  }
  div#Info p {
    font-size: 0.8em;
    margin: 0.5em;
  }

#partner_img{
	height: 60px;
}

/*INHALT
***************************************************************/

  div#Inhalt {
	margin: 0px 142px 0px 215px;
	padding: 10px 20px 20px 20px;
	min-height: 320px;

}
  div#Inhalt h1 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3px;
   margin-top: 10px;
	margin-bottom: 20px;
}
  div#Inhalt h2 {
    font-size: 13px;
	 font-weight: bold;
	 letter-spacing: 2px;
    margin-top: 10px;
	 margin-bottom: 40px;
  }

div#Inhalt h6 {
	text-align: justify;
}  

div#Inhalt p {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   margin: 1em 0;
   line-height:1.6em;
  }

div#Inhalt a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
	color: Black;

  }  
 
/* FOOTER
*************************************************************/
div#footer{
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0;
	float: left;
	text-align: center;
}    
div#footer a,
div#footer a:link{
	color: Black;
}

/*	Paragraphs / Lists
------------------------------------------------------------------------------*/
div#Inhalt ul li ul,
div#Inhalt ul li ol,
div#Inhalt ol li ol,
div#Inhalt ol li ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

div#Inhalt ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left:30px;
	list-style-type:square;
	font-size:12px;
	line-height:1.6em;
}

div#Inhalt ol {
	list-style-type:decimal-leading-zero;
}

/*Sitemap
***************************************************************/


#Inhalt ul.sitemaplevel1 a.level1{
font-size: 13px;
color: Black;
font-weight: bold;
}

#Inhalt ul.sitemaplevel2 a.level2{
	font-size: 12px;
	color: Gray;
	margin-left: 15px;
}

#Inhalt ul.sitemaplevel3 a.level3{
	font-size: 12px;
	color: Gray;
	margin-left: 40px;
}

/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin: 0px;
	padding: 0px;
	width: 520px;
	color: #575757;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

#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;
}

#form-module .element {
	display:block;
	clear:both;
}

#form-module label {
	display:block;
	float:left;
	padding:5px;
	width:120px;
}

#form-module label.checkbox {
	width:372px;
	border-right:none;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	float:left;
	margin:5px;
	width:295px;
	border:1px solid #333;
}

#form-module input.text {
	height:20px;
	color: Gray;
}

#form-module input.checkbox {
	width:120px;
	padding:0;
	border:none;
}

#form-module input.submit { 
	margin:5px 5px 5px 137px;
	padding:2px 5px;
	border:1px solid #333;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:center;
	cursor:pointer;
}

#form-module input.submit:hover { 
	background-color:#f7f7f7;
	color:#000;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height:96px;
}

#form-module-thanks {
	display:block;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;
}
/* JAOS Gallery
*******************************************************************************/
.jaosg_galerie	{
				text-align:center; 
				vertical-align:middle; 
				padding:5px;
				}

.jaosg_thumbnail	{
				margin:5px;
				float: left;
				height: 120px;
				width: 120px;
				text-align: left;
				vertical-align:middle;
				}

.jaosg_nav 		{
				text-align: center;
				}

.jaosg_bild		{
				text-align: center;
				}

.jaosg_bildbeschreibung	{
				font-size: 10px;
				font-weight: normal;	
				text-align: center;
				}
