/* --- CSS Definitionen f�r O�FV --- */
/* --- BODY Anfang --- */
html {
	background: #94adbd url(../images/html.png) repeat;
}

img { border: none; }
a img { border: none; }

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Times New Roman;
	font-size: 8pt;
	color: #000000;
	background: url(../images/body2.png) bottom right no-repeat;
	text-align: center;
}
/* --- BODY Ende --- */

/* --- CONTAINER f�r Inhalte Anfang --- */
#container {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 1035px;
	min-height: 100%;
	text-align: left;
	z-index: 2;
	background: url(../images/container.png) repeat-y;
}
/* --- CONTAINER f�r Inhalte Ende --- */

/* --- CONTENT Inhalte Anfang --- */
#content {
	width: 995px;
	padding: 10px 10px 56px 10px;
	margin: 0 10px -56px 10px;
	background: #d7e2e5 url(../images/content.png) repeat;
}

#content:after {
	content: "clearfix";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

/* --- HEADER Kopfzeile Anfang --- */
#header {
	margin: 7px auto 17px auto;
	padding: 0;
	width: 981px;
	height: 150px;
	background: url(../images/header2.png) no-repeat;
}
/* --- HEADER Kopfzeile Ende --- */

/* --- COL3 Rechte Spalte Anfang --- */
#col3 {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0 7px 10px 11px;
}

/* --- ARTIKEL Artikel Bereich Anfang --- */
#artikel,
#werbung {
	width: 180px;
	margin: 0 0 10px 0;
}

#artikel .artikel_top {
	position: relative;
	width: 180px;
	height: 10px;
	background: url(../images/rechts_top.png) no-repeat;
}

#artikel .artikel_content {
	position: relative;
	width: 180px;
	height: 417px;
	background: url(../images/rechts_content.png) repeat-y;
	overflow: hidden;
}

#artikel .artikel_content h2 {
	padding-left: 4px;
}

#artikel .artikel_content img {
	padding: 10px 10px 0 10px;
	overflow: hidden;
	border: none;
}

#artikel .artikel_bottom {
	position: relative;
	width: 180px;
	height: 10px;
	background: url(../images/rechts_bottom.png) no-repeat;
}
/* --- ARTIKEL Artikel Bereich Ende --- */

/* --- WERBUNG Werbung Bereich Ende --- */
#werbung .werbung_top {
	position: relative;
	width: 180px;
	height: 10px;
	background: url(../images/rechts_top.png) no-repeat;
}

#werbung .werbung_content {
	position: relative;
	width: 180px;
	height: 246px;
	background: url(../images/rechts_content.png) repeat-y;
	overflow: hidden;
}

#werbung .werbung_content h2 {
	padding-left: 4px;
	padding-bottom: 10px;
}

#werbung .werbung_content img, 
#werbung .werbung_content object {
	padding: 0 10px 0 10px;
	overflow: hidden;
	border: none;
}

#werbung .werbung_bottom {
	position: relative;
	width: 180px;
	height: 10px;
	background: url(../images/rechts_bottom.png) no-repeat;
}
/* --- WERBUNG Werbung Bereich Ende --- */
/* --- COL3 Rechte Spalte Ende --- */

/* --- MEN� Inhalte Anfang --- */
#aside {
	position: absolute;
	top: 0;
	height: 196px;
	left: 0;
	margin: 0 20px 0 20px;
	float: left;
	z-index: 99;
}

#cooperation {
	position: absolute;
	top: 36px;
	left: 750px;
	width: auto;
	height: auto;
	z-index: 8;
}

#quickmenu {
	position: absolute;
	top: 36px;
	left: 330px;
	width: 650px;
	height: 20px;
	z-index: 8;
}

#quickmenu ul.quickmenu {
	list-style: none;
	padding: 0;
	margin: 0;
}

#quickmenu ul.quickmenu li {
	float: left;
	padding: 0 .75em;
}

#quickmenu ul.quickmenu li.trenner {
	background: url('../images/menu_line3.gif') right 3px no-repeat !important;
}

#quickmenu ul.quickmenu li a {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#quickmenu ul.quickmenu li a:hover {
	text-decoration: underline;
}

#search {
	position: absolute;
	top: 55px;
	left: 330px;
	padding-left: .75em;
	width: 650px;
	height: 20px;
	z-index: 8;
}

fieldset.search {
	border: none;
	width: auto;
	margin: 0 auto;
	padding: 0;
}

.search input,
.search button {
	border: none;
	/*float: left;*/
}

.search div#autoCompDiv_searchField {
	float: left;
}

.search #autoCompContainer_searchField {
	width: 500px;
}

.search input.box {
	color: #ffffff;
	font-size: 1.2em;
	width: 250px;
	height: 22px;
	padding: 3px 6px 0 22px;
	background: url(../images/search_bg.gif) no-repeat;
	margin: 0;
	color: #626262;
	position: absolute;
}

