﻿* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
margin: 0;
padding: 0;

}

body {
text-align: left; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
}

div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

html, body {
height: 100%;
background-color: #f4f4f2;
}

/* DIV-Boxen */

div#wrapper {
	position:relative;
	margin: 0 auto;
	width: 749px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../images/bg_1.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

div#header {
height: 123px;
text-align:center;
}

div#topNavi {
text-align:center;
height: 46px;
}

div#leftCol {
width: 50px;
float: left;
}

div#rightCol {
width: 179px;
padding: 10px 48px 0px 33px;
float: right;
}

div#centerCol {
line-height: 16px;
text-align: justify;
margin: 0px 260px 0px 50px;
}

div#leftCol, div#rightCol, div#centerCol {
padding-bottom: 30px;
}

div#footer {
clear: both;
position: absolute;
bottom: 0;
width: 728px;
height: 25px;
}


/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Überschrift */

h1 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #7c4c01;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.righth {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.rightn {
	text-align: center;
	font-weight: normal;
	font-size: 12px;
}

.rightsm {
	text-align: justify;
	font-weight: normal;
	font-size: 10px;
	margin: 5px;
}

ul {
margin-left: 16px;          
}

