@charset "UTF-8";
/* CSS Document */

.Text_klein {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #666666;
	line-height: 1.3;
}


.Text_normal {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #333333;
	line-height: 1.4;
	
}


.Text_uberschrift {
	font-family: "Trebuchet MS", Arial;
	font-size: 26px;
	color: #ffffff;
	line-height: 1.8;
	}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}

a:link {
	color: #ccc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ccc;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}


#content_container {
    padding-bottom:3em;
}

#header {
    margin: 0 0 0.7em;
    background:#efefef;
    text-align:center;
    padding:10px;
}

#footer {
    position:fixed;
    bottom:0px;
    background:#161619;
	color:#ffffff;
    text-align:center;
    padding:10px;
    width:100%;
}




/* Angaben nur für den Internet Explorer mittels Star-HTML-Hack */

* html, * html body {
    margin:0;
    padding:0;
    height:100%;
    overflow:hidden;
}

* html #content_container {
    padding:0;
    height:95%;
    overflow:auto;
}

* html #footer {
    background:#ffffff;
    height:5%;
    text-align:center;
    padding-top:1%;
}
