/*
Design by mindflowmedia
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	background-position:right top;
	background-image: url(images/oben.jpg);
	background-repeat: repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	color: #333333;
}

 

p, blockquote, ul, ol {
}

 

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #586BAA;
}

a:hover {
	text-decoration: none;
}

 

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
}

.boxed .title {
	height: 31px;
	padding: 9px 0 0 20px;
	background: #6FBE6E url(images/img05.gif) repeat-x;
	font-size: 1.2em;
	color: #000066;
	visibility:hidden;
}

.boxed .content {
	padding: 20px 20px 40px 20px;
	background: url(images/img06.gif) repeat-x;
}

/* Post */

.post {
}

.post .title {
	padding: 5px 0 0 20px;
	font-size: 2em;
	font-weight: normal;
}


.post .story {
	padding: 20px 20px 10px 20px;
	background: url(images/img07.gif) repeat-x;
	font-size:90%;
}

.post h3 {
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 150%;
}

/* Header */

#header {
	width: 777px;
	height: 140px;
	margin: 0 auto;
}

/* Menu */

#menu {
	width: 777px;
	height: 77px;
	margin: 0 auto;
	margin-left:170px;
}

#menu ul {
	margin: 0;
	padding-top: 25px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	margin-left: 1px;
	padding: 13px 20px 0 20px;
	background: #FFFFFF url(images/img02.gif) repeat-x;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #586BAA;
}

#menu a:hover {
	background-image: url(images/img03.gif);
	border-color: #FEDA8D;
	color: #CC0000;
}

#menu .active a {
	height: 36px;
	margin-top: -4px;
	background-image: url(images/img04.gif);
	border: 1px solid #479AC6;
	border-bottom: none;
	font-weight: bold;
	color: #479AC6;
}

#menu .supnet a {
	background-image: url(images/img03supnet.gif);
	border-color: #FEDA8D;
	color: #000033;
}

#menu .supnet a:hover {
	background-image: url(images/img03.gif);
	border-color: #FEDA8D;
	color: #CC0000;
}

/* Logo */

#logo {
	width: 170px;
	height: 42px;
	margin: 0 auto;
	background-image:url(images/logo100.png);
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	top:11px;
	left:2px;
}

#logo h1 {
	float: left;
	letter-spacing: -2px;
	font-size: 36px;
	font-weight: normal;
 
}

#logo h1 a {
display:none;
}

#logo h2 {
	float: left;
	font-size: 14px;
	font-weight: normal;
	display:none;
}

#logo h2 a {
display:none;
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	color: #479AC6;
}

/* Content */

#content {
	width: 877px;
	margin: 0 auto;
}
 

/* Content > Main */

#main {
	float: right;
	width: 501px;
	height:522px;
}

#main a {
}
#example .title {
	height: 31px;
	padding: 9px 0 0 20px;
	background: #6FBE6E url(images/img05.gif) repeat-x;
	font-size: 1.2em;
	color: #000066;
	visibility:hidden;
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 350px;
}

#sidebar a {
}

 

/* Content > Sidebar > Updates*/

#updates {
margin-top:39px;
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/footer.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
}
 
.bild { margin-right:15px}
.bildbox { margin-right:5px}