body {
	margin:0;
	text-align:center;
	background-image:url(gfx/bg_noten.gif);
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	font-size: 10pt;
	color:#555555;
}

.maincontainer {
	margin:auto;
	text-align:center;
	width:950px;
}

/* Headbereich */
.header {
	background-color:#000000;
	text-align:center;
	border-color:#F99D1D;
	border-style:solid;
	border-width:2px;
	border-top-width:0px;
}

.header_image {
	width:946px;
	height:160px;
	border-color:#F99D1D;
	border-style:solid;
	border-width:0px;
	border-bottom-width:2px;
}

.header_bottom {
}

a.header_image_link {
	display:block;
	background-image:url(gfx/header/header01.jpg);
	width:946px;
	height:160px;
}
a.header_image_link:hover {
	background-image:url(gfx/header/header01.jpg);
}

/* Menuleiste */

.navigation {
}

.menu {
	display:block;
	height:40px;
	width:140px;
	float:left;
}

.spaces {
	width:86px;
	float:left;
}

a.menu_news {
	display:block;
	height:40px;
	width:125px;
	text-decoration:none;
	background-image:url(gfx/menu/news.jpg);
}
a.menu_news:hover {
	text-decoration:none;
	background-image:url(gfx/menu/news_ov.jpg);
}

a.menu_derchor {
	display:block;
	height:40px;
	width:125px;
	text-decoration:none;
	background-image:url(gfx/menu/derchor.jpg);
}
a.menu_derchor:hover {
	text-decoration:none;
	background-image:url(gfx/menu/derchor_ov.jpg);
}

a.menu_events {
	display:block;
	height:40px;
	width:125px;
	text-decoration:none;
	background-image:url(gfx/menu/events.jpg);
}
a.menu_events:hover {
	text-decoration:none;
	background-image:url(gfx/menu/events_ov.jpg);
}

a.menu_media {
	display:block;
	height:40px;
	width:125px;
	text-decoration:none;
	background-image:url(gfx/menu/media.jpg);
}
a.menu_media:hover {
	text-decoration:none;
	background-image:url(gfx/menu/media_ov.jpg);
}

a.menu_mitglieder {
	display:block;
	height:40px;
	width:125px;
	text-decoration:none;
	background-image:url(gfx/menu/mitglieder.jpg);
}
a.menu_mitglieder:hover {
	text-decoration:none;
	background-image:url(gfx/menu/mitglieder_ov.jpg);
}

a.menu_info {
	display:block;
	height:40px;
	width:125px;
	text-decoration:none;
	background-image:url(gfx/menu/info.jpg);
}
a.menu_info:hover {
	text-decoration:none;
	background-image:url(gfx/menu/info_ov.jpg);
}





/* Mainbereich */
.whitespace {
	
	height:20px;
}
.mainbereich {
	height:100%;
	border-color:#F99D1D;
	border-style:solid;
	border-width:2px;
	background-color:#FDCB80;
}
.leer {
	width:180px;
	height:100%;
	background-color:#999999;
}
.spalte_links {
	background-color:#FED49F;
	color:#000000;
	width:180px;
	height:100%;
	float:left;
}
.spalte_links a:link{
	color:#000000;
	text-decoration:none;
}

.blaettern_spalte_rechts {
	background-color:#FED49F;
	color:#555555;
	width:180px;
	height:100%;
	float:left;
	font-weight:bold;
	font-size:14px;
}
.blaettern_spalte_rechts a:link{
	color:#000000;
	text-decoration:none;
	border:none;
}

.spalte_rechts {
	text-align:center;
	background-color:#F99D1D;
	width:180px;
	height:100%;
	float:left;
}
.hauptspalte {
	background-color:#CCCCCC;
	width:586px;
	height:100%;
	float:left;
}
.content {
	background-color:#FED49F;
	height:100%;
}
h1 {
	font-size:13px;
	color:#000000;
}

/* Sonstiges */
.rand {
	width:0px;
	clear:both;
}
/* Links auf der linken Seite */
.links_links {
	background-color:#F99D1D;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:30px;
	text-align:left;
	font-size:14px;
	line-height:30px;
}
.links_links a:link{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.links_links a:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.links_links a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}

/* Login-Formular */
.login_email {
}