/* OHU Main CSS
#wrapper
#page-header
	#tab-menu
	#page
    		#logo
    		#page-left
    			#main-menu
			.infobox-cont
		#page-right
			.small-menu
			.infobox-head
			.infobox-cont
			.nav
		#page-middle
			#nav-path
			#content
				.content-banner
				.content-block
				  .content-block-container
				  .content-block-left
				  .content-block-right
				.content-block2
				.content-block2-bg
				.content-block2-left
				.content-block2-right
				-> #news
					.news-date
				-> #teaser
					.theme-titel
					.theme-img
				-> #sitemap
			#content-footer
			.content-text-border
	#page-footer

comments:
	special IE stuff "*"
*/

/* -- Markup changes --------------------------------------------------------------- */

html {
	margin:0px;
	padding:0px;
}

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	margin:0px;
	padding:0px;
	font-size:small;
	text-align: center;
	background-color: #999ca4;
}

img { border: none; text-decoration:none; }

form, input, select {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a:link, a:visited {
	color: #334c96;
}

a:hover, a:active, a:focus {
	color: #334c96;
}

a img {text-decoration:none;}

h1, h2, h3, h4 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	margin:0;
	padding:0;
	color: #334c96;
}

p {
	font-size:small;
	margin: 0px;
	padding: 0px;
}

ul { list-style-type:square; }

hr {
	height: 1px;
	margin: 5px 0px;
	padding: 0px;
	border: 0px;
	border-top: 1px dashed #cccccc;
}

/* -- Special Classes -- */
.small-note {
	margin: 0px;
	padding: 0px;
	color: #555555;
	text-align: left;
	font-size: x-small;
	font-weight: normal;
	background-color: transparent;
}
.achtung { color: #cc0000 !important; }
.bordered { border: 1px solid #cccccc; padding: 2px; }
.noborder { border: none !important; }
.notop { margin-top: 0px !important; }
.infomattab { width: auto; }
.bildlinks {
	border: 1px solid #D3D3D3;
	margin: 0px;
	margin-top: 8px;
	padding: 5px;
}
.rechts {float: right !important; margin-left: 10px !important; position: relative; }
.pagerechts {text-align: right !important; position: relative; }
.links  {float: left !important; margin-right: 10px !important; position: relative; }
.fett   {font-weight: bold !important;}
.kursiv {font-style: italic !important;}
.kleiner{font-size: 0.75em !important;}
.margintop { margin-top: 5px !important; }
.imgcenter { margin: 1em 0px !important; text-align: center !important; }
.clear { clear: both !important; }
.unsichtbar { display: none; visibility: hidden; }

.margt { margin-top: 1em !important; }
.margb { margin-bottom: 1em !important; }

/* tables */

div.table { display:table; border-collapse:collapse; table-layout: auto; }
div.tr { display:table-row; }
div.td { 
	display:table-cell; 
	vertical-align:top;
*	float: left; /* to compensate IE bug */
}

/* IE Hacks */

/* Guillotine-Bug */
#guihack {
	clear: both;
	visibility: hidden;
}

/* 3-Pixel-Bug bei floatenden Spalten
   vor IE Mac verstecken */
* html div#page-middle {
	height: 1em;
}
/* Verstecken Ende */

/*  Cursorform für Formularbuttons  */
@media screen {
	.button, .formbutton, .suche-go {
		cursor: pointer;
	}
}

/* -- MAIN LAYOUT ------------------------------------------------------------------------ */

#page-header {
	margin: 0px;
	padding: 0px 15px 0px 15px;
	text-align: right;
	background: url("pix/layout/header-bg.png") repeat-x;
*	background: url("pix/layout/header-bg-ie.png") repeat-x;
	height: 24px;
*	width: auto;
}	

#wrapper {
	max-width: 1000px;
	min-width: 760px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 45px;
	padding: 0px;
	text-align: left;
*	width: 984px;
*	margin-left: 8px;
*	margin-right: 8px;
}

#tab-menu {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	margin-top: -37px;
	margin-bottom: 0px;
	margin-left: 202px;
*	margin-left: 194px;
	position: absolute;
	text-align: left;
*	padding: 0px 24px 0px 16px;
}

#page {
	background: url("pix/layout/bg_page_lgrey.png") repeat-y;
