/* 
###################### CSS-Help ##################################
Die ID Main nimmt die kompletten Inhalte auf. 
Mit Hilfe von Main kann die Seite z.B. zentriert werden. 
main definiert auch die maximale Breite einer Präsenz. 
#menubox nimmt das Menu auf 
#kopf definiert den Kopfbereich der Seite
#content beinhaltet den eigentlichen Fließtext

*/

.trennelement , trennelement_b, trennelement_c, trennelement_d
{
width: 100%;
clear: both;
display: block;
margin-bottom: 2px;	
}
.trennelement {height: 20px;}
.trennelement_b {height: 40px;}
.trennelement_c {height: 60px;}
.trennelement_d {height: 80px;}


body {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 0.8em;
	background-position: center;
	background-image: url(/layout/media/kachel.jpg);
	background-repeat: repeat-y;
	background-color: #3F91C3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#back {
	height: 175px;
	text-align: center;
}




#kopf {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#main {
	width: 760px;
	position: absolute;
	text-align: left;
	float: none;
	z-index: 0;
	margin-left: -380px;
	left: 50%;
	top:175px;
	margin-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
#head {
	width: 760px;
	position: absolute;
	text-align: left;
	padding: 0px;
	float: none;
	z-index: 0;
	margin-left: -379px;
	left: 50%;
	margin-top: 0px;
	background-image: url(/layout/media/kopf_higru.gif);
}
	
#main #marginalie .marginalie_content {
	padding-right: 5px;
	padding-left: 13px;
	padding-top: 5px;
}


/* Menüplatzierung */
#menubox {
	width: 190px;
	z-index: 2;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.6em;
	position: absolute;
	left: 0px;

	top: 0px;	
}
#menubox ul {
	 margin:1em; padding:0;	
	
}
/*---------------------------------*/



/* Content -------------------------   */


#content a {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
#content a:link {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
#content a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
#content a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
#content {
	float: left;
	width: 530px;
	padding-left: 220px;
	color: #333333;
	padding-right: 0px;
	line-height: 1.8em;
	font-size: 1.1em;

	}
	
	
#content h1 {
	font-size: 1.6em;
	color: #31588F;
	font-weight: normal;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}
#marginalie h1 {
	font-size: 1.2em;
	color: #31588F;
	font-weight: normal;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}
#marginalie h1 {
	font-size: 1.1em;
	color: #31588F;
	font-weight: normal;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}




#content h2 {
	font-size: 1.2em;
	color: #31588F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#content img {
	margin-right: 0.8em;
	margin-left: 0px;
	margin-bottom: 0.4em;
	margin-top: 0.6em;
	
}



/*Definition der Marginalie */
#marginalie {
	float: right;
	width: 188px;
	font-size: 0.8em;
	color: #595959;
	background-image: url(/layout/media/marginalie_kachel.jpg);
line-height: 1.4em;
	
}
#marginalie a {
	color: #333333;
	text-decoration: none;
}
#marginalie a:hover {
	color: #666666;
	text-decoration: underline;
}
#marginalie a:link {
	color: #333333;
	text-decoration: underline;
}
#marginalie a:visited {
	text-decoration: underline;
}

#marginalie a img {
	color: #FFFFFF;
	text-decoration: none;

}
#marginalie img {
	margin: 0;
	padding: 0px;
}

/* Wie sehen Listen aus */ 
#content li {
	font-size: 1em;
	list-style-type: circle;
	line-height: 1.8em;
			
}
#content ul {
	 margin:1em; padding:0;	
	
}
#marginalie ul {
	 margin:1em; padding:0;	
	
}



/* Fußzeile */

#footer {
	float: left;
	height: 30px;
	font-size: 0.8em;
	padding-left: 185px;	
}
#footer a {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
#footer a:link {

	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
#footer a:visited {

	font-weight: normal;
	text-decoration: none;
	
}

/* Was passiert wenn auf das Label geklickt wird? */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;

}




.formgen form
{
line-height : 120%;

}


/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 5px;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;	
	
}

.formgen fieldset {
	margin-top: 20px;
	display:block;
	clear:both;
}

 .forminfo 
{
	width: 360px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	font-weight: bold;
	color: #333333;
	border: 5px solid #FF0000;
}

