@import url("layout.css");
@import url("menu.css");

#debug {
	left: 0;
	right: auto;
	display: none;
}

* {
	font-family: Tahoma;
	color: #505963;
}

/*
 * Links
 */
a:link, a:visited {
	color: #CC6600;
}

a:hover {
	color: #1F3042;
}

a.print:link, a.print:visited {
	background: url(gfx/button.print.png) no-repeat right 50%;
	padding: 4px 35px 0 4px;
}

/*
 * Überschriften
 */
h1 {
	background: url(gfx/h1.bg.png) repeat-x left top;
	height: 32px;
	line-height: 32px;
	color: #1F3042;
	padding-left: 6px;
	font-size: 1.46em;
	font-family: Arial;
	font-weight: normal;
	margin-bottom: 20px;
}

h2 {
	background-color: #EBF0F1;
	color: #505963;
	font-size: 1.0em;
	padding: 7px 6px 7px 6px;
}

/*
 * Boxen
 */
div.box {
	background-color: #FDFDFD;
	border: 1px solid #F0F0F0;
	text-align: justify;
	margin: 20px 0 20px 0;
	padding: 8px;
	position: relative;
	line-height: 1.5em;
}

div.box div.title {
	background-color: #F1F5F6;
	padding: 8px;
	margin: -8px -8px 8px -8px;
	font-weight: bold;
}

div.box div.footer {
	background-color: #F1F5F6;
	padding: 8px;
	margin: 8px -8px -8px -8px;
}

div.box p {
	margin: 10px 0 0 0;
	line-height: 1.5em;
}

div.box p:first-child {
	margin: 0;
}

div.box ul:first-child {
	margin: 0;
}

div.box ul {
	margin: 10px 0 0 0;
	padding: 0;
}

div.box li {
	margin-left: 15px;
}

div.box2 {
	background-color: #F1F5F6;
	padding: 4px;
}

div.gesperrt {
	background: url(gfx/gesperrt.jpg) no-repeat 10px 50%;
	padding: 10px 10px 10px 50px;
}

/*
 * Formulare
 */
table.form {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

table.form td {
	border: 1px solid #FFFFFF;
	background-color: #F1F5F6;
	padding: 2px 10px 2px 10px;
	text-align: left;
	vertical-align: middle;
}

table.form td.dark {
	background-color: #EBF0F1;
}

table.form td.big {
	padding: 6px 10px 6px 10px;
}

table.form td.checkbox {
	width: 8px;
}

input.image {
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
}

/*
 * Trennlinie
 */
div.hr {
	border-bottom: 1px dashed #9BADB1;
	margin: 7px 0 7px 0;
}

/*
 * Bilder
 */
img.frame {
	border: 1px solid #DDE3E3;
	padding: 6px;
}

/*
 * Tabellen
 */
table.legend {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

table.legend td {
	border: 1px solid #FFFFFF;
	background-color: #F1F5F6;
	padding: 6px 6px 6px 6px;
	text-align: left;
	vertical-align: middle;
}

table.legend img {
	vertical-align: bottom;
}

table.entries {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

table.entries th {
	border: 1px solid #FFFFFF;
	background-color: #EBF0F1;
	padding: 6px 6px 6px 6px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}

table.entries td {
	border: 1px solid #FFFFFF;
	background-color: #F1F5F6;
	padding: 6px 6px 6px 6px;
	text-align: left;
	vertical-align: top;
}

table.entries td.nocolor {
	background-color: #FFFFFF;
	padding: 0;
}

table.entries img {
	vertical-align: bottom;
}

table.entries a:link, table.entries a:visited {
	color: #505963;
}

/*
 * Statusmeldungen
 */
div.message {
	color: #505963;
	font-size: 1.0em;
	padding: 6px;
	text-align: left;
	margin: 0 0 20px 0;
}

div.message_error {
	background-color: #EDE4E2;
}

div.message_info {
	border: 1px solid #FF6600;
}

/*
 * Sprachauswahl oben
 */
#lang {
	float: right;
	background: url(gfx/menu.top.lang.bg.png) repeat-x top left;
	height: 31px;
	line-height: 31px;
	vertical-align: middle;
	color: #4F5D6B;
	text-align: right;
	font-size: 1.0em;
	padding: 0 10px 0 0;
	margin: -1px 0 0 0;
}

#lang a:link, #lang a:visited {
	color: #4F5D6B;
}

#lang div {
	background: url(gfx/menu.top.lang.spacer.png) no-repeat top left;
	padding-left: 30px;
}

