/*
###################################################
Standards
###################################################
*/


body
{
   font-family: Arial, Verdana, "Times New Roman", serif;
   color:#555B61;
   font-size: 0.70em;
   background:#BFD9F2;
   margin:0 auto 0 auto;
   text-align:center;
   width:830px;
}


h1,h2,h3
{
   font-weight:bold;
   padding:0;
   margin:0 0 10px 0;
}


img,li,div {border:0;padding:0;margin:0;}
ul {list-style-type:none;margin:0;padding:0;}

hr
{
   margin:10px 0 0 0;
   height:2px;
   border-top:1px solid #fff; 
   border-right:1px solid #fff; 
   border-left:1px solid #fff; 
   border-bottom:1px solid #1C4B6D;
}


p
{
   line-height: 1.3em;
   margin:10px 0 10px 0;
}



/*
###################################################
Formulare
###################################################
*/


input,textarea,select
{
    border:1px solid #BBBFC3;
  	font-size: 11px;
}

select
{
    width:200px;
    background:#EDEDED;
    color:inherit;
}


.checkbox
{
    border:0;
  	margin-right:1px;
  	vertical-align:middle;
}


label
{ 
    vertical-align:middle;
}

.textarea
{
   	width:200px;
  	background:#EDEDED;
  	color:inherit;
}


input.submit
{
    width:95px;
    background:#EDEDED;
  	color:inherit;
    border:0;
    font-weight:bold;
  	padding:3px;
}




/*
###################################################
Container
###################################################
*/

#container
{
    margin:0;
    height:100%;
    width:830px;
    text-align:left;
}



/*
###################################################
Header
###################################################
*/

#header
{
 		 height:61px;
		 width:610px;
		 text-align:right;
		 padding:45px 40px 0 0;
     float:right;
}



/*
###################################################
Left
###################################################
*/

#left
{
width:180px;
float:left;
text-align:right;
		 
}

#left ul
{
margin:10px 5px 0 0;
float:right;
}

#left li
{

line-height:14px;
width:130px;
margin:0 0 8px 0;
display:block;
}


#left a
{
text-decoration:none;
color:#5C001B;
}


#left a:hover
{
color:#555B61;
}


#left a.aktiv
{
color:#555B61;
}


/*
###################################################
Navigation
###################################################
*/


#navigation
{
height:37px;
line-height:37px;
background:url(../images/bg_navigation.jpg);
float:right;
width:640px;
padding:0 5px 0 5px;
overflow:hidden;
}


#navigation ul
{
list-style-type:none;
margin:0;
}


#navigation li
{
float:left;
margin-left:15px;
background:url(../images/navigation_bg.gif) no-repeat right;
display:inline;
}


#navigation li.last
{
float:left;
margin-left:15px;
background:none;
}


#navigation a
{
color:#555B61;
text-decoration:none;
font-size:12px;
padding-right:20px;
}


#navigation a:hover
{
color:#5C001B;
}


#navigation a.first_on
{
color:#555B61;
font-weight:bold;
}



/*
###################################################
Content
###################################################
*/

#content
{
float:left;
margin:25px 0 0 0;
padding:0 25px 5px 25px;
width:400px;
height:520px;
min-height:520px;
overflow:auto;
background:url(../images/content_bg.gif);
}

* html #content
{
height:520px;
}

#content h1
{
font-size:18px;
}

#content h2
{
font-size:14px;
}

#content ul
{
list-style-image:url(../images/point.gif);
margin-left:15px;
}

#content td
{
vertical-align:top;
}

#content .content-box
{
margin-top:30px;
border:1px solid #BFD9F2;
padding:10px 10px 10px 10px;
width:358px;
}

#content .content-box-text
{
float:left;
width:234px;
padding-right:5px;
overflow:hidden;
}

#content .content-box-bild
{
float:left;
width:119px;
text-align:right;
overflow:hidden;
}

#content a
{
text-decoration:none;
color:#5C001B;
}

#content a:hover
{
color:#555B61;
}


#content #navipath
{
margin:0 0 20px 0;
}

/*
###################################################
Right
###################################################
*/

#right
{
    float:left;
		width:180px;
		height:520px;
		padding:0 10px 5px 10px;
		margin-top:25px;
overflow:hidden;
		
}


#right ul
{
list-style-image:url(../images/point.gif);
margin-left:15px;
padding:0;
}

#right img
{
margin-left:15px;
}


#right div.text
{
height:380px;
min-height:380px;
}

#adresse
{
    border:1px solid #BFD9F2;
		padding:10px 5px 10px 5px;
		height:100px;
		line-height:15px;
}

/*
###################################################
Bottom-Navigation
###################################################
*/


#bottom-navigation
{
margin:10px 0 0 180px;
}

#bottom-navigation li
{
float:left;
margin-left:20px;
}

#bottom-navigation a
{
text-decoration:none;
color:#555B61;
}

#bottom-navigation a:hover
{
color:#5C001B;
}


/*
###################################################
Diverses
###################################################
*/

.clearer
{
 clear:both;
}

.checkbox
{
border:0;
}