/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 300px;
	height: 200px;
	background-color: #eeeeee;
	margin: 5px;
	padding: 5px;
	border: 1px solid #FF9900;	
}


/* Textfeld */
.formgen .formtext
{
	width: 300px;
	margin-left: 4px;
	padding-bottom: 4px;
	
}

/* Textfeld */
.formgen .divleft .formtext
{
	width: 13em;
	margin-left: 4px;
	padding-bottom: 4px;
	font-size: 0.9em;
}



.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover, 
.formgen .formtext:focus, .formgen .formtext:hover{
	background-color: #FF9;
}

.formgen  label {
	width: 160px;
	clear: left;
	float: left;
	padding-bottom: 20px;
	
}

.divleft
{
	width: 17em;
	/* clear: left; */
	float: left;
	padding-right: 1em;
	padding-bottom: 10px;
	/* background-color: #FFCC99;	*/	
}
.divleft label {
	width: 14em;  padding-right: 10px; padding-bottom: 10px; 	clear: left;
	float: left;
	
	
	
}

.divleft fieldset label {
	width: 14em;  padding-right: 10px; padding-bottom: 0px; 	clear: left;
	float: left;
	
	
	
}



.formgen .divleft .formselect
{
	width: 6em;
	background-color: #eeeeee;
	margin-left: 4px;
	font-size: 1em;
}








/* Label */

.formgen .divcheck label {
	width: 150px;
	clear: none;
	float: none;
	height: 20px;
	display: inline;
	
}



/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #CCCCCC;
	margin-left: 4px;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 100%;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #ffffff;
	float: right;
	color: #036;
}



/* Fieldsetbeschriftung */
.formgen legend {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1em;
	background-color: #34415E;
	padding-right: 0.6em;
	padding-left: 0.6em;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	border-bottom-width: 1px;
	color: #FFFFFF;
	background-color: #FF0000;
	font-weight: bold;
}

.formgen .formcaptcha
{
	border: 2px solid #990000;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}




.formtrenn {
	display: block;
	height: 20px;
	width:30em;
	
}

/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */



/* Teaser */

.teaser {
	background-color: #eeeeee;
	width: 360px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* Download anbieten */

.list_content {
	color:#666666;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:24px;
	margin:0px;
	line-height: 18px;
	
	}

.list_content3 {
	font-style:italic;
  
	text-decoration:none;
	padding-top:3px;
	padding-right:24px;
	padding-bottom:3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B4C6DB;	
	margin:0px;
    line-height: 18px;
	}

.list_content a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
}
.list_content3 a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* JAOS Lightbox Style-Sheet
Einfaches Style-Sheet zur (X)HTML-validen Darstellung
der Thumbnails, ausgelegt auf eine Thumbnail-Grösse
von 60 x 80 Pixel.
Hoch- bzw. Querformat (ls/pt) wird vom Modul berechnet
und dem jeweiligen div's zugeordnet.
*/

div.jaosg_thumbnail{
	float: left;
	padding-top: 5px;
}

div.jaosg_thumbnail img{
	border: 1px solid #425379;
}
/* ls=landscape-Format der Thumbs */
div.ls img{

}
/* pt=portrait-Format der Thumbs */
div.pt img{

}
/*footer schaltet float:left wieder aus */
div#jaosg_footer{
	clear: both;
	padding-top: 10px;
}



/* KLXM Bild ... Ausrichtung Links-Rechts */ 

.pleft {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;

border: none;
}
.pright {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;

border: none;
}
.pnormal {
	margin-bottom: 5px; 
border: none;
	
}


/* Definition der KLassen mit  Rahmen */

.pleft_b {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
border: 1px solid #333333;
}
.pright_b {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
border: 1px solid  #333333;
}
.pnormal_b {
	border: 1px solid  #333333;
	margin-bottom: 5px; }
	
	
.topbild {

}
#marg_content {
	padding-right: 20px;
	padding-left: 20px;
}
.directedit{
	width: 650px;
	position: absolute;
	text-align: left;
	float: none;
	z-index: 50;
	margin-left: -300px;
	left: 50%;
	top:30px;
	margin-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-repeat: repeat-x;
	color: #333333;
	background-color: #ffffff;
	filter: Alpha(Opacity=90);
		-moz-opacity: 0.90;
	opacity: 0.90;
	
}




