@charset "utf-8";
* { outline: none; font-family: 'Istok Web', sans-serif;}
img {text-decoration: none; border: 0px;}
#content a { color: #505050; text-decoration: none; }
#content a:hover { color: #aaaaaa; }
#foot a { color: #aaaaaa; text-decoration: none;}
#foot a:hover { color: #505050; }
body { 
    background-color: #f1f1f1;
	border: 0;
	padding: 0;
	margin: 0;
}
#container {
	position: absolute;
	width: 950px;	
	left: 50%;
	margin-left: -475px;
}
#head {
	height: 150px;	
}
#googlemap {
    width:950px;
    height:300px;
    padding: 18px 0px 0px 19px; 
    background:url(/layout/bg_medienkueche_kontakt.jpg) no-repeat;
}
.logo {
    padding: 30px 0px 10px 20px;    
}

#nav {
    font-family: 'Istok Web', sans-serif;
    text-decoration:none;
    padding-right: 15px;	
	float: right;
    margin-top:60px;
}
	#nav ul {	
		list-style-type: none;
	}
	#nav li {	
		font-size: 14px;
		display: inline;
		line-height: 34px;			
	}
	#nav a {
		text-decoration: none;
		color: #aaaaaa;
		font-weight: none;
		margin: 0px 10px 0px 10px;
		text-align: center;
		float: left;
		cursor:pointer;
}
#nav a:hover, #nav a:focus, #nav a:active, #nav a.linklistActive, #nav a.linklistTrace {
		text-decoration: none;
		font-weight: none;
		color: #505050;
}
#content_out { 
	width: 950px;
	background-color: #f1f1f1;
	padding: 10px 0px 0px 0px;
}
#content { 
	background-color: #f1f1f1;
	text-align: justify;
	font-size: 12px;
	line-height: 20px;
	color: #505050;	
    margin: 10px 35px 0px 28px;
    padding: 0px 0px 15px 0px;
	position: relative;
    z-index: 2;
    border-bottom: 1px dotted #484848;
}
.contentBox {
	border:0px;
	padding:0px;
    padding:5px;
    overflow:hidden;
}

.contentBoxWrapper {
	width:275px;
}

#foot {
    font-family: 'Istok Web', sans-serif;
    font-size: 12px;
    line-height: 20px;
	color: #aaaaaa;
	text-align: center;
    padding: 10px 0px 40px 0px;
}

#slider-wrapper {
    width:950px;
    height:300px;
    margin:0 auto;
}
#slider {
    position:relative;
    width:950px;
    height:289px;
    background:url(/layout/slider/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:420px;
	bottom:-20px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(/layout/slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/layout/slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:30px;
}
a.nivo-prevNav {
	left:30px;
}

.nivo-caption {
    text-shadow:none;
    font-family: 'Istok Web', sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
