/*
 *	Style CSS camSol
 *	Partner
 */

* {
	font-family: 'Source Sans Pro', sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	background: url('../img/bg.jpg') repeat-x #ffffff;
}

.clear {
	clear: both;
}

h1 {
	width: 400px;
	font-size: 16px;
	text-align: left;
	line-height: 16px;
}

p {
	font-size: 14px;
	margin: 7px 7px 0px 0px;
	text-align: justify;
}

#wrapper {
	background: #ffffff;
	width: 960px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
	-moz-box-shadow: 0px -5px 5px 5px #888;
	-webkit-box-shadow: 0px -5px 5px 5px #888;
	box-shadow: 0px -5px 5px 5px #888;
}

#header {
	position: fixed;
	width: 960px;
	height: 100px;
	background: url('../img/header_bg.jpg') no-repeat;
	z-index: 100;
}

#logo {
	width: 302px;
	height: 80px;
	margin: 10px 0px 0px 20px;
}

#black_line {
	width: 960px;
	height: 4px;
	background: #000000;
	margin-top: 10px;
}

/*NAVI*/
#navi {
	background: #f3f3f3;
	margin: auto;
	position: relative;
	z-index: 100;
	height: 30px;
	width: 960px;
	margin: 0;
	padding: 0;
}

#navi ul {
	height: auto;
	width: 960px;
	margin: 0;
	padding: 7px 0 0 8px;
}

#navi ul li {
	float: left;
	list-style: none;
	color: #2f2f2f;
}

#navi ul li a {
	color: #2f2f2f;
	text-decoration: none;
	padding: 0 25px 0 0;

}

#navi ul li a:hover {
	color: #9a9b9d;
}

.active {
	color: #9A9B9D !important;
}

.news {
	color: #F0931F !important;	
}

.news:hover {
	text-decoration: underline !important;	
}

.shadow {
	position: fixed;
	background: url("../img/shadow.png") no-repeat 0 0 transparent;
	height: 19px;
	width: 960px;
	margin-top: 334px;
	z-index: 5;
	opacity: 0.6;
}

/*SLIDESHOW"*/
#slideshow {
	margin-top: 134px;
	z-index: 5;
	position: fixed;
	background: url('../img/loader.gif') no-repeat center;
	background-color: #ffffff;
	width: 960px;
	height:200px;
}

#rotating-elements {
	z-index: 5;
	width: 960px;
	height:200px;
}
.element-rotated {
	height: 200px;
	width: 960px;
	margin: 0;
	padding: 0;
	display: none;
}

.sideswap_nav {
	position: absolute;
}

.sideswap_next {
	background: #ffffff;
	color: white;
	cursor: pointer;
	top: 73px;
	right: 15px;
	z-index: 10;
}

.sideswap_previous {
	background: #ffffff;
	cursor: pointer;
	top: 73px;
	left: 15px;
	z-index: 10;
}

/*CONTENT*/
#content {
	float: left;
	margin-top: 330px;
	padding: 0;
	position: relative;
	z-index: 0;
	text-align: center;
}

#ueber_uns {
	margin: 30px 0 10px 15px;
	width: 600px;
	height: auto;
}

/*PORTRAIT IMG*/
#portrait_img {
	background: url('../img/portrait_img/portrait.jpg') no-repeat;
	height: 179px;
	width: 128px;
	float: left;
	margin: 390px 0 0 100px;
	border: 1px solid #000000;
}

/*FOOTER*/
#footer {
	width: 960px;
	height: 22px;
	background: url('../img/footer_bg.jpg');
}

#footer ul li {
	list-style: none;
	text-decoration: none;
	float: left;
}

#footer ul li a {
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration: none;
	font-size: 10px;
	color: #e3e3e2;
	padding: 0 0 0 4px; 
}

#lang {
	height: 18px;
	width: auto;
	float: right;
	margin: 2px 5px 0 0;
	cursor: pointer;
	display: block;
}

#lang img {
	padding-left: 5px;
	height: auto;
	width: auto;
}