@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #F5F5F5;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	width: 100%;
	color: #333333;
	padding: 0px;
}

#ganz{
	min-height:100%;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}

/* Header */
#header {
	height: 80px;
	width: 100%;
}
#logo {
	float: left;
	margin-left: 20px;
}
#fb {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}

/*Content_links*/
#content_links{
	width: 240px;
	float: left;
}
#menu{
	margin-top: 30px;
}
#content_links_con{
	margin-top: 10px;
}

/*Content*/
#content_rahmen {
	float: left;
	background-image: url(images/content_hg.png);
	background-repeat: no-repeat;
	background-position: top;
	z-index: 1;
	width: 720px;
	padding: 10px;
	position: relative;
}
#content_rand{
	padding: 10px;
}
#content{
	min-height: 400px;
	float: left;
	width: 720px;
	background-color: #FFFFFF;
}
#content_oben{
	display: block;
	float: left;
}
#content_normal{
	float: left;
	width: 450px;
	margin-right: 10px;

}
#content_rechts{
	float: left;
	width: 240px;
}

/*Footer*/
#footer{
	background-color: #004D72;
	color: #FFFFFF;
	display: block;
	padding: 10px;
	float: left;
	width: 700px;
	font-size: 12px;
	height: 40px;
	margin-top: 10px;
}

/*Menu*/
.menu1:link, .menu1:visited {
	font-size: 16px;
	line-height: 2.2em;
	color: #004D72;
	text-decoration: none;
	display: block;
	height: 35px;
	padding-left: 20px;
}
.menu1_akt:link, .menu1_akt:visited {
	height: 60px;
	width: 230px;
	display: block;
	font-size: 16px;
	color: #FF9900;
	text-decoration: none;
	padding-left: 20px;
	line-height: 3.7em;
	background-image: url(images/menu1_hg.png);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	z-index: 2;
}
.menu1:hover, .menu1:active {
	background-color: #FFFFFF;
}
#menu2_container{
	background-color: #E0E0E0;
	margin-top: -10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 5px;
	z-index: 0;
	width: 245px;
}
.menu2:link, .menu2:visited {
	font-size: 12px;
	text-decoration: none;
	background-color: #E0E0E0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	display: block;
	color: #666666;
	width: 220px;
	z-index: 0;
}
.menu2:hover, .menu2:active {
	color: #333333;
}
.menu2_akt:link, .menu2_akt:visited {
	font-size: 12px;
	text-decoration: underline;
	background-color: #E0E0E0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	display: block;
	color: #333333;
	width: 220px;
	z-index: 0;
}
.menu_oben:link, .menu_oben:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	padding: 4px;
	margin-left: 3px;
	margin-top: -2px;
}


/* Cal */
.cal_container1 {
	padding: 5px;
	display: block;
	margin-bottom: 10px;
	position: relative;
}
.cal_container2 {
	display: block;
	background-color: #F5F5F5;
	padding: 5px;
	margin-bottom: 10px;
	position: relative;
	}
.cal_date {
	float: left;
	width: 90px;
	position: relative;
}
.cal_time {
	float: left;
	width: 80px;
	position: relative;
}
.cal_title {
	float: left;
	width: 250px;
	position: relative;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:link, a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover, a:active {
	text-decoration: none;
	color: #FF6600;
}
a.img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

/* RTE */
.orange_schrift {
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}
.font_orange {
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}
.grau_schrift_klein {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
h1 {
	font-size: 22px;
	color: #FF9900;
	text-decoration: none;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

