/*
Theme Name: OstbuendnisTheme
Theme URI: http://www.ostbuendnis.de
Description: Theme des Ostbündnisses
Author: Thomas Maier
Author URI: http://www.thomasmaier.me/


	This theme was designed and built by Thomas Maier.
	
	All Rights reserved. ®©

*/


* {
	border: 0;
	margin: 0;
	padding: 0;
}

.content ul {
	margin: 10px 0 20px 22px;
}

.content ol {
	margin: 10px 0 20px 26px;
}

sup, sub {
	line-height: 1%;
}

body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	background: url(images/bg.png) #DDD repeat-x;
	color: #141414;
	overflow:-moz-scrollbars-vertical; 
} 

#body {
	position: relative;
	top: 0;
	left: 50%;
	width: 882px;
	margin-left: -441px; 
	min-height:700px;
	background: url(images/content_bg.png) center 50px transparent no-repeat;
}

h1 {
	position: relative;
	top: 0; left: 50px;
	width: 782px;
	height: 164px;
}

h1 #logo {
	position: relative;
	top: 25px;
	left: 35px;
}

#navi {
	position: absolute;
	top: 65px;
	right: 6px;
	font-size: 16px;
	background: #D7D7D7;
	width: 418px;
	padding: 6px 0 6px 16px;
	color: #4F4F4F;
	text-shadow: 0 1px 0 #fff;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#navi li {
	list-style: none;
	display: inline;
	margin: 0 6px;
}

#navi a, #navi a:link, #navi a:visited {
	color: #4F4F4F;
	text-decoration: none;
	padding: 4px 4px;
}

#navi a:active {
	background: #F0F0F0;
	border-bottom: 2px solid #4FAA7C;
	border-top: 2px solid #F0F0F0;
}

#navi a:hover {
	border-bottom: 2px solid #4FAA7C;
}







#subnavi {
	position: absolute;
	top: 91px;
	right: 6px;
	font-size: 14px;
	background: #F1F1F1;
	width: 418px;
	padding: 10px 0 6px 16px;
	color: #4F4F4F;
	text-shadow: 0 1px 0 #fff;
	-webkit-border-bottom-right-radius: 8px;
	-khtml-border-bottom-right-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-khtml-border-bottom-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

#subnavi li {
	list-style: none;
	display: inline;
	margin: 0 6px;
}

#subnavi a, #subnavi a:link, #subnavi a:visited {
	color: #4F4F4F;
	text-decoration: none;
	padding: 4px 4px;
}

#subnavi a:active {
	background: #F0F0F0;
	border-bottom: 2px solid #4FAA7C;
	border-top: 2px solid #F0F0F0;
}

#subnavi a:hover {
	border-bottom: 2px solid #4FAA7C;
}



#chosen {
	background: #F0F0F0 !important;
	border-top: 2px solid #F0F0F0 !important;
	border-bottom: 2px solid #F0F0F0 !important;
}






#headerpic {
	position: absolute;
	top: 134px;
	right: 0px;
}

.content {
	position: relative;
	top: 0; left: 70px;
	width: 740px;
	min-height: 400px;
	font-family: "Lucida Grande", "Helvetica Neue", helvetica, arial, sans-serif;
}

.content h2 {
	padding-top: 15px;
	width: 180px;
	max-height: 150px;
	font-family: georgia, "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 24px;
	padding-bottom: 7px;
	border-bottom: 4px solid #B3B3B3;
	color: #4D4D4D;
	text-shadow: 0 1px 0 #FFF;
	vertical-align: middle;
}

.content h3 {
	margin: 30px 0 20px 0;
	font-size: 19px;
	text-shadow: 0 1px 0 #FFF;
	color: #262626;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	border-bottom: 3px solid #6FD5A4;
	display: inline-block;
	padding-bottom: 5px;
	text-shadow: 0 1px 0 #FFF;
}

.content .post h4 {
	margin: 10px 0 1px 0 !important;
	line-height: 150%;
}

.content .post p {
	line-height: 130%;
	padding-bottom: 6px !important;
	color: #4C4C4C;
}

