@import url(navi.css);
@import url(css_styled_content.css);

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg.gif);
	background-repeat:repeat-y;
}
#content_container {
	padding-top:4.85em;
	padding-bottom:3em;
	padding-left:0;
}

#banner {
	background: #006699;
	background-image: url(../images/header_bg.gif);
	background-repeat:repeat-y;
	border-bottom: 1px solid black;
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	padding:0px;
}


#footer {
	position:fixed;
	bottom:0px;
	left: 0px;
	right:0px;
	background:#006699;
	text-align:center;
	
	padding: 10px 180px 10px 0px;
	margin:0;
	color: white;
	font-size: 11px;
}

/* Angaben nur für den Internet Explorer mit Star-HTML-Hack */
* html, * html body {
	height:100%;
	overflow:hidden;
}
* html #banner {
	margin:0;
	height:10%;
}
* html #content_container  {
	padding:0.5em;
	height:80%;
	overflow:auto;
}

* html #footer  {
	height:10%;
	padding-top:1%;
}
/* Kleines Extra für den IE */
* html #menu { margin:0.2em; }



#content_container #content p, #container #content li,{
	line-height:130%;
}
#content_container #content ul {
	list-style-image:url(../images/dot.gif);
}
#content a {
	color: black;
	font-weight: bold;
}
#content table {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#lang_navi {
	padding: 20px 20px 0 20px;
	margin: 0 0 0 0;
}

html>body #lang_navi {
	padding: 40px 20px 0 20px;
}

#lang_navi img{
	margin: 0 5px 0 0;
}


#left {
float: left;
width: 180px;
margin: 0px;
padding: 0px;
}

#content {
background-color: #ffffff;
padding: 0;
margin: 20px 100px 20px 200px;
width: 600px;
         position: absolute;
         top: auto;
         left: 0px;
}

h1, h2, h3, h4, h5, h6 {
color: red;
font-size:14px;
font-weight: bold;
}