
@charset "utf-8";
/* CSS Document */
 

/* Google-Fonts einbinden */
@import url("http://fonts.googleapis.com/css?family=Cabin");


/* STYLESHEETS */


/********************************************
*******   allgemeine Definitionen     *******
********************************************/

* html {
 	margin: 0;
	padding: 0;
	}

body {
	background: url(bretter.jpg) repeat-x top center #000;
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', 'Tahoma', 'Helvetica', 'Verdana';
	font-size: 14px;
	color: #000;
	line-height: 140%;
	}

a {
	text-decoration: none;
	color: #f8cd52;
	}
	
a:hover {text-decoration: underline;}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul, ol, li {list-style: none;}

h1, h2, h3 {
	color: #f8cd52;
	font-weight: bold;
	font-size: 20px;
	margin-top: 0;
	text-transform: uppercase;
	}

.noborder {
	border: 0 !important;
	}

.more {
	white-space: nowrap;
	}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

/* CLEAR FLOATING ELEMENTS */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* KLASSEN FÜR jQUERY etc */

.hidden {
	display: none;
}

.noborder {
	border: 0 !important;
}



/********************************************
*******          Container            *******
********************************************/

#container {
	margin: 50px auto;
	background: #fff;
	width: 952px;
	padding: 24px;
	}


/********************************************
*******           Header              *******
********************************************/

#header {
	width: 950px;
	border: 1px solid #a3a09b;
	height: 335px;
	position: relative;
	}

#header #facebook {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 63px;
	background: #4b6fab;
	height: 19px;
	color: #fff;
	font-size: 14px;
	padding: 3px 7px;
	opacity: 0.7;
	z-index: 7 !important;
	}

#header #facebook a {
	color: #fff;
	font-weight: bold;
	}

#header #facebook a:hover {
	text-decoration: none;
	}

#header #slider {
	max-width: 950px;
	min-width: 950px;
	max-height: 335px;
	min-height: 335px;
	background: #555;
	z-index: 0; !important;
	}

#header #menu {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 906px;
	background: #000;
	height: 19px;
	color: #fff;
	opacity: 0.7;
	padding: 3px 22px;
	font-size: 12px;
	z-index: 7; !important;
	}

#header #menu ul {
	list-style: none;
	}

#header #menu ul li {
	float: left;
	list-style: none;
	margin-right: 15px;
	letter-spacing: 1px;
	}

#header #menu ul li a {
	color: #fff;
	text-transform: uppercase;
	opacity: 1.5;
	}

#header #menu ul li a:hover {
	color: #f8cd52;
	}

#header #menu ul li:before {
	content: "\25cb";
	margin-right: 15px;
	}

#header #menu ul li.noicon:before {
	content: "";
	margin: 0;
	}
	

/********************************************
*******           Content             *******
********************************************/

#contentainer {
	width: 950px;
	border: 1px solid #a3a09b;
	border-top: 0;
	position: relative;
	}
	
#contentainer #content {
	width: 580px;
	padding: 20px;
	min-height: 100px;
	float: left;
	border-right: 1px solid #a3a09b;
	}
	
#contentainer #content #blog .post {
	width: 580px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	}

#contentainer #content #blog .post .infos {
	font-size: 10px;
	font-style: italic;
	color: #ccc;
	margin-top: 1px;
	}

#contentainer #content #blog .post h1 {
	margin-bottom: 1px;
	}

#contentainer #content #blog li {
	margin-left: 20px;
	}

#contentainer #content #blog li:before {
	padding-right: 7px;
	content: "\00bb";
	margin-left: -15px;
	}
	



/********************************************
*******          Sidebars             *******
********************************************/

#contentainer #sidebar {
	background: #fffcf3;
	float: left;
	width: 289px;
	padding: 20px;
	}

#contentainer #sidebar .sbentry {
	width: 289px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
	}

#contentainer #sidebar .sbentry h1 {
	color: #000;
	font-size: 16px;
	}

#contentainer #sidebar .sbentry p {
	color: #000;
	font-weight: normal;
	font-size: 12px;
	margin-top: -4px;	
	}

#contentainer #sidebar .sbentry .sbthumbnail {
	background: #fbce3d url(ring.jpg) center center;
	width: 90px;
	height: 90px;
	border: 1px solid #a3a09b;
	float: left;
	margin: 0 15px 10px 0;
	}

#contentainer #sidebar .sbentry .sbthumbnail a {
	width: 90px;
	height: 90px;
	display: block;
	}



/********************************************
*******           Footer              *******
********************************************/

#footer ul {
	list-style: none;
	padding: 5px 0;
	}

#footer ul li {
	float: left;
	list-style: none;
	margin-right: 15px;
	color: #ddd;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

#footer ul li a {
	color: #666;
	}

#footer ul li a:hover {
	color: #000;
	text-decoration: none;
	}
