@charset "utf-8";
.startcontainer {
    width: 850px;
    background-color:#999999;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border: none;
}

.header{
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1A1A1A;
	line-height: 16px;
}

a {
text-decoration:none;
color:#751717;
}

.headerimg{
	background-image:url(gfx/generell/header_image_top_inkl_menue_blackline.jpg);
	width: 850px;
	height: 166px;
	position: relative;
}

.menue{
position: absolute;
bottom: 1px;
width: 850px;
}

h1
{
font-family:"Times New Roman", Times, serif;
font-size:14px;
font-weight:lighter;
color:#751717;
margin-bottom:0px;
}

.main{
	background-color:#FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: auto;
	/* height: 445px; */
}

.content{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left: 45px;
    padding-right: 30px;
	line-height:16px;
}

.content_centered{
	padding-left: 45px;
    padding-right: 30px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-size: 11px;
	text-align:center;
}

.content_centered_red{
	padding-left: 30px;
    padding-right: 30px;
    font-family: "Times New Roman", Times, serif;
	color: #751717;
	line-height: 22px;
	font-size: 12px;
	text-align:center;
}

.content_marquee{
	margin-bottom: 25px;
	background-color:#FFFFFF;
	margin-top: 20px;
	background-color: #761222;
	width: 850px;
	height: 20px;
	padding-top: 2px;
	
}

.content_left{
	margin-left: 30px;
	margin-top: 20px; 
	margin-bottom: 20px;
	height: 100%;
	width: 200px;
	float: left;
}

.content_right{
	margin-left: 250px;
	margin-right: 30px;
}

.content_left_produkte{
	margin-left: 30px;
	margin-top: 20px; 
	margin-bottom: 20px;
	height: 100%;
	width: 750px;
	float: left;
}

.clear{
 clear: both; 
}

div,img,marguee{
display:block;
}