*	background: url("pix/layout/bg_page_lgrey.png") repeat-y;
	background-color: #ffffff;
	border: 1px solid #333333;
	text-align: left;
	font-size: small;
}

#logo {
	background: url("pix/layout/logo_alpha.png") no-repeat;
*	background: url("pix/layout/logo_ohu_ie_default.jpg") no-repeat;
	width: 151px;
	height: 131px;
	margin: 0px;
	padding: 0px;
	margin-left: 28px; 
*	margin-left: -170px;
	margin-top:  -30px;
	position: absolute;
	z-index: 5;
	cursor: pointer;
}

#page-left {
	width: 198px;
*	width: 195px;
	margin-top: 110px;
	float: left;
	height: 100%;
	position: relative;
/* *	background: url("pix/layout/bg_x_page_left_gray.png") repeat-y; */
}

#main-menu {
	margin-top: 10px;
	margin-left: 16px;
	margin-bottom: 10px;
	width: 170px;
	text-align: left;
}

#page-right {
	width: 198px;
*	width: 195px;
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
/* *	background: url("pix/layout/bg_x_page_right_gray.png") repeat-y; */
}

#page-middle {
	vertical-align: top;
	margin-left: 200px;
	margin-right: 200px;
*	margin-right: 200px;
	padding:0px;
	position: relative;
}

#nav-path {
	border-bottom: 1px solid #AAAAAA;
	border-bottom-style: dotted;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 2px 0px;
	overflow: hidden;
}

#content {
	margin : 0px;
	padding: 0px;
	text-align: left;
	overflow: hidden;
}

/* -- Temporäre Content-Substrukturen - */

#news {
	margin: 0px;
	padding: 0px;
}

#sitemap {
	margin: 0px;
	padding: 0px;
}
/* -- END OF Temporäre Content-Substrukturen - */

#content-footer {
	overflow: hidden;
	margin : 0px;
	margin-bottom: 5px;
	padding: 5px;
	font-size: x-small;
	text-align: right;
	background: url("pix/layout/footer_bg_grad.png") repeat-x #4383c9;
	background-position: bottom;
	width: auto;
	border: 1px solid #334C96;
}

#page-footer {
	font-size: x-small;
	padding: 3px;
	margin-bottom: 10px;
	text-align: center;
}

/* ---- Special Classes for #tab-menu ---- */
#tab-menu .menu-pre {
	margin: 0px;
	height: 38px;
	margin-left: -8px;
	background: url("pix/layout/menu_tab_bg_pre.png") no-repeat;
*	background: url("pix/layout/menu_tab_bg_pre_ie.gif") no-repeat;
	float: left;
}
#tab-menu .menu-post {
	margin: 0px;
	margin-right: -8px;
	height: 38px;
	background: url("pix/layout/menu_tab_bg_post.png") no-repeat;
*	background: url("pix/layout/menu_tab_bg_post_ie.gif") no-repeat;
	float: left;
}
#tab-menu .menu-middle {
	margin: 0px;
	height: 38px;
	background: url("pix/layout/menu_tab_bg_middle.png") no-repeat;
*	background: url("pix/layout/menu_tab_bg_middle_ie.gif") no-repeat;
	float: left;
}
#tab-menu td.middle  {
	height: 32px;
	font-size: 1.3em;
	vertical-align:bottom;
}
#tab-menu a {
	text-decoration: none;
	color: #e6e6e6;
}
#tab-menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#tab-menu a.focus {
	text-decoration: none;
	color: #ffff00;
}
#tab-menu a.focus:hover {
	text-decoration: none;
	color: #00ff00;
}
#tab-menu .menu-pre-a {
	margin: 0px;
	height: 38px;
	margin-left: -7px;
	background: url("pix/layout/menu_tab_bg_pre-a01.png") no-repeat;
*	background: url("pix/layout/menu_tab_bg_pre-a01-ie.gif") no-repeat;
	float: left;
}
#tab-menu .menu-post-a {
	margin: 0px;
	margin-right: -12px;
	height: 38px;
	background: url("pix/layout/menu_tab_bg_post-a01.png") no-repeat;
*	background: url("pix/layout/menu_tab_bg_post-a01-ie.gif") no-repeat;
	float: left;
}
#tab-menu .menu-middle-a {
	margin: 0px;
	height: 38px;
	background: url("pix/layout/menu_tab_bg_middle-a01.png") no-repeat;
