body {
    font-family: Verdana, Arial;
    font-size: 10pt;
		margin:0px;
		padding:0px;
		color: White;
		background: #091a2b;
		text-align: center;
		background:  url(bilder/bg.png) repeat fixed;
}

#container { text-align: left; background-color: #fff; margin: 10px auto; width: 980px; 

}

table.bestellen {
	text-align: left;
	border: 1px solid black;
	border-collapse: collapse;
}

table.bestellen tr {
	border: 1px solid black;
}

table.bestellen thead {
	font-weight: bold;
}

a.text {
	color: Black;
	text-decoration: none;
	padding-left: 18px;
  background: transparent url(bilder/icon_ext.gif) no-repeat center left;
}

a.smalltext {
	color: Black;
	font-size: 8pt;
	text-decoration: none;
	padding-left: 18px;
  background: transparent url(bilder/icon_ext.gif) no-repeat center left;
}

a:hover {
	color: #123456;
	text-decoration: underline;
}

h1 {
    font-size: 11pt;
    font-weight: bold;
}

table {
	border-spacing: 0;
	padding: 0;
	border-width: 0;
}

table.modellist {
    border: thin solid blue;
    border-collapse: collapse;
    width: 600px;
}

table.modellist tr {
    border: thin solid blue;
}

.smallprint  {
    border: thin solid #123456;
    background-color: #bccddd;
    padding: 15px;
    margin:30px 0 0 0;
		width: 100%;
    align: center;
}

.smallprint p {
    font-size: 8pt;
    color: black;
}

.smallprint h3 {
    color: black;
    font-size: 9pt;
    font-weight: bold;
}

.smallprint a {
    color: black;
}

.header{
position: absolute;
alignment: center;
clear:both;
background: #123456;
padding:0px;
height:110px;
width: 990px;
border-top: 1px solid #234567;
border-left: 1px solid #234567;
border-right: 1px solid black;
}

.header_left {
	text-align: right;
	width: 335px;
}

.header_right {
	vertical-align: bottom;
	padding: 7px 7px 10px 7px;
	font-size: 19pt;
	font-weight: bold;
	line-height: 18pt;
}

.footer{
position: relative;
clear: both;
background:#56789a;
font-size: 8pt;
padding: 5px;
width: 980px;
text-align: center;
color: White;
border-top: 1px solid black;
 }
 
.footer a {
	text-decoration: none;
	color:white;
	padding-left: 18px;
 background: transparent url(bilder/icon_mailto.gif) no-repeat center left;
} 

.footer a:hover {
	text-decoration: underline;
}
.menu{
position: absolute;
clear:both;
float: left;
top: 111px;
background:#56789a;
padding:5px;
height: 23px;
width: 980px;
border-top: 1px solid black;
border-left: 1px solid #234567;
border-right: 1px solid black;
}

.contentstart{
clear:both;
top: 134px; 
		background: #063354;
		position: absolute;
		color: black;
		width: 990px;
border-top: 1px solid black;
border-left: 1px solid #234567;
border-right: 1px solid black;
border-bottom: 1px solid black;
}


.onecolstart {
	position: relative;
	float: left;
	left: 0px;
	padding-left: 150px;
	padding-right: 150px;
	padding-bottom: 20px;
}

.onecolstart table img {
	display: block; 
}

.content{
clear:both;
top: 134px;
		background: #abbccc;
		position: absolute;
		color: black;
		width: 990px;
border-top: 1px solid black;
border-left: 1px solid #234567;
border-right: 1px solid black;
border-bottom: 1px solid black;
}

.onecol {
	position: relative;
	float: left;
	left: 0px;
	padding-left: 150px;
	padding-top: 20px;
	padding-right: 150px;
	padding-bottom: 20px;
	text-align: justify;
}
.widecol {
	position: relative;
	float: center;
	left: 0px;
	padding-left: 50px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	text-align: center;
	
}

.leftcol {
	position: relative;
	float: left;
	width: 300px;
	left: 0px;
	padding-left: 25px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
}

.image {
	float: left;
	margin: 3px 10px 0 0;
}

.middlecol {
	float: left;
	position: relative;
	width: 300px;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
}

.rightcol {
	float: right;
	position: relative;
	width: 300px;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
}
