body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 24px;
	margin-left: 0px;
	background-image: url(../img/bg3.jpg);
	background-repeat: repeat-x;
}
.centerFrame {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 930px;
}
.logo {
	background-image: url(../img/mit_logo.jpg);
	height: 169px;
	background-repeat: no-repeat;
	width: 930px;
}
.logo .nav {
	height: 51px;
	font-size: 14px;
	margin-left: 195px;
	margin-top: 114px;
	width: 500px;
	float: left;
}
.logo .nav a{
	text-decoration: none;
	color: #000000;
	background-position-x: 5px 0px 0px;
	display: block;
	float: left;
	margin-left: 2px;
	padding: 9px 10px 0px 10px;
	height: 19px;
	background-image: url(../img/nav_bg.jpg);
	background-repeat: repeat-x;

}
.logo .nav a:hover, .logo .nav .active {
	background-image: url(../img/nav_bg2.jpg);
}

.logo .links {
	width: 207px;
	height: 59px;
	margin-top: 78px;
	float: right;
}
.linke_seite{
	width: 169px;
	float: left;

}
.sec_nav {
	margin-top: 15px;
}
.sec_nav a{
	display: block;
	font-size: 12px;
	padding: 4px 0px 4px 7px;
	text-decoration: none;
	color: #000000;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.sec_nav a:hover, .sec_nav .active{
	background-color: #FEF200;
}
.sec_nav a:active{
	background-color: #FEF200;
}
.newsletter {
	background-color: #FEF200;
	height: 80px;
	margin-top: 15px;
	padding: 5px 7px 7px 7px;
	font-size: 12px;
}
.veranstaltung {
	background-color: #FEF200;
	margin-top: 23px;
	padding: 5px 7px 5px 7px;
	font-size: 12px;
}
.melden {
	padding: 3px 7px 5px 7px;
	font-size: 12px;
	margin-left: 20px;
	border: 1px solid #FEF200;
}
.veranstaltung a{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.veranstaltung a:hover{
	text-decoration: none;
}
.mitmachen {
	height: 122px;
	margin-top: 15px;
}
.inhalt {
	width: 709px;
	float: right;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 10px 13px 30px 13px;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	min-height: 350px;
}
.inhalt .headline{
	color: #999999;
	font-size: 20px;
}
.inhalt .headline2{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
.inhalt ul{
	margin-left: 12px;
}
.inhalt a{
	color: #000000;
}
.inhalt a:hover{
	text-decoration: none;
}
.impressum {
	width: 735px;
	float: right;
	font-size: 11px;
	text-align: right;
	padding-top: 5px;
	margin-bottom: 20px;
}
.impressum a{
	text-decoration: none;
	color: #666666;
}
.impressum a:hover{
	color: #000000;
}
.hotspot {
	border: 1px solid;
	border-color: #CCCCCC;
	padding: 3px 3px 3px 3px;
	line-height: 15px;
}
.hotspot a{
	color: #0066FF;
}
.hotspot a:hover{
	text-decoration: none;
}
.hotspot .datum{
	font-size: 10px;
}
.hotspot img{
	float: left;
	padding: 3px 5px 3px 0px;
}
.text10 {
	font-size: 10px;
}

/* tooltip */

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('../images/arrow_grau.gif');
	width:20px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:50px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #999999;	/* Border width */
	left:18px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	width:450px;	/* Width of tooltip content */
	height:200px;	/* Height of tooltip content */
	background-color:#FFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}
#ajax_tooltipObj .ajax_tooltip_content a{
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
	text-decoration: underline;
}
#ajax_tooltipObj .ajax_tooltip_content a:hover{
	text-decoration: none;
}