*	background: url("pix/layout/menu_tab_bg_middle-a01-ie.gif") no-repeat;
	float: left;
}
#tab-menu .menu-middle-a a {
	text-decoration: none;
	color: #908f8f;
}
#tab-menu .menu-middle-a a:hover {
	text-decoration: none;
	color: #4e4d4d;
}
#tab-menu .menu-middle-a a.focus {
	text-decoration: none;
	color: #2f2f2f;
}
#tab-menu .menu-middle-a a.focus:hover {
	text-decoration: none;
	color: #4e4d4d;
}

/* ---- Special Classes for #main-menu ---- */
#main-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: transparent;
}
#main-menu ul a,
#main-menu ul ul a,
#main-menu ul ul ul a {
	display: block;
	padding: 0px;
}
#main-menu ul li,
#main-menu ul ul li,
#main-menu ul ul ul li {
	margin: 0px;
	margin-bottom: -1px;
	list-style-type: none;
	border-top: 1px solid #888888;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}
#main-menu ul a,
#main-menu ul a:hover,
#main-menu ul ul a,
#main-menu ul ul a:hover,
#main-menu ul ul ul a,
#main-menu ul ul ul a:hover {
	text-decoration: none;
}
/* einzelne Levelformatierungen */
/* Level 1 */
#main-menu ul a {
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	padding: 3px 0px 3px 10px;
}
/* Level 2 */
#main-menu ul ul a {
	font-weight: normal;
	color: #333333;
	background-color: #f4f4f4;
	padding: 3px 0px 3px 20px;
}
/* Level 3 */
#main-menu ul ul ul a {
	font-weight: normal;
	color: #888888;
	padding: 3px 0px 3px 30px;
}
/* Level 4 */
#main-menu ul ul ul ul a {
	font-weight: normal;
	color: #888888;
	padding: 3px 0px 3px 40px;
}
/* Active Status */
#main-menu li .focus1 {
	font-weight: bold;
	color: #ffffff;
	background: url("pix/layout/menu-focus1.png") no-repeat #547df1;
	background-position: center;
}
#main-menu li .focus2 {
	font-weight: bold;
	color: #ffffff;
	background: url("pix/layout/menu-focus2.png") no-repeat #b5d3f2;
	background-position: center;
}
#main-menu li .focus3 {
	font-weight: bold;
	color: #555555;
	background: url("pix/layout/menu-focus3.png") no-repeat #efefef;
	background-position: center;
}
#main-menu li .focus4 {
	font-weight: normal;
	color: #000000;
	background: url("pix/layout/menu-focus4.png") no-repeat #f0f0f0;
	background-position: center;
}
#main-menu ul a:hover {
	color: #ffffff;
	background: url("pix/layout/menu-active.png") no-repeat #be4040;
	background-position: center;
}

/* ---- Special Classes for #page-header ---- */

/* Small-Menu */
#page-header .small-menu {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	text-align: center;
	font-size: x-small;
	font-weight: normal;
	background-color: transparent;
}

#page-header ul.small-menu { padding: 5px 0px !important; }
#page-header .small-menu li {
	list-style: none;
	display: inline;
}

/* unterstreichung raus */
#page-header .small-menu li a:link,
#page-header .small-menu li a:visited,
#page-header .small-menu li a:active,
#page-header .small-menu li a:focus {
	color: #FFF;
	text-decoration: none;
}
/* unterstreichung ein */
#page-header .small-menu li a:hover {
	color: #FFF;
	text-decoration: underline;
}
#page-header .small-menu li:before {content: " / ";}
#page-header .small-menu li.firstitem:before {content: "";}
#page-header ul { margin:0px; margin-left: 1.5em; padding:0px; }
#page-header a.nav { padding:0.1em; line-height: 1.9em; margin: 0px; background-color: #ffffff; border:1px solid #AAAAAA; }
#page-header input:focus { background-color: #ffffff; border:1px solid #AAAAAA; }

#page-header img { float: left; margin: 7px 5px 0px 10px;}
#page-header .contrast img{ float: left; margin: 2px 5px 0px 0px;}

