body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	color: #666666;
	background-image: url("../files/hintergrund.jpg");	
	background-repeat:repeat-y;	
	background-color: #fff;		
}

a {
	text-decoration: none;
	color: #666666;
}

a:aktiv {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

img {
	border: 0;
	}

#links {
	position: absolute;
	width: 72px;
	height: 124px;
	background-image: url("../files/linker_hintergrund.jpg");
}

#images {
	z-index: 2;
	position: absolute;
	left: 71px;
	width: 152px;
	height: 740px;	
	border-left: 1px solid #5E6265;	
	background-image: url("../files/images_hintergrund.jpg");	
}

#header {
	position: absolute;
	z-index: 1;
	left: 200px;
	width: 772px;
	height: 124px;
	background-color: #fff;	
}

#anschrift {
	font-size: 10px;
	z-index: 10;
	position: absolute;
	left: 245px;
	width: 320px;
	height: 124px;
	text-align: left;
	float: left;
	background-color: #fff;	
}

#logo {
	position: relative;
	z-index: 4;	
	left: 672px;
	width: 300px;
	height:147px;
	background-color: #fff;	
}

#hauptnavigation {
	padding: 5px 0 0 15px;
	z-index: 5;
	position: absolute;
	top: 124px;
	left: 220px;
	width: 737px;
	height:18px;
	background-color: #86DBE2;
}

#hauptnavigation a:visited {
	margin: 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#hauptnavigation a {
	margin: 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#hauptnavigation #aktiv {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #E8831F;
}

#hauptnavigation a.current {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #E8831F;
}



#hauptnavigation a:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #E8831F;
}

/** sprachwahl **/

#sprachwahl {
	z-index: 7;
	position: absolute;
	top: 131px;
	left: 920px;
	background-color: #86DBE2;
}

#sprachwahl #deutsch {
	float: left;
	width: 20px;
	height: 12px;
	background-image: url("../files/de_bw.gif");	
	background-position: top left;
	background-repeat: no-repeat;	
}

#sprachwahl #deutsch:hover {
	background-image: url("../files/de.gif");	
	background-position: top left;
	background-repeat: no-repeat;	
}

#sprachwahl #englisch {
	float: left;
  width: 20px;
	height: 12px;
	background-image: url("../files/en_bw.gif");	
	background-position: top left;
	background-repeat: no-repeat;	
}

#sprachwahl #englisch:hover {
	background-image: url("../files/en.gif");	
	background-position: top left;
	background-repeat: no-repeat;	
}

/****/

#content {
	z-index: 1;
	position: absolute;
	padding:  0 0 10px 70px;
	top: 160px;
	left: 177px;
	width: 608px;
  line-height: 17px;	
}

.headline {
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #E8831F;
}


.abschnittslink a:visited {
	background-image: url("../files/pfeil.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

.abschnittslink a:link {
	background-image: url("../files/pfeil.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
.abschnittslink a:hover {
	background-image: url("../files/pfeil_hover.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #E8831F;
}

.fliesstextheadline {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

.fliesstexthighlite {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #E8831F;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #E8831F;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #E8831F;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}



.abschnitt {
	padding:  0 0 0 12px;
	width: 620px;
	color: #000;
}


/*	Navigation horizontal and vertical - 
	Wenn die Navigation mit der ID 2 verwendet wird, kann alles bis 
	zum nächsten Kommentar gelöscht werden
------------------------------------------------------------------------------*/

#header-nav {
	position:absolute;
	bottom:30px;
	left:200px;
	width:560px;
	background:#fff;
}

#header-nav ul.nav1st {
}


#header-nav ul.nav1st li {
	display:block;
	float:left;
	padding:5px 7px 5px 7px;
}

#header-nav ul.nav1st li.active {
	background:#f7f7f7;
}

#header-nav ul.nav1st li.active a,
#header-nav ul.nav1st li.active a:link {
	color:#090;
}

#header-nav ul.nav1st a, 
#header-nav ul.nav1st a:link {
	color:#606060;
	font-size:1.2em;
	font-weight:bold;
}

#header-nav ul.nav1st a:hover {
	color:#090;
}


#navigation {
	float:left;
	width:200px;
	padding:14px 0;
}

#navigation ul.nav2nd li {
	padding:0;
	margin-left:14px;
	font-size:1.1em;
	font-weight:normal;
}

#navigation ul.nav2nd a, 
#navigation ul.nav2nd a:link {
	display:block;
	padding:4px 0 4px 0;
	color:#606060;
}

#navigation ul.nav2nd a.current, 
#navigation ul.nav2nd a.current:link, 
#navigation ul.nav2nd a:hover {
	color:#090;
	text-decoration:underline;
}

/* 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;
	background: #DCDCDC;
	border: 1px solid;
	border-color: #AAA #444 #444 #AAA;
	margin: 5px 3px;
}

div.jaosg_thumbnail img{
	border: 1px solid;
	border-color: #444 #AAA #AAA #444;
}
/* ls=landscape-Format der Thumbs */
div.ls img{
	height: 60px;
	width: 80px;
	margin: 20px 10px;
}
/* pt=portrait-Format der Thumbs */
div.pt img{
	height: 80px;
	width: 60px;
	margin: 10px 20px;
}
/*footer schaltet float:left wieder aus */
div#jaosg_footer{
	clear: both;
	padding-top: 1em;
}

.list_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:10px;
	color:#666666;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:24px;
	width:520px;
	background-color:#E8E8E8;
	margin:0px;
    line-height: 18px;
	}

.list_content2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
	color:#666666;
	padding-left:10px;
	padding-top:3px;
	padding-right:24px;
	padding-bottom:3px;
	width:520px;
	background-color:#d0d0d0;
	margin:0px;
    line-height: 18px;
	}
	
	#breadcrumb {
	position: relative;
	font-size: 9px;
	width: 670px;,
	top: 3px;
	left: 245px;
	color:#7c9182;
}

#breadcrumb a, 
#breadcrumb a:link {
	color:#7c9182;
}

#breadcrumb a:hover {
	color:#000;
}

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

#form-module {
	margin:0px;
	padding:0px;
	color:#666;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
}

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

#form-module label {
	display:block;
}

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

#form-module input, 
#form-module select {
	float:left;
	width: 200px;
	border:1px solid #333;
}

#form-module textarea {
	float:left;
	width: 320px;
	border:1px solid #333;
}

#form-module input.text {
	margin-bottom: 10px;
	height:20px;
}

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

#form-module input.submit { 
	margin-top:5px;
	border:1px solid #333;
	background-color:#fff;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	cursor:pointer;
	margin-bottom: 20px;
}

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

#form-module label.textarea, 
#form-module textarea.textarea {

}

#form-module-thanks {
	display:block;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}



