/************************************
	 TEMPLATE FOR PARTITESTEN
************************************/

body {
	margin:15px 0px 15px 0px;
	padding:0px;
	background:#0a2b43;
	font:12px 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

a {
	text-decoration:none;
}

img {
	border:0px;
}

input, select, textarea {
	color:#000;
	border:1px solid #CCC;
}

#Flash,
#descAd,
#user_body,
#dialog-message {
	display:none;
}

#Stripe {
	border-top:1px solid #DBCDA3;
	border-bottom:1px solid #DBCDA3;
	background:#FFF6D8;
	width:100%;
	text-align:center;
}

#main_content {
	margin-top:-1px;
	border-left:1px solid #DBCDA3;
	border-right:1px solid #DBCDA3;
}

#headerText {
	color:#7B7942;
	text-transform:uppercase;
}

#headerText span {
	color:#315D7B;
}

#main_header, #user_body , #main_body {
	width:780px;
	margin:0 auto;
	position:relative;
}

#main_body{
	margin-top:-1px;
}

#noscript {
	color:#FFF;
	padding:15px 0px 15px 0px;
	text-align:center;
	font-style:italic;
}

/* Hide elements that depends on JavaScript */
#TopLinks,
#HintArea,
#prevButton {
	display:none;
}

#header_menu {

	position:absolute;
	bottom:0px;
	color:#FFFFFF;
	display:block;
	background:#FFF6D8;
	padding:8px 10px 4px 10px;
	
	/** Bottom shadow */
	
	box-shadow:inset 0 0 10px #DED3AD;
	-moz-box-shadow:inset 0px -20px 20px -10px #EFE3BD;
	-webkit-box-shadow:inset 0 0 10px #DED3AD;
	
	/** Rounded top corners */
	
	border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	
	border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;

}

#header_menu .menuelement {
	float:left;
	padding:2px 8px 2px 8px;
}

#nextButton ,
#prevButton {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
	/** #AAA = NEUTRAL COLOR, CAN BE CHANGED INLINE*/ 
	
	border:2px solid #AAA; 
	
	box-shadow:3px 3px 2px #AAA;
	-moz-box-shadow:3px 3px 2px #AAA;
	-webkit-box-shadow:3px 3px 2px #AAA;
	
	font-size:15px;
	width:70px;
	padding:4px;
	background:#EEE;
	margin-right:10px;
	float:left;
}

.addthis_toolbox {
    width:420px;
    float:left;
    margin-left:230px;
}

.addthis_toolbox a {
    margin-right: 8px;
}

#CountDown {
	position:relative;
	font-weight:bold;
	float:left;
}

#header_menu,
#TopLinks {
	float:left;
}

#Electionday {
	background:url(../bilder/template/election_day.png) no-repeat; 
	position:absolute;
	top:0px;
	width:140px;
	left:50%;
	margin-left:0px;
	height:25px;
	padding:6px 0px 0px 5px;
	color:#c8ba90;
	font-size:18px;
}

#Calendar {
	background:#FFF;
	border:1px solid #777;
	float:left;
}

#CalendarStripe {
	height:7px;
	background:#555;
}

#CalendarNumber {
	padding:5px 10px 5px 10px;
}

#CalendarText{
	margin-left:3px;
	color:#FFF;
	float:right;
}

.bottombars {
	background:#FFF6D8 url(../bilder/template/bottom_bars.png) repeat-x bottom left;
	padding:0px 10px 35px 10px;
}


/** DESCRIPTION */

.descImage img {
	width:283px; /** move ! **/
	height:167px;
}

.Description {}



/** MODULE */

.module { 
	background:#F5E7C4;
	padding:10px;
	
	/** Rounded corners :) */
	
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin-bottom:10px;
	overflow:hidden;
}

.module_header {
	text-align:center;
	color: #0A2B43;
	padding:3px 0px 3px 0px;
}

.module_inner {

	background:#FFF6D8;
	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

}

.module_left {
	float:left;
}

.module_right {
	float:right;
}


/** RSS */

.rssLink {
	font-family:verdana,arial,sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:8px 20px 8px 20px;
}

.rssLink hr {
	margin:0px;
	padding:0px;
}

.rssLink a {
	color: #0A2B43;
}

.rssAd {
	padding:2px 0px 7px 0px;
	text-align:center;
}

.cleartop,
.clear {
	clear:both;
}

.signature {
	font-style:italic;
	color:#000;
	padding:5px 0px 0px 15px;
	font-weight:bold;
}