/* ---- Special Classes for #page-left ---- */
#page-left .infobox-cont {
	background: url("pix/layout/stone_bg.jpg") repeat-y #fefefe;
	font-family: sans-serif;
	font-size: small;
	font-weight: normal;
	text-align: left;
	color: #2A2A2A;
	border: 1px solid #999999;
	width: 150px;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 2px;
}
#page-left .infobox-cont h2 {
	font-family: sans-serif;
	margin-top: 0px !important;
	color: #334c96;
	font-size: 1.2em;
	font-weight: bold;
}
#page-left .infobox-cont li a:link,
#page-left .infobox-cont li a:active,
#page-left .infobox-cont li a:visited {
	color: #222222;
	text-decoration: none;
}
#page-left .infobox-cont li a:focus,
#page-left .infobox-cont li a:hover {
	color: #222222;
	text-decoration: underline;
}

/* ---- Special Classes for #page-right ---- */
#page-right .infobox-head {
	background-position: top;
	background: url("pix/layout/infobox-head.jpg") repeat-x #35669e;
	font-family: sans-serif;
	font-size: small;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	border: 1px solid #334C96;
	width: 160px;
	margin-top: 10px;
	margin-bottom: 1px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}  
#page-right .infobox-head a:link,
#page-right .infobox-head a:visited {
	text-decoration: none;
	color: #eeeeee;
}
#page-right .infobox-head a:hover,
#page-right .infobox-head a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#page-right .infobox-cont {
	background: url("pix/layout/box_gradient.jpg") no-repeat #fefefe;
	font-family: sans-serif;
	font-size: small;
	font-weight: normal;
	text-align: left;
	color: #2A2A2A;
	border: 1px solid #999999;
	width: 160px;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#page-right .infobox-cont-img {text-align: center !important;}
#page-right .infobox-cont-img img {
	margin: 3px;
	padding: 1px;
	border: 1px solid #D3D3D3;
}

#page-right .infobox-cont a:link,
#page-right .infobox-cont a:visited {
	text-decoration: none;
	color: #334c96;
}

#page-right .infobox-cont p a:link,
#page-right .infobox-cont p a:visited {
	text-decoration: underline;
}
#page-right .infobox-cont a:hover,
#page-right .infobox-cont a:active {
	text-decoration: underline;
	color: #334c96;
}
/* Kleines Suchformular */
#suche {}

#page-right .suche {
	margin:  3px 0px 3px 0px;
	padding: 0px;
}
#page-right .suche-input {
	margin: 0px;
	padding: 0px;
	width: 136px;
	background-color: #EEEEEE;
	border: 1px solid #AAAAAA;
}
#page-right .suche-go {
	margin: 0px;
	padding: 0px;
	float: right;
}
/* Small-Menu */
#page-right .small-menu {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	text-align: center;
	font-size: x-small;
	font-weight: normal;
	background-color: transparent;
}

#page-right ul.small-menu { padding: 5px 0px !important;}
#page-right .small-menu li {
	list-style: none;
	display: inline;
}

/* unterstreichung raus */
#page-right .small-menu li a:link,
#page-right .small-menu li a:visited,
#page-right .small-menu li a:active,
#page-right .small-menu li a:focus {
	color: #FFF;
	text-decoration: none;
}
/* unterstreichung ein */
#page-right .small-menu li a:hover {
	color: #FFF;
	text-decoration: underline;
}
#page-right .small-menu li:before {content: " | ";}
#page-right .small-menu li.firstitem:before {content: "";}
#page-right ul { margin:0px; margin-left: 1.5em; padding:0px; }
#page-right a.nav { padding:0.1em; line-height: 1.9em; margin: 0px; background-color: #ffffff; border:1px solid #9999cc; }
#page-right input:focus { background-color: #ffffff; border:1px solid #9999cc; }

/* ---- Special Classes for #nav-path ---- */
#nav-path .nav-path-text {
	font-family: sans-serif;
	font-size: small;
	font-weight: normal;
	color: #777777;
}
#nav-path a {
	color: #555555;
	text-decoration: none;
}
#nav-path a:hover {
	color: #555555;
	text-decoration: underline;
}

/* ---- Special Classes for #content ---- */
#content .content-banner {
	overflow: hidden;
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 5px;
	padding: 5px;
	text-align: left;
	background: url("pix/layout/bg-banner.png") repeat-x #35669e;
	border: 1px solid #334c96;
	width: auto;
}
#content .content-banner img {
	border: none;
	width: 100%;
}

