@charset "utf-8";

/* Allgemeine Definitionen
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	background: #a8a3a9 url(gfx/bg.jpg) repeat-x 0 0;
	color: #000;
	font-size: 100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
img,
a img {
	border: 0;
}
hr {
	display: none;
}	
.floatleft {
	float: left;
	margin: 0 25px 10px 0;
}
.floatright {
	float: right;
	margin: 0 0 10px 10px;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}
.trenner {
	border-top: 1px solid #ccc;
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}
.xs {
	font-size: .9em;
}
.tab {
	float: left;
	width: 14em;
}
.tab2 {
	float: left;
	width: 4.5em;
}
.center {
	text-align: center;
}

/* Links
----------------------------------------------- */
a,
a:visited {
	color: #000;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: none;
}
#header a,
#header a:visited,
#footer a,
#footer a:visited {
	color: #000;
	outline: none;
	text-decoration: none;
}
#header a:hover,
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
.news a,
.news a:visited {
	color: #000;
	font-weight: bold;
	outline: none;
	text-decoration: none;
}
.news a:hover {
	color: #000;
	text-decoration: underline;
}
.pdf {
	background: url(gfx/pdf.gif) no-repeat;
	padding: 2px 0 2px 22px;
}
.extern {
	background: url(gfx/extern.gif) no-repeat 0 5px;
	padding: 2px 0 2px 16px;
}

/* Typo
----------------------------------------------- */
h1, h2, h3, h4 {
	font-weight: bold;
	line-height: normal;
}
h1 {
	font-size: 1.2em;
	margin: 0 0 1em 0;
}
h2 {
	font-size: 1.1em;
	margin: 0 0 1em 0;
}
h3 {
	font-size: 1em;
	margin: 1.3em 0 .5em 0;
}
p, address, blockquote {
	margin: 0 0 1em 0;
}
address {
	font-style: normal;
}
#footer address {
	margin: 1em 0 0 0;
}
#content ul {
	margin: 3px 0 1em 30px;
}
#content ul li {
	padding: 0 0 2px 0;
	list-style: disc;
}
#content ul.tv {
	margin: 3px 0 1em 0;
}
#content ul.tv li {
	background: url(gfx/bg_tv.gif) no-repeat 0 .4em;
	padding: 0 0 2px 18px;
	list-style: none;
}
#content ul.kreis {
	margin: 3px 0 1em 20px;
}
#content ul.kreis li {
	padding: 0;
	list-style-type: circle;
}
#content ol {
	margin: 3px 0 1em 30px;
}
#content ol li {
	padding: 0 0 2px 0;
	list-style: decimal;
}
#content ol ol {
	margin: 3px 0 ;
}
#content ol ol li {
	padding: 0 0 4px 0;
	list-style: none;
}
.news {
	background: #fff9c2 url(gfx/bg_news2.gif);
	border: solid #ee1c23;
	border-width: 2px 0;
	margin: 18px 0;
	padding: 5px;
}

/* Layout
-----------------------------------------------*/ 
#wrapper {
	font-size: 62.5%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 936px;
}
#wrapper:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
#wrapper {display: inline-block;}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE-mac */
#header {
	background: url(gfx/bg_header.gif) repeat-x bottom left;
	float: left;
	font-size: 1.1em;
	height: 89px;
	margin: 0;
	padding: 0;
	width: 100%;
}
.logo {
	float: left;
	margin: 17px 0 0 17px;
}
.sublinks {
	float: right;
	margin: 58px 15px 0 0;
}
#navigation {
	float: left;
	font-size: 1.3em;
	margin: 0;
	padding: 30px 0 20px 25px;
	width: 225px;
}
#container {
	background: #fff url(gfx/bg_container.gif)  no-repeat bottom left;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#content {
	float: right;
	font-size: 1.2em;
	margin: 0;
	line-height: 1.5em;
	padding: 25px 36px 40px 0;
	width: 650px;
}
.tvbox {
	border-top: 1px solid #ccc;
	float: left;
	padding: 10px 0;
	width: 100%;
}
.tvbox img {
	float: left;
	margin: 0 25px 0 0;
}
.tvcontent {
	float: left;
}
#footer {
	float: left;
	font-size: 1.1em;
	min-height: 35px;
	height: auto !important;  /* moderne Browser */
	height: 35px;  /* IE */
	margin: 0 -3px 0 0; /* Duplicate Content Bug IE6 */
	padding: 0;
	text-align: center;
	width: 100%;
}

/* Navigationen
-----------------------------------------------*/
#navigation ul {
	border-bottom: 1px solid #ccc;
	margin: 0 0 40px 0;
	list-style: none;
	padding: 0;
	width: 190px;
}
#navigation ul li a,
#navigation ul li a:visited {
	border-top: 1px solid #ccc;
	color: #000;
	display: block;
	padding: 6px 0 4px 0;
	text-decoration: none;
	width: 189px;
}
#navigation ul li a:hover {
	color: #ee1c23;
	text-decoration: none;
}
#navigation ul li a.active,
#navigation ul li a:visited.active {
	font-weight: bold;
}
/*2. Ebene*/
#navigation ul ul {
	border: none;
	font-size: .83em;
	margin: 0;
	padding: 0 0 5px 0;
	text-indent: 15px;
}
#navigation ul ul li a,
#navigation ul ul li a:visited {
	border: none;
	padding: 2px 0;
	width: 189px;
}
#navigation ul ul li a.active,
#navigation ul ul li a:visited.active {
	font-weight: bold;
}

/* Tabellen
-----------------------------------------------*/
table.imprint {
	margin: 0 0 30px 0;
}
.imprint td {
	padding: 4px 0;
}
.brennweite {
	margin: 0 0 1em 0;
}
.brennweite td,
.brennweite th {
	padding: 0 0 0 17px;
}
.abstand {
	text-align: right;
}
.bez {
	width: 120px;
}
table.prt {
	font-weight: bold;
	margin: 0 0 30px 0;
	width: 100%;
}
.prt td {
	border-top: 1px solid #ccc;
	padding: 10px 0;
}
.cat {
	width: 225px;
}
.manuf {
}
