@CHARSET "ISO-8859-1";

* {	
	margin: 0px; 
	padding: 0px; 
}

html { 
	height: 100%; 
}

body { 
	height: 100%;
	text-align: center; 
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 10.5pt;
	background: #404040;	
}

a {
	text-decoration: none;
	color: #0080c0;	
}
a:hover {
	text-decoration: underline;
	color: #ff9933;
}
a.app_link {
	font-size: 8pt;
	color: #808080;
}
a:hover.app_link {
	color: #0080c0;
}
.app_info {
	font-size: 8pt;
	color: #808080;	
}

#panel {
	width: 985px;
	margin: 0px auto;
	overflow: hidden;
}

#page {
	margin-top: 5px;
}

#header_bg {
	background: url('images/header_bg.png') no-repeat;
	padding: 20px 5px 0px 5px;
	height: 131px;
}

#header {
	position: relative;
	background: url('images/header.gif') no-repeat;	
	text-align: left;
	height: 100%
}

#logo {
	background: url('images/logo.gif') no-repeat;
	float: left;
	width: 250px;
	height: 50px;
}

#logotext {
	clear: left;
	padding: 2px 0px 0px 22px;
	width: 400px;
	font-size: 8pt;
	color: #808080;
}

#footer_bg {
	clear: left;
	background: url('images/footer_bg.png') no-repeat;
	height: 100%;
}


/* Support-Menue */
#supportmenu {
	float: right;
	font-size: 8pt;
	padding-right: 20px;
	list-style: none;
}
#supportmenu li {
	float: left;
	margin-left: 15px;
}
#supportmenu a {
	color: #808080;
}
#supportmenu a:hover {
	color: #0080c0;
}
/* --- Ende Support-Menue --- */


/*
	Navigationsmenue
*/
#menu {
	position: absolute;
	top: 67px;
	width: 100%;
	font-size: 10pt;
	padding: 23px 0px 0px 21px;
	list-style: none;	
}
#menu a {
	color: #808080;
}
#menu a:hover {
	color: #0080c0;
	text-decoration: none;
}
#menu li {
	float: left;
	margin-right: 30px;
}
#menu li.active {
	color: #0080c0;
	font-weight: bold;
}
#menu li.active a {
	color: #0080c0;
	display: block;
}
#menu li ul {
	position: absolute;
	list-style: none;
	padding-top: 6px;
}
#menu li ul li {
	float: left;
	font-weight: normal;
}
#menu li.active ul li.active a {
	color: #0080c0;
}
#menu li.active ul li a {
	color: #808080;
}
#menu li.active ul li a:hover {
	color: #0080c0;
}
/* --- Ende Navigationsmenue --- */

/*
	Seitenstruktur
*/
/* --- allgemein --- */
#content_bg {
	background: url('images/content_bg.png') repeat-y;
	padding: 0px 15px 0px 15px;
	float: left;
	width: 100%;
}
#content {
	background: #fff;
	text-align: left;
	padding: 20px 10px 100px 10px;
	margin-right: 30px;
	/* float: left; */
	min-height: 600px;
	color: #404040;
}
/* --- Startseite --- */
#main {
	float: left;
	width: 720px;
}
#main_left {
	float: left;
}
#main_right {
	float: none;
}
#premium {
	float: left;
	padding: 2px 3px 40px 3px;
	width: 705px;	
	font-size: 10.5pt;
	color: #404040;
}
#premium_content {
	position: relative;
	padding-top: 10px;
	margin-top: 5px;
	border-top: 1px dotted #404040;
	height: 100%;
	font-size: 0.85em;
}
#premium_alt {
	position: relative;
	margin: 0px 3px 40px 3px;
	width: 705px;
	font-size: 0.85em;
}
.premium_info {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	height: 40px;
	background-color: #333;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.premium_text {
	position: absolute;
	width: 100%;
	height: 36px;
	bottom: 2px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.premium_text .left {
	padding-left: 5px;
	padding-right: 10px;
	width: 75%;
}
.premium_text .right {
	padding-left: 2.5em;
	padding-right: 2.5em;
}
.premium_text .pipe {
	width: 1px;
	background-color: #0080c0;
}
.news {
	padding: 5px 3px 40px 3px;
	width: 340px;
	font-size: 10.5pt;
	color: #404040;
}
.news_content {
	position: relative;
	padding-top: 10px;
	margin-top: 5px;
	border-top: 1px dotted #404040;
	font-size: 0.85em;
	min-height: 100px;
}
.news_info {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	height: 40px;
	background-color: #333;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.news_content .text {
	position: absolute;
	width: 100%;
	height: 36px;
	bottom: 2px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.news_content .text .left {
	padding-left: 5px;
	padding-right: 5px;
	width: 65%;
}
.news_content .text .right {
	padding-left: 1.5em;
	padding-right: 1.5em;
}
.news_content .text .pipe {
	width: 1px;
	background-color: #0080c0;
}
.news_infobox {
background-color:#FFFFFF;
border:1px solid #CCCCCC;
margin:0;
padding:5px;
}
div.list {
	float: left;
	margin-left: 20px;
	padding: 5px 3px 40px 3px;
	width: 340px;	
	font-size: 10.5pt;
	color: #404040;
}
div.list div {
	padding-top: 10px;
	margin-top: 5px;
	border-top: 1px dotted #404040;
	font-size: 0.85em;
}
div.list a {
	font-size: 9pt;
}
.feed {
	text-align: right; 
}
.title {
	padding-left: 5px
}
#info {
	float: right;
	width: 200px;	
	height: 600px;
	background: #eee;
	text-align: center;
	font-size: 10.5pt;
}
#info_header{
	padding: 5px 0px 10px 0px;
}
#info_image{
	padding: 25px 0px 10px 0px;
}
#ad {
	float: right;
	width: 198px;	
	min-height: 100px;
	border:1px solid #bbb;
	margin: 0px 0px 10px 0px;
	text-align: center;
	font-size: 0.75em;
}
/* --- Ende Seitenstruktur --- */

