@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 12px Verdana, Geneva, sans-serif;
	color: #006;
}
img {
	border: none;
}
td {
	vertical-align: top;
}

.invisible { position:absolute; left:-1000px; top:-1000px; width:1px; height: 1px; overflow:hidden; display:inline;}

h1 {
   font-size: 18px;
}

#mitte {
	position: relative;
	width: 1108px; /* max breite */
	margin: auto;
}
#blau {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:65px;
	background-color: #0F238C;
	z-index:1;
}
#menue {
	position:absolute;
	left:0px;
	top:0px;
	width:1108px;
	height:40px;
	background-color: #0F238C;
	padding: 25px 0px 0px 0px;
	border-bottom: #FFF solid 1px;
	z-index:1;
}

#spaltelinks {
	float: left;
	width: 322px;
}

#shop {
	float: left;
	width: 282px;
	padding: 60px 20px;
	background-image: url(pic/bg-shop.gif);
	background-repeat: no-repeat;
}

#extra {
	float: left;
	width: 282px;
	padding: 60px 20px;
	background-image: url(pic/bg-extra.gif);
	background-repeat: no-repeat;
}

#text {
	float: left;
	}

#text {
	width: 720px;
	margin: 0px 10px;
	padding: 60px 20px;
	border-bottom: #999 solid 2px;
}

#links {
	color: #FFF;
	width: 1170px;
	float: left;
}
#links a {
	padding-bottom: 8px;
}
#flaggen {
	width: 100px;
	text-align: right;
	float: right;
	margin: 3px 0px 0px 37px;
}
#flaggen img {
	padding: 0px 0px 0px 10px;
}
.mlink {
	color: #FFF;
	text-decoration: none;
	margin: 20px 20px 20px 20px;
	font-size: 15px;
	font-weight:bold;
}
#clearer {
	clear: both;
	}
#fuss {
	float: right;
	margin-top: 10px;
	text-align: right;
	font-size: 10px;
}
#copyright a {
	text-decoration: none;
	color: #006;
}
.aktiv {
	color: #ccc;
	background:url(pic/menu_ul_active.gif) no-repeat scroll center bottom #0F238C;
}
.over {
	color: #ccc;
	background:url(pic/menu_ul_over.gif) no-repeat scroll center bottom #0F238C;
}
.firma {
	font-weight: bold;
	letter-spacing: 10px;
	font-size: 14px;
}
.bild {
	background-color:#F6F6FA;
	border:1px solid #DFE1EC;
	padding:5px;
}

.news {
	padding-bottom: 20px;
	}
	
.news img {
	margin-right: 10px;
	}	
	
#text table td {
	padding-right: 25px;
	padding-top: 10px;
	line-height: 20px;
	}	
