@CHARSET "ISO-8859-1";
html
{
	width:100%;
	height:100%;
	background-color:#FFFFFF;
	color:#000000;
	font-family:Verdana,arial;
	font-size:11px;
		
}

body
{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-color:#FFFFFF;
	color:#000000;
	font-family:Verdana,arial;
	font-size:11px;
}

input, textarea, select
{
    font-family:Verdana,arial;
    font-size:11px;
    border: 1px solid #8f8f8f;
    background: #ffffff;
    padding:5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #1f1d1a;
    -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
    -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
    box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
    margin-bottom:5px;
}
select:focus,textarea:focus, input:focus {
    background: #f4f4f4;
    color: #000;
}
input.text-small
{
    font-size:9px;
    padding:3px;
    background: #EEEEEE;
}


input.button
{
	background-color:#FFFFFF;
	color:#000;
	border-style:solid;
	border-width:1px;
    border-color:#999999;
    font-family:Verdana,arial;
    font-size:11px;
    padding: 5px;
    background-color:#FFFFFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #cfcfcf;
    -webkit-box-shadow: inset 0 0 4px 2px rgba(0,0,0, 0.1);
    -moz-box-shadow: inset 0 0 4px 2px rgba(0,0,0, 0.1);
    box-shadow: inset 0 0 4px 2px rgba(0,0,0, 0.1);
}

table
{
	font-family:Verdana,arial;
	font-size:11px;
}
img
{
	border-width:0px;
	border-style:solid;
}

h3
{
	color:#999999;
	font-size:16px;
	font-weight:800;
	text-transform:uppercase;	
}

ul
{
	border-color:#333333;
}

