body{
	background-image: url("../images/bg_page.png");
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

#page{
	background-image: url("../images/page_bg.png");
	background-repeat:repeat-x;
	width: 100%;
	float: left;
}

#header{
	width: 100%;
	height: 16
	0px;
	float: left;
}

.logo{
	width: 530px;
	height: 130px;
	float: left;
}

.header_navi{
	float: right;
	text-align: right;
	margin-top: 30px;
}

.header_navi ul
{
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url("../images/header_navi_bg.png");
	width: 420px;
	height: 23px;
}

.header_navi li
{
	float: right;
	margin: 3px;
	padding-right: 2px;
	color: #ffc756;
	font-weight: bold;
}

.header_navi li a, a:active{
	color: #ffc756;
	text-decoration: none;
}

.header_navi li a:hover{
	color: #ff6600;
	text-decoration: none;
}
	
#content{
		text-align: center;
}

#main_content{
	width: 1000px;
	text-align: left;
	margin:0 auto;
}

#menu{
	width: 195px;
	float: left;
}

#menu .head{
	height: 24px;
	background-image: url("../images/navi_head.png");
	background-repeat: no-repeat;
}

#menu .content{
	background: url("../images/navi_bg.png");
}

#menu .content h2{
	font-size: 14px;
	margin-left: 9px;
	margin-top: 0px;
	margin-bottom: 1px;
	width: 175px;
	color: #4a4a4a;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	border-bottom: 3px solid #ccc;
}

#menu .content ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 175px;
	margin-left: 9px;
}

#menu .content ul  ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 175px;
	margin-left: 0px;
}

#menu .content p{
	padding: 0px;
	margin: 10px 5px 0px 35px;
}

#menu .content a, a:active{
	color: #333;
	text-decoration: none;
}

#menu .content la:hover{
	color: #ff6600;
	text-decoration: none;
}

#menu .content li{
	background-image: url("../images/link_bg.png");
}

#menu .content li:hover{
	background-image: url("../images/link_over.png");
}

#menu .content li a, li a:active{
	margin-left: 30px;
	color: #333;
	text-decoration: none;
}
#menu .content li a:hover{
	margin-left: 30px;
	color: #ff6600;
	text-decoration: none;
}

#menu .content li li a, li li a:active{
	margin-left: 40px;
	color: #333;
	text-decoration: none;
}
#menu .content li  li a:hover{
	margin-left: 40px;
	color: #ff6600;
	text-decoration: none;
}
#menu .food{
	background: url("../images/navi_foot.png");
	height: 36px;
}

#inhalt{
	float: left;
	width: 640px;
	margin: 0px;
}

#inhalt .head{
	background: url("../images/content_head.png");
	height: 49px;
	text-align: left;
}

#inhalt  .head h2{
	font-size: 30px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 5px;
	color: #4a4a4a;
	font-family: Calibri, sans-serif;
	font-weight: normal;
	border-bottom: 4px solid #ccc;
}

#inhalt .content{
	background: url("../images/content_bg.png");
	padding-bottom: 10px;
	padding-top: 5px;
}


#inhalt .content .text{
	margin-left: 25px;
	text-align: left;
	margin-right: 25px;

}


#inhalt .content .text ul{
	margin-top: 0px;
	margin: 5px 5px 5px 5px;
}

#inhalt .content .text h1{
	font-size: 20px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top: 5px;
	color: #4a4a4a;
	font-family: Calibri, sans-serif;
	font-weight: normal;
}

ul.days{
	width: 70%;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fafafa;
}

ul.days li{
	line-height: 25px;
	display: block;
	margin: 0px;
	padding:0px;
}

li.day{
	font-weight: bold;
	float: left;
	width: 30%;
}

.news_head{
	border-bottom: 1px solid #ccc;
	width: 100%;
}

.news_date{
	width: 100%;
	text-align: right;
}

h1.news a{
	color: #4a4a4a;
	font-weight: bold;
	text-decoration: none;
}

#inhalt .content p{
	margin: 0px;
	padding-top: 6px;
}

#inhalt .content .text img{
	border: 1px solid #ccc;
	padding: 1px;
}

#inhalt .content .text li{
	margin: 0px 0px 5px 0px;
}

#inhalt .food{
	background: url("../images/content_food.png");
	height: 46px;
	width: 100%;

}

#menu_right{
	float: left;
	width: 140px;
}

#menu_right .events{
	background-image:url("../images/events_bg.png");
	width: 140px;
	height: 345px;
	float: left;
}

.event_bg_link{
	display: block;
	top: 140px;
	position:absolute;
	width: 130px;
	height: 300px;
}

#menu_right .counter{
	width: 140px;
	height: 48px;
	background-image: url("../images/counter.png");
	float: left;
	text-align: center;
}

#menu_right .counter p{
	width: 140px;
}

#footer{
	width: 100%;
	height: 104px;
	background-image: url("../images/footer_bg.png");
	float: left;
	text-align: right;
}


/***** Kontaktformular ***/
label{
	width: 50%;
}

marquee{
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ff0000;
}

/***** Kursplan - Tabelle****/
.head_td{
	background: #ccc;
	font-weight: bold;
}

td.space{
	height: 3px;
	background: #4a4a4a;
}
td.td_normal{
	border-right: 1px solid #4a4a4a;
	border-top: 1px solid #4a4a4a;
	border-bottom: 1px solid #4a4a4a;
}

td.td_normal_2{
	border-right: 1px solid #4a4a4a;
	border-top: 1px solid #4a4a4a;
	border-bottom: 1px solid #4a4a4a;
	background: #ccc;
}

td.td_normal_3{
	background: #ccc;
	border-top: 1px solid #4a4a4a;
	border-bottom: 1px solid #4a4a4a;
}
