/*
	Theme Name: FDP
	Theme URI: http://www.fdp-sb-land.de
	Description: FDP-Kreisverband Saarbr&uuml;cken Land
	Author: denis&ich GmbH
	Author URI: http://www.denisundich.de
	Version: 1.0
	Tags: dui,fdp,2011
*/

/* 
	http://meyerweb.com/eric/tools/css/reset/ 
   	v2.0 | 20110126
   	License: none (public domain)
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hÊgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*:focus {
	outline: 0 none;
}

/*
	Begin Theme
*/
.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

body {
	background-color: #00326b;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

	#header {
		height: 143px;
		width: 100%;
	}
	
		#header a {
			text-decoration: none;
			color: #FFF;
			-moz-transition-duration: .33s;
			-moz-transition-property: color;
			-o-transition-duration: .33s;
			-o-transition-property: color;
			-webkit-transition-duration: .33s;
			-webkit-transition-property: color;
			transition-duration: .33s;
			transition-property: color;
		}
		
		#header a:hover {
			color: #fbee31;
		}
		
		#header .current-menu-item a {
			color: #fbee31;
		}
	
		#header #nav {
			height: 113px;
			width: 954px;
			margin: 0 auto;
		}
		
			#header #nav .menu-hauptnavigation-container {
				padding-top: 83px;
				float: left;
				width: 796px;
			}
			
			#header #nav .menu-hauptnavigation-container ul {
				list-style-type: none;
			}
			
			#header #nav ul li {
				float: left;
				color: #FFF;
				text-transform: uppercase;
				margin-right: 11px;
				text-shadow: #0b3256 0 1px 0;
			}
			
			#header img {
				float: right;
				width: 158px;
				height: 141px;
			}
		
		#header #bottom {
			height: 30px;
			background-color: #fbee31;
		}
		
	#main {
		width: 924px;
		min-height: 445px;
		padding: 15px;
		background-color: #FFF;
		margin: 32px auto;
	}
	
		#main a {
			color: #04519e;
			border-bottom: 1px solid #FFF;
			padding-bottom: 2px;
			text-decoration: none;
			
			-moz-transition-duration: .33s;
			-moz-transition-property: border-bottom-color;
			-o-transition-duration: .33s;
			-o-transition-property: border-bottom-color;
			-webkit-transition-duration: .33s;
			-webkit-transition-property: border-bottom-color;
			transition-duration: .33s;
			transition-property: border-bottom-color;
		}
		
		#main a:hover {
			color: #04519e;
			border-bottom: 1px solid #04519e;
		}
	
		#page {
			line-height: 135%;
		}
		
			#page ul {
				list-style-type: disc;
				list-style-position: inside;
				margin-left: 10px;
			}
			
				#page ul li {
					margin-bottom: 4px;
				}
		
			#page h1 {
				width: 924px;
				border-bottom: 1px solid #04519e;
				color: #04519e;
				font-size: 18px;
				margin-bottom: 10px;
				padding-bottom: 4px;
			}
			
			#page h2 {
				color: #04519e;
				margin-bottom: 5px;
				border-bottom: 1px solid #04519e;
			}
			
			#page p {
				margin-bottom: 20px;
			}
			
			#page .person {
				padding: 12px;
				width: 424px;
				border: 1px solid #CCC;
				float: left;
				margin-bottom: 24px;
			}
			
			#page .r {
				float: right;
			}
			
				.person .img {
					width: 150px;
					height: 150px;
					background-color: #CCC;
					float: left;
				}
				
				.person .info {
					width: 262px;
					height: 150px;
					float: right;
					font-size: 12px;
				}
				
					.info h2 {
						font-size: 16px;
					}
					
					.info .pos {
						padding-bottom: 5px;
						border-bottom: 1px solid #CCC;
						height: 36px;
					}
					
					.info .mail {
						margin-top: 5px;
						padding-bottom: 5px;
						border-bottom: 1px solid #CCC;
					}
					
					.info .extra {
						margin-top: 5px;
					}
				
				.person .contact {
					margin-top: 12px;
					font-size: 12px;
					width: 424px;
				}
				
					.contact p:last-child {
						margin-bottom: 0 !important;
					}
					
		#home #left {
			width: 566px;
			float: left;
		}
		
		#home #right {
			width: 346px;
			float: right;
		}
		
		.fb-like-box {
			margin-top: 12px !important;
		}
				
	#footer {
		width: 100%;
		height: 72px;
	}
	
		#footer #first {
			height: 16px;
			background-color: #0b3256;
		}
		
		#footer #second {
			height: 16px;
			background-color: #fbee31;
		}
		
		#footer #actual {
			height: 40px;
			background-color: #FFF;
		}
		
			#footer #actual #inner {
				margin: 0 auto;
				width: 954px;
				color: #000;
				font-size: 10px;
				text-transform: uppercase;
				line-height: 40px;
			}
			
				#footer #actual #inner a {
					color: #000;
					text-decoration: none;
				}
				
				#footer #actual #inner a:hover {
					text-decoration: underline;
				}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
