/****************************
+++ HTML-Standards +++
****************************/
html{
	height :100%;
    margin:0;
    padding:0;
}

body {
    margin:0;
    padding:0;
    font-family:verdana, helvetica, sans-serif;
    font-size:80%;
    color:#757575;
    line-height:1.3em;
    height:100%;
	background : #14235F url(../images/falloff.png) repeat-x ;
}

img {
    border:none;
}

td {
	vertical-align:top;
}

h1, h2, h3, h4, h5, h6 {
    margin:0;
	padding:0;
	font-size:100%;
	color:#1A2A67;
}

h1 {
    margin:0.5em 0;
	font-size: 180%;
	color:#757575;
	font-weight : normal;
	font-family : 'Times New Roman';
}

h2{
	margin:0.5em 0;
	font-size : 140%;
	color:#1A2A67;
	font-weight : lighter;
	font-family : 'Times New Roman';
}

.trenner {
    display:block;
    clear:both;
    height:1px;
    font-size:1px;
}

a {
    color : #1A2A67;
}


p {
    margin-top:0px;
}

.rechts {
    float:right;
    padding-left:5px;
}

.links {
    float:left;
    padding-right:5px;
}

/******************************
+++ Hauptstruktur +++
*******************************/

#container {
	margin : 0 auto;
	width : 940px;
}

#main{
	
}

.contenteinzug{
	padding : 0 50px;
}

/****************************
+++ Header  +++
****************************/

#header{
	position: relative;
	height : 380px;
	background: url(../images/header.png) no-repeat;
}

#headerlink1{
	position: absolute;
	top : 20px;
	left : 60px;
	display:block;
	height:130px;
	width:190px;
}
/****************************
+++ Navigation  +++
****************************/

#navigation{
	position: absolute;
	bottom : 40px;
	width : 200px;
}
#navigation ul{
	margin:0;
	padding:0;
	list-style:none;
	text-transform:uppercase;
}
#navigation ul li{
	padding-left : 5px;
	padding-top : 5px;
	line-height : 2em;
	border-bottom : solid 1px #999999;
	background: url(../images/arrow.png) no-repeat right center;
}
#navigation a {
	display:block;
	text-decoration:none;
	color:#1A2A67;	
}
#navigation .act{
	background: none;
}
#navigation .act a{
	color : #757575;
}


/****************************
+++ Inhalt  +++
****************************/
#content{
	padding-top : 30px;
	padding-bottom: 20px;
	background: url(../images/content_bg.png);
}


#contentlinks{
	width : 30%;
	float : left;
}
#contentmitte{
	width : 0;
	height: 10px;
	float : left;
}
#contentrechts{
	width : 65%;
	float : right;
}

/****************************
+++ Fußzeile  +++
****************************/

#footer{
	position: relative;
	height : 80px;
	background: url(../images/footer.png) no-repeat;
}



#copyright{
	float : right;
	padding-top : 15px;
}
#copyright a{
	color : #757575;	
	text-decoration : none;
}


