/* CSS Document */

* {padding:0; margin:0;}


/* Seitenaufbau */


body {

background-color: #022C5E;

}



#mitte {

margin-left:auto;
margin-right:auto;
margin-top:30px;
width:800px;
height:auto;
z-index:1;


}

#head {

background-image: url(../_pix/header.jpg);
background-repeat:no-repeat;
width:800px;
height:200px;
position: absolute;
z-index:2;

}

#center {

width:800px;
height:auto;
margin-top:200px;
background-color: rgb(255,255,255);
position:absolute;
z-index:3;
}

#navi {

width:160px;
height:auto;
margin-left:30px;
position:absolute;
z-index:4;


}

#inhalt {

width:590px;
height:auto;



}

#bottom{

width:800px;
height:40px;
background-image: url(../_pix/bottom.jpg);
background-repeat:no-repeat;
background-position: bottom;
position:absolute;
z-index:6;

}

#table {

width:440px;
height:150px;
position: relative;
}

/* Textformatierung */

.navi a:link {color:#FCA0CC; text-decoration:none;}
.navi a:visited {color:#FCA0CC; text-decoration:none;}
.navi a:hover {color:#030059; text-decoration:none; font-weight:bold;}
.navi a:active {color:#FCA0CC; text-decoration:none;}

.navi {

margin-top:20px;
font-family: Verdana;
font-size:12px;
color:#FCA0CC;
line-height: 17px;

}

.inhalt a:link {color:#030059; text-decoration:none;}
.inhalt a:visited {color:#030059; text-decoration:none;}
.inhalt a:hover {color:#FCA0CC; text-decoration:none; }
.inhalt a:active {color:#030059; text-decoration:none;}

.inhalt {

margin-top:0px;
width:530px;
margin-right:50px;
margin-left:190px;
font-family: Verdana;
font-size:12px;
padding-top: 20px;
padding-left: 20px;
color:#030059;
border-left-color: #FFCCCC;
border-left-style: solid;
border-left-width: 1px;
}


.copy {

font-family: Verdana;
font-size:10px;
color:#C9C7C8;

}

.zitat {


font-family: Verdana;
font-size:12px;
color:#FCA0CC;
width:300px;
margin-top: 15px;
margin-bottom: 20px;
border-top-color:#DEDCDD;
border-top-style:solid;
border-top-width:1px;
border-bottom-color:#DEDCDD;
border-bottom-style:solid;
border-bottom-width:1px;

}


