body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
	background-color: #feffc4;
}
body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #006ab3;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	color: #006ab3;	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	color: #006ab3;	
}
a:link {
	color: #000000;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #999999;
}
a:active {
	color: #999999;
}

.smallfont {
	font-size: 8pt;
}
img {
	border: none;
}
.pic {
	border: 1px solid #006ab3;
}

#main {
	width: 1000px;
}
#header_left {
	position: relative;
	float: left;
	width: 297px;
}
#header_top {
	position: relative;
	float: left;
	height: 79px;
	width: 703px;
	background-color: #fcff1f;
}
#menu_main {
	position: relative;
	float: left;
/*	height: 20px;*/
	width: 703px;
	background-color: #fcff1f;
	border-top: 1px solid #006ab3;
	border-bottom: 1px solid #006ab3;
	z-index: 99;
}
#content {
	position: relative;
	float: left;
	width: 683px;
	min-height: 500px;
	padding: 10px;
	border-bottom: 1px solid #006ab3;
	background-image: url(../images/content_bg.png);
	background-repeat: no-repeat;
	background-position: 10px 80px;
}
#rightline {
	position: fixed;
	top: 0px;
	left: 1000px;
	height: 100%;
	width: 1px;
	background-color: #006ab3;
}

#diashow {
	position: absolute;
	width: 297px;
	height: 197px;
	top: 470px;
	left: 0px;
	border-top: 2px solid #fcff1f;
	border-bottom: 2px solid #fcff1f;
}




/*
#navi_main, #navi_main ul { /* all lists *
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 1000;
}

#navi_main a {
	display: block;
	width: 114px;
	padding: 5px;
	text-decoration: none;
	color: #006ab3;
	background-color: #fcff1f;
	border-top: none;
	border-bottom: 1px solid #006ab3;
	border-right: 1px solid #006ab3;
	border-left: none;;

}
#navi_main a:hover {
	color: #fcff1f;
	background-color: #006ab3;
}

#navi_main li { /* all list items *
	float: left;
	width: 114px; /* width needed or else Opera goes nuts *
}

#navi_main li ul { /* second-level lists *
	position: absolute;
	width: 114px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers *
}

#navi_main li:hover ul, #navi_main li.sfhover ul { /* lists nested under hovered list items *
	left: auto;
	border-left: 1px solid #006ab3;
}

*/

/*

ul#navi_main {
margin: 0;
padding: 0;
text-align: center;
}

ul#navi_main li {
list-style: none;
float: left;
position: relative;
margin: 0;
padding: 0;
z-index: 100;
}
* html ul#navi_main li {  /* Korrektur fuer den IE 5 und 6 *
margin-bottom: -0.4em;
}
*:first-child+html ul#navi_main li {  /* Korrektur fuer den IE 7 *
margin-bottom: -0.1em;
}

ul#navi_main li ul {
margin: 0;
padding: 0;
position: absolute;
display: none;  /* Unternavigation ausblenden *
}
* html ul#navi_main li ul {  /* Korrektur fuer IE 5.x *
left: -1.5em;
lef\t: -0.4em;
}
*:first-child+html ul#navi_main ul {  /* Workaround fuer den IE 7 *
background-color:#fcff1f;
}
ul#navi_main li:hover ul {
display: block;  /* Unternavigation in modernen Browsern einblenden *
}
ul#navi_main li ul li {
float: none;
display: block;
}

ul#navi_main a {
display: block;
width: 116px;  /* Breite den in li enthaltenen Elementen zuweisen *
padding: 3px 0px;
text-decoration: none;
color: #006ab3;
background-color: #fcff1f;
border-top: none;
border-bottom: 1px solid #006ab3;
border-right: 1px solid #006ab3;
border-left: none;;
}
* html ul#navi_main a {
width: 8.6em;   /* Breite nach altem MS-Boxmodell fuer IE 5.x *
w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus *
}
ul#navi_main a:hover {
color: #fcff1f;
background-color: #006ab3;
}
ul#navi_main li ul li a {
border-left: 1px solid #006ab3;
}



*/














.content_col_left {
	position: relative;
	float: left;
	width: 331px;
	padding-left: 5px;
	padding-right: 5px;
}
.content_col_right {
	position: relative;
	float: left;
	width: 331px;
	border-left: 1px solid #006ab3;
	padding-left: 5px;
	padding-right: 5px;
}
.content_col_left2 {
	position: relative;
	float: left;
	width: 430px;
	padding-left: 5px;
	padding-right: 5px;
}
.content_col_right2 {
	position: relative;
	float: left;
	width: 232px;
	border-left: 1px solid #006ab3;
	padding-left: 5px;
	padding-right: 5px;
}
.content_col_full {
	position: relative;
	float: left;
	width: 662px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px solid #006ab3;
}
.box_highlight {
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	border: 1px solid #006ab3;
	background-color: #b8d2e0;
	font-size: 9pt;
}
.termine li {
	font-weight: bold;
	padding-top: 6px;
	list-style-type: none;
}

.termine a:link {
	color: #006ab3;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
}
.termine a:visited {
	color: #006ab3;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
}
.termine a:hover {
	color: #999999;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
}
.termine a:active {
	color: #999999;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
}
.post {
	width: inherit;
	border-bottom: 1px solid #006ab3;
}
.post h1 {
	width: 310;
	padding: 2px;
	background: #006ab3;
	color: #fcff1f;
	font-size: 12pt;
}

#partner td {
	padding: 5px;
}
.partner_logo {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	text-align: center;
}.bigfont {
	font-size: 12pt;
}