h2 {
	padding-bottom: 20px;
	font-size: 15pt;
	color: #808080;
}
h2.spec {
	padding-bottom: 20px;
	font-size: 15pt;
	color: #0080c0;
}
h3 {
	color: #0080c0;
    font-size: 9pt;
    font-weight: bold;	
}
h3.spec {
	color: #808080;
    font-size: 9pt;
    font-weight: bold;
    padding-bottom: 20px	
}
h4 {
	font-size: 9pt;
	font-weight: bold; 
}
span.milestone {
	color: #0080c0;
    font-size: 9pt;
    font-weight: bold;
}

.text_blue {
	color: #0080c0; 
}
td.event_property {
	width: 80px;
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 15px;
	font-size: 0.85em;
}
td.event_text {
	padding-top: 15px;
	padding-bottom: 4px;
	font-size: 0.85em;
}
td.event_break {
	height: 1px;
	background-color: #ddd;
}
div.event_address {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}
div.event_map {
	clear: left;
	width: 100%;
}
#event_info {
	float: right;
	padding-right: 70px;
	text-align: center;
	width: 130px;
	font-size: 0.85em;
}
#event_day {
	background: url('images/box_datum.png') no-repeat;
	height: 99px;
	width: 124px;	
	padding-top: 10px;
	padding-bottom: 5px;
	margin-left: 6px;
	margin-top: 20px;
	font-size: 1.15em;
}
#event_sign {
	margin-left: 2px;
}
#event_advise {
	margin-left: 3px;
}
#vmap {
	clear: left;
	height: 300px
}
#vmap_text {
	font-size: 0.9em;
	color: #888;
}

p {
	font-size: 9pt;
	padding-bottom: 10px;
}
p.small {
	padding-bottom: 15px;
}
p.right {
	padding: 50px 0px 0px 0px;
	float: right;
	text-align: right;
}

ul.std {
	font-size: 9pt;
    color: #ff9933;
    list-style-type: square;
    padding-left: 20px;
}
#news_content ul {
	font-size: 9pt;
    color: #404040;;
    list-style-image: url(images/bullet.gif);
    padding-left: 20px;
}
ul ul {
	padding-left: 20px;	
}
li span {
	color: #404040;	
}

#item_list {
	float: left;
	width: 650px;
	font-size: 0.85em;
}
#item_date {
	font-size: 0.8em;
}
#item_footer {
	font-size: 0.8em;
	padding-top: 20px;
	margin-top: 20px;
	border-top: solid 1px; 
}
.list_row {
	padding-bottom: 7px;
	vertical-align:top;
}
.list_icon {
	width: 40px;
	text-align: center;
	vertical-align: top;
	padding-top: 2px;	
}
.list_star {
	width: 20px;
	vertical-align: top;
}
#archive {
	float: right;
	font-size: 0.85em;
	min-width: 75px;
}
#archive_indented {
	float: right;
	font-size: 0.85em;
	width: 275px;
}
#archive_indented_inner {
	float: right;
	font-size: 0.85em;
	width: 250px;
}
#error {
	color: red;
	font-size: 0.85em;
}
#gallery_head {
	float: right;
	width: 250px;
	font-size: 0.85em;
}
#gallery_head #description {
	padding-top: 10px;
	color: #808080;
}
#gallery {
	padding-top: 50px;
}
#gallery .thumb {
	padding: 1px 1px 1px 1px;
}
#news_content {
	float: left;
	width: 462px;
}

.rmrinfo {
	float: left;
	width: 250px;
	height: 300px;
	vertical-align: middle;
}

#disclaimer {
	width: 125px;
	padding-top: 50px;
	color: red;	
}

/* Alter Stylesheets aus Kompatibilitätsgründen */
UL.numeration
{
	PADDING-LEFT: 20px;
}
UL.numeration LI
{
    FONT-SIZE: 12px;
    COLOR: #FF9933;
    LIST-STYLE-TYPE: square;
}
SPAN.TEXT {
	FONT-FAMILY: arial;
    FONT-SIZE: 9pt;
    COLOR: #000000;
}




