/* #################################
** # R. OBERMAYR Internet-Services #
** #################################
**
**  Dateiversion: 11.07.2006 
**  Datei       : layout_2006.css
**  Funktion    : Stylesheet für das Aussehen der Website
*/

html, body {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0;
	background-color: #000000;
	padding: 0;
	}

#container1 {
	position: absolute;
	min-height: 100%;
	width: 100%;
	height: 120px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-top: 0px;
	background-color: #000000;
	}

html>body #container1 #container2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	height: auto;
	}

#header{
	position: absolute;
	top: 0px;
	width: 100%;
	background-color: #FFFFFF;
	height: 115px;
	}

.page_title {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	height: 30px;
	color: #FFF;
	line-height: 100%;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #FFE000;
	text-align: left;
}

#box {	
	top: 0px;
	position: relative;
	background-color: #000000;
	height: 100px;
	width: 100%;
	z-index: 10;
	}

.header {
	top: 0px;
	position: relative;
	background-color: #000000;
	height: 100px;
	width: 600px;
	float: left;
	z-index: 11;
	}

.kopfgrafik {
	top: 0px;
	position: relative;
	background-color: #000000;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	height: 100px;
	text-align: left;
	z-index: 12;
	}

.top_menu {
	background-color: #CC0000;
	}


#container2 {
	position: absolute;
	left: 10px;
	width: 595px;
	height: auto;
	voice-family: "\"}\"";
	voice-family: inherit;
	top: 120px;
	margin-bottom: 5px;
	}

#content {
	width: 595px;
	position: absolute;
	margin-left: 210px;
	background-color: #000000;
	margin-top: 50px;
	padding-left: 10px;
/*	border-left: 2px dotted #DE7300;	*/
	overflow: hidden;
	clear: both;
	}

#container3 {
	position: absolute;
	width: 200px;
	bottom: 10px;
	left: 10px;
	voice-family: "\"}\"";
	voice-family: inherit;
	top: 160px;
/*	border-right: 1px dotted #FFE000; */
	float: left;
	margin-bottom: 5px;
	}

#navigation{
	width: 180px;
	position: relative;
	background-color: #000000;
	margin-left: 10px;
	margin-top: 10px;
	}

#content_left {
	width: 180px;
	position: relative;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	margin-left: 5px;
	background-color: #000000;
	margin-top: 40px;
	padding-left: 0px;
	clear: left;
	}
	
/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Diese Angabe benötigt der Safari-Browser zwingend !! */
.clearfix {display: block;}

/* Overflow-Methode zum Clearen der Float-Umgebungen */
.floatbox { overflow:hidden; }

/* Clearen der 3 Inhaltsspalten mittels dieses speziellen hr-Tags */
hr.clear_columns {	
	content: "."; 
	display: block;  
	height: 0; 
	line-height: 0px; 
	clear: both; 
	float: left; 
	visibility: hidden; 
	border: 0; 
	padding: 0;
	margin: -2em 0 0 0; /* erforderlich damit kein Leerraum zwischen Spalten und Footer entsteht */
}

.tx-datamintsnewsticker-pi1 H2 { margin-top: 0px; margin-bottom: 10px; }
.dmnt_a a { font-size: 12px; color: #FFE000; margin-top: 0px; margin-bottom: 10px; }
.dmnt_a a:hover { font-size: 12px; color: #FFE000; margin-top: 0px; margin-bottom: 10px; }
.dmnt_a a:active { font-size: 12px; color: #FFE000; margin-top: 0px; margin-bottom: 10px; }

#ticker_table, #ticker_table a, #ticker_table a:visited, #ticker_table a:hover {color: #FFE000; }