/* IE version... */
*	#content .content-banner {
*		overflow: hidden;
*		position: relative;
*		margin : 0px;
*		margin-top: 3px;
*		padding: 5px;
*		border: 1px solid #D3D3D3;
*		background: url("pix/layout/bg-banner.png") repeat-x #e2e2e2;
*		width: auto;
*	}
*	#content .content-banner img {
*		overflow: hidden;
*		width: 564px;
*	}
#content .content-block {
	overflow: hidden;
	margin : 0px;
	margin-bottom: 5px;
	padding: 15px;
	text-align: left;
	width: auto;
/*	background: url("pix/layout/bg-content.png") repeat-x #fcfcfc;    - alte Farbe border #5571B9*/
	border: 2px solid #334C96;
	background-color: #fff;
}
#content .content-block-bg1 {
	overflow: hidden;
	margin: 0px;
	padding: 5px;
	margin-top: 5px;
	background-color: #ffffff;
	border: 1px solid #D3D3D3;
}
#content .content-blue-border {
	overflow: hidden;
	margin: 3px 0px 5px 0px;
	padding: 3px;
	text-align: left;
	background: url("pix/layout/bg-banner.png") repeat-x #029cf6;
	border: 1px solid #334c96;
	width: auto;
	height: auto;
}
#content .content-paper {
	padding: 3px 5px 5px 5px;
	background-color: #fff;
	position: relative;
}
#content .content-paper2 {
	/* larger padding for main content */
	padding: 5px 15px 10px 15px;
	background-color: #fff;
	position: relative;
}
#content .content-start-ico {
	margin-left: 20px;
	position: relative;
}
#content .content-block-left {
	width: 49%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	border: 1px solid #f00;
}
#content .content-block-right {
	width: 49%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	float: right;
	border: 1px solid #0f0;
}
#content .content-text-border {
	margin : 0px;
	margin-bottom: 5px;
	padding: 10px;
	text-align: left;
	width: auto;
	background: url("pix/layout/bg-content.png") repeat-x #ffffff;
	border: 1px solid #D3D3D3;
}
#content a[rel="external"] { text-decoration: none; } 
#content a[rel="external"]:before {content:url(pix/ico/extern.gif); vertical-align: middle; text-decoration: none; } 
#content a.simplelink:before {content:url() !important;}
#content img {border: 1px solid #D3D3D3; margin: 0px;}
#content h2 { margin-top: 0.5em; margin-bottom: 0.5em; }
#content h3 { margin-top: 0.3em;}
#content p { margin-top: 0.2em;}
#content .tab1a {
	color: #555555;
	border: 1px solid #D7D7D7;
	width: 110px;
	padding-left: 5px; 
	clear: left;
	float: left;
	position: relative;
}
#content .tab2a { margin-left: 120px; }
#content .tab1b {
	border: 1px solid #D7D7D7;
	clear: left;
	float: left;
	position: relative;
}
#content .tab2b { margin-left: 190px; }
#content input {
	width: 98%;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}
#content .option {
	border: none !important;
	border-style: none !important;
	width: 1em !important;
}
#content input:focus {
	background-color: #ffffff;
	border: 1px solid #ccccff;
}
#content input[type="text"] {
	width: 98%;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}
#content input[type="text"]:focus {
	background-color: #ffffff;
	border: 1px solid #d7d7d7;
}
#content textarea {
	width: 98%;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}
#content textarea:focus {
	background-color: #ffffff;
	border: 1px solid #d7d7d7;
}
#content .resetbutton {
	width: auto;
	height: 100%;
	margin-right: 15px;
	color: #555555;
	background-color: #EEEEEE;
	background: url("pix/layout/bg-button-gray.png") repeat-x #ebebeb;
	border-top:   1px solid #AAAAAA;
	border-left:  1px solid #AAAAAA;
	border-right: 1px solid #888888;
	border-bottom:1px solid #888888;
}
#content .resetbutton:hover,
#content .resetbutton:focus {
	width: auto;
	background-color: #BE4141;
	color: #FFFFFF;
	background: url("pix/layout/bg-button-red.png") repeat-x #ad3a3a;
	border-top:   1px solid #AAAAAA;
	border-left:  1px solid #AAAAAA;
	border-right: 1px solid #888888;
	border-bottom:1px solid #888888;
}
#content .startbutton {
	width: auto;
	margin-right: 15px;
	color: #555555;
	background-color: #EEEEEE;
	background: url("pix/layout/bg-button-gray.png") repeat-x #ebebeb;
	border-top:   1px solid #AAAAAA;
	border-left:  1px solid #AAAAAA;
	border-right: 1px solid #888888;
	border-bottom:1px solid #888888;
}

