/* -- Basic Layout -- */

html,body {
	padding: 0;
	margin: 0;
	background: url('/img/duesseldorf_bg.jpg') no-repeat top #000000;

	font-family: Helvetica, Verdana, Arial, Sans Serif;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#sidebar{
	width: 90px;
	height:300px; 
	float: left;
}
#contentwrapper{
	width: 910px;
	float: left;
	background: url('/wp-content/uploads/2010/05/09_juni.jpg') no-repeat top #ffffff;
}

#featuredcontent{
}

#content {
	padding: 0px 0px 15px 30px;
}

/* -- HTML-Standards -- */

h1,h2,h3,h4,h5,h6 {

}

h1 {
}

h2 {
	text-transform: uppercase;
	font-weight: normal;
}

p {
	font-family: Arial, Verdana, Sans Serif;
	font-size: 14px;
}

A {
	font-size: 14px;
}

#content li {
	font-family: Arial, Verdana, Sans Serif;
	font-size: 14px;
	font-weight: normal;
}

/* -- Startseiten-Layout -- */

.description {
	display: none;
}

.startseitefeatured {
	width: 275px;
	height: 340px; 
	margin-right: 13px;
	margin-bottom: 13px;
	float: left;
	position: relative;
}

.startseitefeatured img{
	border: none;
}

.startseitefeatured .more {
	background: url('/img/more_hover.png') no-repeat;
	display: block;
	width: 96px;
	height: 30px;
	/*position: absolute;
	bottom: 0;
	right: 0;
	
	font-family: 'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
	background-color: #000000;
	color: #ffffff;
	border: 1px solid #cccccc; 
	border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	font-weight: bold;
	padding: 5px 15px 5px 15px;
	*/
}

.startseitefeatured .more:hover {
	background-image: url('/img/more.png');
}

.startseitefeatured .more span{
	display: none;
}

.startseitefeatured h3 {
	margin: 5px 0 0px 0;
}

.startseitefeatured h3 a{
	font-size: 1.2em;
	color: #000000;
	background-color: #ffff00;
}

.startseitefeatured p {
	margin: 5px 0 5px 0;
}

#morefeatured-wrapper {
	clear: left;
	/*border: 1px solid #cccccc;*/
	margin: 15px 0px;
	padding: 30px;
	background: url('/img/featured-box-bg.png') repeat-x 0 -20px;
	border-radius: 0.8em;
	-moz-border-radius-bottomleft: 1em;
	-moz-border-radius-bottomright: 1em;
}

#morefeatured-wrapper h3{
	margin: 0 0 10px 0;
}

.morefeatured {
	clear: left;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #cccccc;
	position: relative;
}

.morefeatured img{
	float: left;
	padding: 2px;
	margin: 0 10px 0px 0;
	border: 1px solid #cccccc;
}

.morefeatured h4{
	font-size: 15px;
	margin: 0 0 15px 0;
	font-weight: bold;
}

.morefeatured p{
	
}

.morefeatured .more{
	border-bottom:2px solid yellow;
	color:black;
	text-decoration:none;
	position: absolute;
	right: 0; 
	top: 0; 
}
.morefeatured .more:hover{
	background-color:yellow;
}

/* --- Sidebar ---*/

#sidebar #logo a{
	display: block;
	background: url('/img/logo.png') no-repeat center #ffff00;
	height: 60px;
	border-bottom: 1px dotted #000000;
	border-top: 1px dotted #000000;
}

#sidebar #logo a span{
	display: none;
}

/* --- Menu --- */
.menu{
	list-style-type: none;
	margin-left: 0;
	padding: 0;
	border-bottom: 1px dotted #000000;
	background: #ffffff;
}
.menu li{
	border-top: 1px dotted #000000;
}

.menu li a{
	display: block;
	padding: 2px 2px 2px 5px;
	text-decoration: none;
	background: #ffff00;
	color: #000000;
}

.menu li a:hover, #menu li.active a{
	background: #ffffff;
}