.content h4 {
	margin: 20px 0 20px 0;
	font-size: 16px;
	color: #444;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	text-shadow: 0 1px 0 #FFF;
	clear: both;
}

.content h5 {
	margin: 15px 0 10px 0;
	font-size: 14px;
	color: #444;
	text-shadow: 0 1px 0 #FFF;
}

.content .entry {
	position: relative;
	top: 60px; left: 0;
	color: #2E2E2E;
	line-height: 140%;
	font-size: 13px;
}

.content .entry p {
	padding-bottom: 12px;
}

#footer {
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -339px;
	background: url(images/footer_line.png) center top no-repeat;
	width: 678px;
	padding: 10px 0;
	text-align: center;
	color: #7A7A7A;
	font-size: 12px;
	margin-top: 150px;
	clear: both;
}

#footer a {
	color: #7A7A7A;
}

address {
	margin: 4px 0 12px 0;
}

table {
	border-collapse: collapse;
	width: 100%;
}


td {
	padding: 4px 2px;
	border-bottom: 1px solid #C5C5C5;
	height: 23px;
}

thead tr td {
	font-weight: bold;
	background-color: #F6F6F6;
	border-bottom: 1px solid #A9A9A9;
	font-size: 15px;
}

#blockquote {
	font-family: georgia,"Times New Roman",times,serif;
	font-style: italic;
	font-size: 15px;
	color: #4B4B4B;
	padding-left: 10px;
	border-left: 6px solid #BFBFBF;
	position: relative;
	left: 6px;
}

.content a, .content a:link {
	color: #449F76;
	border: 0;
	text-decoration: underline;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.content a:visited {
	color: #7F7F7F !important;
	border: 0;
	text-decoration: underline;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.content a:hover, .content a:active {
	background-color: #FFF;
	color: #2B664D;
	text-decoration: underline;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.content a[href^="mailto:"] {
	background: url(images/mail-link.png) transparent right center no-repeat;
	margin-right: 1px;
	padding: 0 14px 0 0;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.content a[href^="mailto:"]:hover {
	background: url(images/mail-link.png) #FFF right center no-repeat;
	margin-right: 1px;
	padding: 0 14px 0 0;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.content a[href$="pdf"] {
	background: url(images/pdf-link.png) transparent right center no-repeat;
	margin-right: 1px;
	padding: 0 14px 0 0;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.content a[href$="pdf"]:hover {
	background: url(images/pdf-link.png) #FFF right center no-repeat;
	margin-right: 1px;
	padding: 0 14px 0 0;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.timestamp {
	font-size: 11px;
	color: #969696;
	margin-bottom: 16px;
}

.content img.aligncenter {
	display: inline-block;
	float: left;
	margin: 15px 20px 40px 0;
}

.content img.wp-image-181, .content img.wp-image-182, .content img.wp-image-183, .content img.wp-image-193, .content img.wp-image-194, .content img.wp-image-196 {
	float: none;
	display: block;
	margin: 25px 0 0 0;
}

.content img {
	border: 4px solid #F9F9F9;
	box-shadow: 0 1px 2px #535353;
	-webkit-box-shadow: 0 1px 2px #535353;
	-khtml-box-shadow: 0 1px 2px #535353;
	-moz-box-shadow: 0 1px 2px #535353;
	margin: 5px 0 10px 0;
}

.content .post-24 h4 {
	background: #fff;
	width: 100%;
	padding: 2px 5px;
	margin-left: -8px;
	border-radius: 3px;
	text-shadow: none !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
}

.post {
	background: #F1F1F1;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #BFBFBF;
	margin-bottom: 10px;
	padding: 0 10px 10px 10px;
	clear: both;
}

h5, x, h3 {
	clear: both;
}

.post-24 img {
	margin-right: 50px !important;
}


.post-37 img {
	display: block;
	float: none !important;
	clear: both;
	margin: 5px 0 5px 0 !important;
	border: none !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
}


.alignleft {
	float: left !important;
	margin: 0 10px 5px 0 !important;
}




