/* - - - - allg. Styles - - - - */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	margin-bottom: 1px;
}
body {
	margin: 0px;
	padding: 0px;
}
img, table {
	border: 0px;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	border: 0px;
	margin: 0px;
	padding: 3px;
	color: #000000;
	background-color: #cfd1a7;
	font-weight: normal;
}
a {
	color: #234b73;
	text-decoration: none;
}
a:hover {
	color: #5e5e5e;
	text-decoration: underline;
}
/* - - - - globales - - - - */
.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
} 
.clearfix {display: inline-block;} 

/* Hide from IE Mac \*/ 
.clearfix {display: block;} 
/* End hide from IE Mac */

#container {
	position: relative;
	border: 1px solid #424242;
	background-color: #424242;
	width: 999px;
	margin: 0px auto;
	padding: 0px;
}
#top {
	position: relative;
	clear: both;
	width: 997px;
	height: 113px;
	margin: 0;
	padding: 0;
}
#content {
	position: relative;
	background-image: url(../pics/content_bg.png);
	background-position: top left;
	background-repeat: repeat-y;
	width: 997px;
	margin: 0;
	padding: 30px 0;
}
#navi {
	position: relative;
	float: left;
	width: 250px;
	margin: 0px;
	padding-left: 25px;
}
/* restliche navi styles sind extra unter menu.css */
#text {
	position: relative;
	float: left;
	width: 409px;
	margin: 0px;
	padding-left: 25px;
}
#pics {
	position: relative;
	float: left;
	width: 238px;
	margin: 0px;
	padding: 0 25px; /* 23px wenn rand + padding beim bild */
}
#bottom {
	position: relative;
	clear: both;
	width: 997px;
	height: 61px;
	margin: 0;
	padding: 0;
}
/* - - - - Abstaende - - - - */
.topmargin2 {
	margin-top: 2px;
}		
.bottommargin2 {
	margin-bottom: 2px;
}		
.topmargin4 {
	margin-top: 4px;
}		
.bottommargin4 {
	margin-bottom: 4px;
}		
.topmargin6 {
	margin-top: 6px;
}		
.bottommargin6 {
	margin-bottom: 6px;
}		
.topmargin8 {
	margin-top: 8px;
}		
.bottommargin8 {
	margin-bottom: 8px;
}		
.topmargin10 {
	margin-top: 10px;
}		
.bottommargin10 {
	margin-bottom: 10px;
}		
.topmargin12 {
	margin-top: 12px;
}		
.bottommargin12 {
	margin-bottom: 12px;
}		
.topmargin14 {
	margin-top: 14px;
}		
.bottommargin14 {
	margin-bottom: 14px;
}		
.topmargin16 {
	margin-top: 16px;
}		
.bottommargin16 {
	margin-bottom: 16px;
}		
/* - - - - - - - - - - - - - - */

/* - - - - fuer Aufzaehlungslisten - - - - */
.list {
	padding: 0;
	margin: 0 0 0 15px;
	list-style-position: outside;
	list-style-type: disc;
}
.list li {
	margin-bottom: 5px;
}
.list_zahlen {
	padding: 0px;
	margin: 0px;
	margin-left: 18px;
	list-style-position: outside;
}
/* - - - - - - - - - - - - - - - - - - - - */

/* - - - - Textfarben - - - - */
.black {
	color: #000000;
}
.white {
	color: #ffffff;
}
.lightgrey {
	color: #aaaaaa;
}
.grey {
	color: #5e5e5e;
}
.darkgrey {
	color: #424242;
}
.blue {
	color: #234b73;
}
/* - - - - - - - - - - - - - */
/* - - - - Text - - - - */
h1 {
	color: #234b73;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 14px;
}
h2 {
	color: #5e5e5e;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 14px;
}
h3 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
}
/* - - - - - - - - - - - - - */

.linklist {
	text-decoration: none;
	color: #000000;
}
.linklist a {
	color: #000000;
	text-decoration: none;
}
.linklist a:hover {
	color: #5e5e5e;
	text-decoration: none;
}

