* {
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
	height:auto;

}
body {
	background-image: url(../media/basics/bodybg.jpg);
	padding: 0;
	font: 11px/140% Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #FFF;
	background-position: bottom;
	background-repeat: repeat-x;                              /* Bilddatei überprüfen und fix setzen ??? */
	margin: 30px 0 0 0;
	line-height: 22px;
}

img {
	border: none;
}

p {
	margin-bottom: 1.5em;
}

a:link, 
a:visited {
	color: #A0004D;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	color: #A0004D;
	text-decoration: underline;	
}

#mainCont {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

#logoCont {
	background-color: #A0004D;
	height: 150px;
	width: 920px;
	text-align: right;
}

#sloganCont {
	text-align: right;
	width: 916px;
	margin-bottom: 15px;
}

#contDashed {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #c5c5c6;
	border-left-color: #c5c5c6;
}

#contentCont {
	width: 916px;
	padding-bottom: 60px;
}

#contentLeft {
	text-align: right;
	float: left;
	width: 200px;
	padding-right: 5px;
	text-transform: uppercase;
}

#contentLeft ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

#contentLeft li{
	margin-bottom: 5px;	
}

#contentLeft li a:link, 
#contentLeft li a:visited{
	font-weight: bold;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}

#contentLeft li a:hover,
#contentLeft li a:active,
#contentLeft li a:focus{
	color: #A0004D;
	text-decoration: none;
}

#contentLeft li a.aktiv{
	color: #A0004D;
	text-decoration: none;
}

#contentMiddle {
	float: left;
	width: 521px;
	padding: 0 110px 0 60px;
}

#contentMiddle_start {
	float: left;
	width: 371px;
	padding: 0 60px 0 60px;
}

#kontaktformular {
	width: 27.909090em;
	margin-top: 3.636363em;
}

#kontaktformular input{
	width: 27.272727em;
	height: 1.363636em;
	padding: 0.181818em;
	background-color: #FFF;
	border: 0.090909em solid #999;
	font-size: 0.9em;
	color: #555;
	display: block;
	margin-top: 0.363636em;
}

#kontaktformular textarea{
	width: 27.272727em;
	height: 9.090909em;
	padding: 0.181818em;
	background-color: #FFF;
	border: 1px solid #999;
	font-size: 0.9em;
	color: #555;
	display: block;
	margin-top: 0.363636em;
}

#kontaktformular input.kontaktcheckbox{
	float: left;
	width: 1.363636em;
	margin-top: 0;
	margin-right: 1em;
}

#kontaktformular input.kontaktbutton{
	width: 27.272727em;
	height: 2.090909em;
	padding: 0.181818em;
	background-color: #CE006A;
	border: 0.090909em solid #CE006A;
	border: 0;
	font-size: 0.9em;
	color: #FFF;
	display: block;
	cursor: pointer;
}

#contentRight {
	float: right;
	width: 200px;
	padding: 0 15px 0 5px;
}

#contentRight img {
	clear: both;
	margin-bottom: 15px;
}

#bottomCont {
	background-color: #A0004D;
	height: 60px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FFF;
	line-height: 18px;
	padding-top: 10px;
}

#bottomCont ul{
	list-style-type: none;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
}

#bottomCont li{
	display: inline;	
}

#bottomCont ul a{
	font-size: 11px;
	text-decoration: none;
	color: #FFF;	
}

#bottomCont ul a:hover{
	font-size: 11px;
	text-decoration: underline;
	color: #FFF;	
}

.break {
	clear: both;
}

b.pink {
	color: #A0004D;
}

.pink {
	color: #A0004D;
}

h1 {
	margin: 0 0 24px 0;
	font-size: 11px;
	text-transform: uppercase;
	color: #A0004D;
}

h2 {
	font: 11px/140% Verdana, Arial, Helvetica, sans-serif;
	color: #A0004D;
	margin: 11px 0 6px 0;
	font-weight: bold;
}

h4 {
	color: #666;
	margin-top: 0;
	font-weight: bold;
}