#lang img {
	margin-left: 5px;
}

/*
 * Datum oben rechts
 */
#date {
	float: right;
	color: #E3F0FF;
	font-size: 1.2em;
}

/*
 * Boxen in den Spalten links und rechts
 */
div.menubox {
	background-color: #F7F9FB;
	margin: 0 0 20px 0;
	padding: 1px;
	border: 1px solid #E9ECEF;
}

div.menubox h2 {
	background: url(gfx/menu.box.headline.bg.png) repeat-x top left #FFFFFF;
	border-bottom: 1px solid #D5DDDE;
	padding: 1px 1px 1px 17px;
	margin: 0;
	height: 29px;
	line-height: 29px;
	vertical-align: middle;
	color: #445463;
	text-align: left;
	font-weight: normal;
	font-size: 1.35em;
}

div.menubox h2.link {
	border: 0;
	padding-bottom: 0;
}

div.menubox h2 a:link, div.menubox h2 a:visited {
	color: #445463;
}

div.menubox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.menubox li {
	margin: 0;
	padding: 0 0 0 17px;
	border-top: 1px dotted #999999;
	height: 23px;
	line-height: 23px;
	vertical-align: middle;
	background: url(gfx/menu.box.bg.png) repeat-x top left;
}

div.menubox li:first-child {
	border: 0;
}

div.menubox li a:link, div.menubox li a:visited {
	color: #5A5A5A;
	font-size: 1.15em;
	background: url(gfx/menu.box.item.bg.png) no-repeat left 50%;
	padding-left: 12px;
}

div.menubox li a:hover {
	color: #242B2D;
}

div.menubox_content {
	padding: 15px 10px 15px 10px;
}

/*
 * Suchbox
 */
#suche_box {
	background: url(gfx/suche.box.bg.png) repeat-x top left;
}

#suche {
	background: url(gfx/suche.input.bg.png) repeat-x left top;
	height: 22px;
	line-height: 22px;
	width: 134px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 0 5px 0 5px;
	float: left;
}

#suche_button {
	color: #203043;
	background-color: #CAD3D4;
	border: 0;
	height: 24px;
	line-height: 24px;
	width: 22px;
	margin-left: 5px;
	overflow: hidden;
	float: left;
}

/*
 * International Box
 */
#international_box {
	background: url(gfx/international.box.bg.png) repeat-x left top;
	padding: 12px 0 12px 0;
	text-align: center;
}

#international_box img {
	vertical-align: bottom;
	margin-left: 5px;
}

#international_box a:first-child img{
	margin: 0;
}

/*
 * RSS Box
 */
a.rss:link, a.rss:visited {
	background: url(gfx/a.rss.bg.png) no-repeat left 50% !important;
	padding-left: 20px !important;
}

/*
 * Korrespondenten Box
 */
#korrespondenten_box {
	background: url(gfx/korrespondenten.box.bg.png) repeat-x left top #E7EDEF;
	padding: 0;
}

#korrespondenten_box li {
	border-top: 1px dotted #999999;
	padding: 15px;
	height: 50px;
	background: none;
}

#korrespondenten_box li:first-child {
	border: 0;
}

div.topuser {
	border: 1px solid #FFFFFF;
	background: #F0F5F5;
}

