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

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


/* Papyrus Font einbinden */
@font-face {
    font-family: 'PapyrusLETPlain';
    src: url('papyrus_let_plain_1.0-webfont.eot');
    src: url('papyrus_let_plain_1.0-webfont.eot?#iefix') format('embedded-opentype'),
         url('papyrus_let_plain_1.0-webfont.woff') format('woff'),
         url('papyrus_let_plain_1.0-webfont.ttf') format('truetype'),
         url('papyrus_let_plain_1.0-webfont.svg#PapyrusLETPlain') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* STYLESHEETS */


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

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

* {
	outline: none;
	}

body {
	background: url(background.png) top left;
	padding: 0;
	margin: 0;
	font-family: 'Tahoma' regular, 'Verdana';
	font-size: 14px;
	line-height: 140%;
}

#container {
	width: 1140px;
	margin: 20px auto;
	}

#container #inner {
	position: absolute;
}

h1, h2 {
	margin-top: 0;
	color: #ebc000;
}

a {
	text-decoration: none;
	color: #ebc000;
	outline: none;
}

a:active, a:hover, a:focus, img {
	outline: none;
}

a:HOVER {
	text-decoration: underline;
	color: #ebab00;
}
	

/* CLEAR FLOATING ELEMENTS */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}

img {
	outline: none;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.hidden {
	display: none;
}

.noborder {
	border: 0 !important;
}

a[title="-exclude-"] {
	display: none;
}

/********************************************
				H E A D E R
********************************************/




/********************************************
			   C O N T E N T
********************************************/

#contentainer {
	background: #fff;
	float: left;
	min-height: 600px;
}

#content {
	width: 914px;
}

.entry {
	margin-left: 175px;
	width: 740px;
}

.entry .post {
	padding: 18px 20px 22px 20px;
}

.entry .post form {
	width: 500px;
	margin: 0 auto;
}

.entry .post form input, .entry .post form textarea {
	width: 490px;
	height: 13px;
	padding: 5px;
	margin: 5px 0;
	font-size: 12px;
	border: 1px solid #555;
}

.entry .post form textarea {
	height: 250px;
}

.entry .post form input[type="submit"] {
	width: 70px;
	height: 35px;
	float: right;
	color: #fff;
	background: #ebc000;
	margin: 10px 0;
}

.post.gal p {
	margin: 0;
}

.post .alignleft {
	float: left;
	margin: 0 13px 13px 0;
}

.post .galoverview {
	border: 1px solid #000;
	-moz-box-shadow:1px 3px 5px #292929;
	-webkit-box-shadow: 3px 3px 3px #292929;
    box-shadow: 3px 3px 5px #292929;
}

.post .alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.post .starter .alignnone {
	margin: -32px -20px -36px -20px;
	max-width: 740px;
}

.ngg-gallery-thumbnail {
	margin-right: 25px !important;
	margin-bottom: 25px;
	}
	
/********************************************
			  S I D E B A R S
********************************************/

.sidebar {
	font-family: 'PapyrusLETPlain';
	font-size: 40px;
	height: 606px;
	position: fixed;
	top: 20px;
}

.sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0 0 12px 12px;
	position: absolute;
	bottom: 0;
}

.sidebar ul li {
	list-style: none;
	padding: 20px 0 0 0;
	text-align: center;
	width: -moz-max-content;
}

.sidebar ul li a {
	line-height: 120%;
	padding: 7px 10px 0 10px;
	color: #000;
}

#sbleft.sidebar ul {
	width: 150px;
}

#sbleft.sidebar ul li {
	text-align: left;
}


#sbleft {
	float: left;
	width: 175px;
}

#sbright {
	float: left;
	margin-left: 914px;
}

#sbright.sidebar ul {
	margin-bottom: 12px;
	margin-left: 32px;
}

#sbright.sidebar ul li {
	margin: 25px auto 0 auto;
}

#sbright.sidebar ul li a {
	background: #fff;
	-moz-box-shadow:1px 3px 5px #292929;
	-webkit-box-shadow: 3px 3px 3px #292929;
    box-shadow: 3px 3px 5px #292929;
	padding: 7px 20px 0 20px;
}


/********************************************
			    F O O T E R
********************************************/