.search input.box:focus {
	background: url(../images/search_bg.gif) no-repeat;
	outline: none;
}

.search button.btn {
	width: auto;
	height: 16px;
	cursor: pointer;
	text-indent: 25px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	margin: 3px 0 0 290px;
	background: url(../images/button_up_grey.png) no-repeat;
}

#menu {
	position: absolute;
	top: 111px;
	left: 330px;
	width: 650px;
	height: 50px;
	/* mgs: removed z-index */
	/* z-index: 99;*/ 
}
/* --- MEN� Inhalte Ende --- */

/* --- FOOTER Inhalte Anfang --- */
#footer {
	float: none;
	clear: both;
	height: 56px;
	width: 982px;
	background: url(../images/footer.png) no-repeat bottom;
	padding: 0 20px 0 20px;
	margin: -56px 0 0 6px;
}
#footerend {
    float: none;
    clear: both;
    height: 20px;
    width: 1015px;
    background: url(../images/footer_end.png) no-repeat bottom;
    padding: 0;
    margin: -10px 0 0 10px;
}
address {
	position: absolute; 
	width: auto;
	height: 37px;
	color: #959595;
	padding: 20px 30px 0 77px;
	font-size: 10px;
	font-style: normal;
	letter-spacing: 1pt;
	text-align: left;
	text-transform: uppercase;
	background: url(../images/logo_footer2.png) 20px 10px no-repeat;
	z-index: 6;
}

address a {
	position: relative;
	color: #959595;
	text-decoration: none;
}

address a:hover,
address a:active {
	text-decoration: underline;
}

#copyright {
	position: absolute; 
	margin: 0;
	text-align: right;
	right: 40px;
	bottom: 16px;
	z-index: 5;
}

#copyright a img {
	border: none;
}
/* --- FOOTER Inhalte Ende --- */
/* --- CONTENT Inhalte Ende --- */

/* --- Allgemeine Auszeichnungen --- */
h1 {
	margin: 0;
	padding: 0;
	position: relative;
	height: 50px;
	overflow: hidden;
	z-index: 2;
	color: #626262;
	text-transform: uppercase;
	text-indent: -4em;
	padding-left: 4em;
	/*
	mgs: use old styles
	font-family: Impact, Tahoma, Arial, Times New Roman;
	font-weight: normal;
	font-size: 18px;
	*/
	font-weight: bold;
}

h2 {
	margin: 0 0 0 6px;
	padding: 0;
	position: relative;
	height: 32px;
	overflow: hidden;
	line-height: 52px;
	z-index: 2;
	color: #ffffff;
	text-transform: uppercase;
	/* 
	mgs: use old styles
	font-family: Impact, Tahoma, Arial, Times New Roman;
	font-weight: normal;
	font-size: 14px;
	*/
	font-size: 12px;
	font-weight: bold;
}

h3 {
	margin: 0 0 0 6px;
	padding: 0;
	position: relative;
	height: 20px;
	overflow: hidden;
	line-height: 24px;
	z-index: 2;
	color: #ffffff;
	text-transform: uppercase;
	/*
	mgs: use old styles
	font-family: Impact, Tahoma, Arial, Times New Roman;
	font-weight: normal;
	font-size: 13px;
	*/
	font-size: 12px;
	font-weight: bold;
}

p {
	margin: 0 0 6px 6px;
	padding: 0;
}

/* live ticker*/
#liveticker_content #pscroller2{
width: 150px;
height: 200px;
border: none;
padding: 0px;
padding-top:10px;
background-color: transparent;
}

#liveticker_content .rssclass .rsstitle{
font-weight: bold;
color: white;
}

#liveticker_content .rssclass .rssdate{
font-size: 85%;
color: black;
}

#liveticker_content .rssclass a{
text-decoration: none;
color: white;
}


.teaser_small_picture img         { width: 197px; height: 112px; margin-top: 13px; margin-bottom: 2px; }
.teaser_small_text_top p           { display: none; }
.teaser_small_text_bottom        { height: 30px !important; margin-top: 4px !important; position: relative; width: 145px !important; }


#gaCol				{ width: 180px; margin: 0 0 10px 0; }
#gaCol .gaCol_top 		{ position: relative; width: 180px; height: 10px; background: url(../images/rechts_top.png) no-repeat; }
#gaCol .gaCol_content 		{ position: relative; width: 180px; height: 690px; background: url(../images/rechts_content.png) repeat-y; overflow: hidden; }
#gaCol .gaCol_content h2 	{ padding-left: 4px; }
#gaCol .gaCol_content img 	{ padding: 10px 10px 0 10px; overflow: hidden; border: none; }
#gaCol .gaCol_content #sscr 	{ padding: 10px 10px 0 10px; overflow: hidden; border: none; }
#gaCol .gaCol_bottom 		{ position: relative; width: 180px; height: 10px; background: url(../images/rechts_bottom.png) no-repeat; }
