@charset "utf-8";
body {
	background-color: #89A4FF;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}

/* container START */
div#container {
	width: 1000px;
	height: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	margin-left:auto;
	margin-right:auto;
	position: center;
}
/* container END */
/* head START */
div#head {
	height: 159px;
	background-image: url(../pics/Head2.jpg);
	background-repeat: repeat;
}
.head1 {
	float: left;
}
.head3 {
	float: right;
}
/* head END */
/* leftsidebar START */
div#leftsidebar {
	float: left;
	width: 160px;
	height: 100%;
	vertical-align: top;
	margin-top: 20px;
	text-align: left;
	font-size: 14px;
}
/* leftsidebar END */
/* main START */
div#main {
	background-image:url(../pics/Background.jpg);
	background-repeat: repeat-y;
	padding-left: 180px;
	padding-right: 180px;
	padding-top: 20px;
	padding-bottom: 10px;
	min-height: 600px;

}
/* main END */
/* rightsidebar START */
div#rightsidebar {
	float: right;
	margin-right: 20px;
	width: 160px;
	height: 100%;
	vertical-align: top;
	margin-top: 20px;
	padding-left: 5px;
}
/* rightsidebar END */
/* footer START */
div#footer {
	background-image: url(../pics/Footer-06.jpg);
	background-repeat: repeat;
	height: 40px;
	clear: both;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	color: #4D4D4D;
}
a.footer {
	color: #4D4D4D;
	text-decoration: none; 
	text-underline: none;
}
a.footer:hover {
	text-decoration: underline;
}
a.glink {
	color: #4D4D4D;
	text-decoration: none; 
	text-underline: none;
}
/* footer END */

/* Link Sidebar START */
a.leftsidebar {
	display: inline-block;
	margin-bottom: 4px;
	margin-top: 0px;
	background-repeat: no-repeat;
	width: 160px;
	text-indent: 10px;
	font-size:14px;
	font-family:Verdana, Arial, sans-serif;
	font-weight:bold;
	text-decoration:none;
	border-bottom-color:#CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	color: #000000;
}
a.leftsidebar:hover {
	display: compact;
	color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-bottom-color:#FFFFFF;
}
a.leftsidebar:active {
	font-style: oblique;
	color: #996600;
}
a.rightsidebar {
	display: inline-block;
	margin-bottom: 4px;
	margin-top: 0px;
	background-repeat: no-repeat;
	width: 140px;
	text-indent: 10px;
	font-size:14px;
	font-family:Verdana, Arial, sans-serif;
	font-weight:bold;
	text-decoration:none;
	border-bottom-color:#CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	color: #000000;
}
a.rightsidebar:hover {
	display: compact;
	color: #CCCCCC;
	border-left-color: #FFFFFF;
	border-bottom-color:#FFFFFF;
}
a.rightsidebar:active {
	font-style: oblique;
	color: #996600;
}

span#sonderzeichenmenu {
	font-size: 9px;
}
/* Link Sidebar END */

/* News START */
.news_table {
	width: 650px;
}

.news_inhalte {
	font-size: 13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-indent:ja;
}

.news_leerzeile {
	height: 30px;
}

.headline {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/* News ENDE */
/* Spielplan START */
.aspielplan {
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	}
/* Spielplan ENDE */
.menu {
	vertical-align: top;
	width: 100%;
	padding: 0px;
}
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu ul {
	border-bottom: 1px;
}
.menu ul ul {
	padding-left: 10px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
.menu a:hover {
	background-color: #336699;
	text-decoration: none;
}
.menu_current {
	font-weight: bold;
}
.highlight {
	background-color: #D0D0D0;
}
.border {
	border-bottom: 1px;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-top: 1px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
}

