html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-image: url(/templates/pics/main-bg.jpg);
	background-repeat: repeat-y;
}
p {
	margin: 0;
	padding: 0 0 7px 0;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style-position: outside;
}
ol {
	margin: 0 0 7px 25px;
}
ul {
	margin: 0 0 7px 15px;
}
object, embed {
	margin: 0; 
	padding: 0;
	cursor: pointer;
}
form, input, label, select, textarea {
	margin: 0;
	padding: 0;
}
img, a img {
	border: 0;
}
a:link, a:visited, a:active, a:hover { 
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5 {
	margin: 0 0 23px 0;
	padding: 0;
	font-size: 16px;
	color: #000000;
}
h1 {
	margin: 0 0 20px 0;
	color: #CC0000;
}
h2 {
	margin: 0 0 14px 0;
	padding: 0;
	font-size: 15px;
	
}
h3 {
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 12px;
}
h4 {
	margin: 0 0 6px 0;
	font-weight: bold;
	font-size: 11px;
}
h5 {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
form {
	margin: 0;
	padding: 0;
}
/* Schriftarten */
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.vsuper {
	vertical-align: top;
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.vbottom {
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tright { text-align:right; }
.floatl { float: left; }
.floatr { float: right; }
.fixfloat {
	clear: both;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

/* min-height */
.minh-10 {
	height: 10px;
	overflow: visible;
}
html>body .minh-10 {
	height: auto;
	min-height: 10px;
}

/* Innen- und Außenabstände */

/* Seitenaufbau */
/*
#white-container {
	z-index: 1;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 0px;
	height: 100%;
	width: 50%;
	background-color: #FFFFFF;
	display: none;
}*/
#main-container {
	width: 960px;
	height: 560px;
	margin-top: 60px;
	margin-left: 30px;
	overflow: visible;
	position: relative;
}
html>body #main-container {
	height: auto;
	min-height: 560px;
}
#head-container {
	width: 960px;
	height: 85px;
	overflow: hidden;
	position: relative;
}
#head-info {
	position: absolute;
	left: 350px;
	top: 38px;
	width: 600px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	font-size: 11px;
	color:#000000;
	overflow: hidden;
}
#main-nav-container {
	width: 155px;
	height: 405px;
	padding: 20px 0 0 15px;
	position: absolute;
	top: 85px;
	left: 0;
	overflow: hidden;
	background-image: url(/templates/pics/nav-bg.png);
	background-repeat: no-repeat;
}
* html #main-nav-container {
	background-image: url(/templates/pics/nav-bg-ie6.png);
}
#main-nav {
	width: 130px;
	height: 355px;
	margin-bottom: 10px;
}
#main-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#main-nav a:link, #main-nav a:visited, #main-nav a:active, #main-nav a:hover {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
#main-nav a:hover { color: #CC0000; }
#main-nav li {
	line-height: 15px;
	display: block;
}
#main-nav li.navL1 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	background-image: url(/templates/pics/dotted-line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#main-nav li.navL2 {
	padding: 5px 0 0 10px;
}
#main-nav li.navL2 a:link, #main-nav li.navL2 a:visited, #main-nav li.navL2 a:active, #main-nav li.navL2 a:hover {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}
#main-nav li.navL2 a:hover, #main-nav a.active:link, #main-nav a.active:visited, #main-nav a.active:active, #main-nav a.active:hover, #main-nav li.navL2 a.active { color: #CC0000; }
#main-nav ul.nav-uL2, #main-nav ul.nav-uL3, #main-nav ul.nav-uL4 { display: none; }

#lang-nav {
	width: 130px;
	height: 15px;
	overflow: hidden;
}
#lang-nav span {
	padding-right: 10px;
}
#content-container {
	position: absolute;
	top: 85px;
	left: 190px;
	width: 765px;
	height: 425px;
	margin-left: 16px;
	overflow: visible;
}
html>body #content-container {
	height: auto;
	min-height: 425px;
}
#shadow-top {
	background-image: url(/templates/pics/content-top-bg.png);
	background-repeat: no-repeat;
	width: 765px;
	height: 18px;
}
#main-content {
	width: 765px;
	height: 337px;
	overflow: visible;
	background-image: url(/templates/pics/content-bg.png);
	background-repeat: repeat-y;
	padding-bottom: 20px;
	background-color:#FFFFFF;
}
* html #main-content {
	background-image: url(/templates/pics/content-bg-ie6.png);
}

html>body #main-content {
	height: auto;
	min-height: 337px;
}
#shadow-bottom {
	position: relative;
	background-image: url(/templates/pics/content-bottom-bg.png);
	background-repeat: no-repeat;
	width: 725px;
	height: 50px;
	padding-right: 40px;
	text-align: right;
}

* html #shadow-bottom {
	background-image: url(/templates/pics/content-bottom-bg-ie6.png);
}
/* Formatierung Inhalte */
#main-content p {
	line-height: 14px;
	font-size: 11px;
	color: #666666;
}
#main-content h1 {
	margin: 0 0 15px 30px;
	width: 695px;
	font-size: 20px;
}
#main-content h2 {
	margin: 0 0 10px 30px;
	width: 695px;
	font-size: 11px;
	line-height: 14px;
}
#subnav-container {
	width: 695px;
	height: 15px;
	line-height: 15px;
	padding-bottom: 6px;
	margin: 0 0 20px 30px;
	overflow: hidden;
	background-image: url(/templates/pics/dotted-line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 11px;
	overflow:hidden;
}
#subnav-container a:link, #subnav-container a:visited, #subnav-container a:active, #subnav-container a:hover {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#subnav-container a:hover, #subnav-container a.active:link, #subnav-container a.active:visited, #subnav-container a.active:active, #subnav-containera.active:hover {
	color: #CC0000;
}
.subnav-pipe { padding-right: 15px; }
.sn {
	width: 695px;
	margin-left: 30px;
	overflow: hidden;
}
.sn-box-left {
	width: 380px;
	overflow: hidden;
}
.sn-box-right {
	width: 297px;
	overflow: hidden;
}
