/* Reset all */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

html{
 height:101%;     
}

.rechner {
	background-color: #FFFFFF;
	background-image: url(images/rechner_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: auto;
	width: 760px;
	padding: 10px;
}


/* Body CSS - Die Grundeinstellungen für Text*/
#container_center {
	height: auto;
	width: 806px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	visibility: inherit;
	overflow: visible;
}
.container_header {
	background-color: #F4F9F9;
	width: 800px;
	height: 100px;
	background-position: center center;
	overflow: visible;
	margin-right: 3px;
	margin-left: 3px;
	visibility: inherit;
}
.container_logo {
	width: 232px;
	float: left;
	height: 60px;
	padding-top: 20px;
	padding-left: 10px;
}
.impressum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	height: 30px;
	width: 806px;
	background-color: #FFFFFF;
}

.container_navigation {
	height: 19px;
	width: 540px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	float: left;
	padding-top: 61px;
	font-weight: bold;
	color: #666666;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	text-transform: none;
	text-decoration: none;
}

.container_bilder {
	width: 800px;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	height: auto;
	background-color: #FFFFFF;
}
.container_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #F4F9F9;
	width: 800px;
	margin-right: 3px;
	margin-left: 3px;
	height: auto;
	line-height: 15px;
}





/* Links für Navigation*/
.container_navigation a:link {
	color: #666666;
	text-decoration: none;
}

.container_navigation a:hover {
	color: #00B4E9 !important;
	text-decoration: none;
}

.container_navigation a:visited {
	color: #666666;
	text-decoration: none;
}

.container_navigation a:active {
	color: #666666;
	text-decoration: none;
}

/* Links für Impressum unten*/
.impressum a:link{
	color: #00B4E9;
	text-decoration: none;
}

.impressum a:hover{
	color: #666666 !important;
	text-decoration: underline;
}

.impressum a:visited{
	color: #00B4E9;
	text-decoration: none;
}

.impressum a:active{
	color: #00B4E9;
	text-decoration: none;
}


/* Links für Content*/

.container_content a:link {
	color: #00B4E9;
	text-decoration: underline;
}

.container_content a:hover {
	color: #666666 !important;
	text-decoration: underline;
}

.container_content a:visited {
	color: #00B4E9;
	text-decoration: underline;
}

.container_content a:active {
	color: #00B4E9;
	text-decoration: underline;
}

.container_content ol li{
	color: #333333;
	text-decoration: none;
	list-style-position: inside;
	list-style-image: url(images/listenpunkt.gif);
	list-style-type: none;
}


.container_content ul li{
	color: #333333;
	text-decoration: none;
	list-style-position: inside;
	list-style-image: url(images/listenpunkt.gif);
	list-style-type: none;
	padding-left: 15px;
}
