/*  
Version: 1.0
Author: Pascal Urban
Author URI: http://www.urban-community.de/
Letzte Aktualisierung: 6. Juli 2010
*/

* {
margin:0;
padding:0;	
border: 0;
outline: 0;	
}

body {
color: #4a535d;
font-family: "Arial", Verdana, Tahoma, Helvetica, sans-serif;
font-size:12px;
background:#cccccc url(images/background.png) repeat-x;
text-align: center; 
}

a {
color:#1d4395;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

p {
padding-bottom:15px;	
}

#wrapper {
width: 920px;
margin: 0 auto; 
text-align: left; 
}

#top {
height:403px;
margin-top:15px;
}


#logo {
background:#FF8C00;
width:310px;
height:325px;
z-index:500;
position:absolute;
top:45px;
}

/* IE 6 */
* html #logo {
  margin-left: -165px; 
}
/* IE 7 */
* + html #logo {
  margin-left: -165px; 
}

#logo h1 {
color:#fff;
text-transform:uppercase;
padding:20px 20px 0 20px;	
}

#logo .fwg {
padding:95px 20px 0 20px;
width:123px;
height:100px;

}

#logo p {
color:#fff;
text-transform:uppercase;
padding:0 20px 20px 20px;	
font-size:20px;
}

#content {
width: 580px;
margin: 30px 0 0 10px;
float:right;
}

#navi {
width: 305px;
float:left;	
padding:0;
margin-top:30px;
}

#navi ul {
list-style:none;	
color:#fff;
font-weight:bold;
text-transform:uppercase;
}

#navi ul li a {
width: 100%;
margin:4px 0;
padding:6px 0 6px 6px;
background:#ccc;
display:block;
color:#fff;
}

#navi ul li a:hover {
background:#FF8C00;
text-decoration:none;
}

#navi ul li.current-menu-item a {
color:#fff;
display: block;
background:#FF8C00;
}

h2, h3 {
color:#1d4395;
padding-bottom:5px;
}

h2 {
font-size:22px;	
}

#footer {
border-top:#bbb 1px solid;
width:920px;
margin-top:5px;
padding:20px 0;
clear:both;
float:left;
}

.kontakt {
	position: relative;
	float: left;
	margin-right: 30px;
	padding: 0;
	font-size: 11px;
	color: #8c8e90;
}

.kontakt a {
	color: #8c8e90;
}

.kontakt h4 {
	font-size: 11px;
	color: #8c8e90;
	font-weight: bold;
	margin: 0;
	padding-bottom: 4px;
	font-family: arial;
	text-transform:uppercase;
}


#footernavi {
	width:920px;

margin-top:70px;
	width:100%;
	float: left;
	margin-right:0px;
}

#footernavilist {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

#footernavilist li {
	font: bold 11px Arial;
	text-transform:uppercase;

	float: left;
	padding-left: 15px;
}

#footernavilist li a {
	text-decoration: none;
	line-height: 26px;	
}

#social {
	list-style-type: none;
	float: right;	
}

#social li {
	float: left;
	padding-left: 20px;
}

.addthis {
	list-style-type: none;
}

.addthis li {
	font-size: 10px;
	color: #8c8e90;
	float: left;
	text-transform:uppercase;
	font-weight: bold;
	border: 1px solid #bbb;
}

.addthis  a {
	text-decoration: none;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
}


/*
 * jQuery Nivo Slider v2.0
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
#slider{
z-index:150;
	margin-left:165px;
		position:relative;
	//See the "style-pack" below for image
	background:url(images/loading.gif) no-repeat 50% 50%; 
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	font-size:28px;
	color:#fff;
text-align:right;
color:#fff;
	width:744px;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
