/*
Theme Name: Blue The Web News
Author: WPThemeDesigner
Author URI: http://www.wpthemedesigner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 13px Verdana;
	color: #111111;
	background-color: #e9e9e9;
}
a {
	color: #0c3d99;
	text-decoration: none;
}
a:hover {
	color: #e41d13;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 970px;
	background: url(images/background.gif) repeat-y 0 0;
	margin: auto auto;
	text-align: left;
	padding: 0 7px;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	background-color: #ffffff;
}
	#header ul {
		float: left;
		list-style-type: none;
		/* padding: 10px 0;
		margin-left: -5px; */
	}
		#header ul li {
			float: left;
			text-transform: uppercase;
			font-size: 0.9em;
			/* padding: 0 15px; */
			border-left: 1px solid #0c3d99;
		}
			#header ul li.f {
				border: 0;
			}
	#header .links {
		float: right;
		font-size: 0.9em;
		color: #3398cc;
		padding: 7px 10px 6px 30px;
		background: transparent url(images/rss.png) 0 5px scroll no-repeat;
	}
		#header .links a {
			margin: 5px;
		}
	#header .logo {
		/*padding: 18px 18px 40px;
		float: left;
		background-image: url(images/header.jpg);*/
		background-image: url(/wp-content/uploads/2011/01/header.jpg);
		height:200px;
		width:970px;
	}
	#header .logo a {
		display:block;
		height:200px;
		width:970px;
	}
		#header .logo h1 {
			font-family: "Lucida Sans";
			font-size: 2.5em;
			text-transform: uppercase;
		}
		#header .logo h1 a {
			color: #3398cc;
		}
		#header .logo p {
			color: #246688;
			font-weight: bold;
			padding-left: 10px;
		}
	#header .ad468x60 {
		float: right;
		padding: 16px 10px;
	}
	#header ol {
		list-style-type: none;
		height: 37px;
		background: #063f95 url(images/nav_bg.png) repeat-x;
	}
		#header ol li {
			float: left
		}
		#header ol li a {
			color: #ffffff;
			display: block;
			font-family:arial;
			font-size:1.2em;
			font-weight:bold;
			letter-spacing:1px;
			text-transform:uppercase;
			padding: 10px 37px 11px;
		}
		#header ol li a:hover {
			background: #063f95 url(images/nav_bg_hover.png) repeat-x;
			background-color: #246688;
		}
	#header {
		
	}
/** END header **/

