﻿@CHARSET "ISO-8859-1";

a.menu_sub_active {

}

/* Content & Wrapper */
@media only screen 
and (min-width : 110px) 
and (max-width : 780px) {
	.content_wrapper {
		margin: auto;
		width:620px;
	}
	
	#slider_content_left {
		width: 120px;
		height: 150px;
		margin: 30px 40px 0 0;
	}
	
	#slider_content {
		height: 200px;
		padding: 20px 0 20px 0;
	}
	
	#wowslider-container1 .ws-title{
		margin-left: -310px;
	}
	
	#wowslider-container1 .ws-title{
		bottom: 50px;
	}
	
	#slider_content_right {
		width: 430px;
	}
	
	#slider_content_right h1 {
		font-size: 2em; 
		padding-top: 1em;
	}
}

@media only screen 
and (min-width : 781px) 
and (max-width : 1000px) {
	.content_wrapper {
		margin: auto;
		width:720px;
	}
	
	#slider_content_left {
		width: 170px;
		height: 200px;
		margin: 30px 40px 0 0;
	}
	
	#slider_content {
		height: 250px;
		padding: 20px 0 20px 0;
	}
	
	#wowslider-container1 .ws-title{
		margin-left: -360px;
	}
	
	#wowslider-container1 .ws-title{
		bottom: 100px;
	}
	
	#slider_content_right {
		width: 480px;
	}
	
	#slider_content_right h1 {
		font-size: 2.2em; 
		padding-top: 0.7em;
	}
}

@media only screen 
and (min-width : 1001px) 
and (max-width : 1600px) {
	.content_wrapper {
		margin: auto;
		width:920px;
	}
	
	#slider_content_left {
		width: 200px;
		height: 250px;
		margin: 30px 40px 0 0;
	}
	
	#slider_content {
		height: 300px;
		padding: 20px 0 20px 0;
	}

	#wowslider-container1 .ws-title{
		margin-left: -460px;
	}
	
	#wowslider-container1 .ws-title{
		bottom: 180px;
	}
	
	#slider_content_right {
		width: 650px;
	}
	
	#slider_content_right h1 {
		font-size: 3em; 
		padding-top: 0.2em;
	}
}

@media only screen 
and (min-width : 1601px) 
and (max-width : 3000px) {
	
	.content_wrapper {
		margin: auto;
		width:1100px;
	}
	
	#slider_content_left {
		width: 250px;
		height: 300px;
		margin: 30px 40px 0 0;
	}
	
	#slider_content {
		height: 350px;
		padding: 20px 0 20px 0;
	}

	#wowslider-container1 .ws-title{
		margin-left: -550px;
	}
	
	#wowslider-container1 .ws-title{
		bottom: 180px;
	}
	
	#slider_content_right {
		width: 800px;
	}
	
	#slider_content_right h1 {
		font-size: 3.5em; 
		display: block;
		padding-top: 0.2em;
	}
}

* html #page_wrapper {
	height: 100%;
} 

#page_wrapper {
	position: relative;
	min-height: 100%;
}

#header {
	height: 80px;
}

#logo {
	float: left;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 222px;
	margin-top: 15px;
}

/* Login */ 
#login {
	float: right;
	text-align: right;
	/*width: 350px;*/
	margin-top: 10px;
}

#login a {
	text-decoration: none; 
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 27px;
	margin-left: 20px;
}

#login_link_user {
	color: #ababab;
	background-image: url(../images/login-lock-icon.user.png);
}

#login_link_sponsor {
	color: #ababab;
	background-image: url(../images/login-lock-icon.sponsor.png);
}
/* END: Login */ 

td.menu_sub_content_active {
	/*height: 23px;*/
	background-repeat: no-repeat;
	background-position: center bottom;
	/*padding-bottom: 11px;*/
}

/* Slider */

#slider {
	margin-bottom: 20px;
}

#slider_content {
	
}

/* Slider */
#slider_content_left {
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
}

#slider_content_right {
	float: left; 
}

#slider_content_right h1 {
	color: #fff;
}

#slider_content_right p {
	color: #FFF;
}

#content {
	padding-bottom: 450px; /* Damit der Inhalt nicht unter die Fu&szlig;leiste rutscht */
}

/* Footer */
#footer {
	background-color: #eee;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: left;
}

/* 
 * IE Hack see 100%, others see 100%. 
 */
#footer {
    \width: 100%;
    w\idth: 100%;
}

#footer_middle {
	padding-top: 20px;
	background-color: #595858; 
}

#footer_sub {
	background-color: #3a3b3c; 
}

#footer_middle a,
#footer_middle p, 
#footer_sub a, 
#footer_sub span {
	font-weight: 500;
	font-family: "Segoe UI", "SegoeUI_Local", "Tahoma", "Verdana", "Arial", "sans-serif";
	font-size: 13px !important;
	color: #bbb;
}

#footer_conten_about {
	margin-top: 20px;
}

#footer_conten_about h4 {
	margin-bottom: 14px;
}

#footer_middle a:hover, 
#footer_sub a:hover {
	text-decoration: none;
	color: #fff;
}

#footer_middle h4 {
	font-size: 24px;
	color: #fff;
}

#footer_sub a[target=_blank] {
	background-image: url(../images/link-external-grey.png) !important; 
}

#footer_sub a:hover[target=_blank] {
	background-image: url(../images/link-external-white.png) !important; 
}

#footer_content {
	
}

#footer_content_top {
	height: 250px;
}

.bottom_menu {
	width: 15%;
	float: left;
	padding-right: 50px;
}

.bottom_menu h4 {
	margin-bottom: 12px;
	font-size: 1.1em;
}

.bottom_menu a {
	display: block;
	margin-bottom: 5px;
}

#footer_content_top a, #footer_content_top p, #footer_content_top span, 
#footer_content_bottom a, #footer_content_bottom p, #footer_content_bottom span {
	font-size: 14px;
}

#footer_content_bottom {
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: right;
	height: 70px;
}

#footer_content_bottom a, #footer_content_bottom span {
	margin-left: 15px;
	
}

#footer_content_bottom #logo_bottom a {
	margin-left: 0px;
}

#footer_content_bottom_poweredby, #footer_content_bottom_poweredby a {
	float: left; 
	text-align: left;
	margin-left: 0px;
}

#footer_content_bottom_links {
	float: right;
}

#logo_bottom {
	/*background-image: url(../images/logo-bottom.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
	height: 30px;
	text-align: left;
}