html {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

body {
	background-color : #F3F3F3;
	margin:auto;
	text-align: left;
}

#container {
	position: absolute;
	top: 100px;
	width: 770px;
	left: 50%;
	margin-left: -395px;
	min-height: 480px;
}

* html #container {
	 height: 480px; 
}

#mainmenu {
	position: absolute;
	left: 0px;
	width: 258px;
	background-color: #FFFFFF;
	min-height: 400px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
* html #mainmenu {
	height: 465px;
}

#content {
	position: relative;
	left: 268px;
	width: 506px;
	background-color: #FFFFFF;
	min-height: 530px;
	padding: 10px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
* html #content {
	 height: 580px; 
}

#generic {
	position: absolute;
	top: 3px;
	left: 50%;
	margin-left: -385px;
	width: 770px;
	padding-left: 20px;
}

#footer {
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	left: 268px;
	width: 526px;
	color: #B1B1B1;	
}
#footer a {
	color: #B1B1B1;
	text-decoration: none;
}

#content_top {
	position: relative;
	top: 0px;
	height: 193px;
}
#content_top_active {
	position: relative;
	display: none;
	height: 193px;
}

#boxcontainer {
	position: relative;
	
}
.boxtable {
	width: 502px;
}
.box_oben {
	padding: 5px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.box_unten {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.boxhead {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	color: #636363;
	padding-top: 8px;
	padding-bottom: 8px;
}

.boxtext {
	border-top: 1px dashed #CCCCCC;
	background-color: #F3F3F3;
	font-size: 11px;
	min-height: 80px;
	color: #636363;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

* html .boxtext {
	height: 80px;
}

.boximage {
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

.genericimg {
	padding-left: 20px;
}

.naviimg {
	display: block;
	background-color: #F3F3F3;
}

.topnaviimg {
	display: block;
	background-color: #F3F3F3;
	border-top: 1px solid #CECECE;
}


h1 {
	font-size: 18px;
}

a {
	color: #666666;
}

.news {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 100px;
}
* html .news {
	height: 100px;
}

.termintable {
	border: 1px solid #CCCCCC;
}

th {
	background-color: #666666;
	color: #ffffff;
	padding: 2px;
}
table  {       border: 1px solid #CCCCCC;
}
td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
                    padding: 5px;
}
.termin1_1 {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 2px;
	border-top: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.termin1_2 {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 2px;
	background-color: #FFFFFF;
}

.termin2_1 {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 2px;
	border-top: 1px dashed #CCCCCC;
	background-color: #F3F3F3;
}
.termin2_2 {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 2px;
	background-color: #F3F3F3;
}

.inst_td {
	border-top: 1px solid #CECECE; 
	padding-bottom: 10px;
}

.newslink {
	text-decoration: none;
}