a:link, a:visited, a:focus, a:active
{
	color:#000000;
	font-family:Verdana,arial;
	font-size:11px;
	text-decoration:underline;	
}
a:hover
{
	color:#f5c60c;
	font-family:Verdana,arial;
	font-size:11px;
	text-decoration:underline;	
}
a.article_link:link, a.article_link:visited, a.article_link:focus, a.article_link:active
{
	color:#FFFFFF;
	font-family:Verdana,arial;
	font-size:11px;
	text-decoration:none;	
}
a.article_link:hover
{
	color:#EEEEFF;
	font-family:Verdana,arial;
	font-size:11px;
	text-decoration:none;	
}
a.toplink:link, a.toplink:visited, a.toplink:focus, a.toplink:active
{
	color:#FFFFFF;
	font-family:Verdana,arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform: uppercase;	
}
a.toplink:hover
{
	color:#ED1F23;
	font-family:Verdana,arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform: uppercase;
}
a.bottomlink:link, a.bottomlink:visited, a.bottomlink:focus, a.bottomlink:active
{
	color:#FFFFFF;
	font-family:Verdana,arial;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
a.bottomlink:hover
{
	color:#ED1F23;
	font-family:Verdana,arial;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
#header
{
	width:1005px;
	height:120px;
    margin-top: 5px;
    margin-left: 5px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#topmenu
{
	width:820px;
	height:17px;
	background-color:#999999;
	background-image:url(images/bg_topmenu.gif);
	background-repeat:repeat-x;	
	color:#000000;
	border-bottom-color:#333333;
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding-left:185px;
	padding-top:3px;	
}
.bottommenu
{	
	/*width:838px;*/
	width:100%;
	height:17px;
	background-color:#FFFFFF;
	color:#FFFFFF;
	position:relative;
	margin-left:-10px;
	margin-top:0px;
	text-align:center;
	display:block;
	background-image:url(images/bg_bottom.gif);
	background-repeat:repeat-x;
	position: absolute;
	bottom: 0;	
}

#main
{
	/*width:1005px;*/
	background-color:FFFFFF;
	display:block;
	z-index:1;
}

#navi
{
	position:relative;
	width:200px;
	float:left;
	min-height:620px;
	z-index:100;
	color:#000000;
}

#content
{
	/*position:relative;*/
	position:absolute;
	left:200px;
	min-width:700px;
	/*width:818px;*/
	min-height:580px;
	/*background-color:#FFFFFF;
	background-image:url(images/bg_content.png);
	background-repeat:repeat-x;	
	background-position:bottom;*/
        background: rgb(255,255,255);
        background: -moz-linear-gradient(top,  rgb(255,255,255) 20%, rgb(206,206,206) 100%);
        background: -webkit-linear-gradient(top,  rgb(255,255,255) 20%,rgb(206,206,206) 100%);
        background: linear-gradient(to bottom,  rgb(255,255,255) 20%,rgb(206,206,206) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cecece',GradientType=0 );

	float:right;	
	padding:10px;
	padding-bottom:20px;
	border-right-color:#666666;
	border-right-width:1px;
	border-right-style:solid;
	border-left-color:#666666;
	border-left-width:1px;
	border-left-style:solid;
	border-bottom-color:#666666;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-top-color:#666666;
	border-top-width:1px;
	border-top-style:solid;				
}
#right
{
	position:relative;
	width:153px;
	min-height:600px;
	float:right;	
	padding:0px;
	margin:0px;
	border-width:0px;
	border-style:solid;
}

#div_dialog
{
	width:280px;
	height:140px;
	background-color:#FFFFFF;
	background-image:url(images/bg_content.png);
	background-repeat:repeat-x;
	background-position:bottom;
	border-color:#666666;
	border-width:1px;
	border-style:solid;
	padding:10px;
	margin:auto;
}

.article_headline
{
	background-color:#666666;
	color:#FFFFFF;
}
.article_headline_ref
{
	background-color:#FF5C17;
	color:#FFFFFF;
}
.article_line
{
	background-color:#DDDDDD;
}
.article_line_ref
{
	background-color:#DDDDDD;
}
.article_line2
{
	background-color:#DDDDDD;
	color:#222222;
}
.article_line3
{
	background-color:#CCCCCC;
	color:#222222;
	font-size:10px;
}

.history_table
{
	width:100%;
	border-width:1px;
	border-style:solid;
	border-color:#333333;
}

.headline
{
	width:100%;
	height:20px;
	padding-left:3px;
	padding-top:3px;
	background-color:#999999;
	color:#231FED;
	font-size:14px;
	margin:0px;	
}

.konf_box
{
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	background-color:#FFFFFF;
	font-size:10px;
	background-image:url(images/bg_box.png);
	background-repeat:no-repeat;
	background-position:bottom right;	
}

.tab
{
	border-width:1px;
	border-right-width:0px;
	border-style:solid;
	border-top-color:#333333;
	border-left-color:#333333;
	border-bottom-color:#333333;
	border-right-color:#333333;
	background-color:#FFFFFF;
	color:#000000;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:2px;
	font-weight:bold;
	cursor:pointer;
	margin:0px;
	line-height:19px;
}
.tab:hover
{
	background-color:#999999;
	color:#FFFFFF;	
}
.tab_active
{
	border-width:1px;
	border-right-width:0px;
	border-style:solid;
	border-top-color:#333333;
	border-left-color:#333333;
	border-bottom-color:#999999;
	border-right-color:#333333;
	background-color:#000;
	color:#FFFFFF;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:2px;
	font-weight:bold;
	margin:0px;
	line-height:19px;
}
.tab_active:hover
{
	background-color:#999999;
	color:#FFFFFF;
}
/* -------------------------------------------------------------------------------------------------- */
/* NAVIGATION */
ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
/* 1. Nav-Ebene Ausgew�hlt */
ul li.nava
{
	display:block;
	background-color:#999999;
	cursor:pointer;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#333333;
/*	height:18px;*/
	min-height:18px;
	vertical-align:center;
	padding-left:3px;
	padding-top:3px;
}
/* 1. Nav-Ebene Nicht Ausgew�hlt */
ul li.navi
{
	display:block;
	background-color:#666666;
	cursor:pointer;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#333333;
/*	height:18px;*/
	min-height:18px;
	vertical-align:center;
	padding-left:3px;
	padding-top:3px;
}
/* Maus �ber Nav-Element (Ebene 1) */
ul li:hover
{
	background-color:#999999;
}
/* 2. Nav-Ebene Ausgew�hlt */
ul ul li.nava
{
	display:block;
	background-color:#3C3C3B;
	cursor:pointer;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#333333;
	padding-left:13px;
}
/* 2. Nav-Ebene Nicht Ausgew�hlt */
ul ul li.navi
{
	display:block;
	background-color:#888888;
	cursor:pointer;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#333333;
	padding-left:13px;
}
/* Maus �ber Nav-Element (Ebene 2) */
ul ul li:hover
{
	background-color:#999999;
}
ul li.navi a
{
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}
ul li.nava a
{
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}
/* -------------------------------------------------------------------------------------------------- */

#msg_box
{
	width:300px;
	height:200px;
	position:fixed;
	top:200px;
	left:200px;
	background-color:#DFDFDF;	
}

.page_nav
{
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
	color:#000000;
	margin-right:5px;
}
.page_nav_akt
{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#660000;
	margin-right:5px;
}

#tt {position:absolute; display:block;}
#tttop {display:block; height:2px; margin-left:2px; overflow:hidden;}
#ttcont {display:block; padding:2px 2px 2px 2px; margin-left:2px; background:#666; color:#FFF;}
#ttbot {display:block; height:2px; margin-left:2px; overflow:hidden;}

/* -------------------------------------------------------------------------------- */

.topmenu
{
	font-size:12px;
	font-weight:normal;
	color:#CCCCCC;
	margin:0px;
	padding:0px;
	text-align:right;	

}

.partner_table
{
	width:100%;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
}

.header-inline {
    position: relative;
    font-size:16px;
    text-transform: uppercase;
    margin-left: 260px;
    padding-top:15px;
}

.header-second {
    position: absolute;
    left: 200px;
    top:0px;
    padding-top:15px;
}

.header-three {
    position: absolute;
    left: 450px;
    top:0px;
    padding-top:15px;
}

.header-row {
    padding: 2px;
}

#cookies-eu-banner {
    padding: 6px;
    font-size: 13px;
    position: fixed;
    bottom: 60px;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    border-radius: 0;
    transform: translateY(100%);
    color: #000;
    background: #fff3cd;
    border-color: #ffeeba;
}

#cookies-info {
    background: #fff3cd;
}

#cookies-content {
    height: 100%;
    order: 2;
    width: 100%;
    text-align: center;
    overflow-y: scroll;
}

#cookies-content-left {
    float: left;
    text-align: left;
    width: 65%;
    margin: auto;
    order: 1;
}

