/* CSS Document */

img, div { behavior: url(iepngfix.htc) }

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
	background-color:#fff;
	margin:0px;
	padding:0px;
}
a {
	color:rgb(0,87,175);
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

a.special {
	text-decoration:none;
	font-weight:bold;
}
a:hover.special {
	text-decoration:none;
	font-weight:bold;
}
th {
	font-size:13px;
	margin:0px;
	font-weight:bold;
	vertical-align:middle;
}
td {
	font-size:13px;
	margin:0px;
}
p {
	margin-top:5px;
	margin-bottom:10px;
	line-height:1.5;
}
h1 {
	margin-top:5px;
	margin-bottom:10px;
	font-size:24px;
	font-weight:900;
	color:rgb(0,87,175);
	text-transform:lowercase;
}
.large {
	margin:10px;
	font-size:20px;
	font-weight:bolder;
}
.small {
	font-size:10px;
}
.white {
	color:#fff;
}
.blue {
	color:rgb(0,87,175);
}
.dark {
	color:#333;
}
.red {
	color:#FF0000;
}
h2 {
	margin-top:5px;
	margin-bottom:10px;
	font-size:14px;
}

img {
	border:none;
	margin:0;
}
img.produkt {
	margin-right:5px;
	margin-bottom:5px;
}


hr {
	color:rgb(0,87,175);
	background-color:rgb(0,87,175);
	height:1px;
	border:none;
}

/* --> Seiten-Aufbau <-- */
#wrapper {
	position:absolute;
	width:990px;
	left:50%;
	margin:0px;
	margin-left:-495px;
	padding:0px;
}
#logo {
	float:left;
	width:333px;
	margin:0px;
	margin-top:15px;
	padding:0px;
	border:none;
}
#topmenu {
	float:right;
	height:80px;
	line-height:80px;
	margin:0px;
	padding:0px;
	border:none;
}
#banner {
	float:left;
	width:990px;
	height:362px;
	background-image:url(../images/banner.jpg);
}
#menu{
	position:absolute;
	left:185px;
	top:80px;
	width:170px;
	height:170px;
	background-color:#fff;
	padding:30px;
}
#question{
	position:absolute;
	left:0px;
	top:357px;
	width:150px;
	height:85px;
	background-color:#fff;
}
#new{
	position:absolute;
	left:415px;
	top:80px;
	width:575px;
	height:185px;
	background-color:#333;
}
#box {
	position:absolute;
	left:10px;
	top:40px;
	width:555px;
	height:110px;
	background-color:#fff;
}
#aktuell{
	position:absolute;
	left:700px;
	top:265px;
	width:290px;
	height:177px;
	background-color:rgb(0,87,175);
}
#contentwrapper {
	float:left;
	margin-top:25px;
	margin-bottom:10px;
	margin-left:0px;
	width:990px;
	background-position:left bottom;
	background-repeat:no-repeat;
}
#content {
	float:left;
	width:990px;
	margin:0px;
}
#footer{
	float:left;
	width:990px;
	margin-bottom:5px;
	margin-left:0px;
	border-top:1px solid rgb(0,87,175);
	font-size:11px;
}
#footer a{
	color:#333;
	text-decoration:underline;
}

#text {
	float:left; 
	background-color:#fff; 
	margin-top:0px; 
	width:990px;
	min-height:400px;
	height:auto !important;  /* für moderne Browser */
	height:400px;
}

.space {
	margin:10px;
}
/* --> End-Seiten-Aufbau <-- */

ul.menu {
	list-style-image:url(../images/bullet.png);
	line-height:30px;
	margin-top:30p;
}

a.menu {
	color:#333;
	text-decoration:none;
}
a:hover.menu {
	font-weight:bold;
	text-decoration:none;
}
a.active {
	font-weight:bold;
	color:rgb(0,87,175);
}
/* --> End-Menu <-- */
