html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #464957;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #001B39;
	background-image: url(/templates/pics/bg.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
	background-position: -150px 100px;
	
}
p {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 19px;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style-position: outside;
}
ol {
	margin: 0 0 15px 25px;
}
ul {
	margin: 0 0 15px 15px;
}
li { line-height: 19px; }
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: #DA1F3D;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5 {
	margin: 0 0 23px 0;
	padding: 0;
	font-size: 16px;
	color: #001B39;
}
h1 {
	width: 760px;
	margin: 0 0 30px 0;
	padding: 0 20px;
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
	background-color: #415F77;
	font-weight: bold;
	text-transform:uppercase;
}
h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 15px;
	
}
h3 {
	margin: 0 0 20px 0;
	font-weight: bold;
	font-size: 14px; 
}
h4 {
	margin: 0 0 20px 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;
}
.tcenter { text-align: center; }
.tleft { text-align: left; }
/* min-height */
.minh-10 {
	height: 10px;
	overflow: visible;
}
html>body .minh-10 {
	height: auto;
	min-height: 10px;
}

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

/* Seitenaufbau */
#bg {
	background-image: url(/templates/pics/bg_head.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	height: 300px;
	overflow: visible; 
}
#main-container {
	width: 1000px;
	margin: auto;
	height: 300px;
	overflow: visible;
}
html>body #bg, html>body #main-container {
	height: auto;
	min-height: 300px;
}
#head-container { width: 1000px;  height: 239px; overflow: hidden; position: relative;}
#logo { position: absolute; left: 45px; top: 0; height: 239px; width: 425px; overflow: hidden; z-index: 0; }
#head-teaser { position: absolute; left: 640px; top: 0; height: 239px; width: 340px; overflow: hidden; z-index: 0; text-align: right; }
#head-pic { width: 340px; height: 215px; overflow: hidden; }
#head-pic-subtitle { width: 340px; height: 24px; line-height: 24px; color: #FFFFFF; text-align: left; }
#content-container { width: 1000px; position: relative; }
#main-nav { position: absolute; left: 0; top: 40px; width: 150px; overflow: hidden; text-align: right; z-index: 50; }
#main-content { position: absolute; left: 130px; top: 0; width: 894px;} 
#content-2areas { width: 844px; padding-left: 50px; background-image:url(/templates/pics/bg_2areas.png); background-repeat:repeat-y; height: 500px; overflow: visible; }
#content-2areas h1 { margin-left: 0; }
#content { width: 800px; padding: 0 44px 0 50px; background-image:url(/templates/pics/bg_content.png); background-repeat:repeat-y; height: 500px; overflow: visible;  }
#snippetarea { width: 800px; background-color: #FFFFFF; overflow: hidden; }
#snippetarea-left { width: 460px; background-color: #FFFFFF; overflow: hidden; }
#snippetarea-right { width: 340px; overflow: hidden; }
html>body #bg, html>body #content, html>body #content-2areas {
	height: auto;
	min-height: 500px;
}
#content-foot { width: 780px; padding: 25px 44px 0 70px; background-image:url(/templates/pics/content_bottom.png); background-repeat: no-repeat; height: 50px; }
#content-2areas-foot { width: 780px; padding: 25px 44px 0 70px; background-image:url(/templates/pics/content_bottom_2areas.png); background-repeat: no-repeat; height: 50px; }

/* Formulare */
form { margin: 0; padding: 0; }
 