/* --> Seiteneinrichtung */
#main { 
   position: absolute; 
   visibility: visible; 
   left: 50%; 
   top: 10px;
   width: 760px; 
   height: 97%; 
   margin-left: -380px; 
   z-index : 1; 
	overflow: hidden;
} 

#overall {
	overflow: hidden;
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 760px;
	background: transparent;
	color: black;
}
/* --> Ende Seiteneinrichtung */


/* --> Inhalt */
#colOver {
	float: left;
	width: 600px;
	z-index: 9;
}

#colLeft {
	float: left;
	width: 49%;
	z-index: 10;
}

#colRight {
	float: right;
	width: 49%;
	z-index: 11;
}

#content {
	overflow: auto;
	position: absolute;
	z-index: 3;
	top: 61px;
	bottom: 60px;
	left: 135px;
	right: 0;
	background: white;
	color: black;
	}
/* --> Ende Inhalt */

/* --> HTML */
html {
	height:100%; 
	margin: 0;
	border:0; 
	background:#fff; 
	color: black;
	font-size:76%;
   font-family: Arial, Helvetica, sans-serif;
	/* verstecke overflow:hidden vor IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}

body {
	height: 100%;
	overflow: auto;
	margin: 0;
	border: 0;
}

* html #content {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	position: absolute;
	z-index: 3;
	border-top: 61px solid #fff;
	border-bottom: 60px solid #fff;
	border-left: 135px solid #fff;
}
/* --> Ende HTML */

/* --> Container Seitenfuß */
#foot {
	position: absolute;
	margin: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 50px;
	font-size: 10px;
	text-align: right;
	z-index: 5;
	overflow: hidden;
	color: #000000;
	background-color: transparent;
	}

#footMenu {
	position: absolute;
	margin: 0;
	left: 0px;
	width: 760px;
	height: 30px;
	text-align: left;
	background-color: #e5e5e5;
	z-index: 12;
	overflow: hidden;
	color: #FFFFFF;
}

#fm1 {
	position: absolute;
	margin: 0;
	left: 135px;
	width: 118px;
	height: 30px;
	z-index: 12;
	overflow: hidden;
	color: #FFFFFF;
}

#fm2 {
	position: absolute;
	margin: 0;
	left: 296px;
	width: 118px;
	height: 30px;
	z-index: 12;
	overflow: hidden;
	color: #FFFFFF;
}

#fm3 {
	position: absolute;
	margin: 0;
	left: 455px;
	width: 118px;
	height: 30px;
	z-index: 12;
	overflow: hidden;
	color: #FFFFFF;
}

#fm4 {
	position: absolute;
	margin: 0;
	left: 616px;
	width: 118px;
	height: 30px;
	z-index: 12;
	overflow: hidden;
	color: #FFFFFF;
}

#footLastup {
	text-align: left; 
	float: left;
	width: 165px;
	height: 50px;
	z-index: 11;
	text-align: left;
}

#footCopyright {
	text-align: right; 
	float: right;
	width: 250px;
	height: 50px;
	z-index: 11;
}

#footMenu a:hover {
	color: orange;
	background-color: transparent;
	text-decoration: none;
}

/* --> Ende Container Seitenfuß */

/* --> Container Hauptnavigation */
#left {
	position: absolute;
	left: 0;
	top: 130px;
	bottom: 50px;
	width: 124px;
	background-color: #e5e5e5;
	z-index: 4;
	overflow: hidden;
}

* html #left {
	height: 100%;
	top: 0;
	bottom: 0;
	border-top: 130px solid #fff;
	border-bottom: 50px solid #fff;
	color: #000;
/*	background-color: transparent;*/
}
/* --> Ende Container Hauptnavigation */



/* --> Hauptnavigation */
.ullevel1, .level1no, .level1act {
	margin: 0 0 5px 0;
/*	border-top: 1px solid #003;*/
	width: 159px;
}

.ullevel1 {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a {
	text-decoration: none;
	color: black;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#menu a:active {
	text-decoration: none;
	color: #920309;
	background-color: transparent;
}

#menu a:hover {
	text-decoration: none;
	color: #920309;
	background-color: transparent;
}

.level1no {
	display: block;
	background-color: #e5e5e5;
	color: black;
	text-decoration: none;
	width: 170px;
}

.level1act {
	display: block;
	background-color: #808080;
	width: 170px;
	color: #920309;
}

.level2no {
	font-size: 11px;
	font-weight: bold;
	color: white;
}

.level2act {
	font-size: 11px;
	font-weight: bold;
	color: #920309;
}
/* --> Ende Hauptnavigation */

#ueberschrift {
	font-size: 13px;
	font-weight: bold;
	width: 500px;
	margin: 15px 0 15px 0;
}

img {
	border: 0px;
}

h1 {
	padding-top: 10px;
	font-size: 1.2em;
	text-align: center;
}


.tr-odd {
	vertical-align: top;
*	font-size: .8em;
}

.tr-even {
	vertical-align: top;
*	font-size: .8em;
}

/* veranstaltungskalender */
.vak-titel {
	font-size: 12px;
	font-weight: bold;
}

.vak-subtitel {
	font-size: 11px;
}

.vak-time {
	font-size: 11px;
}

