body {
	cursor:url(maus.ani);
	margin: 0;
	padding: 0;
	background: #000000 url(images/img01.jpg) repeat left top;
	font-size: 12px;
	text-align: justify;
	color: #FFFFFF;
	
	
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #DDB119;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a:link {
	color: #DDB119;
}

a:hover, a:active {
	text-decoration: none;
	color: #DDB119;
}

a:visited {
	color: #DDB119;
}



/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Century Gothic";
	font-size: 13px;
	color: #333333;
}

#wrapper {
	margin: 0;
	padding: 0;
	height: 220px;
	background: url(images/img02.jpg) repeat-x left top;
}

#wrapper2 {
	margin: 0;
	padding: 0;
	height: 180px;
	background: url(images/img02.jpg) repeat-x left top;
}

/* Header */

#header {
	width: 810px;
	margin: 0 auto;
	height: 60px;
	font-family: "Century Gothic";
}

/* Menu */

#menu {
	float: left;
	width: 810px;
	height: 50px;
	background: url(images/img03.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	background: url(images/img06.jpg) no-repeat left 50%;
}

#menu a {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 12px 23px 12px 20px;
	letter-spacing: -.5px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 14px;
	color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: none; 
	color: #DDB119;
}

#menu .current_page_item a {
	color: #DDB119;
	font-family: "Century Gothic";
}

/** LOGO */

#logo {
	width: 810px;
	height: 160px;
	margin: 0 auto;
	background: url(images/img.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0 0 0 100px;
	line-height: normal;
}

#logo h1 { 
	padding-top: 105px;
	font-family: "Century Gothic";
	font-size:40px;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	float: left;
	padding: 0px 0 0 100px;
	font: 18px "Century Gothic";
	color: #9B9B9B; 
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 810px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 600px;
	margin-top: 15px;
	background: url(images/img10.jpg) no-repeat left top;
	
}

/* Post */

.post {
	padding: 15px 0px;
}

.post .title {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-family: "Century Gothic";
}

.post h1 {
	width: 520px;
	height: 20px;
	padding: 10px 0 0 15px;
	background: url(images/img08.jpg) no-repeat left top;
	font-size: 22px;
	color: #DDB119;
}

.post h2 {
	width: 520px;
	height: 60px;
	padding: 20px 0 0 15px;
	background: url(images/img08.jpg) no-repeat left top;
	font-size: 22px;
	color: #DDB119;
}

.post .entry {
	padding: 0 15px;
	font-size: 14px;
	border-bottom: 1px dotted #1F1F1F;
	font-family: "Century Gothic";
}

.post .meta {
	padding: 0px 15px 30px 15px;
	font-size: 13px;
	font-family: "Century Gothic";
}

.post .meta p {
	margin: 0;
	padding-top: 15px;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	font-family: "Century Gothic";

}

.post .meta .links {
	float: right;
	font-family: "Century Gothic";
}

.post .meta .more {
	padding: 0 20px 0 18px;
	font-family: "Century Gothic";
}

.post .meta .comments {
	padding-left: 22px;
	font-family: "Century Gothic";
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 150px;
	margin: 0;
	padding: 0;
	margin-top: 15px;
	font-family: "Century Gothic";
	color: #DDB119;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #DDB119;
}

#sidebar li {
	margin-bottom: 40px;
	color: #DDB119;
}

#sidebar li ul {
color: #DDB119;
}

#sidebar li li {
	margin: 0;
	padding-left: 5px;
	color: #DDB119;
	
}

#sidebar h2 {
	width: 150px;
	height: 60px;
	padding: 8px 0 0 25px;
	margin-bottom: 10px;
	background: url(images/img07.jpg) no-repeat left top;
	font-size: 20px;
	color: #DDB119;
	font-family: "Century Gothic";
}





/* Footer */
#footer-wrap {
	width: 810px;
	height: 60px;
	margin: 0 auto;
	background: url(images/img05.jpg) no-repeat left top;
}

#footer {
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 0;
	font-family: "Century Gothic";
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 14px;
}

#legal {
	clear: both;
	padding-top: 17px;
	text-align: center;
	color: #999999;
}

#legal a {
	color: #DDB119;
}
