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

a:link {
	color: #0080c3;
	text-decoration: underline;
	font-weight: bold;
}

a:visited { color: #0080c3; }
a:hover { color: #0080c3; text-decoration: none; }
a:active { color: #0080c3; }

.clear {
	clear: both;
}


h1  {
	font-family: helvetica, arial, "sans serif";
	font-size: 32px;
	font-weight: bold;
}

h2  {
	font-family: helvetica, arial, "sans serif";
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
#container {
	width: 990px;
	background-image: url(images/container-bg.png);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	
}
#header {
	background-image: url(images/header.gif);
	height: 290px;
	width: 974px;
	margin-left: 8px;
	background-repeat: no-repeat;
	overflow:hidden;
}
#slogan {
	float: left;
	height: 100px;
	width: 487px;
	margin-left: 8px;
}
#content {
	width: 944px;
	margin-left: 8px;
	padding-right: 15px;
	background-color: #0080c3;
	color: #FFF;
	padding-left: 15px;
	overflow:hidden;
	padding-bottom: 15px;
}

#content a:link {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

#content a:visited { color: #fff; }
#content a:hover { color: #fff; text-decoration: none; }
#content a:active { color: #fff; }

#contentunterseite{
	width: 944px;
	margin-left: 8px;
	padding-right: 15px;
	background-color: #fff;
	color: #0080c3;
	padding-left: 15px;
	overflow:hidden;
	padding-bottom: 15px;
	margin-top: 10px;
}

#contentunterseite table {
	width: 355px;
	text-align: center;
	border: 4px solid #0080c3;
	font-size: 12px;
	color: #666;
	float: right;
	margin-top: 10px;
	margin-left: 20px;
}

#linkespalte {
	width: 550px;
	
	}

#button {
	float: left;
	height: 95px;
	width: 487px;
	padding-top: 5px;
}
#button a {
	background-image: url(images/button-onlineshop.gif);
	background-repeat: no-repeat;
	height: 66px;
	width: 487px;
	display: block;
}
#button a:hover {
	background-image: url(images/button-onlineshop.gif);
	background-repeat: no-repeat;
	height: 66px;
	width: 487px;
	display: block;
	background-position: 0px -66px;
}

#tabelle {
	width: 960px;
	margin-left: 15px;
	background-color: #0080c3;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
}

#tabelle table {
	background-color: #0080c3;
	width: 100%;
	text-align: center;
	border: 4px solid #0080c3;
	color: #0080c3;
	font-size: 12px;
}

#tabelle td {
	background-color: #ffffff;
	vertical-align:top;
	}

.tabhead  {
	font-family: helvetica, arial, "sans serif";
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color:#0080c3;
}

.tabbig  {
	font-family: helvetica, arial, "sans serif";
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2 em;
	color:#0080c3;
}


.img-special {
	border: 5px solid #FFFFFF;
	margin-left: 10px;
}

#footer {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer-bg.png);
	background-repeat: no-repeat;
	text-align: center;
	margin-bottom: 10px;
	font-size: 13px;
	padding-top: 25px;
}
#emblem {
	position:absolute;
	left:95px;
	top:145px;
	width:88px;
	height:88px;
	z-index:99;
}
