* {
	margin: 0;
	padding: 0;
	scrollbar-face-color: #919879;
    scrollbar-highlight-color: #919879;
    scrollbar-3dlight-color: #919879;
    scrollbar-shadow-color: #919879;
    scrollbar-darkshadow-color: #919879;
    scrollbar-track-color: #C9CDB2;
    scrollbar-arrow-color: #FFD800;
}
body {
	background: #EBEBEB url(../images/layout_01.gif) repeat-x;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
}
a, a:link, a:visited {
	color: #a7ad00;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #fff;
	background: #a7ad00;
	text-decoration: none;
}

/* ----- MAIN DIV ----- */

#main {
	margin: auto;
	text-align: center;
	background: #E1E5C4 url(../images/layout_03.jpg) no-repeat;
	width: 944px;
	height: 594px;
}
#main_terminback {
	margin: 0 auto;
	text-align: center;
	background: url(../images/layout_03_termine.jpg) no-repeat;
	width: 944px;
	height: 594px;
}
#main_clubback {
	margin: 0 auto;
	text-align: center;
	background: url(../images/layout_03_club.jpg) no-repeat;
	width: 944px;
	height: 594px;
}
#main_mitgliedback {
	margin: 0 auto;
	text-align: center;
	background: url(../images/layout_03_mitglied.jpg) no-repeat;
	width: 944px;
	height: 594px;
}
#main_kontaktback {
	margin: 0 auto;
	text-align: center;
	background: url(../images/layout_03_kontakt.jpg) no-repeat;
	width: 944px;
	height: 594px;
}

/* ----- TopNavigation ----- */

#topnavigation {
	text-align: left;
	height: 29px;
	width: 764px;
	float: right;
	padding-top: 117px;
}
#topnavigation ul {
	list-style: none;
	text-align: left;
}
#topnavigation li {
	display: inline;
	line-height: 29px;
}
#topnavigation a, #topnavigation a:link, #topnavigation a:visited {
	padding: 4px 8px 5px 8px;
	color: #a7ad00;
	text-decoration: none;
	background-color: transparent;
	border: 0;
	display: inline;
	line-height: 29px;
}
#topnavigation a:hover, #topnavigation a:active, #topnavigation a:hover {
	color: #fff;
	background: #a7ad00;
	text-decoration: none;
	border: 0;
	line-height: 29px;
}

/* ----- Position Menü Iframe ----- */

/*#menueiframe {
	margin: 170px 0 0 0;
	position: inerhit;
	background-color: #C9CDB2;
	left: 0px;
	float: left;
	width: 180px;
	height: 379px;
}*/

/* ----- Position Inhalt Iframe ----- */

#inhaltiframe {
	float: right;
	width: 764px;
	height: 429px;
	margin-top: 3px;
}

/* ----- Menü ----- */

#menue {
	width: 176px;
	color: #333;
	float: left;
	height: 386px;
	text-align: center;
	padding-top: 190px;
}
#menue p {
	color: #FFFFFF;
	background: #595F45;
	display: block;
	padding: 4px;
	margin-bottom: 2px;
}


#menue a, #menue a:link, #menue a:visited {
	color: #595F45;
	background-image: url(../images/buttback01.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	width: 126px;
	height: 22px;
	line-height: 22px;
	padding-left: 20px;
}
#menue a:hover, #menue a:active, #menue a:focus {
	color: #fff;
	background-image: url(../images/li_pfeil.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
	background-color: #919879;
	text-decoration: none;
	width: 126px;
	height: 22px;
	line-height: 22px;
	padding-left: 20px;
}
#menue ul {
	margin: 0 auto;
	padding: 6px;
	font: 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	list-style: none;
	width: 146px;
}
#menue li {
	margin: 2px 0;
	padding: 0;
	width: 146px;
	float: right;
	text-align: left;
}

.rot{
	color:red;
}