/******** Global *******************************************************************************/

* {
	margin:0px; padding:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	background-color:#e6e6e6;
	color:#333333;
	behavior:url("csshover.htc");
}
img, td, tr, table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#687c87;
	border:none;
}
div#page {
	margin:0px auto;
	text-align:center;
	width:950px;
	background-color:#f4f4f4;
	border:1px solid #b2b2b2;
}

/******** Text *******************************************************************************/

a {
	color:#9a0000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

h1 {
	font-size:20px;
	font-weight:normal;
	font-style:normal;
	line-height:24px;
	text-transform:uppercase;
	color:#9a0000;
	margin-bottom:30px;
}
h2 {
	font-size:16px;
	font-weight:normal;
	font-style:normal;
	line-height:20px;
	margin-bottom:20px;
}
h3 {
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	line-height:20px;
	color:#9a0000;
	text-transform:uppercase;
}
p  {
	line-height:18px;
}
div#content ul {
	margin:0px 0px 20px 17px;
}
div#content ul li {
	list-style-type:square;
	font-weight:bold;
	line-height:20px;
}

/******** Header *******************************************************************************/


div#header {
	float:left;
	display:inline;
	width:950px;
	height:270px;
}
* html #header {
	margin: -3px 0;
	ma\rgin: 0;
}

div#top {
	float:left;
	display:inline;
	width:950px;
	height:90px;
	background-color:#ffffff;
	text-align:left;
}
div#logo {
	float:left;
	display:inline;
	width:250px;
	height:90px;
	text-align:left;
}
div#contact {
	float:left;
	display:inline;
	width:700px;
	height:30px;
	margin:60px 0px 0px 0px;
	text-align:left;
	text-transform:uppercase;
	font-size:11px;
	color:#999999;
}


/******** Nav ***************************/


div#nav {
	float:left;
	display:inline;
	width:250px;
	height:150px;
	background-color:#dcdadd;
}
div#nav ul {
	display:block;
	width:250px;
	list-style:none;
	background-color:#dcdadd;
 	color:#ffffff;
}
#nav li {
	display:inline;
}
#nav ul a {
	height:29px;
	display:block;
	padding:0px 0px 0px 20px;
	color:#FFFFFF;
	font-size:14px;
	line-height:26px;
	text-decoration:none;
	text-align:left;
	background-color:#9a0000;
	margin-bottom:1px;
}
#nav ul a:hover {
	background-color:#333333;
}
#nav ul a.active {
	background-color:#333333;
}

/******** Image ***************************/


div#header-image {
	float:left;
	display:inline;
	width:700px;
	height:150px;
}


/******** Content *******************************************************************************/


div#content-wrapper {
	float:left;
	display:inline;
	width:950px;
	padding:0px 0px 50px 0px;
}
div#content-index {
	float:right;
	display:inline;
	width:700px;
	text-align:left;
}
div#content {
	float:right;
	display:inline;
	width:600px;
	margin:0px 100px 0px 0px;
	text-align:left;
}
div#content p {
	margin:0px 0px 20px 0px;
}


/******** Teaser ***************************/


div.teaser-item {
	float:left;
	display:inline;
	margin:0px 20px 0px 0px;
	width:210px;
	height:200px;
	background-color:#ffffff;
}
div.teaser-image {
	float:left;
	display:inline;
	width:210px;
	height:89px;
	border-bottom:1px solid #f4f4f4;
}
div.teaser-text {
	float:left;
	display:inline;
	width:210px;
	height:110px;
	text-align:left;
}
div.teaser-text h3 {
	margin:10px;
}
div.teaser-text p {
	margin:10px;
}



/******** Footer *******************************************************************************/

div#footer {
	clear:both;
	font-size:11px;
	color:#666666;
	line-height:40px;
	width:950px;
	height:40px;
	background-color:#cccccc;
}
div#partner {
	float:left;
	display:inline;
	margin:0px 0px 0px 20px;
}
div#imprint {
	float:right;
	display:inline;
	margin:0px 20px 0px 0px;
}

