/***************************************
*  
*   Birsigpark.css Stylesheet fuer 
*   Birsigpark.CH (Global Sheet)
*
*   Copyright by Christian Schwan
*
*   for Dimme Crossmedia GmbH
*
*****************************************/

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	color: #69737d;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-weight: normal;
}
body {
	background: #fff url(../020_media/bg.jpg) 0 0 repeat-x;
}
#site {
	float: left;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	font-size: 62.5%;
	background: none;
}
#site #wrap {

	width: 600px;
	margin:0 auto;
	padding:0;
}
/**************************
* Global CSS Definition
**************************/
a {
	color: #69737d;
	text-decoration: none;
}
.hide {
	display: none;
}
.hidden {
	display: none;
}
/**************************
* Header inkl Logo
**************************/
#header {
	padding-left: 0px;
	float: left;
	position: relative;
	width: 100%;
	height: 155px;
}
#logo a{
	float: left;
	margin-top: 52px;
	width: 562px;
	height: 184px;
	background-position: 0px 30px;
}
/**************************
* Navigation TOP
**************************/
#navigation-top {
	float: none;
width:570px;
margin:auto;
}
#navigation-top ul {
	list-style: none;
}
#navigation-top ul li{
	float: left;
font-weight:bold;
font-size:1.2em;
}
#navigation-top .seperator {
	padding-right: 2px;
	padding-left: 2px;
}
/**************************
* Navigation Links
**************************/
#menue {
	padding-left: 42px;
	float: left;
	width: 182px;
	padding-top: 45px;
	padding-right: 20px;
}

ul#navigation {
  list-style:none;
}
/**************************
* Druckvorschau + Icon
**************************/
#print {
	float: right;
	margin: 0 -10px 0 0;
	width: 100%;
	text-align: right;
	padding: 2px 0 0 0;
}
#print a{
	text-align: right;
	margin: 0;
	padding: 0 0px 0 15px;
	background: url(../020_media/print.jpg) left 1px no-repeat;
}
/**************************
* Content
**************************/
#content {
	float: left;
	padding-bottom: 70px;
}
/**************************
* Content Left
**************************/
#content_left {
	float: left;
	clear: both;
	width: 562px;
	min-height: 456px;
	text-align: justify;
	padding: 3px 25px 0 25px;
	}
/* Grafische Headline Content Left*/
#content_left h2 {
	float: left;
	width: 100%;
position:relative;
top:-5px;
	padding: 0 0 15px 0;
}
/* Text Headline Content Left*/
#content_left h1 {
	float: left;
	width: 100%;
	padding:0 0 6px 0;
	font-size: 1.1em;
}
#content_left  .csc-header {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
#content_left #kanal_1 {
	float: left;
	width: 100%;
}
#content_left p{
  float:left;
  width:100%;
  padding: 0 0 10px 0;
}
/* Flash Gallery*/
#content_left #flashslide {
  float:left;
  clear:both;
	position: relative;
	left: 0px;
  height:400px;
top:30px;
	width:500px;
	overflow:hidden;
}

* html #content_left #flashslide {
position:relative;
top:-50px;

 }
/**************************
* Footer
**************************/
#footer {
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	background: #ececec;
	width: 100%;
	text-align: center;
	padding: 8px 0 8px 0;
}
#footer .seperator {
	padding-right: 2px;
	padding-left: 2px;
}
