/*
LAYOUT: Two-Column (Left)
DESCRIPTION: Two-column fluid layout with one sidebars left of content
*/

/*reset */

*{
	margin: 0;
	padding: 0;
}

/*Floatfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end Floatfix*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	background: #353535;
}
img{
	border: none;
}
a {
	color: #9ac80d;
	text-decoration:none;
}

a:hover {
	color: #c2ef37;
	text-decoration: underline;
}
#wrapper {
	width: 1000px;
	background: #000000 url(images/contentBg.gif) top right repeat-y;
}
#sidebar{
	padding: 15px;
	width: 380px;
	float: left;
}

#sidebar .logo{
	display: block;
	height: 59px;
	width: 379px;
	background: url(images/header.gif) no-repeat;
}

#sidebar ul li{
	list-style: none;
}

#sidebar #search{
	width: 379px;
	height: 26px;
	background: url(images/searchBg.gif) no-repeat top right;
	display: block;
	margin: 10px 0 15px;
}

#searchform{
	float: right;
}

#searchform label{
	position: relative;
	left: -10px;
	font-size: 14px;
	font-weight: bold;
}

#searchform #searchfield{
	border: none;
	height: 20px;
	width: 145px;
}

#searchform #searchbutton{
	border: none;
	background: none;
	color: #fff;
	font-weight: bold;
	width: 37px;
	height: 26px;
	cursor: pointer;
}

#sidebar h1{
	font-size: 18px;
	background: url(images/headerbg.gif) bottom repeat-x;
	padding: 0 0 5px 0;
	margin: 0 0 6px;
}

#sidebar h1 span{
	color: #98cc00;
}

#sidebar #aankeilers{
	margin-bottom: 10px;
}

#sidebar #aankeilers .keil{
	float: left;
	width: 126px;
}

#sidebar #tagcloud{
         margin-bottom: 10px;
}

#sidebar #webcams .cam{
	width: 125px;
	float: left;
	margin: 0 2px 8px 0;
}

#sidebar #webcams .cam img{
	width: 125px;
	display: block;
	margin: 0 0 5px 0;
}

#sidebar #webcams .cam .buttons .profiel{
	font-size: 14px;
	font-weight: bold;
	width: 60px;
	height: 20px;
	display: block;
	color: #9ac80d;
	background: #353535;
	float: left;
	text-align: center;
}

#sidebar #webcams .cam .buttons .chat{
	font-size: 14px;
	font-weight: bold;
	width: 60px;
	height: 20px;
	display: block;
	color: #171717;
	background: #9ac80d;
	float: right;
	text-align: center;
}

#sidebar #webcams{
	margin: 0 -2px 0 0;
}

#container{
	width: 555px;
	padding: 15px 0 15px 15px;
	float: right;
}

#container h2{
	font-size: 18px;
	font-weight: normal;
}

#container h2 span{
	color: #98cc00;
}

#container .topitem{
	float: left;
	margin: 0 15px 0 0;
}

#container .topitem h3, #container .topitem p{
	color: #969696;
	font-size: 14px;
	padding: 0 0 4px 0;
}

#container li{
	list-style: none;
}

.hr, .hr hr{
	height: 2px;
	background: url('images/hrBg.gif') left center repeat-x;
	padding: 10px 0;
}

.hr hr{
	display: none;
}

#container #nav-above{
	margin: 5px 0 10px 0;
}

#container #nav-below{
	margin: 10px 0 0 0;
}

.nav-previous{
	float: left;
	display: inline;
}

.nav-next{
	float: right;
	display: inline;
}

.post{
}

.post h2{
	margin: 0 0 8px 0;
}

.post p{
	margin: 0 0 8px 0;
}

.post p.small{
	font-size: 9px;
}

.post p.large{
	font-size: 16px;
}

.fotopost a img{
	float: left;
        margin: 0 10px 5px 0;
}

.post h5{
	font-size: 11px;
	color: #9ac80d;
}

p.tags{
	text-align: right;
}

#container .post ul{
	margin: 0 0 8px 0;
}


#container .post ul li{
	list-style: inside;
}

#footer{
	width: 1000px;
	padding: 15px 0 15px 0;
	background: #000000 url(images/contentBg.gif) top right repeat-y;
}

#footer p{
	padding: 0 0 0 15px;
}