/*
Projekt: 
Projekt-URL: 
Beschreibung:
Autor: Carsten
Version: v1.0
Erstellungsdatum: 
Datum der letzten Aenderungung:
*/

@import url('reset.css');
@import url('text.css');
@import url('960.css');
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);

body {
	font-family: 'Droid Sans' sans-serif;
	font-size: 16px;
	background: url(../images/background.jpg) repeat left top;
	color: #77787c;
	line-height: 24px;
}
::selection {
	background:#93bd3a;
	color: #fff;
}
#wrapper {
	background: url(../images/wrapbg.jpg) repeat-y center top #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #ccc;
	padding: 35px 0 0 0;
	margin-top: 10px;
	position: relative;
	margin-bottom: 50px;
}
#slider {
	margin: 0 0 20px 0;
}
#slider-1 {
	width: 600px;
	height: 350px;
}
#head {
	display: none;
}
#logo,
#sliderImages {
	float: left;
}
#logo {
	width: 360px;
	background:#77787c;
	text-align: center;
}
#slogan {
	background: #93bd3a;
	padding: 15px 10px;
	color: #fff;
	position: relative;
	margin-left: 0px;
	margin-bottom: 10px;
	text-align: center;
}
#slogan h2 {
	font-size: 26px;
	line-height: 32px;
	margin: 0;
}
#leftContent ul li {
	font-weight: bold;
	color: #93bd3a;
}
#rightContent div#callBox {
	color: #fff;
	background: #93bd3a;
	font-size: 24px;
	margin: 20px 20px 20px 0;
	padding: 15px 10px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	bottom: -20px;
	width: 580px;
	right: -20px;
}
#rightContent div#callBox b {
	display: block;
}