/*-----------------------------------------------------------------------------
CDU Kampagnensite Screen Stylesheet

version:   1.0
date:      04/09/2007
email:     info@smit-und-partner.de
website:   smit-und-partner.de
-----------------------------------------------------------------------------*/
.news:hover { 
	color: #FF9966; 
}


* {
	list-style: none;
    margin: 0;
	padding: 0;
    border: 0;
	text-decoration: none;
}

body {
	background: #FFF;
	color: #FFF;
	font: 62.5%/1.5  Verdana, Helvetica, Arial, sans-serif; 
	margin: 15px 0;
    padding: 0;
	text-align: center;
}

#head, #wrapper, #shortcuts {
	margin: 0 auto;
	padding: 5px;
	position: relative;
	text-align: left;
	width: 770px;
}

#head {
	background: url(../img/head_bg.png) no-repeat;
	height: 115px;
}

#head h1 {
	background: url(../img/head_logo.png) no-repeat;
	height: 60px;
	position: absolute;
	right: 5px;
	text-indent: -9999em;
	top: 15px;
	width: 500px;
}

#wrapper {
	background: url(../img/wrapper_bg.png) no-repeat;
	margin: 5px auto;
	position: relative;
	padding-bottom: 0;
}

#wrapper .bottom {
	background: url(../img/wrapper_bottom_bg.png) no-repeat;
	clear: both;
	margin: 0 -5px -5px -5px;
	height: 5px;
	width: 780px;
}

* html #wrapper .bottom {
	margin-bottom: -10px;
}

#teaser {
	display: block;
	float: left;
	height: 375px;
	overflow: hidden;
	position: relative;
	width: 577px;
}

#teaser li {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 9;
}

#teaser-prev, #teaser-next {
	background: url(../img/teaser_control_bg.png);
	bottom: 0;
	color: #FFF;
	cursor: pointer;
	padding: 5px;
	position: absolute;
	text-align: center;
	width: 70px;
	z-index: 99999;
}

* html #teaser-prev, * html #teaser-next { /* IE 6 */
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/teaser_control_bg.png', sizingMethod='scale');
}

#teaser-prev {
	left: 5px;
}

#teaser-next {
	right: 198px;
}

#sidebar {
	float: right;
	width: 193px;
}

#sidebar h2 {
	background: url(../img/right_headline_bg.png) repeat-y;
	font-size: 1.1em;
	padding: 3px 15px;
}

.news, .dates {
	font-size: 1.1em;
	margin: 4px 7px;
}

.news li, .dates .li {
	margin-bottom: 10px;
}

.news a, .dates a {
	color: #5A5A5A;
	display: block;
}

.news .date, .dates .date {
	color: #F08A00;
	display: block;
	font-weight: bold;
}

.news .more, .dates .more {
	font-weight: bold;
}



/* Countdown
-----------------------------------------------------------------------------*/
#countdown {
	background: #F47200;
	height: 41px;
	left: 5px;
	padding: 2px 5px;
	position: absolute;
	top: 30px;
}

#countdown h3 {
	font-size: 1.3em;
	font-weight: normal;
	line-height: 0.9;
}

#countdown p {
	color: #9F2A16;
	font-size: 1.4em;
}

#countdown span {
	color: #FFF;
	font-size: 1.5em;
}


/* Navigation
-----------------------------------------------------------------------------*/
#navigation {
	position: absolute;
	bottom: 10px;
	left: 0;
	margin: 0 10px;
}

#navigation li {
	float: left;
}

#navigation a {
	color: #FFF;
	display: block;
	font-size: 1.1em;
	padding: 0 10px;
	text-decoration: none;
}

#navigation .contact {
	background: url(../img/navigation_separator.png) no-repeat right center;
}

#navigation .website {
	float: right;
}


/* Shortcuts
-----------------------------------------------------------------------------*/
#shortcuts {
	height: 80px;
width: 780px;
}

#shortcuts li {
	display: inline;
	position: relative;
}

#shortcuts a {
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 80px;
	text-indent: -9999em;
	width: 195px;
}

#shortcuts a:hover {
	background-position: 0 -80px;
}

#shortcuts .item01 a {
	background-image: url(../img/button_cdutv.png);
}

#shortcuts .item02 a {
	background-image: url(../img/button_termine.png);
}

#shortcuts .item03 a {
	background-image: url(../img/button_kontakt.png);
}
#shortcuts .item04 a {
	background-image: url(../img/button_landesparteitag.png);
}


/* Generic Classes
-----------------------------------------------------------------------------*/
.hide {
	display: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
.clearfix {display: block;}
/* End hide from IE Mac */

* html .clearfix {height: 1px;}
