@CHARSET "ISO-8859-1";

/* GENERAL SETTINGS */

body {
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', 'Helvetica Neue', 'Droid Sans', sans;
	/* background-color: #313131; */
}

body::selection {
	background-color: #0b7cb5;
	color: #eeeeee;
}

body::-moz-selection {
	background-color: #0b7cb5;
	color: #eeeeee;	
}

a {
	-webkit-transition-property: background color;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: background color;
	-moz-transition-duration: .2s;
	-moz-transition-timing-function: ease;
	-o-transition-property: background color;
	-o-transition-duration: .2s;
	-o-transition-timing-function: ease;
	transition-property: background color;
	transition-duration: .2s;
	transition-timing-function: ease;
}

li {
	-webkit-transition-property: border;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: border;
	-moz-transition-duration: .2s;
	-moz-transition-timing-function: ease;
	-o-transition-property: border;
	-o-transition-duration: .2s;
	-o-transition-timing-function: ease;
	transition-property: border;
	transition-duration: .2s;
	transition-timing-function: ease;	
}

#menu_wrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 40px;
	background-color: #313131;
	/* box-shadow: 0px 2px 4px #434343; */
	-webkit-box-shadow: 0px 2px 10px 0px rgba(46,46,46,1);
	-moz-box-shadow: 0px 2px 10px 0px rgba(46,46,46,1);
	box-shadow: 0px 2px 10px 0px rgba(46,46,46,1);
}

#menu_wrapper #menu {
	
}

#menu_wrapper #menu ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	margin-left: 48px;
	line-height: 39px;
}

#menu_wrapper #menu ul li {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	color: #929292;
}

#menu_wrapper #menu ul li:hover {
/*
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #313131;
*/
	background-color: #2B2B2B;
	color: #FFFFFF; 
}

#menu_wrapper #menu ul li a:link,
#menu_wrapper #menu ul li a:active,
#menu_wrapper #menu ul li a:visited {
	font-size: 16px;
	font-weight: 600;
	color: inherit;
	text-decoration: none;
}

#menu_wrapper #menu ul li a.active {
	color: #FFFFFF;
}

#menu_wrapper #menu ul li a:hover {
	color: inherit;
}


#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	background-image: url('../images/bg_metal.jpg');
	border-top-color: #5A5A5A;
	border-top-style: solid;
	border-top-width: 1px;
}

#footer #logo {
	position: fixed;
	left: 50%;
	bottom: 17px;
	width: 157px;
	height: 66px;
	margin-left: -78.5px;
	background-image: url('../images/footer_logo.png');
}

#footer #impressum {
	position: fixed;
	bottom: 2px;
	left: 20px;
	font-size: 14px;
	font-weight: 600;
}

#footer #impressum a:link,
#footer #impressum a:visited,
#footer #impressum a:active {
	color: #949494;
	text-decoration: none;	
}

#footer #impressum a:hover {
	cursor: pointer;
	color: #FFFFFF;
}

#footer #impressum .home {
	color: #949494;
	margin-right: 8px;
}

#footer #impressum .home:hover {
	color: #FFFFFF;
	cursor: pointer;
}

#footer #copyright {
	font-size: 9px;
	color: #5A5A5A;
	position: fixed;
	bottom: 2px;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	text-align: center;
}

#footer #copyright .copyright {
	color: inherit;
}

#footer #copyright .copyright-text {
	color: inherit;
}

#content_wrapper {
	position: absolute;
	left: 50%;
	top: 40px;
	background-color: #FFFFFF;
	width: 96%;
	min-height: 90%;
	margin-left: -48%;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	z-index: -1;
}

#content_wrapper #content {
	margin: 20px;
}

#partner-logos
{
	position: fixed;
	bottom: 25px;
	left: 0px;
	height: 45px;
	width: 100%;
	padding: 0px 20px;
	text-align: right;
	z-index: 5;
}

#partner-logos img
{
	width: auto;
	height: inherit;
	max-height: inherit;
	border-style: solid;
	border-color: #ffffff;
	border-width: 3px;
	background-color: #ffffff;
}

/* FONT SETTINGS */

.headline {
	font-size: 18px;
	line-height: 200%;
	display: inline-block;
	padding-left: 12px;
	padding-right: 14px;
	color: #0b7cb5 !important;
/*
	color: #b0dcf3 !important;
	background-color: #0b7cb5;
	border-radius: 3px;
	box-shadow: 0 0 0 1px #0b7cb5, 0 0 0 2px #B0DCF3 inset;
*/
}

.headline::selection {
	background-color: #0b7cb5;
	color: #929292;	
}

.headline::-moz-selection {
	background-color: #0b7cb5;
	color: #929292;	
}

.textblock::selection {
	background-color: #0b7cb5;
	color: #929292;	
}

.textblock::-moz-selection {
	background-color: #0b7cb5;
	color: #929292;	
}

.textblock {
	font-size: 14px;
	font-weight: normal;
	padding: 12px;
	padding-left: 24px;
	background-color: rgba(255, 255, 255, 0.2);
}

.textblock:first-letter {
	font-weight: bolder;
	font-size: larger;
	text-transform: uppercase;
}

.bold {
	font-weight: bold;
}

.black {
	color: #000000;
}

.px24 {
	line-height: 32px;
	font-size: 24px;
}

.px36 {
	line-height: 48px;
	font-size: 36px;
}

