/* ///////////////////// COMMON ///////////////////// */

* {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/body-background.jpg);
	background-repeat: repeat-x;
	background-color: #e3e3e3;
}

.clear:after { 
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
} 

.clear {
	display:inline-block;
} 

.clear {
	display:block;
}

.space {
	margin: 25px 0 0 0;
}

/* ///////////////////// WARPPER ///////////////////// */

div.Wrapper {
	width: 820px;
	margin: 0 auto;
}

/* ///////////////////// HEADER ///////////////////// */

div.Header {
	height: 140px;
	background-image: url(../images/header-background.jpg);
	background-repeat: no-repeat;
}

div.Logo {
	position: absolute;
	margin: 34px 0 0 10px;
}

div.HeaderLinks {
	position: absolute;
	margin: 34px 0 0 632px;
}

div.HeaderLinks a {
	font-size: 12px;
	color: #525252;
	text-decoration: none;
}

div.HeaderLinks a:hover {
	text-decoration: underline;
}

div.HeaderLinks .Contact {
	display: block;
	float: left;
	background-image: url(../images/icon-kontakt.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 19px;
	margin: 0 16px 0 0;
}

div.HeaderLinks .Imprint {
	display: block;
	float: left;
	background-image: url(../images/icon-impressum.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 19px;
}

/* ///////////////////// NAVIGATION ///////////////////// */

div.Navigation {
	width: 820px;
	position: absolute;
	margin: 105px 0 0 0;
	height: 35px;
}

div.NavigationLinks {
	width: 800px;
	margin: 0 auto;
}

div.NavigationLinks a {
	float: left;
}

div.NavigationLinks img {
	float: left;
}

/* ///////////////////// CONTENT ///////////////////// */

div.ContentWrapper {
	background-image: url(../images/content-background.png);
	background-repeat: repeat-y;
	behavior: url(files/pngfix/iepngfix_scale.htc);
}

div.Content {
	width: 760px;
	margin: 0 auto;
	padding: 18px 0 18px 0;
}

div.Content a {
	color: #e2001a;
	text-decoration: none;
}

div.Content a:hover {
	text-decoration: underline;
}

div.Content .Left {
	width: 480px;
	float: left;
}

div.Content .Right {
	width: 280px;
	float: left;
}

div.RightInside {
	width: 260px;
	float: right;
	margin: 55px 0 0 0;
}

div.Title {
	font-size: 12px;
	color: #525252;
	line-height: 20px;
}

div.SubTitle b {
	font-size: 18px;
	color: #e2001a;
	font-weight: bold;
}

div.SubTitle {
	font-size: 12px;
	color: #525252;
	line-height: 20px;
}

div.TeaserImage {
	margin: 18px 0 18px 0;
}

div.WelcomeText {
	font-size: 12px;
	color: #525252;
	line-height: 18px;
}

div.Box {
	border-bottom: 1px solid #ccc6c6;
	padding: 0 0 17px 0;
}

div.Box b {
	font-size: 18px;
	color: #e2001a;
	display: block;
	font-weight: bold;
}

div.Box span {
	font-size: 12px;
	color: #525252;
	line-height: 18px;
	margin: 10px 0 12px 0;
	display: block;
}

div.Phone {
	font-size: 24px;
	color: #e2001a;
	display: block;
	font-weight: bold;
	background-image: url(../images/phone-icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 4px 0 4px 35px;
	margin: 12px 0 0 0;
}

div.ContentText {
	font-size: 12px;
	color: #525252;
	line-height: 18px;
	display: block;
	margin: 12px 0 0 0;
}

ul#list {
	list-style-type: decimal;
	margin: 15px 0 0 15px;
	font-weight: bold;
}

ul#listtext {
	margin: 5px 0 0 0;
	font-weight: normal;
}

ul#listing {
	list-style-type: square;
	margin: 15px 0 0 15px;
	font-weight: bold;
}	

/* ///////////////////// FOOTER ///////////////////// */

div.Footer {
	height: 70px;
	background-image: url(../images/footer-background.png);
	background-repeat: no-repeat;
	behavior: url(files/pngfix/iepngfix.htc);
	font-size: 12px;
	color: #525252;
	line-height: 18px;
	text-align: center;
	padding: 23px 0 0 0;
}