@charset "utf-8";

/* Datei: sutter_screen.css
   Autor: Lucia Amann
   Datum: 15.12.2008		*/

	/* =============================
	Aufbau:
	1. Allgemeine Styles
   	2. Layoutbereiche
   		2.a) Allgemeine Layoutbereiche
		2.b) absolute Layer
	3. Accordion
	4. Allgemeine Klassen
	=================================*/

/* =====================
	1. Allgemeine Styles
   	===================*/
 
  * { margin:0; padding: 0 }
  html {
	height:100%
}

body {
	color: #342453;
	font: normal 12px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;








	background-color:#; 		
	background: #A38E60 url(../images/bg_body.gif);
}
/* ===================== Scrollbalken

html, body, textarea {
	scrollbar-base-color:#342453;
	scrollbar-3d-light-color:#949FE9;
	scrollbar-arrow-color:#949FE9;
	scrollbar-darkshadow-color:#949FE9;
	scrollbar-face-color:#342453;
	scrollbar-highlight-color:#949FE9;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#ACACE6;
}
===================*/


h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 110%;
	margin: 10px;
	}
h2 {
	font-size: 1.2em;
	font-weight: bold;
}

	h3 {
	font-size: 1em;
	padding-left: 18px;
	padding-top: 6px;
	background: url(../images/kreis_blau.jpg) no-repeat 2px 7px;
	}

h4 {
	font-weight: bold;
	font-size: 1em;
	color: #949FE9;
	background: #342453;
	border-right: 1px solid #949FE9;
	padding-left: 2px;
	margin-bottom: 3px;
	line-height: 1.1em;
	padding-bottom: 2px;
}
h4 img {
	padding-top: 2px;
	margin-left: 2px;
}

h5 {
	font-weight: bold;
	font-size: 1em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
	margin-left: 2px;
}



p {
	font-size: 1em;
	line-height: 1.3em;
}
img {
	border: none;
}	
li {
	margin: 0px;
	padding: 0px;
}


/* =============================
   	2. Layoutbereiche
   		2.a) Allgemeine Layoutbereiche
	   		===========================*/

#page_margins {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}
#page {
	width: 840px;
	height: auto;
	margin-top: 107px;
	background-color: #342453;

}
#header {
	height: 122px;


}
#main {
	height: auto;
}
#main  .inhalt {
	display:inline;
	float:left;
	width:auto;
	}
#main  #spalte1 {
	width: 199px;
	background: url(../images/bg_menu.gif) repeat-y left top;
	height: 349px;
	border: 1px solid #949FE9;
	}

#navigation {


}
#navigation ul {
	list-style: none;

}
#navigation a {
	display: block;
	text-decoration: none;
	text-transform: none;
	background: url(../images/bg_button.gif) no-repeat left top;
	padding-left: 25px;
	color: #eceffa;
	font-size: 12px;
	height: 20px;
	text-align: left;
	padding-top: 5px;
}

#navigation a:hover {
	background: url(../images/bg_button_blau.gif) no-repeat left top;
	padding-left: 25px;
}
#navigation a:visited {

}
#navigation #current a {
	text-decoration: none;
	font-weight: bold;
	color: #342453;
	background: url(../images/bg_button_gelb.gif) no-repeat left top;
}
#navigation #current #subnav li {
	background: #FDF9DA;
}

#navigation #current #subnav a {
	text-transform: none;
	background: url(../images/bg_button_gelb_sub.gif);
	font-variant: normal;
	height: 20px;
	padding-left: 5px;
	font-weight: normal;
}
#navigation #current #subnav a:hover {
	font-style: italic;

}
#navigation  #current  #subnav  .sub_active a {
	font-style: italic;



}





#main #spalte2 {
	width: 249px;
	background-color: #342453;
	margin-left: 19px;
	margin-right: 18px;
	height: 349px;
	border: 1px solid #949FE9;
		}
#main #spalte3 {
	width: 349px;
	background-color: #949FE9;
	border: 1px solid #949FE9;
	height: 349px;
	overflow: auto;
	}
#spalte3  a   {
	color: #342453;
	text-decoration: none;
}
#spalte3  a:hover, a:visited {
	text-decoration: underline;
}



#spalte3 p {
	padding-top: 6px;
	padding-left: 6px;

}
#spalte3  ul {
	list-style: disc url(none) outside;
	margin-left: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#spalte3 li {
	margin-bottom: 5px;
	margin-top: 5px;
}
#spalte3 h3 a {
	color: #eceffa;
	text-decoration: none;
}



#Kontaktformular {
	margin: 5px;
}
#Kontaktformular td {
	vertical-align: top;
}
#Kontaktformular h3 {
	margin-bottom: 20px;

}
#Kontaktformular  p  {
	line-height: 1.5em;
}


#Kontaktformular input {
	width: 206px;
}
#Kontaktformular .col_3 input {
	width: 170px;
}

#Kontaktformular   #Nachricht   {
	width: 206px;
	height: 80px;
}
#Kontaktformular #apDiv1 p {
	color: #fff;
	background: #626F01;
	padding: 15px;
}
#Kontaktformular .col_1 {
	width: 120px;
}
#Kontaktformular .f10 {
	color: #eceffa;
	font-size: 9px;
}
#footer {
	background: url(../images/footer.gif) no-repeat left top;
	height: 29px;
	width: 840px;
	color: #FFFFFF;
}
#footer #print {
	margin-left: 600px;
	padding-top: 6px;
}

#footer #print a {
	color: #eceffa;
	text-decoration: none;
}
#footer  #print a:hover, a:visited {
	text-decoration: underline;
}




/* =============================
   	4. Allgemeine Klassen
	===========================*/	

.clear {clear: both; display: block; overflow: hidden; width: 0; height: 0; line-height: 0; font-size: 0; float: none;}
.bold {
	font-weight: bold;
}


.mrg {
	margin-top: 10px;

}
.orange a {
	color: #342453;
}
.orange a:hover {
	color: #eceffa;
}
.ouislan  {
	font-variant: small-caps;
}
#footer p {
	float: right;
	margin: 5px 10px 5px 5px;
	font-weight: 12px;
}

#footer p a {
	color: #eceffa;
	text-decoration: none;
}
#footer span {
	font-size: 11px;
}
