body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

p {
	line-height: 20px;
}

#header {
}

#header #logo {
	margin-left: 44px;
	margin-bottom: 20px;
}

#main {
	background-image: url(/images/balk.png);
	background-repeat:repeat-y;
	background-position:850px 0;
}

#leftnav {
	height:500px;
	width:160px;	
	float: left;	
	margin-top: 10px;
	margin-left: 10px;
}

#leftnav ul {
	list-style:none;
	padding: 0px;
	margin: 0px;
}

#leftnav li {
	margin-top: 10px;
}
#leftnav a {
	text-decoration: none;
	color:#000000;
}


#leftnav li.selected a {
	font-weight:bold;
}

#sponsors{
	font-size:11px;
}

#breadcrumb a{
 text-decoration:none;
 color: #000000;
}

#breadcrumb a:hover{
 text-decoration:underline;
}

#breadcrumb span.seperator{
	margin-left: 5px;
	margin-right: 5px;
}

#content {
	min-height: 800px;
	width:630px;	
	padding-left: 40px;
	padding-right: 10px;	
	float: left;
/*	background-image: url(/images/balk.png);
	background-repeat:repeat-y;		*/
	overflow: hidden;
}

#content h1{
	margin-top: 10px;
}
#content h2{
	margin-top: 4px;
}
#content p{
	margin-top: 10px;
	margin-bottom: 10px;	
/*	clear: both; */
	clear: left;
}

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

#content div.article div.artikel {
float:left;
text-align:center;
margin:0 6px 2px 0;
}

#footer {
	clear:both;
	background-color:#999999;	
}

div.clearer {
	clear:both;
}

#sponsors {
	float: left;
/*	background-image: url(/images/balk.png);
	background-repeat:repeat-y;*/
	min-height: 800px;
	width: 200px;
	overflow:visible;
	text-align: center;
}

#sponsors div.item {
	margin-bottom: 20px;
	width: 180px;
	margin-left: 20px;
	overflow: hidden;
}

#sponsors div.item img {
	border: 0;
}

#sponsors div.item a {
	text-decoration: none;
	color: #000000;
}

#sponsors p.title {
	margin-bottom: 20px;
}


#wrap {
	width: 1060px;
	margin: 8px;
}


#content div.thumb {
	float:left;
	margin:3px;
	padding:0px;
	width:150px;
	/*height:150px;*/
	height:170px;
	background-color: #CCCCCC;	
	border: 0;
	text-align:center;
	overflow: hidden;
}


#content div.thumb img {
	margin: 0;
	padding: 0;
	border: 0;
}

#content div.thumb img.landscape {
	margin-top: 25px;
	margin-bottom: 10px;
}

#content div.thumb p.title {
	margin: 0px;
	padding: 0px;
	font-size:9px;
	margin-top: 0px;
	color:#000000;
	line-height: 12px;
}


#content div.article img.teaser {
	float: right;
	margin:10px 5px 0;

}

#content div.teaser img {
	float: right;
	margin:10px 5px 0;
}

#content div.teaser p {
	clear: left;
}

#content div.teaser p.more a {
	color:#E85623;
}

/* GUESTBOOK: */
#content div.message {
	border-top: 1px solid #666666;
}
#content div.message p.name {
	float: left;
}
#content div.message p.date {
	float: right;
	clear: none;
}
#content div.message p.message {
}
#content #postMessage, #content #thanksMessage {
	background:#CCCCCC none repeat scroll 0 0;
	margin-top:10px;
	padding:5px;
}
#content #thanksMessage p.limitation {
	font-size:smaller;
}
