/* CSS Document */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#666666;
	}
h1 {
	font-size: 1.4em;
	color:#663300;
	margin-bottom: 2.2em;
	margin-top: -25px;
}
h2 {
	font-size: 1.1em;
	color: #663300;
	margin-bottom: 1.7em;
	margin-top: 2em;
	}
/* Hide from IE/Mac. \*/
*html p {
	height: 1%;
	margin-left: 0;

}
/* End hide from IE/Mac. \*/

a, a:link, a:visited{
	color: #663300;
	font-weight:bold;
	}
a:hover, a:active{
	color: #663300;
	font-weight:bold;
	}
#spalteContent img {
	float:right;
	border:none;
	margin: 0px 10px 10px 10px;
}

#globalNav ul, #globalNav li{
	display: inline;
	list-style-image:none;
	margin-right: 5px;		
	line-heigt: 20px;

	}

#globalNav a, #globalNav a:link, #globalNav a:visited{
	color: #663300;
	text-decoration:none;
	font-weight: normal; 
	}
#globalNav a:hover, #globalNav a:active{
	color: #999999;
	text-decoration:none;
	font-weight: normal; 
	}
#hauptNav ul, #hauptNav li {
	list-style:none;
	display:inline;
	float: left;
	}
#hauptNav a, #hauptNav a:link, #hauptNav a:visited{
	color: #666666;
	text-decoration:none;
	font-weight: normal; 
	}
#hauptNav a:hover, #hauptNav a:active, #hauptNav a.aktiv{
	color: #663300;
	text-decoration:none;
	font-weight: normal;
	}
#spalteNavigation a, #spalteNavigation a:link, #spalteNavigation a:visited{
	color: #666666;
	text-decoration:none;
	font-weight: normal; 
} 
#spalteNavigation a:hover, #spalteNavigation a:active, #spalteNavigation a.aktiv:link{
	color: #663300;
	text-decoration:none;
	font-weight: normal; 
} 
#tips {
	font-size: 0.8em;
	color:#333333;
}
#tips ul{
	list-style-type:none;
	padding-left:5;
	margin-left:5
}
#tips li {
	margin-bottom: 8px;
}
#tips h1 {
	margin-top: 20px;
	font-size: 1em;
	margin-bottom: 2.2em;
	color: #333333;
	font-weight:bold;
}
#footer {
	font-size: 0.9em;
	font-weight:bold;
	color:#663300;
	text-align:center;
	line-height: 2em;
}
/* ------------------------------------------------------------------- 
   Typo Formulare
---------------------------------------------------------------------- */
label {
	width: 100px;
	float:left;
	padding-left: 10px;
	font-weight:bold;
	}
input{
	color: #663300;
	background-color:#fff2D9;
	border: 1px inset  #663300;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 10px;
}
textarea {
	color: #663300;
	background-color:#fff2D9;
	border: 1px inset  #663300;
	width: 300px;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 10px;
}
.csc-mailform {
	background-color: #ffffff;
	border: 1px solid #663300;
	padding: 20px 5px 20px 5px;
}
