body {
	background: #004e8e /*url(grafik/backdrop.gif) repeat-y 50% 0*/;
	text-align: center;
	margin: 0;
	padding: 0;
}
body, td {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: black;
}
fieldset {
	border: none 0px white;
	padding: 5px 0;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 8px;
	color: #cc0000;
}
h2 {
	font-size: 13px;	
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #cc0000;
}
h3 {
	font-size: 13px;	
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	color: black;
}
input, textarea {
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p {
	margin: 0;
}
ul, ol {
	margin-top: 0px;	
	padding-left: 1.4em;
	margin-left: 0;
}

/* ---------- klassen ------------------------------>*/
.bildunterschrift {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.table-partner {
	border-spacing: 0;
}
.table-partner img {
	margin-right: 20px;
}
.table-partner td {
	border-top: 2px solid #cc0000;
	padding: 5px 0 5px 0;
}
.table-partner li {
	list-style-image: url(grafik/pfeil.gif)
}

.table-produkte {
	border-spacing: 0;
}
.table-produkte td {
	border-bottom: 2px solid #cc0000;
	padding: 5px 0 5px 0;
	text-align: center;
}

.table-kontakt {
	border-spacing: 0;
}
.table-kontakt td {
	padding: 5px 0 25px 0;
	vertical-align: bottom;
}



/* ---------- layout ------------------------------->*/
#wrap {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 780px;
}

#content {
	float: left;
	width: 710px;
	margin: 0;
	padding: 20px 20px 10px 50px;
	/*margin-left: 22px;*/
	/*border-left: 22px solid #f4f4f4;*/
	text-align: left;
	/*background-color: white;*/
	background: url(grafik/backdrop.gif) repeat-y;
}

#rechts_umflossen {
	float: right;
	width: 300px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#rechts_umflossen_index {
	float: right;
	width: 240px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-right: 10px;
}

#rechts_umflossen_service {
	float: right;
	width: 124px;
	margin-left: 40px;
	margin-bottom: 10px;
	margin-right: 10px;
}

#footer {
	clear: both;
	margin: 0;
	width: 780px;
	text-align: left;
}

/*--------------- navigation ---------------*/
#navigation {
	font-size: 14px;
	font-weight: bold;
	height: 65px;
	background: url(grafik/hg-navigation.gif);
	margin-top: 0;
	padding-top: 0;
	padding-left: 30px;
}

#navigation ul, #navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul {
	padding-top: 0px;
	text-align: center;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	/*background: url("grafik/tab.gif") no-repeat;
	width: 150px;*/
	height: 50px;
	float: left;
	padding: 0 5px 0 0;
	margin: 5px 0 5px 20px;
	color: #cc0000;
	border-right: 3px solid white;
	text-decoration: none;
}

/*#navigation ul li a span {
	/*background: url("tab-left.gif") no-repeat;*/
/*	padding: 5px 5px 5px 20px;
}

#navigation ul li a:hover span {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}*/

div#navigation ul li a:hover {
	border-right: 3px solid #cc0000;
	text-decoration: none;
}

div#navigation ul li a.active {
	/*background: url(grafik/tab_hover.gif) no-repeat;*/
	color: #cc0000;
	border-right: 3px solid #cc0000;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}


/* ------------------ links -------------------- */

a:link {color: #cc0000; text-decoration: underline}
a:visited {color: #cc0000; text-decoration: underline}
a:hover {color: #cc0000; text-decoration: none}
a:active {color: #cc0000; text-decoration: none}
