@charset "UTF-8";
/******************************
 www.sachverstand-leibenatus.de
 ******************************/
 
 
/***************
 body 
 ***************/
 
body {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;	
	margin: 0;
	padding: 0;
}

#wrap {
	width: 600px;
	margin: 0px 30px;
}

#color {
	width: 600px;
	text-align: left;
	float: left;
	margin: 0px;
}

#head {
	width: 600px;
	padding: 20px;
}

#container {
	background-color: #ffffff;
	width: 600px;
	margin-left: 20px;
	padding-top: 25px;
	padding-bottom: 20px;
	height: 100%;
	float: left;
}

#content {
	background-color: #FFFFFF;
	width: 545px;
	float: left;
	position: relative;
	padding-bottom: 10px;
}

.linie {
	width: 530px;
	height: 10px;
	float: left;
}

.linie2 {
	float: left;
}

.onecollum {
	width: 525px;
	margin: 10px 0px;
	float: left;
}

.left {
	width: 270px;
	float: left;
}

.right {
	width: 250px;
	float: left;
}

.intro {
	width: 525px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	float: left;	
}

.hypzert {
	margin-top: 30px;
	margin-bottom: 30px;	
}

.footer {
	font-size: 9px;
	text-transform: uppercase;
	color: #a92034;
	letter-spacing: 1px;
	width: 530px;
	float: left;
}

/***************
 navi 
 ***************/
 
 #navi {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0089a9;
	float: left;
	width: 0px;
	line-height: 13px;
	letter-spacing: 1px;
	background-color: #ffffff;
	padding-bottom: 50px;
	word-spacing: -1px;
	visibility: hidden;
	height: 0px;
}

.topnavi {
	width: 0px;
	height: 0px;
	visibility: hidden;
}

ul#menu {
	padding: 0;
	margin: 0;
}

ul#menu li {
	list-style-type: none;
}

ul#menu li a {
	background-image: url(../img/bg_navi.gif);
	text-decoration: none;
	display: block;
	padding-left: 4px;
	width: 175px;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	color: #000000;
}

ul#menu  li a:hover {
	color: #0089A9;
}

ul#topmenu {
	padding: 0;
	margin: 0;
}

ul#topmenu li {
	display: inline;
}

ul#topmenu li a {
	text-decoration: none;
	margin-left: 18px;
	padding: 0;
	color: #ffffff;
	background-image: none;
}

ul#topmenu li a:hover {
	color: #000000;
}
 
 
 /***************
 text 
 ***************/

p {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;	
}
h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;	
	color: #a92034;
}
h3 {
	margin-top: 25px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;	
	color: #a92034;
}
h4 {
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;	
	color: #a92034;
}


a {
	color: #0089A9;
	background-image: url(../img/bg_navi.gif);
	text-decoration: none;
	padding: 0px 3px;
}

a:hover {
	color: #000000;
}

.blau {
	color: #0089a9;
}

.rot {
	color: #a92034;
}


.black {
	color: #000000;
}

.titel {
	width: 600px;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	color: #a92034;
	text-transform: uppercase;
	
}

a.top {
	height: 10px;
	width: 20px;
	background-image: url(../img/top1.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	display: block;
	float: left;
}

a:hover.top {
	background-image: url(../img/top2.gif);
}

ul.liste {
	margin: 0px;
	padding-left: 15px;
}

ul.liste li {
	list-style-type: square;
	margin-left: 0;
	padding-left: 15px;
}

ul.subliste {
	margin: 0px;
	padding-left: 15px;
}

ul.subliste li {
	list-style-type: square;
	margin: 0;
	padding-left: 15px;
}