@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fffefa;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #F00;
}
.twoColFixLtHdr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0 px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background: #ffffff;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #sidebar_profil {
	float: left; /* since this element is floated, a width must be given */
	width: 354px;
	background-image: url(img/profil.gif);
	min-height: 611px;
	background-color: #FFF;
	background-repeat: no-repeat;
	text-align: right;
	padding: 15px 40px 0px 0px;
	margin-top: 25px;
}
.twoColFixLtHdr #sidebar_profil .navilinks {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0 0;
	padding: 5px 0;
	color:#630;
	font-weight:bold;
}

.twoColFixLtHdr #sidebar_profil .navilinks ul li {
	
	margin: 5px 0 0;
	padding: 5px 0;
	color:#630;
	font-weight:bold;
	list-style-type:none;
}

#sidebar_profil .navilinks a, a:link, a:visited {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #630;
	margin: 15px 0;
	font-weight:bold;
	padding: 15px 0px;
}

#sidebar_profil .navilinks a:hover, a:active {
	text-decoration: none;
	color: #0CF;
	margin: 15px 0px;
	padding: inherit;
}

#sidebar_profil .navilinks .aktiv {
	text-decoration: none;
	color: #0CF;
	margin: 15px 0;
	padding: 15px 0px;
}

.twoColFixLtHdr #sidebar_leistung {
	float: left; /* since this element is floated, a width must be given */
	width: 354px;
	background-image: url(img/leistungen.gif);
	min-height: 611px;
	background-color: #FFF;
	background-repeat: no-repeat;
	text-align: right;
	padding: 15px 40px 0px 0px;
	margin-top: 25px;
}
.twoColFixLtHdr #sidebar_leistung .navilinks {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0 0;
	padding: 5px 0;
	color:#630;
	font-weight:bold;
}

.twoColFixLtHdr #sidebar_leistung .navilinks ul li {
	
	margin: 5px 0 0;
	padding: 5px 0;
	color:#630;
	font-weight:bold;
	list-style-type:none;
}

#sidebar_leistung .navilinks a, a:link, a:visited {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #630;
	margin: 15px 0;
	font-weight:bold;
	padding: 15px 0px;
}

#sidebar_leistung .navilinks a:hover, a:active {
	text-decoration: none;
	color: #0CF;
	margin: 15px 0px;
	padding: inherit;
}

#sidebar_leistung .navilinks .aktiv {
	text-decoration: none;
	color: #0CF;
	margin: 15px 0;
	padding: 15px 0px;
}
.twoColFixLtHdr #sidebar_kontakt {
	float: left; /* since this element is floated, a width must be given */
	width: 354px;
	background-image: url(img/kontakt.gif);
	min-height: 611px;
	background-color: #FFF;
	background-repeat: no-repeat;
	text-align: right;
	padding: 15px 40px 0px 0px;
	margin-top: 25px;
}
.twoColFixLtHdr #sidebar_kontakt .navilinks {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0 0;
	padding: 5px 0;
	color:#630;
	font-weight:bold;
}

.twoColFixLtHdr #sidebar_kontakt .navilinks ul li {
	
	margin: 5px 0 0;
	padding: 5px 0;
	color:#630;
	font-weight:bold;
	list-style-type:none;
}

#sidebar_kontakt .navilinks a, a:link, a:visited {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #630;
	margin: 15px 0;
	font-weight:bold;
	padding: 15px 0px;
}

#sidebar_kontakt .navilinks a:hover, a:active {
	text-decoration: none;
	color: #0CF;
	margin: 15px 0px;
	padding: inherit;
}

#sidebar_kontakt .navilinks .aktiv {
	text-decoration: none;
	color: #0CF;
	margin: 15px 0;
	padding: 15px 0px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 354px;
	background-image: url(img/home.gif);
	min-height: 574px;
	background-color: #FFF;
	background-repeat: no-repeat;
	text-align: right;
	padding: 15px 40px 0px 0px;
	margin-top: 25px;
}
.twoColFixLtHdr #sidebar1 .navilinks {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0 0;
	padding: 5px 0;
	color:#630;
	font-weight:bold;
}

.twoColFixLtHdr #sidebar1 .navilinks ul li {
	
	margin: 5px 0 0;
	padding: 5px 0;
	color:#630;
	font-weight:bold;
	list-style-type:none;
}

#sidebar1 .navilinks a, a:link, a:visited {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #630;
	margin: 15px 0;
	font-weight:bold;
	padding: 15px 0px;
}

#sidebar1 .navilinks a:hover, a:active {
	text-decoration: none;
	color: #0CF;
	margin: 15px 0px;
	padding: inherit;
}

#sidebar1 .navilinks .aktiv {
	text-decoration: none;
	color: #0CF;
	margin: 15px 0;
	padding: 15px 0px;
}

.twoColFixLtHdr #mitte .topnavi {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin: 25px 0;
	padding:  0 25px 0 0;
	color:#630;
	font-weight:bold;
	width: 500px;
}

#mitte .topnavi a, a:link, a:visited {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #630;
	margin: 15px 0;
	font-weight:bold;
	padding:  0 30px 0 0;
}

#mitte .topnavi a:hover, a:active {
	text-decoration: none;
	color: #0CF;
	margin: 15px 0;
	padding:  0 30px 0 0;
}

#mitte .topnavi .aktiv {
	text-decoration: none;
	color: #0CF;
	margin: 15px 0;
	padding:  0 30px 0 0;
	
}

.twoColFixLtHdr #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	float: left;
	width: 480px;
	margin: 10px 0 0 0;
} 

.twoColFixLtHdr #mitte {
	padding: 0;
	float: left;
	width: 470px;
	margin-left: 0px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(img/footer_bg.png);
	background-position: left center;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    text-align: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #630;
	text-decoration: none;
	line-height: 18px;
}
h1 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #0CF;
	text-decoration: none;
}
h2 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #630;
	text-decoration: none;
}

a, a:link, a:visited {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #0CF;
	margin: inherit;
	font-weight:normal;
	padding: inherit;
}

a:hover, a:active {
		font: inherit;
	text-decoration: none;
	color: #630;
	margin: inherit;
	font-weight:normal;
	padding: inherit;
}
li {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #630;
	text-decoration: none;
	line-height: 18px;
}

