@charset "utf-8";


/* Basiselemente */

html, body, form {
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	height:100%;
	color:#545454;
}

html * {
	margin:0px;
	padding:0px;
}

body {
	font-size:12px;
	line-height:18px;
	background:#d3d4d6;
	overflow-x:hidden;
	padding-left:8px;
}

a img {
	border:none;
}

a {
	color:#820e11;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	background-color:#820e11;
	color:#FFFFFF;
}

h1 {
	font-size:36px;
	line-height:36px;
	font-weight:normal;
	color:#545454;
	padding:0px 0px 0px 0px;
}
h2 {
	font-size:18px;
	font-weight:bold;
	color:#820e11;
	padding:5px 0px 5px 0px;
}
h3 {
	font-size:16px;
	font-weight:bold;
	color:#545454;
	padding:3px 0px 3px 0px;
}
h4 {
	font-size:14px;
	font-weight:bold;
	color:#820e11;
	padding:0px 0px 0px 0px;
}
h5 {
	font-size:36px;
	font-weight:normal;
	color:#545454;
	padding:0px 0px 0px 0px;
}
h6 {
	font-size:12px;
	font-weight:bold;
	color:#820e11;
	padding:0px 0px 0px 0px;
}

/* -------------------------------- CONTAINER UND BOXEN -----------------------------------------*/

div.mainContainer {
	margin:0px;
	position:relative;
	width:900px;
	height:100%;
}

.header {
	background:url(header.jpg);
	height:149px;
	width:100%;
}

div.mainContent {
	background:url(scroll.jpg);
	background-repeat:repeat-y;
	min-height:60px;
	width:100%;
}

div.footer {
	background:url(footer.jpg);
	height:185px;
	width:111%;
	}


/* ----------------------------------- NAVIGATION ---------------------------------- */

.neues {
	position:absolute;
	left:223px;
	top:51px;
	background:url(neues.gif);
	display:block;
	height:82px;
	width:98px;
}
.neues:hover {
	background:url(neues.gif);	
	background-position:left -82px;
}
.neues:active {
	background:url(neues.gif);	
	background-position:left -82px;
}
.produzenten {
	position:absolute;
	left:341px;
	top:63px;
	background:url(produzenten.gif);
	display:block;
	height:75px;
	width:166px;
}
.produzenten:hover {
	background:url(produzenten.gif);
	background-position:left -75px;	
}
.ueber {
	position:absolute;
	left:510px;
	top:86px;
	background:url(ueber.gif);
	display:block;
	height:63px;
	width:98px;
}
.ueber:hover {
	background:url(ueber.gif);	
	background-position:left -63px;
}
.kontakt {
	position:absolute;
	left:622px;
	top:292px;
	background:url(kontakt.gif);
	display:block;
	height:104px;
	width:79px;
}
.kontakt:hover {
	background:url(kontakt.gif);	
	background-position:left -104px;
}

/* ----------------------------------- NAVIGATION ENGLISCH ---------------------------------- */

.neues_e {
	position:absolute;
	left:223px;
	top:51px;
	background:url(neues.gif);
	background-position:left -164px;
	display:block;
	height:82px;
	width:98px;
}
.neues_e:hover {
	background:url(neues.gif);	
	background-position:left -246px;
}
.produzenten_e {
	position:absolute;
	left:341px;
	top:63px;
	background:url(produzenten.gif);
	background-position:left -150px;	
	display:block;
	height:75px;
	width:166px;
}
.produzenten_e:hover {
	background:url(produzenten.gif);
	background-position:left -225px;	
}
.ueber_e {
	position:absolute;
	left:510px;
	top:86px;
	background:url(ueber.gif);
	background-position:left -126px;
	display:block;
	height:63px;
	width:98px;
}
.ueber_e:hover {
	background:url(ueber.gif);	
	background-position:left -189px;
}
.kontakt_e {
	position:absolute;
	left:622px;
	top:292px;
	background:url(kontakt.gif);
	background-position:left -208px;
	display:block;
	height:104px;
	width:79px;
}
.kontakt_e:hover {
	background:url(kontakt.gif);	
	background-position:left -312px;
}


/* ----------------------------------- CONTENT ---------------------------------- */

.content {
	background:#fff;
	background-image:url(content.jpg);
	background-repeat:no-repeat;
	min-height:60px;
	padding-top:0px;
	padding-right:49px;
	padding-left:10px;
	width:552px;
	float:left;
}
.rightcontent {
	background:url(right.jpg);
	background-repeat:no-repeat;
	height:450px;
	width:289px;
	float:right;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.right {
	position:absolute;
	left:908px;
	top:271px;
	background:url(wave.jpg);
	display:block;
	height:90px;
	width:315px;
}
.bodytext {
	font-size:12px;
}
.language {
	position:absolute;
	top:130px;
	left:10px;
}