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

body {
	font-family: Verdana, sans-serif;
}

/* Links */
a {
	color: #990000;
}

a.red {
	color: #990000 !important;
}

a.link {
	background: url(gfx/icon.link.png) no-repeat left 50% !important;
	padding-left: 20px !important;
}

a.email {
	background: url(gfx/icon.link.email.png) no-repeat left 3px;
	padding-left: 20px;
}

a.articles {
	background: url(gfx/icon.link.articles.png) no-repeat left 3px;
	padding-left: 20px;
}

a.profile {
	background: url(gfx/icon.link.profile.png) no-repeat left 3px;
	padding-left: 20px;
}

a.arrow {
	padding-left: 15px;
	background: url(gfx/icon.arrow.png) no-repeat left 50%;
}

a.arrow_right {
	background: url(gfx/icon.arrow.png) no-repeat right 50%;
	padding-right: 15px;
}

/* Überschriften */
.pagehead h1 {
	font-size: 20px;
	color: #333;
	border-bottom: 1px dashed #2A2A2A;
	line-height: 1;
	margin: 0 0 20px 0;
	padding-bottom: 5px;
	font-weight: normal;
}

h2 {
	font-size: 15px;
	border-bottom: 1px dashed #2A2A2A;
	padding-bottom: 5px;
	font-weight: normal;
	margin-top: 30px;
}

h2.grey {
	height: 28px;
	line-height: 28px;
	background: #EEE;
	color: #333;
	font-size: 15px;
	font-weight: normal;
	padding: 0 5px;
	margin: 0 0 20px 0;
}

h2.dash {
	background: #EEEEEE url(gfx/dash.png) repeat-x left bottom;
	height: 28px;
	line-height: 28px;
	color: #333;
	font-size: 15px;
	font-weight: normal;
	padding: 0 5px 8px 5px;
	margin: 0 0 10px 0;
	border: 0;
}

h2.rss img {
	float: right;
	margin-top: 4px;
}

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

/* Boxen */
div.box {
	background: #f6f6f6;
	border: 0;
	padding: 8px;
	font-size: 13px;
}

div.box_dark {
	background: #f1f1f1;
	border: 0;
	padding: 8px;
	font-size: 13px;
}

div.box2 {
	background: #f9f9f9;
	border: 1px solid #bfbfbe;
	padding: 8px;
	font-size: 13px;
	margin: 15px 0;
}

div.border_box {
	border: 1px solid #bfbfbf;
	padding: 5px;
}

div.border_box > div {
	background: #f6f6f6;
	padding: 5px;
}

/* Listen */
ul.noident {
	padding-left: 15px;
	margin: 0;
}

ul.noident + p {
	margin-top: 10px;
}

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

ul.arrow li {
	margin: 0;
	padding: 0 0 0 20px;
	background: url(gfx/icon.arrow.png) no-repeat 5px 50%;
	height: 15px;
	line-height: 15px;
}

ul.arrow a {
	color: #333;
}

/* Tabellen */
table.tabelle {
	width: 100%;
}

table.tabelle td {
	border: 1px solid #dedede;
	padding: 3px 5px;
}

/* Statusmeldungen */
div.message {
	color: #333;
	font-size: 13px;
	padding: 10px;
	text-align: left;
	margin: 0 0 20px 0;
	background: none;
}

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

div.message_info {
	border: 1px solid #adadad;
	background: #F0F5FF;
}

div.message_important_info {
	border: 1px solid #990000;
}

/* Fehlermeldungen */
div.custom_error_box {
	padding: 10px;
	margin-bottom: 5px;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
	color: #B94A48;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	display: none;
}

.custom_form_error {
	display: block !important;
}

/* Pager */
ul.pager .active {
	background: #C0C0C0;
}

ul.pager a {
	color: #333;
	border: 1px solid #C0C0C0;
}

ul.pager a:hover {
	border: 1px solid #333;
}

/* Banner */
#banner_fotostrecken {
	display: block;
	margin-top: -16px;
}

#banner_topuser {
	margin-bottom: 20px;
}

/* Sponsoren */
#sponsoren img {
	display: block;
	margin-top: 10px;
}

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

/* Icons */
.locked {
	background-image: url(gfx/icon.locked.png) !important;
	background-repeat: no-repeat !important;
	background-position: right 50% !important;
	padding-right: 60px;
}

.check {
	background-image: url(gfx/icon.check.png) !important;
	background-repeat: no-repeat !important;
	background-position: right 50% !important;
	padding-right: 60px;
}

/* Top Subdomains */
#top_subdomains {
	background: #f7f7f7;
	border: 1px solid #bdbdbd;
	padding: 10px;
	margin: 10px 0 25px 0;
}

#top_subdomains h2 {
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

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

#top_subdomains li {
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px dashed #2a2a2a;
}

#top_subdomains li div {
	float: left;
}

#top_subdomains h3 {
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, sans-serif;
	margin: 0;
	width: 165px;
}

#top_subdomains img {
	float: right;
}

/* Suchbox */
#search_box {
	position: absolute;
	right: 45px;
	top: 30px;
}

#search_string {
	border: 1px solid #cccccc;
	width: 179px;
	background: url(gfx/search.magnifier.png) no-repeat 4px 50%;
	padding-left: 25px;
	height: 18px;
}

#search_box_button {
	vertical-align: top;
	border: 0;
	padding: 0;
}

/* Rubriken auf der Startseite */
#cats_home {
	clear: both;
	margin-top: 30px;
}

#cats_home div.cats {
	width: 300px;
}

/* Flaggen */
#langs {
	position: absolute;
	right: 325px;
	bottom: 0;
	z-index: 10;
}

#langs img {
	margin-left: 4px;
}

/* Social-Button-Info */
#social_info_button {
	display: inline-block;
	background: url(gfx/social.info.png) no-repeat left top;
	width: 21px;
	height: 21px;
	float: right;
	color: #333;
	text-decoration: none;
}

#social_info_button:hover {
	background-position: left -21px;
}

#social_info_button:hover div {
	display: block;
}

#social_info_button div {
	position: relative;
	display: none;
	left: -421px;
	top: -140px;
	background: #fff;
	width: 400px;
	border: 1px solid silver;
	padding: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.25);
	font-size: 11px;
}

/* TagCloud */
#tagcloud .tags {
	width: 212px;
}

#tagcloud a {
	padding-right: 5px !important;
	line-height: 1;
	color: #333;
}

/* Interne Status-Box */
#intern_status_box {
	border: 1px solid #C0C0C0;
	padding: 3px 6px;
	margin-bottom: 10px;
	line-height: 1.5;
}


/* Cookie-bar */

#cookie-bar {
    line-height: 15px;
    color: #fff !important;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999999999999;
    font-family: Tahoma,Arial,Helvetica;

	background: rgba(0,0,0,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;
}
