/* 
###################### 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 
#head definiert den Kopfbereich der Seite
#content beinhaltet den eigentlichen Fließtext

*/

body {
	font-family: "Trebuchet MS", "Arial Unicode MS", Arial;	
	font-size: 0.8em;
	background-position: center;
	background-image: url(/layout/media/content.gif);
	background-repeat: repeat-y;
	background-color: #5E5A5A;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


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

/* Menüplatzierung */
#menubox {
	width: 150px;
	z-index: 5;
	text-align: right;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.6em;
	position: absolute;
	left: 0px;
	top: 150px;	
}
/*---------------------------------*/


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


#content a {
	color: #333333;
	font-style: italic;
}
#content a:link {
	color: #333333;
	font-style: italic;
}
#content a:hover {
	color: #990000;
	font-style: italic;
}
#content a:visited {
	text-decoration: underline;
}
#content {
	float: left;
	padding-left: 170px;
	color: #33333;
	padding-right: 20px;
	line-height: 1.8em;

	width: 370px;
	}
	
	
#content h1 {
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.2em;
	margin-top: 0px;
	padding-top: 0px;	
}

#content h2 {
	font-size: 1.2em;
	font-weight: normal;
}



#marginalie h1 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1em;
	
}

#marginalie h2 {
	font-size: 1.2em;
	font-weight: normal;
}


#content img {
	/* margin-right: 0.8em;*/
	margin-left: 0px;
	margin-bottom: 0.4em;
	margin-top: 0.6em;
	
}
/* Wie sehen Listen aus */ 
#content li {
	font-size: 1em;
	list-style-type: square;
	line-height: 1.8em;
			
}
#content ul {
	 margin:1em; padding:0;
	
	
}

#hr {
	color: #006633;
	height: 1px;
}



/*Definition der Marginalie */
#marginalie {
	float: right;
	width: 195px;
	color: #333333;
	line-height: 1.4em;
	font-size: 0.9em;
	
}
#mkasten_content {

	padding-left: 10px;
	padding-right: 25px;
}

#mkasten {
	background-image: url(/layout/media/marginal_mitte.gif);
}
.bildunten {
	vertical-align: bottom;
}


#marginalie a {
	color: #333333;
	font-style: italic;
}
#marginalie a:hover {
	color: #000000;
	font-style: italic;
	text-decoration: none;
}
#marginalie a:link {
	color: #333333;
	font-style: italic;
}
#marginalie a:visited {
	text-decoration: underline;
}

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

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



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

/*//////////////////////////////////////////////////////////////////////////////*
/* Formular Definition */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
    cursor                    :    pointer;
	
}


label {
	font-family: Arial, Helvetica, sans-serif;
	width: 120px;
	clear: left;
	float: left;
	height: 20px;
	padding: 0px;
}

form
{
	line-height                :    120%;
	width: 350px;
}

form br
{
    clear                    :    both;
}





.caution { color: red; font-weight: bold; }
input {
	
}
.forminput {
	background-color: #eeeeee;
	color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	width: 350px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #333333;
	border-top-style: none;
	border-right-style: none;
}

textarea {
	background-color: #eeeeee;
	width: 250px;
	border: 1px solid #333333;
}


.text
{
	margin-top: 15px;	
	
}
legend {
	
	font-weight: bold;
	color: #006633;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;

}
fieldset {
	width: 345px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #006633;
}

/* 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;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
	padding-top: 5px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #AAA;
	border-right-color: #444;
	border-bottom-color: #444;
	border-left-color: #AAA;
}

div.jaosg_thumbnail img{
	border: 1px solid;
	border-color: #444 #AAA #AAA #444;
}
/* 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: 1em;
}



/* 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 {
	clear: both;
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 {
	clear: both;
	border: 1px solid  #333333;}
	
.trennelement {
	clear: both;
	width: 20px;
}
.download-file {
	font-size: 0.9em;
} 

