/*
Theme Name: Ökozentrum Bonn e.V.
Theme URI: http://www.oez-bonn.de/
Description: -
Version: 1.0
Author: Oliver Ekcer
Author URI: http://www.punktlos.de
*/

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

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background: #232323 url(../img/bg-body.jpg) repeat-x;
}

/* ######################### <<     GROBES TEMPLATE      ######################### */

#header {
	width: 100%;
	height: 268px;
	background: url(../img/bg-header.jpg) no-repeat left;
}

#container {
	width: 950px;
	height: auto !important;
	height: 500px;
	min-height: 500px;
	margin: 0 auto;
	background: #fff url(../img/bg-sidebar.gif) repeat-y 540px 0;
}

#page {
	width: 950px;
	height: auto !important;
	height: 300px;
	min-height: 300px;
	background: url(../img/bg-container.jpg) no-repeat;
	overflow: auto;
	position: relative;
	z-index: 100;
}

#content {
	float: left;
	width: 480px;
	height: auto;
	padding: 30px;
}

#sidebar {
	float: left;
	width: 203px;
	padding: 0 26px;
	height: auto;
	font-size: 1.2em;
	color: #fff;
	z-index: 100;
}

#footer {
	width: 950px;
	height: 57px;
	background: url(../img/bg-footer.jpg) no-repeat;
}

/* #########################      GROBES TEMPLATE    >> ######################### */

/* ######################### <<     NAVIGATION      ######################### */

#navigation ul {
	list-style-type: none;
	margin-left: 8px;
}

#navigation ul li {
	float: left;
	text-align: center;
}

#navigation ul li a {
	font: bold 1.2em/1.2em Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	display: block;
	height: 33px;
	padding: 18px 9px 0 9px;
}

#navigation ul li a:hover {
 background: #065bff;
}

#navigation ul li.current_page_item a {
	background: #02346e;
}

/* #########################      NAVIGATION     >> ######################### */


/* ######################### <<     CONTENT ENTRY FORMATERUNG      ######################### */


#content .entry {
	background: url(../img/entryborder.jpg) no-repeat bottom;
	padding-bottom: 50px;
	position: relative;
	margin-bottom: 20px;
}
#content .csc-firstHeader {
	border-bottom: #f0f0f0 1px solid;
	margin-bottom: 8px;
}

#content .bodytext {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-top: 15px;
}
#content .entry .entryhead {
	border-bottom: #f0f0f0 1px solid;
	margin-bottom: 8px;
}

#content .entry .entryhead small {
	font-size: 1.1em;
	text-decoration: underline;
}

#content .entry .entryhead h1 {
	font-size: 1.8em;
	font-weight: normal;
	text-decoration: none;
	padding: 8px 0;
}

#content .entry .entryhead h1 a {
	text-decoration: none;
	color: #00457a;
}

#content .entry p.entrymeta {
	font-size: 1.1em;
}

#content .entry p.entrymeta a {
	color: #ff9600;
	font-weight: bold;
}

#content .entry .entrycontent {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-top: 15px;
}

#content .entry .entrycontent img {
	margin: 0 10px 0;
}

#content .entry .entrycontent p {
	margin-bottom: 5px;
}

#content .entry .entrycontent a.more-link {
	position: absolute;
	bottom: 19px;
	right: 24px;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

#content .entry .entrycontent a.more-link:hover {
	text-decoration: underline;
}

.csc-mailform-field {
	border:1px solid gray; background-color:#E0E0E0; padding:4px; margin:0px;
	vertical-align: text-top; text-align:right;
}

#content h1.csc-firstHeader {
	border-bottom: #303030 1px solid;
	margin-bottom: 8px;
}

#content h2 {
	border: #333333 1px solid;
	margin: 8px 8px;
	padding: 8px;
	background-color: #DDDDDD;
}

#content h3,h4,h5,h6 {margin-top: 18px;}

#content h4,h5,h6 {margin-bottom: 5px;}

#content ul {padding-left:20px;}
#content ul li {font-size:1.2em;}



/* #########################      CONTENT ENTRY FORMATIERUNG    >> ######################### */

/* ######################### <<     SIDEBAR FORMATIERUNG      ######################### */

#sidebar div.widget {
	margin: 15px 0 0;
}

#sidebar div.widget small {
	font-size: 0.9em;
	color: #6e6e6e;
	text-align: left;
	border-bottom: #6e6e6e solid 1px;
	display: block;
	width: 100%;
	margin: 0 0 15px 0;
}

#sidebar div.widget a {
	color: #ff9600;
	font-weight: bold;
}

#sidebar div.widget p {
	margin: 0 0 10px;
	line-height: 1.5em;
}

#sidebar div#text-1 {
	text-align: center;
}

.heute {
	background-color: #0000CC;/*darkblue*/
	border:1px solid red;
}

/* #########################      SIDEBAR FORMATIERUNG     >> ######################### */

#corners {
	width: 100%;
	height: 22px;
	background: url(../img/bg-corners.jpg) no-repeat center;
	position: absolute;
	top: 268px;
	z-index: 0;
}