/* RESET */
* {
	margin: 0;
	padding: 0;
}

/*LAYOUT*/

body {
	background: #1c1811 url(../img/bg_body.png) repeat-y;
	font-family: "Lucida Grade", Helvetica, sans-serif;
	font-size: 12px;
	color: #1c1811;
}
img {
	border: 0;
}
#wrapper {
	width:  960px;
}

/* HEADER */
#header {
	background: #000 url(../img/bg_header.jpg) no-repeat right top;
	overflow: hidden;
}
#logo {
	float: left;
	margin: 0;
}

#logo img {
	display: block;
}
#title {
	padding-top: 52px;
	margin-left: 244px;
	height: 106px;
}
#title h2 {
	font-family: "Gill Sans", Helvetica, sans-serif;
	font-size: 16px;
	color: #1c1811;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 8px;
}

/* NAVIGATION */
#navi {
	margin-left: 244px;
	background: url(../img/bg_navi.png) no-repeat right top;
	overflow: hidden;
}

#navi ul {
	list-style-type: none;
}

#navi ul li{
	float: left;
	background: url(../img/trenner_navi.png) no-repeat right;
	padding-right: 2px;
}

#navi ul li a{
	display: block;
	line-height: 35px;
	font-family: "Gill Sans", Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 10px;
}

/* CONTENT */
#cwrapper {
	background: url(../img/bg_content.jpg) no-repeat;
	overflow: hidden;
	min-height: 227px;
}

#content {
	width: 540px;
	padding: 30px;
	float: left;
	line-height: 140%;
}

#content h1 {
	line-height: 35px;
	font-family: "Gill Sans", Helvetica, sans-serif;
	font-size: 22px;
	color: #008000;
	font-weight: normal;
	text-transform: uppercase;
	background: url(../img/bg_hr.png) repeat-x bottom;
	margin-bottom: 30px;
}

#content h2 {
	line-height: 25px;
	font-family: "Gill Sans", Helvetica, sans-serif;
	font-size: 18px;
	color: #008000;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 2px;
}

#content p {
	margin: 15px 0;
}

#content img.image {
	background: #e7deb4 url(../img/bg_images.png) repeat-x top;
	padding: 10px;
}

#content ul{
	margin-left: 15px;
}

#content ul li{
	color: #008000;
}

#content ul li span{
	color: #000000;
}

#content a {
	color: #008000;
	text-decoration: underline;
}

#content a:hover {
	background-color: #ffffff;
}

#sidebar {
	float: right;
	width: 315px;
	padding: 30px 30px 30px 15px;
	line-height: 140%;
}

#sidebar h2 {
	background: url(../img/bg_h_sidebar.png) no-repeat;
	font-family: "Gill Sans", Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 0 0 10px;
	margin: 0 0 30px 0;
}

#sidebar .article h3 {
	font-family: "Gill Sans", Helvetica, sans-serif;
	font-size: 15px;
	color: #008000;
	text-transform: uppercase;
	margin: 15px 0;
	font-weight: normal;
}

#sidebar .article p {
	margin: 15px 0;
}

#sidebar .article img.image {
	background: #e7deb4 url(../img/bg_images.png) repeat-x top;
	padding: 5px;
}

#sidebar .article h3 span.date {
	color: #1c1811;
	text-transform: none;
}


/* FOOTER */
#footer {
	clear: both;
	background: #3c3a33 url(../img/bg_footer.png) repeat-x;
	margin: 15px;
	padding: 10px;
	color: #fff;
	overflow: hidden;
}
#footer .colleft {
	float: left;
	width: 250px;
}

#footer .colleft a {
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}

#footer .colright {
	margin-left: 250px;
	background: url(../img/trenner_footer.png) repeat-y;
	padding: 0 0 0 10px;
}

#footer .colright a {
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}

#footer .colright h2 {
	font-family: "Gill Sans", Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 10px 0;
}

/* SPRACHE */
#lang {
	text-align: center;
	line-height: 30px;
}

#lang a.en{
	background: url(../img/flag_en.png) no-repeat;
	padding: 4px 0 4px 20px;
}
#lang a.de{
	background: url(../img/flag_de.png) no-repeat;
	padding: 4px 0 4px 20px;
}
