/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px;
	padding: 0;
	background-color:#6a625c;
	text-align: left;
	font-family: arial, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #616161;
}

h1, h2, h3 {
	margin-top: 0;
	color: #5c5550;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {

}


a {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	border-bottom: none;
	color:#f0991b;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 992px;
	margin: 0 auto;
	height: 250px;
	background-color: #00D8D5;
}

/* Header */

#logo {
	width: 992px;
	height: 100px;
	margin: 0 auto;
	padding: 60px 10px 0 10px;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #00D8D5;
}

#logo span {
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0 0 0;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 47px 0 0 3px;
	font-size: 10px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #DC8700;
}

/* Menu */

#topmenu {
	width: 992px;
	margin: 0 auto;
	padding: 0px;
	height: 35px;
	background: url(images/img03.jpg) no-repeat left top;
}

#topmenu ul {
	margin: 0;
	padding-left: 0px;
	list-style: none;
}

#topmenu li {
	display: inline;
}

#topmenu a {
	display: block;
	float: left;
	margin: 0;
	padding: 10px 23px 0 23px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: arial, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

#topmenu a:hover {
	color: #5c5550;
	display: block;
	height:25px;
	background: #f0991b;
}

#topmenu a:active {
	color: #ffffff;
	display: block;
	height:25px;
	background: #f0991b;
}

#topmenu .current_page_item a {
	color: #FFFFFF;
}

/* Wrapper */

#wrapper {

}

/* Page */

#page {
	width: 994px;
	margin: 0 auto;
	padding: 0px 0px;
	background: #7b736d;
	border-bottom-color:#000000;
	
}

#page-bg {
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 594px;
	background: #e3e0de;
	min-height:470px;
	
	
}

#content a {
	color: #7b736d;
	text-decoration: underline;
	font-weight: bold;
}


.post {
	padding-bottom: 15px;
	line-height: 150%;
		font-size: 11px;
}

.post h1 {
	font-weight: normal;
}

.title {
	height: 30px;
	margin: 0;
	padding: 10px 0 4px 20px;
	font-weight: normal;
	
}

.title a {
	border-bottom: none;
	color: #FFFFFF;
}

.title a:hover {
	border-bottom: 1px dotted #000000;
}

.byline {
	margin: -17px 20px 20px 20px;
}

.byline a {
	color: #DC8700;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0 20px;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
	float: left;
	margin-top: -0px;
	background: #7b736d;
	color:#FFFFFF;
}

#sidebar2 {
	float: right;
	background: #7b736d;
	width: 200px;


}




#sidebar1 a:hover {
	color: #f0991b;

}

#sidebar2 a:hover {
	color: #f0991b;

}


.sidebar {
	float: left;
	width: 200px;
	padding: 0;
	font-size: 11px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 0 0;
}

.sidebar li ul {

}



#sidebar1 li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	border-bottom: 1px dashed #C5C4C4;
	color:#FFFFFF;
}

#sidebar2 li li {
	margin: 0 13px 0 13px;
	padding: 0px 0px;
	color:#FFFFFF;
}

.sidebar li h2 {
	height: 40px;
	margin: 0 0 0 0;
	padding: 10px 15px 0px ;
	background: url(images/titel.jpg) no-repeat left top;
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

#sidebar1 li li {
list-style:none;
}




/* Footer */

#footer {
	width: 954px;
	height: 30px;
	margin: 0 auto;
	padding: 0 20px;
	background: #f0991b;
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: small;
}

#footer a {
color:#A66100;
}

#footer .link {
	float: left;
}

#footer .copyright {
	float: left;
}

