@charset "UTF-8";
/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 257 2010-07-27 23:06:56Z emartin24 $
 */

#basic-modal {clear:left;}
#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait}

/* Container */
#simplemodal-container {height:600px; width:990px; background-color:#FFF; border:5px solid #600; padding:10px;}

#simplemodal-container a.modalCloseImg {background:url(img/close.png) no-repeat; width:25px; height:29px; display:inline; z-index:99999; position:absolute; top:-15px; right:-16px; cursor:pointer;}


iframe.myobis{
	overflow-x:hidden;
}


html, body{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #000 url(img/wdcc_background_body.gif) repeat-y center 0;
	height: 100%;
}

a, a:hover, a:active{
	text-decoration:underline;
	color:#000;
}

a.button, a.button:hover, a.button:active{
font-size:14px;
float:right;
padding:5px;
background-color:#600;
border:2px solid #630;
color:#FFF;
text-decoration:none;
}


a.button{
background-color:#600;
border:2px solid #960;
}

* {
margin: 0;
pading: 0;
}


#wrapper{
	margin: 0 auto;
	padding:0;
	width:950px;
	position:relative;
	min-height:100%;
}

#header{
	margin:0 auto;
	padding:0;
	background: url(img/wdcc_background_header.jpg) no-repeat 0 0;
	float:left;
	width:950px;
	height:500px;
	position:relative;
}

#header a{
	float:left;
	position:absolute;
	padding:0;
}

a.logo, a.logo:hover, a.logo:active{
	margin:50px 0 0 350px;
	background: url(img/wdcc_logo.png) no-repeat 0 0;
	z-index:1;
	width:270px;
	height:450px;
}

a.events, a.events:active{
	margin:180px 0 0 90px;
	background: url(img/wdcc_events.png) no-repeat 0 0;
	z-index:0;
	width:240px;
	height:175px;
}

a.events:hover, a.events.active{
	background-position: 0 -175px;

}

a.partner, a.partner:active{
	margin:290px 0 0 240px;
	background: url(img/wdcc_partner.png) no-repeat 0 0;
	z-index:1;
	width:136px;
	height:149px;
}

a.partner:hover, a.partner.active{
	background-position: 0 -149px;

}

a.bisontom, a.bisontom:active{
	margin:270px 0 0 620px;
	background: url(img/wdcc_bisontom.png) no-repeat 0 0;
	z-index:3;
	width:119px;
	height:202px;
}

a.bisontom:hover, a.bisontom.active{
	background-position: 0 -202px;

}

a.qualitaet, a.qualitaet:active{
	margin:175px 0 0 690px;
	background: url(img/wdcc_qualitaet.png) no-repeat 0 0;
	z-index:1;
	width:126px;
	height:168px;
}

a.qualitaet:hover, a.qualitaet.active{
	background-position: 0 -170px;

}


h1 {
	font-size:18px;
	padding:0;
	margin:0 140px;
	margin-bottom: 0;
	font-weight:bold;
}

#content{
	margin:0 auto;
	padding:30px 0;
	background: #FFF;
	float:left;
	width:950px;
	position:relative;
	border-top:5px solid #CCC;
}

.img{
	margin:0 140px;
	width:750px;
}

.img img{
	margin-right:20px;
}


#content p{
	font-size:12px;
	line-height:160%;
	padding:0;
	margin:0 140px;
}

#content span.head{
	font-size:18px;
	font-weight:bold;
}

#content span.head2{
	font-size:18px;
	line-height:1.2em;
	padding:10px 0 10px 0;
	margin:0;
	font-weight:normal;
	clear:left;
}
	
#navigation  {
width: 950px;
height: 30px;
margin:0 0 40px 0;
padding:0;
float:left;
}

#navigation ul {
padding:0;
margin:0 0 0 260px;
list-style:none;
}

#navigation li {
margin:0;
padding:0;
}

#navigation a {
font-size: 12px;
line-height: 1em;
float:left;
margin:0;
padding:8px 12px 8px 12px;
text-decoration:none;
cursor: pointer;
color: #FFF;
}

#navigation a:hover {
color: #000;
}

#navigation a.active,
#navigation a.active:hover {
background-color: #FFF;
color: #000;
}


#footer{
	position:fixed;
	bottom:0;
	margin:0;
	padding:0;
	text-align:center;
}

#footer p{
	font-size:10px;
	width:950px;
	margin:0;
	padding:2px 0;
	background-color:#000;
		color:#FFF;
}

#footer a{
	text-decoration:underline;
	color:#FFF;
}