@charset "UTF-8";

#wrapper {
	background-color: #FFF;
	background-image: url(../images/website/hintergrund_grau.png);
	background-repeat: repeat-y;	

	width: 90%;
	max-width: 1260px;
	min-width: 1024px;
	min-height: 786px;
	border: 1px solid #FFF;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
}




#haeder {

	margin: 0px;
	padding: 0px;
	height: 134px;
	width: auto;
	border-radius: 0px;
}
#logo {
	width: 100px;
	height: 100px;
	position: relative;
	top: 10px;
	left: 10px;
}
#sonozirkel_logo {
	margin-right: 10px;
	height: 35px;
	width: 300px;
	text-align: right;
	vertical-align: bottom;
	position: relative;
	top: 85px;
	right: 10px;
	float: right;
}
#balken {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}











#content {
	min-height: 622px;
}


#menue {
	text-decoration: none;
	width: 16%;
	max-width: 195px;
	min-width: 175px;	
	float: left;
	height: 100%;
}
#content .subnav {
	color: #000000;
	overflow: hidden;
	font: 18px Arial, Verdana, sans-serif;
	font-weight: bold;
	width: 175px;
	float: left;
	display: block;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 60px;
}
#content .subnav li {
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	list-style: none;
}
#content .subnav li a {
	background-color: #B2B2B2;
	border: medium solid #706f6f;
	border-radius: 20px;
	width: 130px;	
	color: #000000;
	padding: 5px;
	text-decoration:none;
	display: block;
}
#content .subnav li a:hover,
#content .subnav li.active a {
	color: #FFFFFF;
	background-color: #706f6f;
	display:inline-block;
}


#maininfo {
	width: 78%;
	float: right;
	margin-top: 10px;
	padding-right: 20px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 50px;		
	text-align: justify;
}  











#footer {
	background-color: #FFF;
	background-image: url(../images/website/hintergrund_grau.png);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	height: 30px;
	width: auto;
	clear: both;	
}
#copyright {
	width: 100px;
	margin-left: 10px;
	text-align: center;
	height: 10px;
}











#clear {
	clear: both;
}

#textcenter {
	text-align: center;
}

#textright {
	text-align: right;
}
#textright. smalltxt {
	font-size: 0.8em;
}
a:link {
	color: #000000;
	text-decoration: none;
}

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

a:active {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #333333;
}

a img { 
	border: none;
}










h1 {
	font-size: 3em;
	color: #009FE3;
	letter-spacing: 0.2em;
	margin-bottom: 1em;
	margin-top: -3px;
}
h2 {
	font-size: 2em;
	color: #666;
	letter-spacing: 0.1em;
	margin-top: 2em;
}
h2 .edit {
	font-weight: normal;
}
h3 {
	font-size: 2em;
	color: #999;
	letter-spacing: 0.1em;
	margin-top: -1.5em;
	margin-bottom: 2em;
}
h3 .edit {
	font-weight: normal;
	letter-spacing: 0em;
}
h4 {
	font-size: 1.5em;
	letter-spacing: 0.1em;
	color: #666;
	margin-top: 2.5em;
	margin-bottom: 0.8em;
}
h4 .edit {
	font-weight: normal;
}
h5 {
	font-size: 1.2em;
	letter-spacing: 0.1em;
	color: #999;
	margin-top: 2em;
	margin-bottom: 0.8em;
}
h6 {
	font-size: 0.8em;
	letter-spacing: 0.1em;
	margin-top: -1.1em;
	color: #999;
}







