html {
	overflow-x:auto;
	overflow-y:scroll;
}

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
 font-weight:bold;
 color:#000;
 text-align:left;
 background-color: #990000;
}

p {
	padding:0;
	margin:0;}

h1,h3,h4 {
	text-align:left;
	padding:0;
	margin:0;
	font-size:11px;
	color:#FFF;
}

h3 {font-size:10px;}

h2 {
	text-align:left;
	padding:0;
	margin:0;
	font-size:9px;
	color:#FFF;}

div, img {
  margin:0;
  padding:0;
  border:0;
}

td {
}

td.last {
}

a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	}
a:hover {
	color:#990000;
}


#box{
	position:relative;
	margin:100px auto 0px auto;
	width:750px;
	height:420px;
	background-color:#000;
}

#head{
	position:relative;
	width:750px;
	height:50px;
	background:#cc3300 url(../gfx/logo.png) top right no-repeat;
}

#nav {
	position:absolute;
	bottom:3px;
	height:22px;
	

}

#content {
	position:absolute;
	bottom:0px;
	height:186px;
	width:750px;
	margin-bottom:30px;
}

#grafx {
	width:410px;
	height:186px;
	float:left;
	background-color:#993300;
}

#content_grafx {
	width:80px;
	height:186px;
	float:left;
	background-color:#993300;}
	
#content_image {
	text-align:center;
	width:330px;
	height:186px;
	float:left;
	background-color:#993300;
	}

#text {
	margin:0 10px 0 10px;
	padding: 0 10px 0 10px;
	width:300px;
	height:186px;
	float:right;
	background-color:#ff0000;
	text-align: right;
	overflow-y: auto;
	overflow-x: hidden;
}

.left {
	text-align: left;}

.zentriert {
	text-align: center;
}

.grey {
	text-align:left;
	padding: 0 10px;
	width:310px;
	height:186px;
	background-color:#999;
	color: #FFF;
}

.preise {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.gross {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	letter-spacing:2px;
	line-height:24px;
}
.kursiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
}

#w3c {
	position:absolute;
	bottom:452px;
	left:-285px;
}

