/*
===============================================================
beckanwaelte.de
CSS-Style (c) 2009 interaktiv manufaktur // thomas tiedtke
===============================================================
*/


html {
	height:101%;
}
body {
	margin:0;
	padding:0;
	background-color: #D8D9DA;
}
body, p, td, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	font-weight:normal;
	color:#A6A7A9;
}
#page {
	margin-top:120px;
	margin-left:auto;
	margin-right:auto;
		margin-bottom:120px;
	width:960px;
	padding-top:30px;
	padding-bottom:30px;
	background:url('../images/page_bg.png') repeat-y top;
}
#main {
	margin-left:30px;
	margin-right:30px;
	background-color:#FFFFFF;
	padding-bottom:40px;
}
#head {
	position:relative;
	top:0;
	left:0;
	height:190px;
	width:900px;
}
#headLine {
	position:absolute;
	top:153px;
	left:433px;
	width:498px;
	height:4px;
	background-color:#00A1DE;
}
#nav {
	height:51px;
	width:900px;
	text-align:right;
}
#contentStart {
}
#content {
	margin-left:433px;
	margin-right:40px;
}
#bottom {
	display: block;
	float: left;
	width:900px;
	height:130px;
	background-color: #878889;
	z-index: 4;
}
strong {
	font-weight:normal;
	color:#00A1DE;
}
.contentText {
	text-align: left;
}
.contentHead {
	font-weight:normal;
}
.contentText a {
}
.contentText a:hover {
}
