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

*/

body {
	font-family: "Trebuchet MS", "Arial Unicode MS", Arial;	
	font-size: 0.76em;
	background-position: center;
	background-image: url(/layout/media/content_higru.gif);
	background-repeat: repeat-y;
	background-color: #BDD3DB;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#back {
	height: 175px;
	background-image: url(/layout/media/kopf_higru.gif);
}




#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:195px;
	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: -380px;
	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;
	text-align: left;
	font-weight: bold;
	font-size: 0.94em;
	line-height: 1.6em;
	position: absolute;
	left: 0px;

	top: 185px;	
}
/*---------------------------------*/



/* 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: 390px;
	padding-left: 170px;
	color: #333333;
	padding-right: 0px;
	line-height: 1.8em;

	}
	
	
#content h1 {
	font-size: 2.2em;
	color: #666666;
	font-weight: normal;
	line-height: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content h2 {
	font-size: 1.2em;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, 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: 145px;
	font-size: 0.94em;
	color: #595959;
	background-image: url(/media/standard/marg_higru.jpg);
	padding-right: 20px;
	padding-left: 25px;
padding-top: 10px;
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: square;
	line-height: 1.8em;
			
}
#content 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;
	
}

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

.textarea
{
	
	width: 340px;
}
.text
{
	margin-top: 15px;	
	
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	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 #5D81A3;
}

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

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; }
	
	
.topbild {

}


