/* CSS Document */
BODY {
	margin: 0px;
	padding: 0px;
	background-color: #DFDFDF;
	font-family: Arial, sans-serif, Helvetica, Geneva, Verdana;
	font-size: 12px;
	color: #555555;
}
H1 {
	color: #150aa4;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #555555;
}

img {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

table {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

td, th {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
}

p {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}

A {
 text-decoration: none;
 color: #150aa4;
}

A:link, A:visited {
}

A:hover {
 color: #ff0000;
 text-decoration: underline;
}

A:active {  
}

.big {
	padding-top: 20px;
/*	font-weight: bold;*/
	font-size: 150%;
	text-align: center;

}
.schoolclass {
	empty-cells: show;
}
.schoolclass td, .schoolclass th {
	padding-left: 2px;
	padding-right: 2px;
}
/*-----------------------------------------------*/
#somethingleft {
	display: block;
	float: left;
	padding-right: 10px;
}


#center_element {
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 2px 2px 2px #333333;
	width: 800px;
}
/*-----------------------------------------------*/
#body_top {
	width: 800px;
	height: 90px;
	margin: 0px;
	padding: 0px;
	background: url("../images/pics/intro.gif") 0px 5px no-repeat #ffffff;
/*	border-style: solid;*/
/*	border-width: 1px;*/
/*	border-color: #999999;*/
/*	border-bottom: none; */
	border-bottom: 1px solid #999999;
	overflow: hidden;
}

#body_content {
	width: 100%;
	margin: 0px;
	padding: 0px;
/*	border-style: solid; */
/*	border-width: 1px;*/
/*	border-color: #999999;*/
	overflow: hidden;
}

.body_content_table {
	width: 100%;
	background-color: #ffffff;
}

.body_content_left {
	width: 190px;
	overflow: hidden;
	background-color: #fafafa;
}

.body_content_right {
/*	width: 650px; */
	padding: 20px;
	overflow: hidden;
/*	background-color: #f2ef9c; */
	background-image: url(images/back.gif);
	background-repeat: repeat-y;
	background-position: top right;
}
/*-----------------------------------------------*/
#hypen {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.listhypen {
	margin: 0px;
	padding: 0px;
}
ul.listhypen {
	list-style-position: outside;
	list-style-type: disc;
}
ul.listhypen li {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 10px;

}
/*-----------------------------------------------*/
#subnavigation {
	margin: 0px;
	padding: 10px;
	padding-right: 5px;
	overflow: hidden;
	min-height: 400px;
}
#subnavigation UL {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
}

#subnavigation UL LI {
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}

#subnavigation UL LI.line_up {
	border-top-color: #C6C6C6;
	border-top-style: solid;
	border-top-width: 1px;
}

#subnavigation UL LI.line_down {
	border-bottom-color: #C6C6C6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#subnavigation UL LI A {
	width: 100%;
	font-size: 13px;
	overflow: hidden;
	color: #0000FF;
	text-decoration: none;
	padding-left: 10px;
	line-height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}

#subnavigation UL LI A .white {
/*	background-color: #ffffff; */
}

#subnavigation UL LI A.aktiv {
	color: #005CA8;
	background-image: url(images/subnav_over.gif);
	background-repeat: no-repeat;
	background-position: 10px 18px;
}

#subnavigation UL LI A:hover {
	color: #005CA8;
/*	left: -15px;*/
	background-image: url(images/subnavleft_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}


#subnavigation UL LI A:hover.aktiv {
}
/*-----------------------------------------------*/
#body_bottom {
	clear: both;
	margin: 0px;
	padding-top: 10px;
 	font-size: 10px;
        text-transform: uppercase;
}
#body_bottom A {
	color: #002F74;
	text-decoration: none;
}
#body_bottom A:hover {
	color: #005CA8;
}
