/*-----------------------------------------------------------------------------
CDU Hannover Land Screen Stylesheet

version:   1.0
date:      01/10/2007
email:     info@smit-und-partner.de
website:   smit-und-partner.de
version history: [location of file]
-----------------------------------------------------------------------------*/

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

body {
	background: #FFF url(../img/body_bg.png) repeat-y center;
	color: #282828;
	font: 62.5%/1.5  Verdana, Arial, Helvetica, sans-serif; 
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {
	font-size: 2.4em;
	font-weight: normal;
	margin-bottom: 0.5em;
}

h2 {
	color: #454850;
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

h3 {
	color: #454850;
	font-size: 1.1em;
	margin-bottom: 0.3em;
}

h4 {
	border-bottom: 1px solid #4B5CB1;
	color: #616161;
	font-size: 1.2em;
	font-weight: bold;
}

.sIFR-active h1 {
	line-height: 1;
}

ul {
	margin-left: 15px;
}

li {
	list-style: circle;
	margin-bottom: 3px;
	font-size: 1.1em;
}

p {
	font-size: 1.1em;
	margin-bottom: 0.6em;
}

a {
	color: #EB6610;
}

a:hover {
	text-decoration: underline;
}

img.title {
	border: 1px solid #6E6E6E;
	margin: 0.5em 0 1.5em 0;
}

.box {
	background: #FFF;
	border: 1px solid #6E6E6E;
	padding: 0.5em;
}

.columns .left {
	float: left;
	margin-right: 3%;
	width: 25%;
}

.columns .right {
	float: left;
	width: 70%;
}

.left {
	float: left;
}

.links{
	background: url(../img/bullet.png) no-repeat left center;
	display: block;
	padding-left: 1.1em;
}

.clear {
	clear: both;
}

.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;}

#bg {
	background: url(../img/html_bg.png) repeat-x;
	height: 90px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#wrapper {
	background: #F5F7FF;
	margin: 0 auto;
	text-align: left;
	width: 900px;
}

#head {
	background: #FF9900 url(../img/head_cdu.png) no-repeat right 14px;
	margin-bottom: 2em;
	position: relative;
}

#head h1 {
	background: url(../img/head_logo.png) no-repeat;
	color: #FFF;
	height: 90px;
	text-indent: -9999em;
	position: relative;
	width: 570px;
}

#shortcuts {
	left: 190px;
	position: absolute;
	top: 0;
}

#shortcuts li {
	background: url(../img/shortcuts_separator.png) no-repeat right center;
	float: left;
	margin: 0 0.5em 0 0;
	padding-right: 0.5em;
	list-style: none;
	font-size: 1em;
}

#shortcuts li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}

#shortcuts a {
	color: #FFF;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0.3em;
}

#left {
	float: left;
	position: relative;
	width: 160px;
}

#main {
	float: left;
	margin-left: 34px;
	width: 480px;
}

#main.wide {
	width: 680px;
}

#right {
	float: right;
	font-size: 1.1em;
	padding-right: 10px;
	width: 185px;
}


/* Lists
-----------------------------------------------------------------------------*/
ul.news {
	margin-bottom: 2em;
}

ul.news li {
	margin-bottom: 0.8em;
}

ul.links {
	margin-left: 0;
}

ul.links li {
	margin-bottom: 1em;
	list-style: none;	
}

ul.links a {
	display: block;
	font-size: 1.1em;
	list-style: none;
	padding-left: 1.1em;
}

#right ul.links a {
	background: transparent;
	font-size: 0.9em;
	list-style: none;
	padding: 0;
}


/* Tables
-----------------------------------------------------------------------------*/
caption {
	border-bottom: 1px solid #4B5CB1;
	color: #616161;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: none;
	margin-bottom: 2em;
	width: 100%;
}

tbody td {
	border-bottom: 1px dotted #B2C1FF;
	border-collapse: collapse;
	padding: 0.4em;
	vertical-align: top;
}

tbody .last td {
	border: none;
}

td.image div {
	background: #E7ECFF;
	height: 120px;
	text-align: center;
	vertical-align: middle;
	width: 120px;
}


/* Forms
-----------------------------------------------------------------------------*/
input.text {
	border: 1px solid #6E6E6E;
	color: #A6A6A7;
	font-size: 1.1em;
	padding: 0.3em;
}

input.submit {
	background: #ECEEF6;
	border: 1px solid #6E6E6E;
	color: #EB6610;
	font-size: 1.1em;
	padding: 0.2em 0;
}


/* Left
-----------------------------------------------------------------------------*/
#navigation, #promo {
	padding: 0;
	margin: 0 0 1.5em 0;
	position: relative;
}