#content .startbutton:hover,
#content .startbutton:focus {
	width: auto;
	color: #FFFFFF;
	background-color: #5EB93F;
	background: url("pix/layout/bg-button-green.png") repeat-x #5db43d;
	border-top:   1px solid #AAAAAA;
	border-left:  1px solid #AAAAAA;
	border-right: 1px solid #888888;
	border-bottom:1px solid #888888;
}
#content a.linkbutton {
	width: auto;
	margin-right: 15px;
	color: #555555;
	text-decoration: none;
	padding: 1px 2px 1px 2px;
	background-color: #EEEEEE;
	background: url("pix/layout/bg-button-gray.png") repeat-x #ebebeb;
	border-top:   1px solid #AAAAAA;
	border-left:  1px solid #AAAAAA;
	border-right: 1px solid #888888;
	border-bottom:1px solid #888888;
}
#content .linkbutton:hover,
#content .linkbutton:focus {
	width: auto;
	color: #555555;
	background-color: #F6D724;
	background: url("pix/layout/bg-button-yellow.png") repeat-x #f7da23;
	border-top:   1px solid #AAAAAA;
	border-left:  1px solid #AAAAAA;
	border-right: 1px solid #888888;
	border-bottom:1px solid #888888;
}
#content .ico-stick {
	margin: 0px;
	margin-right: 0.4em;
	padding: 0px;
	vertical-align: text-bottom;
	border: none;
}

#content .simplelink, a.simplelink, .simplelink a:link, .simplelink a:visited, .simplelink a:hover, .simplelink a:active  {
	text-decoration: none !important;
	border-top-width: 0px !important;
	border-right-width: 0px !important;
	border-bottom-width: 0px !important;
	border-left-width: 0px !important;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}

/* ---- Special Classes for #news ---- */
#news h2 {
	font-size: small;
	font-weight: bold;
	color: #4B4B4B;
	margin-top: 0px;
}
#news h3 {
	margin: 2px 0px 0px 0px;
	padding: 0px;
	color: #334c96;
	font-size: 1.2em;
}
#news h3 a       {text-decoration: none;}
#news h3 a:hover {text-decoration: underline;}
#news h4 {
	font-size: small;
	margin: 1px;
	margin-left: 5px;
	margin-bottom: 5px;
}
#news p {margin: 0px;}
#news img {
	border: 1px solid #9F9F9F;
	margin: 5px;
}
#news .news-date {
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-size: 1em;
	font-weight: normal;
}
#news .news-img { margin-left: 5px !important; }

/* ---- Special Classes for #teaser ---- */
#teaser .theme-titel {
	margin: 0px;
	padding: 0px;
	color: #334c96;
	font-size: 1.2em;
}

#teaser .theme-titel a       {text-decoration: none;}
#teaser .theme-titel a:hover {text-decoration: underline;}

#teaser .theme-img {
	margin: 0px;
	margin-right: 5px;
	padding: 0px;
	border: none;
}
#teaser p {margin: 3px 0px 0px 0px;}

#teaser h2 a {text-decoration: none;}

#teaser .teasertable { margin: 0px; padding: 0px; border: none;}
#teaser .teasertr { margin: 0px; padding: 0px; border: none;}
#teaser .teasertd { margin: 0px; padding: 0px; border: none; vertical-align: top;}

/* ---- Special Classes for #sitemap ---- */
#sitemap ul {
	list-style-type: none;
	background-color: transparent;
}
#sitemap ul li {
	padding: 5px 0px;
	vertical-align: middle;
	line-height: 13px;
}
#sitemap a { text-decoration: none; } 

/* ---- Special Classes for #content-footer ---- */
#content-footer a img {
	vertical-align: middle;
	border: none;
}
#content-footer a {
	text-decoration: underline;
	color: #fff;
}
#content-footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}

/* -------- Extended ---------------------- */