#cookies-content-right {
    position: relative;
    float: right;
    width: 35%;
    margin: auto;
    order: 2;
}

#cookies-eu-more,
#cookies-eu-accept,
#cookies-eu-reject {
    text-decoration: none;
    background: #e61e25;
    color: #fff;
    border: 1px solid #802021;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    font-size: 13px;
    font-weight: bold;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
}
#cookies-eu-more:hover,
#cookies-eu-more:focus,
#cookies-eu-accept:hover,
#cookies-eu-accept:focus {
    background: #fff;
    color: #000;
}

#cookies-eu-more {
    margin-left: 7px;
    background: none;
    font-weight: normal;
    color: #000;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    border: 1px solid #666;
}

@media (max-width: 1600px) {
    #cookies-eu-banner {
        position: fixed;
        font-size: 12px;
        bottom: 80px;
        left: 0;
        width: 100%;
        margin: 0 !important;
        z-index: 999;
        border-radius: 0;
        transform: translateY(100%);
        color: #000;
        background: #fff3cd;
        text-align: center;
        height: 160px;
    }
}
@media (max-width: 1024px) {
    #cookies-eu-banner {
        position: fixed;
        font-size: 12px;
        bottom: 110px;
        left: 0;
        width: 100%;
        margin: 0 !important;
        z-index: 999;
        border-radius: 0;
        transform: translateY(100%);
        color: #000;
        background: #fff3cd;
        text-align: center;
        height: 120px;
        overflow-y: scroll;
    }

    #cookies-content-left {
        float: left;
        text-align: left;
        width: 100%;
        margin: auto;
        order: 1;
    }
    #cookies-content-right {
        text-align: left;
        float: left;
        width: 100%;
        order: 2;
    }
}
@media (max-width: 400px) {
    #cookies-eu-banner {
        font-size: 13px;
        position: fixed;
        bottom: 200px;
        left: 0;
        width: 100%;
        margin: 0 !important;
        z-index: 999;
        border-radius: 0;
        transform: translateY(100%);
        color: #000;
        background: #fff3cd;
        text-align: center;
        height: 220px;
        overflow-y: scroll;
    }

    #cookies-content-left {
        float: left;
        text-align: left;
        width: 100%;
        margin: auto;
        order: 1;
    }
    #cookies-content-right {
        text-align: left;
        float: left;
        width: 100%;
        order: 2;
        white-space: pre-line;
    }
    #cookies-eu-more {
        margin-top: 10px;
    }
}