#navigation li, #promo li {
	background: #4D5EB2 url(../img/navigation_level1_bg.png) repeat-y;
	margin-bottom: 1px;
	list-style: none;
	font-size: 1em;
}

#navigation a, #promo a {
	color: #FFF;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0.4em 0.7em;
}

#navigation a:hover, #navigation a.active {
	background: #4B5CB1;
	text-decoration: none;
}

#navigation ul {
	margin-left: 0;
}

#navigation ul a {
	background: #8793CD url(../img/navigation_level2_bg.png) repeat-y;
	font-size: 1em;
	margin-right: 0.5em;
	padding: 0.3em 0.8em;
}

#navigation ul a:hover, #navigation ul a.active {
	background: #8793CD;
}

#navigation a[href="/abgeordnete/Kandidaten09.php"] {
	background-image: url(../../images/Wahlkreuz.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.5em;
	padding-left: 32px;
}

#search-form {
	margin-bottom: 2em;
}

#search-query {
	border: 1px solid #6E6E6E;
	border-right: none;
	color: #A6A6A7;
	font-size: 1.1em;
	padding: 0.3em;
	width: 107px;
}

#search-submit {
	background: #ECEEF6;
	border: 1px solid #6E6E6E;
	color: #EB6610;
	font-size: 1.1em;
	padding: 0.2em 0;
	width: 45px;
}

* html #search-submit {
	padding-top: 0.1em;
}

*+html #search-submit {
	padding-top: 0.1em;
}

#promo a {
	background: url(../img/promo_bg.png) repeat-y;
}

#promo a:hover {
	background: #C34A3B;
	text-decoration: none;
}

#left .box {
	border: 1px solid #f99106;
	padding: 5px;
	overflow: hidden;
	width: 148px;
}

#left h2 {
	background: #ffd79a;
	border-bottom: 1px solid #f99106;
	padding: 2px 5px;
	margin: -5px -5px 0;
}

#left h2 a {
	color: #4c5db1;
}

#left .box img {
	margin: 0 0 5px -5px;
}


/* Right
-----------------------------------------------------------------------------*/
#right h2 {
	background: url(../img/right_headline_bg.png) no-repeat left bottom;
	color: #808080;
	font-size: 1.4em;
	margin: 0 -10px 0.2em 0;
}


/* Gallery
-----------------------------------------------------------------------------*/
ul.overview {
	margin-left: 0;
}

ul.overview li {
	list-style: none;
}

ul.overview a {
	border-bottom: 1px dotted #B2C1FF;
	display: block;
	padding: 0.4em 0;
}

ul.overview a:hover {
	text-decoration: none;
}

ul.overview .last a {
	border: none;
}

ul.overview .image {
	display: block;
	float: left;
	width: 15%;
}

ul.overview .desc {
	color: #616161;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	width: 85%;
}

ul.overview .desc strong {
	color: #EB6610;
	display: block;
	font-size: 0.8em;
	font-weight: normal;
}

ul.gallery li {
	float: left;
	margin: 0 5% 2% 0;
	width: 25%;
	list-style: none;
}

ul.gallery li.clear {
	float: none;
	margin: 0;
	width: 100%;
}

ul.gallery .image {
	display: block;
	text-align: center;
}

ul.gallery .desc {
	color: #616161;
	display: block;
	font-size: 0.9em;
}

ul.overview .image img, ul.gallery .image img {
	border: 3px solid #B2C1FF;
}

ul.overview a:hover .image img, ul.gallery a:hover .image img {
	border-color: #FF9900;
}


/* News and Dates
-----------------------------------------------------------------------------*/
#news, #dates {
	margin-bottom: 1.5em;
}

#news li, #dates li {
	border-bottom: 1px dotted #B2C1FF;
	display: block;
	padding: 0.6em 0;
}

#news li.last, #dates li.last {
	border: none;
}

#news .date, #dates .title {
	color: #EB6610;
	display: block;
}

#news .title, #dates .date {
	color: #616161;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 0.5em;
}

#news a:hover .title {
	text-decoration: underline;
}

#news .desc, #dates .location {
	color: #282828;
	display: block;
	font-size: 1.1em;
}


/*Kandidaten
-----------------------------------------------------------------------------*/
.kandidaten .kandidat {
	position: relative;
	float: left;
	width: 48%;
	margin: 0 1% 0 0;
	padding-bottom: 20px;
	list-style: none;
}

.kandidaten img {
	display: block;
	float: left;
}

.kandidaten .body {
	margin-left: 120px;
}

.kandidaten .stempel {
	position: absolute;
	top: 20px;
	left: 110px;
}


