/**
* Design und Layout 'gogo'
* (c) 2009 by website baker services  http://www.websitebakers.org
*/



/* Definierte Startwerte alle HTML-Elemente */
* { 
 	margin: 0;
 	padding: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
	color: #aaa;
	text-decoration: none;
}
a:hover {color:#e2001a; text-decoration: underline;}


hr {color:#f1ef9a;}

/* Page Headings */
h1, h2, h3, h4, h5, h6 {color: #f1ef9a;}

strong {color: #fff;}

p {margin:0;}


h1 { 
	margin:10px 0 6px 0;
	font-size: 24px;	
}

h2 { 
	margin:10px 0 4px 0;
	font-size: 18px;	
		
}

h3 { margin:10px 0 4px 0;
	font-size: 16px;	
}

h4 {	
	margin:10px 0 0 0;	
	font-size: 1em;	
	
}

h5 {
	margin:10px 0 0 0;	
	font-size: 0.9em;	
}

h6 {
	margin:3px 0 0 0;	
	font-size: 0.75em;	
}



/* Schrift und Hintergrund Browserseite */
body { 
	font-family:Verdana, sans-serif;
	background:#000;
  	color:#f1ef9a;
}



/* Schrift und Hintergrund Seite */

#site  { 
margin:auto;
width:920px;
display:block;
background:url(../img/gogo_neu.jpg) no-repeat #000;
}



/* Schrift und Hintergrund Head */

#head  {  
height:263px;
width:920px;
}


#kontakt  {  
float:right;
height:130px;
width:210px;
margin-right:60px;
margin-top:20px;
}


#text2  {  
padding:10px;
height:110px;
width:190px;
color:#fff;
}

/* Schrift und Hintergrund Container */


#container {  
margin:auto;
width:820px;
min-height:400px;
}


/* Schrift und Hintergrund Navi-Top */
#navi-top {  
width:816px;
height:31px;
background:url(../img/downmenubg.jpg) repeat-x #000;
border:0px solid #888;
margin: -50px auto;
margin-bottom: 15px;
}

#navimain ul {padding-left:40px; list-style: none;}

#navimain li { float: left;  
border-right:1px solid #e5c163;
height: 30px;
}

#navimain  a {
        
	text-decoration: none;
	display: block;
	font-weight: normal;
        padding:10px;
	font-size: 16px;
color:red;
line-height:12px;
margin-left:10px;
margin-right:10px;
}

#navimain ul li a:hover, #navimain ul li a.aktiv, #navimain ul li a:hover.aktiv {
	
color:#f1ef9a;

}

#navimain .menu-current a {color:#f1ef9a;}

#navimain .menu-last  {border-right:0px solid silver;}




/* Schrift und Hintergrund Content */

#content {  
width:820px;
min-height:300px;
padding-top:10px;
}


#news {  
height:136px;
margin-left:60px;
width:760px;
}

.anynews {
width:164px;
height:136px;
float:left;
margin-right:20px;
}

.anynews h3 {font-size:11px;}
.anynews h2 {font-size:15px;margin:0px;}
.anynews p {font-size:11px;padding-top:10px;}
.anynews a {color:#fff;text-decoration:none;font-size:11px;}
.anynews a:hover{ color:#aaa;}



#content-start {  
width:820px;
min-height:300px;
padding-top:14px;
padding-left:51px;
}


#pic1 {  
width:226px;
height:321px;
background:url(../img/pic1.jpg) no-repeat #000;
float:left;
margin-right:20px;
}

#pic2 {  
width:226px;
height:321px;
background:url(../img/pic2.jpg) no-repeat #000;
float:left;
margin-right:20px;
}

#pic3 {  
width:226px;
height:321px;
background:url(../img/pic3.jpg) no-repeat #000;
float:left;
margin-right:20px;
}


#content-text {  
width:820px;
min-height:300px;

}


#text1 {  
padding:20px;
}


#slogan {  
margin:auto;
/*background:url(../img/indextext.png) repeat-x ;*/
width:737px;
height:76px;
margin-top:50px;
}


/* Schrift und Hintergrund Navi-Bottom */
#navi-bot {  
margin:30px auto;
float:left;
width:816px;
height:31px;
background:url(../img/downmenubg.jpg) repeat-x #000;
border:0px solid #888;
}

#navi2 ul {padding-left:40px; list-style: none; padding-top: -25px;}

#navi2 li { float: left;  border-right:1px solid #e5c163;
height: 30px;
}

#navi2  a {
        
	text-decoration: none;
	display: block;
	font-weight: normal;
        padding:10px;
	font-size: 16px;
color:red;
line-height:12px;
margin-left:10px;
margin-right:10px;
}

#navi2 ul li a:hover, #navi2 ul li a.aktiv, #navi2 ul li a:hover.aktiv {
	
color:#f1ef9a;

}

#navi2 .menu-current a {color:#f1ef9a;}

#navi2 .menu-last  {border-right:0px solid silver;}






#basic {  
width:820px;
font-size:10px;
}

#links {padding-top:10px;float:left; width:820px;text-align:center;color:#f1ef9a}

#links a {text-decoration:none; color:#f1ef9a; font-size:10px;}

#links a:hover { color: #aaa;}

#traum {padding-top:10px; float:left; width:820px; color:#aaa; padding-bottom:20px; text-align:center;}

#traum a {text-decoration:none; color:#aaa; font-size:10px;}

#traum a:hover { color:#fff;}
