/* CSS Allgemein */	

body{		
padding:0;		

font-family:Arial, Helvetica, sans-serif;		
background:url('../img/bg_main_new.jpg') top center no-repeat #212121;	
color:white;
font-size:12px;
}		


img, div, td , h6{ behavior: url('../specialFiles/iepngfix.htc'); }
		
		
/** RAHMENCONTAINER (Zentriert) **/	

#center{
width:780px;

margin:0 auto;

}	


.maingraphic{
position:absolute; 
margin-top:6px; 
margin-left:385px; 
width:338px; 
height:258px;
z-index:100}

/** KOPFBEREICH **/	
#header{	
height:198px;
width:780px;
margin:0 auto;	
background-image:url('../img/bg_navi_top.png');
background-repeat:no-repeat;
background-position:bottom left;


overflow:hidden;
}	
/** NAVIGATION**/ 	
#navigation{	

margin-top:180px;
padding-left:30px;
letter-spacing: -0.06em;
font-size:14px;


}			




/** nav = Navigationspunkt, nava = Aktiver Navigationspunkt **/
.nav{
margin-top:5px;
color:white;
}
.nava{
margin-top:5px;
color:#CCFF00;
}

.nav:link,
.nav:visited,
.nav:active{
font-weight:bold;
text-decoration:none;
color:white;
}		
.nava:link,
.nava:visited,
.nava:active{
font-weight:bold;
text-decoration:underline;
color:#CCFF00;
}


a,	
a:link,	
a:visited,	
a:hover,	
a:active{
font-weight:bold;
text-decoration:none;
color:#CCFF00;
}	


/** CONTENT **/
#main{
background:url('../img/bg_main_new.png') top left no-repeat;
width:780px;

}



/** Aufteilung Links (inhalt) - Rechts
(rightside) **/	

#inhalt{

margin:3px 3px 0 3px;
padding:3px 10px 0px 30px;	
width:436px; 
float:left;
height:394px;
overflow-y:auto;

}

#rightside{
padding:80px 10px 0 10px; 
width:260px;
float:left;}

#boxGbook{
height:105px;
width:260px;


overflow:hidden;}

#boxGbook .entry{
height:40px;
padding-bottom:5px;
overflow:hidden;
}

#galleryright{
height:200px;

overflow:hidden;
}


/** Footer **/	

#footer{
overflow:hidden;
background:url('../img/bg_bottom_new.png') top left no-repeat;
color:#616161;
height:115px;
font-size:10px;
font-weight:bold;
padding-left:20px;
width:760px;

}	

#footer #left{
float:left;
padding:40px 20px 0 20px;}

#footer #right{
float:right;
padding:40px 25px 0 20px;
}

#footer a:link,
#footer a:active,
#footer a:visited,
#footer a:hover{
text-decoration:none;
font-weight:normal;
font-family:arial;
color:#616161;
}

/** Partnerbox **/	
#partnerbox{
background-color:#E2E2E2;
border-top:2px solid #F9F9F9;
padding:4px;
}

/** SONSTIGE **/
.clear{height:1px;
width:1px;
clear:both;
overflow:hidden;}