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

body{
background-color: #ffffff;
background-image: url(../grf/bgr_linear.png);
background-repeat: repeat-y;
}

/*----------------------------------------------------------------------------------*/
/*container main*/

div#wrapper{
width: 950px;	
margin: 15px auto;
text-align: left;
}

div#bgleft{
width: 50px;
height: 600px;
background-image: url(../pictures/index_r1_c1.jpg);
float: left;
}

div#header{
width: 850px;
float: left;
}

div#bgright{
width: 50px;
height: 600px;
background-color: #ffffff;
float: right;
}

div#navi{
width: 850px;
/*margin-left: 50px;*/
background-image: url(../pictures/navi.jpg);
float:left;
}

div#content{
width: 850px;
/*margin-left: 50px;*/
float:left;
}

div#footer{
width: 850px;
background-color: #FFFFFF;
background-image: url(../pictures/footer.jpg);
background-repeat:no-repeat;
float:left;
}

.clear{
clear: both;
}

/*----------------------------------------------------------------------------------*/
/*Title im header*/

div#title{
background: url(../pictures/header.jpg) no-repeat;
float: left;
width: 850px;
height: 100px;
}

a img{
border: 0;
}

.title_ausrichtung{
margin: 25px 0 0 40px;
}

.title_header{
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-size: 100%;
font-weight: bold;
color: #000000;
}

.title_keywords{
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-size: 120%;
letter-spacing: 2px;
color: #666666;
}

.title_temp{
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-size: 100%;
letter-spacing: 2px;
color: #660000;
}

/*----------------------------------------------------------------------------------*/
/*Navigation*/

ul.navi{
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-size: 12px;
line-height: 20px;
list-style-type: none;
margin: 0 0 0 5px;
padding: 0;
text-align: left;
}
a.navi{
color: #666666;
text-decoration: none;
padding: 0 5px 0 0;
}
a.navi:hover{
text-decoration: underline;
background: url(../img/navi_dot_hover.gif) no-repeat right;
}
a.navi_aktiv{
color: #660000;
text-decoration: none;
padding: 0 5px 0 0;
font-weight: bold;
background: url(../img/navi_dot_aktiv.gif) no-repeat right;
}
a.navi_aktiv:hover{
text-decoration: underline;
}

/*----------------------------------------------------------------------------------*/
/*Content*/

div#cont{
float: left;
width: 850px;
background-image: url(../pictures/content.jpg);
height: 450px;
overflow:auto;
}

.cont_ausrichtung{
margin: 20px 40px 20px 40px;
}

.cont_header{
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-size: 90%;
font-weight: bold;
color: #000000;
}

.cont_header_mark{
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-weight: bold;
font-size:90%;
color: #660000;	
}

.cont_txt{
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
/*padding-left: 20px;*/
/*margin-left: 20px;*/
/*margin-right: 20px;*/
font-size: 80%;
font-weight: normal;
color: #000000;
line-height: 17px;
}

.cont_txt_mark{
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-size: 100%;
font-weight: normal;
color: #660000;
line-height: 17px;
}

.cont_header1{
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-size: 80%;
font-weight: bold;
}


div#cont_left{
float: left;
width: 350px;
overflow:auto;
}

div#cont_right{
float: left;
width: 370px;
overflow:auto;
}
/*----------------------------------------------------------------------------------*/
/*footer*/

div#foot{
float: left;
width: 850px;
background-image: url(../pictures/footer.jpg);
height: 30px;
}