/** BEGIN content **/
#content {
	width: 666px;
	float: left;
}
	#content .post {
		width: 259px; height: 470px /*420px*/;
		float: left;
		padding: 20px 15px 0 35px;
	}
		#content .post h2 {
			font-family: Georgia;
			font-size: 1.5em;
			margin-bottom: 15px;
		}
			#content .post h2 a {
				color: #252525;
				background-color: #fff;
			}
			#content .post h2 a:hover {
				color: #0c3d99;
				background-color: #fff;
			}
		#content .post .date {
			font-size: 0.9em;
			font-family: Georgia;
			color: #808080;
			margin-bottom: 15px;
		}
		#content .post .continue {
			color: #ffffff;
			background-color: #0c3d99;
			padding: 5px 10px;
			display: block;
			float: left;
			font-family: Georgia;
			font-weight: bold;
			margin-bottom: 25px;
		}
		#content .post a:hover {
			background-color: #e41d13;
		}
		#content .post p {
			margin-bottom: 10px;
			line-height: 1.4em;
		}
		#content .post .thumb {
			height: 150px;
			overflow: hidden;
			padding: 5px;
			background-color: #EEEEEE;
			border: 1px solid #E8E8E8;
			margin-bottom: 10px;
		}
			#content .post .thumb div {
				height: 150px;
				overflow: hidden;
			}
			#content .post .thumb img {
				width: 247px;
			}
	#content .postnav {
		clear: both;
		padding: 20px 34px 40px;
	}
		#content .postnav ul {
			list-style-type: none;
			border: 0;
		}
			#content .postnav ul li {
				float: left;
				padding: 2px;
				padding: 2px;
			}
			#content .postnav ul li a {
				display: block;
				text-align: center;
				text-decoration: none;
				border: 0;
				padding: 5px 8px;
				background-color: #0C3D99;
				color: #ffffff;
				font-family: Georgia;
				font-weight: bold;
			}
			#content .postnav ul li a:hover {
				background-color: #E41d13;
				border: 0 !important;
			}
			#content .postnav ul li.next a {
				width: auto;
				padding: 2px 4px;
			}
			#content .postnav .page_info {
				text-align: center;
				text-decoration: none;
				border: 0;
				padding: 5px 8px;
				background-color: #0C3D99;
				color: #ffffff;
				font-family: Georgia;
				font-weight: bold;
				margin: 2px;
			}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	background-color: #edf0f8;
	width: 304px;
	float: right;
	padding-bottom: 20px;
}
	#sidebar .wrapper {
		padding: 0 15px;
	}
	#sidebar h2 {
		border-bottom:1px solid #252525;
		color:#252525;
		font-size:0.9em;
		margin:15px 0 10px;
		padding-bottom:3px;
		text-transform:uppercase;
	}
	#sidebar ul {
		list-style-type: none;
	}
		#sidebar ul li {
			border-bottom: 1px dotted #DADADA;
			line-height: 1.4em;
			padding: 4px 0;
			font-size: 0.9em;
		}
		#sidebar ul li a {
			color: #0C3D99;
		}
		#sidebar ul li a:hover {
			color: #E41D13;
		}
	#sidebar .ads {
		text-align: center;
		padding: 10px 0;
	}
		#sidebar .ads img {
			margin: 3px;
		}
	#sidebar .search {
		background: #dbe2f3 url(images/search.gif) no-repeat center center;
		border-width: 1px 0;
		border-color: #dbe2f3;
		border-style: solid;
		height: 52px;
                padding-top:25px;
	}
		#sidebar .search input {
			float: left;
			border: 0;
			font-size: 1.2em;
			font-family: Verdana;
			width: 200px;
			margin: 4px 11px 0 22px;
		}
		#sidebar .search button {
			float: left;
			border: 0;
			text-indent: -9999px;
			width: 54px; height: 31px;
                        margin-top:-2px;
			background: transparent;
		}
		#sidebar .search button:hover {
			background: transparent url(images/search_hover.gif);
		}
	#sidebar .flickr { }
		#sidebar .flickr img {
			margin: 3px;
		}
	#sidebar .video {
		padding-bottom: 5px;
	}
	#sidebar .tags { 
		padding-bottom: 5px;
	}
		#sidebar .tags a {
			color: #0C3D99;
		}
		#sidebar .tags a:hover {
			color: #E41D13;
		}
	#sidebar .l {
		float: left;
		width: 125px;
	}
	#sidebar .r {
		float: right;
		width: 125px;
	}
		#sidebar .sbar li {
			font-size: 1em;
			padding-left: 12px;
			background: url(images/bullet.gif) no-repeat 0 8px;
			border: 0;
		}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background: #063f95 url(images/footer_bg.png) repeat-x;
	color: #ffffff;
	font-family: Georgia;
	max-height:112px;
	padding: 25px 30px;
}
	#footer p {
		line-height: 1.5em;
	}
