@charset "utf-8";

body {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: white;
	background-color: #5A8196;
	margin: 50px 0px 0px 0px;
}

#gesamt_container {
	margin: auto;
	width: 975px;
}

#header {
	background-image: url(../images/header.gif);
	width: 975px;
	height: 190px;
}

/*------------------------------------------------------Hauptnavi Container------------------------------------------------------*/
#haupt_navi {
	background-image: url(../images/mainnavi.gif);
	width: 975px;
	height: 40px;
}

#news_button {
	background-image: url(../images/news_but.gif);
	float: left;
	width: 105px;
	height: 39px;
	margin: -1px 0px 0px 45px;
}

#news_button:hover {
	background-image:url(../images/news_but_h.gif); 
}

#team_button {
	background-image: url(../images/team_but.gif);
	float: left;
	width: 105px;
	height: 39px;
	margin: -1px 0px 0px 45px;
}

#team_button:hover {
	background-image:url(../images/team_but_h.gif); 
}

#turniere_button {
	background-image: url(../images/turniere_but.gif);
	float: left;
	width: 105px;
	height: 39px;
	margin: -1px 0px 0px 45px;
}

#turniere_button:hover {
	background-image:url(../images/turniere_but_h.gif); 
}

#guestbook_button {
	background-image: url(../images/guestbook_but.gif);
	float: left;
	width: 105px;
	height: 39px;
	margin: -1px 0px 0px 45px;
}

#guestbook_button:hover {
	background-image:url(../images/guestbook_but_h.gif); 
}

#album_button {
	background-image: url(../images/album_but.gif);
	float: left;
	width: 105px;
	height: 39px;
	margin: -1px 0px 0px 45px;
}

#album_button:hover {
	background-image:url(../images/album_but_h.gif); 
}

#download_button {
	background-image: url(../images/download_but.gif);
	float: left;
	width: 105px;
	height: 39px;
	margin: -1px 0px 0px 45px;
}

#download_button:hover {
	background-image:url(../images/download_but_h.gif); 
}
/*------------------------------------------------------Hauptnavi Container End------------------------------------------------------*/

/*------------------------------------------------------Gesamt_Inhalt----------------------------------------------------------------*/
#gesamt_inhalt {
	position: absolute;
    background-image: url(../images/hintergrund_fortlaufend.gif);
    width: 975px;
}

#linke_spalte {
	float: left;
	width: 190px;
	height: 100px;
	color: #3a5d70;

}

#linke_spalte a {
    font-size: 15px;
    color: #3a5d70;
}

#linke_spalte a:hover {
    color: #084f75;
}

#titel_links {
	float: right;
	background-image: url(../images/news_but_l.gf);
	width: 188px;
	height: 30px;

}

#inhalt {
	background-image: url(../images/inhalt.gif);
	float: left;
	width: 595px;
	height: auto;
}

#rechte_spalte {
	float: right;
	width: 190px;
	height: 100px;
	height: auto;
}

#titel_rechts_1 {
	background-image: url(../images/partner_but.gif);
	background-repeat: no-reapet;
	width: 184px;
	height: 30px;
}

#titel_rechts_2 {
	background-image: url(../images/vote_but.gif);
    background-repeat: no-reapet;
    width: 184px;
    height: 30px;
}

/*------------------------------------------------------Gesamt_Inhalt_Ende------------------------------------------------------*/

/*------------------------------------------------------Footer------------------------------------------------------------------*/
#footer {
	background-image: url(../images/footer.gif);
	position: relative;
	height: 50px;
	clear: both;
	font-size: 10px;
    font-weight: bold;
}

#footer a {
    color: #3a5d70;
    font-size: 10px;
    font-weight: bold;
    margin: 0px 20px 0px 590px;
    text-decoration: none;
}

#footer a:hover {
    color: #084f75;
}

#ipcounter {
    background-image: url(../images/background.gif);
    clear: both;
}
/*------------------------------------------------------Footer_Ende-------------------------------------------------------------*/
