body { 
	background: #382f26 url(../images/bg_pattern.png);
	color: #fff0ba;
	font-family: 'quattrocento_romanregular';
}

a {
	color: #fff0ba;
}

a:hover {
	color: #ddd0ba;
}

#wrapper {
	margin: 50px auto;
	width: 960px;
	min-height: 600px;
	background: #38000d;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 20px #000000; /* webkit browser*/
	-moz-box-shadow: 0px 0px 20px #000000; /* firefox */
	box-shadow: 0px 0px 20px #000000;
	overflow: hidden;
}

#header {
	width: 960px;
	height: 283px;
	background: url(../images/header.jpg);
}

#logo {
	position: relative;
	top: 20px;
	left: 20px;
}

#navigation {
	width: 960px;
	height: 50px;
	background: url(../images/bg_navigation.png);
	position: relative;
	top: 139px;
	left: 0;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	float: left;
}

#navigation ul li a {
	padding: 17px 8.5px;
	height: 16px;
	width: 103px;
	display: block;
	text-align: center;
	color: #fff0ba;
   transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
   text-decoration: none;
   font-weight: bold;
}

#navigation ul li a:hover {
	background-color: #38000d;
}

#content {
	width: 960px;
	min-height: 100px;
	background: url(images/bg_content.png) no-repeat;
	padding: 0 0px 40px 0px;
	line-height: 24px;
}

#content ul {
	margin-left: 20px;
	list-style-type: circle;
}

#content ol {
	margin-left: 20px;
	list-style-type: decimal;
}

#content ol li ol {
	margin-left: 20px;
	list-style-type: lower-latin;
}

#content .zitat {
	text-align: center;
	margin-top: 40px;
}

#content .zitat p {
	font-size: 25px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#content p.autor {
	font-weight: normal;
	font-size: 12px;
}

#content img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 20px #000000; /* webkit browser*/
	-moz-box-shadow: 0px 0px 20px #000000; /* firefox */
	box-shadow: 0px 0px 20px #000000;
}

#content img.right {
	float: right;
	margin: 0 0 20px 20px;
}

#content img.left {
	float: left;
	margin: 0 20px 20px 0;
}

#content blockquote {
	
}

#content .clearer {
	clear: both;	
}

#content .float_left {
	float: left;	
}

#content label {
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

#content .text_center {
	text-align: center;
}

#content input, #content textarea {
	width: 300px;
	float: left;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 20px #000000; /* webkit browser*/
	-moz-box-shadow: 0px 0px 20px #000000; /* firefox */
	box-shadow: 0px 0px 20px #000000;
	border: none;
	padding: 10px;
}

#content input[type=submit] {
	width: 320px;	
	text-align: right;
}

#footer {
	width: 960px;
	margin: -40px auto 0 auto;
	text-align: center;
	font-size: 11px;
}