.foot-nav a {
	color:#fff;
	font-weight:bold;
}
.foot-nav a:hover {
	text-decoration: underline;
}
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	padding: 0 35px 20px;
}
	#comments h2 {
		margin: 20px 0 5px;
		font-size: 1.5em;
		font-weight: normal;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	#comments form {
		padding-top: 20px;
	}
		#comments form p {
			margin-bottom: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #909090;
			background-color: #024093;
			font-size: 0.9em;
			font-family: Verdana;
			font-weight:bold;
			color:#fff;
			width: 150px; height: 30px;
			padding-bottom: 3px;
		}
		#comments form button:hover {
			background-color: #E41D13;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em;
	text-transform: uppercase;
	padding: 25px 35px 0;
	color: #565656;
}
.single {
	padding: 0 35px 20px 35px;
}
	.single h2 {
		font-family: Georgia;
		font-size: 1.5em;
		margin:25px 0 15px;
	}
	.single .date {
		border-bottom:1px solid #808080;
		font-size: 0.9em;
		font-family: Georgia;
		color: #808080;
		margin-bottom: 15px;
	}
	.single h3 {
		font-size: 1.5em;
		font-weight: normal;
		margin-bottom: 7px;
	}
	.single p {
		line-height: 1.6em;
		margin-bottom: 10px;
	}
	.single ul {
		margin: 0 0 10px 16px;
	}
	.single ol {
		margin: 0 0 10px 18px;
	}
	.single li {
		line-height: 1.4em;
		padding: 2px 0;
	}
	.single blockquote {
		padding: 10px 10px 5px;
		margin-bottom: 10px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #e8e8e8;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments ol li {
		padding: 10px;
		border: 1px solid #e0e0e0;
		margin-bottom: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 10px 0 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}


/** Eigene Styles **/

.breadcrumb {
	background-color:#DBE2F3;
	font-size:0.9em;
	padding:5px 0 5px 35px;
}

.breadcrumb a {
	font-weight: bold;
}

.vorstand-li {
	width:271px;
	height:157px;
	background:transparent url(images/vorstand-bg.png) no-repeat 0 0;
	padding:10px;
	margin:0 2px 8px 0;
	float:left;
}
.vorstand-re {
	width:271px;
	height:157px;
	background:transparent url(images/vorstand-bg.png) no-repeat 0 0;
	padding:10px;
	margin:0 0 8px 0;
	float:right;
}
.vorstand img {
	width:115px;
	height:150px;
	border:1px solid #494949;
	/* margin-right:7px;
	float:left; */
}
.vorstand-txt {
	position:relative;
	top:-120px;
	left:125px;
	width:155px;
}
.vorstand-txt p {
	font-size:11px;
}

.vorstand-txt-2 {
	position:relative;
	top:-137px;
	left:125px;
	width:155px;
}

.vorstand-txt-2 p {
	font-size:11px;
}

.addthis_container {
	margin-top:15px;
}

table.termine {
	border:0 none;
	border-collapse:collapse;
	font-size:92%;
	line-height:144%;
	text-align:justify;
	width:100%;
	margin:15px 0 20px 0;
}

table.termine td {
	border-top:1px solid #999;
	height:20px;
	padding:6px;
	text-align:left;
	vertical-align:top;
	background-color: #f3f3f3;
}

table.termine td.head {
	border-top:1px solid #999;
	height:20px;
	padding:6px;
	text-align:left;
	vertical-align:top;
	background-color: #0c3d99;
	color:#fff;
	font-weight:bold;
}

table.termine td.alle {
	border-top:1px solid #999;
	height:20px;
	padding:6px;
	text-align:left;
	vertical-align:top;
	background-color: #dbe2f3;
}

.textwidget p {
	border-bottom:1px dotted #DADADA;
	font-size:0.9em;
	line-height:1.4em;
	padding:4px 0;
	color:#757575;
	font-family:Verdana;
}
/** END wordpress 2.7 comments **/

table.vorstand {
       width:100%
}
table.vorstand td {
	width:285px;
	height:182px;
	background:transparent url(images/vorstand-bg.png) no-repeat 0 0;
	padding:10px 10px 20px 10px;
	margin:0 2px 8px 0;
}
table.vorstand td img {
	width:115px;
	height:150px;
	border:1px solid #494949;
	margin-right:7px;
	float:left;
}
table.vorstand td p {
	font-size:11px;
}
