


body {
	margin: 0;
	padding: 0;
	background: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #996633;
}



h1 {
	font-size: 44px;
}

h2 {
	font-size: 18px;
}

h3 {
}

p, ul, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
}

ul, ol {
}

blockquote {
}

a {
	color: #999999;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr {
	display: none;
}

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}







/* Page */

#page {
	width: 950px;
	margin: 0 auto;
	padding: 20px 25px;
	background: #FFFFFF;
}

/** LOGO */

#logo {
	width: 1000px;
	height: 350px;
	margin: 0 auto;
	
	background: #FFFFFF url(images/top.jpg) no-repeat center 25px;
}



/* Content */

#content {
	float: right;
	width: 640px;

}

/* Post */

.post {
	margin-bottom: 25px;
}

.post .title {
	height: 30px;
	color: #996633;
}

.post .title a {
	text-decoration: none;
	color: #996633;
}

.post .title h2 {
	height: 26px;
	margin: 0 0 10px 0px;
	padding: 0px 0 2px 10px;
	font-weight: normal;
	color: #996633;
}

.post .date {
}

.post .meta {
	padding: 2px 30px 2px 16px;
	background: url(images/img08.jpg) no-repeat left 10px;
	border-bottom: 1px #BDBDBB dotted;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #666666;
}

.post .meta span {
}

.post .meta a {
}

.post .entry {
	padding: 10px 0;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 260px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right: double;
	border-right-color:#cc6633;
	
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	
	margin-bottom: 30px;
	padding: 0px 0 10px 0px;
}

#sidebar li ul {
	border: none;
	background: none;
}

#sidebar li li {
	margin: 0 0 0 5px;
	margin-bottom: 10px;
	padding: 10px 0px 15px 15px;
	background: url(images/punkt.jpg) no-repeat left 16px;
	background-color: #E6E6E6;
	
}

#sidebar p {
	margin: 0;
	padding: 0px 10px 20px 10px;
}

#sidebar h2 {
	height: 26px;
	margin: 0 0 10px 0px;
	padding: 0px 0 2px 10px;
	font-weight: normal;
	color: #996633;
}

#sidebar p {
	line-height: 200%;
}

#sidebar a {
	color: #666666;
}



/* Footer */

#footer {
	width: 1000px;
	height: 95px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img05.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 56px 0;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #666666;
}

#footer a {
	color: #999999; 
}