div.topuser img {
	display: block;
	border-right: 1px solid #ECF0F2;
	height: 48px;
	float: left;
}

div.topuser h2 {
	background: #94A6A9;
	color: #FFFFFF;
	margin: 0;
	padding: 0 5px 0 5px;
	width: 168px;
	height: 18px;
	line-height: 18px;
	vertical-align: middle;
	float: left;
}

div.topuser h2 a:link, div.topuser h2 a:visited {
	color: #FFFFFF;
	font-size: 0.8em;
}

div.topuser div.subdomain {
	padding-left: 5px;
	width: 168px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	background: url(gfx/korrespondenten.arrow.png) no-repeat right 50%;
	float: left;
}

div.topuser div.subdomain a:link, div.topuser div.subdomain a:visited {
	color: #5A5A5A;
	font-size: 1.1em;
}

div.topuser a:link, div.topuser a:visited {
	background: none !important;
	padding: 0 !important;
}

#topuser_more:link, #topuser_more:visited {
	background: url(gfx/korrespondenten.more.png) no-repeat left 50%;
	padding-left: 15px;
}

/*
 * Boxen in der Sidebar
 */
div.box_sidebar {
	text-align: center;
	margin: 0 0 20px 0;
	padding: 1px;
	border: 1px solid #E9ECEF;
	background-color: #F7F9FB;
}

div.box_sidebar div.content {
	background: url(gfx/korrespondenten.box.bg.png) repeat-x left top #E7EDEF;
	padding: 15px 0 15px 0;
}

div.box_sidebar img {
	vertical-align: bottom;
}

/*
 * Banner rechts
 */
#banner_rechts img {
	margin-top: 8px;
}

#banner_rechts a:first-child img {
	margin-top: 0;
}

/*
 * Auflistung
 */
ul.list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.list li {
	margin: 0;
	padding: 0;
	background: url(gfx/li.bg.gif) no-repeat left 50%;
	padding-left: 20px;
}

/*
 * Pager
 */
div.pager_ena {
	text-align: center;
	border-bottom: 1px solid #D8DEDF;
	padding-bottom: 4px;
	font-size: 0.85em;
}

div.pager_ena span {
	padding: 0 10px 0 2px;
}

div.pager_ena img {
	margin-right: 8px;
}

ul.pager_ena2 {
	margin: 0 auto 0 auto;
	padding: 0;
	list-style: none;
}

ul.pager_ena2 li {
	margin: 0 5px 0 0;
	padding: 0;
	display: inline;
	font-family: Arial;
	font-size: 0.85em;
}

ul.pager_ena2 a:link, ul.pager_ena2 a:visited {
	color: #505963;
	font-family: Arial;
}

/*
 * Galerie Banner
 */
#galerie_banner {
	width: 201px;
	height: 141px;
}

/*
 * VIP Dates
 */
#vipdates {
	width: 229px;
	height: 63px;
	margin-left: 10px;
}

/*
 * Tagcloud
 */
#tagcloud {
	margin: 0 auto 0 auto;
	width: 220px;
	height: 220px;
	background: #F6F7F9;
}




/* cookie-bar
-------------------------------------------------- */

#cookie-bar {
    line-height: 15px;
    color: #fff !important;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999999999999;
	margin-left: -55px;
    font-family: Tahoma,Arial,Helvetica;
    
	background: rgba(26,74,140,0.8);
	-webkit-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.75);

}

#cookie-bar > p,
#cookie-bar > p > b,
#cookie-bar  p{
    font-size: 14px !important;
    color: #ffffff !important;
}

#cookie-bar a {
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    text-decoration: underline;
    padding: 0 6px;
    margin-left: 8px;
}

#cookie-bar a:hover{
    text-decoration: underline;
    color: #fff;
}

#cookie-bar .cb-enable{
    text-decoration: none;
}

#cookie-bar .cb-enable,
#cookie-bar .cb-enable:hover{
    background: #98524a;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 5px;
} 
