/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #333333 url(../images/body_background.gif) repeat-x top left;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	color: #000000;
}

.post form {
	margin: 0;
	padding: 0; 
	line-height: 220%;
	/* font: normal 1em/normal Verdana, sans-serif; */
}

.post .mailformfield {
	padding: 0;
	margin: 6px 0 0 0;
	display:-moz-inline-block;
	display:-moz-inline-box; 
	display:inline-block;
}

.post fieldset.mailform {
	padding: 10px 0 0 18px;
	margin: 0 0 40px 0;
}

.post fieldset.mailform p {
	padding: 30px 0 10px 0;
	margin: 0;
	border: 1px solid blue;
}

.post label {
	width: 120px;
	display:-moz-inline-block;
	display:-moz-inline-box; 
	display:inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.post textarea.mailform-text , .post input.mailform-input {
	width: 240px;
	background: white;
	border-top: 1px solid #A3A3A3;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #D6D6D6;
	color: black;
	padding: 0;
	vertical-align: top;
}

.post input.mailform-submit {
	/* top right bottom left */
	margin: 2px 0 0px 120px;
	display:-moz-inline-block;
	display:-moz-inline-box; 
	display:inline-block;
	width: auto;
}

.post input.mailform-reset {
	margin: 2px 0 0 0;
	width: auto;
	display:-moz-inline-block;
	display:-moz-inline-box; 
	display:inline-block;
}

.post div.csc-mailform-label {
	margin: 20px 0 10px 0;
	padding: 0; 
}

#menu form {
	margin: 0;
	padding: 0; 
}

#menu fieldset.search {
	padding: 0;
	margin: 0;
	border: none;
	text-align: left;
	display: inline-block;
	/* width: 180px; */
	position: relative; 
	top: 15px; 
	left: 20px;
}

#menu button.search_button {
	margin: 0;
	margin-left: 3px;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
	background: url(../images/search.gif) no-repeat top left;
	display: inline-block;
	text-indent: -9999px;
	cursor: pointer;
}

#menu input.searchfield {
	margin: 0;
	margin-top: 2px;
	padding: 0;
	display: inline-block;
	width: 100px;
	background: white;
	border-top: 1px solid #A3A3A3;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #D6D6D6;
	color: black;
	
	float: none;
	clear: both;
}

.post .pagetitle {
	padding: 0; margin: 0;
	width: 100%;
	height: 100%;
	vertical-align: bottom;
}

.post h2.title {
	padding: 0; margin: 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	width: 420px;
	float: left;
}

.post form.print {
	margin: 0;
	padding: 0;
	float: right; 
	
	width: 25px; 
	height: 17px;

	vertical-align: bottom;
	display: block;
}

.post button.print_button {
	margin: 0;
	padding: 0;
	border: none;
	width: 21px;
	height: 23px;
	background: #ffffff url(../images/print.gif) no-repeat top left;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
	
	float: right;
}

.footer {
/* top right bottom left */
	margin: 0 0 1em 0;
	padding: 0 0 6px 0;
	border-bottom: 1px dotted #D6C9BF;
	clear: both;
}


h1, h2, h3 {
	color: #31363B;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 28px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
}

p, ul, ol {
	margin-top: 0.5em;
	line-height: 150%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #C11A00;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}

#header {
	width: 960px;
	height: 203px;
	margin: 0 auto;
}

/* Logo */

#logo {
	width: 754px;
	height: 133px;
	margin: 0 auto;
	padding: 0;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
	margin-left: 174px;
	/* text-transform: uppercase; */
}

#logo h1 {
	padding: 20px 5px 6px 0;
	font-size: 41px;
	font-family: Times, serif;
	font-weight: normal;
}

#logo h2 {
	padding: 0;
	font-size: 29px;
	font-weight: normal;
	font-family: Times, serif;
}

#logo p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
}

#logo a {
	color: #31363B;
}

#logo #logoleftspacer {
	width: 30px;
	border-top: 1px solid black;
	display: block; 
	float: left;
}

#logo #logorightspacer {
	width: 30px;
	display: block; 
	border-top: 1px solid black;
	float: right;
}

#logo #splash {
	width: 109px;
	height: 104px;
	margin: 0;
	margin-top: 11px;
	background: url(../images/LOGO_STUHL.gif) no-repeat left top;
	float: left;
}

#logo #topmenu {
	margin-left: 25px;
	margin-right: 0;
	margin-top: 12px;
	float: right;
	font-size: 10px;
}

#logo #topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#logo #topmenu li {
	text-align: right;
	list-style: none;
}

#logo #topmenu ul a {
	color: #808080;
	text-decoration: none;
}

/* Header */

#header {
	width: 754px;
	margin: 0 auto;
	height: 183px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#menu {
	width: 734px;
	height: 48px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	position:relative
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 48px;
	background: url(../images/img03.gif) no-repeat left 50%;
}

#menu li.suche {
	background: none;
	margin-left: 10px;
}

#menu a {
	position: relative; 
	top: 22%;
	/* display: block; */
	float: left;
	/* margin: 0 10px 0 10px; */
	padding: 8px 25px 6px 25px;
	/* height: 30px; */
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFFFFF;
}

#menu a:hover {
	color: #c0c0c0;
}

#menu .first_menu_item {
	background: none;
	color: #FFFFFF;
}

#menu .current_page_item #first_item {
	background: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 260px;
	margin: 0px;
	margin-top: 10px;
}

#search fieldset {
	border: none;
}

#search #s {
	width: 160px;
	height: 23px;
	background: #FFDBE1;
	border: 1px solid #F57F8C;
}

#search #x {
	width: 40px;
	background: #F74B61;
	border-top: #F74B61 solid 1px;
	border-bottom: #F74B61 solid 3px;
	border-left: #F74B61 solid 1px;
	border-right: #F74B61 solid 1px;
	color: #FFDBE1;
}

#wrapper {
	width: 754px;
	margin: 0 auto;
	background: url(../images/img05.jpg) repeat-x left top #ffffff;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

/* Page */

#page {
	width: 754px;
	margin: 0 auto 0 auto;
	padding: 18px 0 0 0;
}

#page #breadcrumb {
	padding-left: 35px;
	font-size: 10px;
	margin-bottom: 18px;
}

#page #breadcrumb a {
	color: #000099;
	text-decoration: none;
}

/* Content */

#content {
	float: right;
	width: 465px;
	padding-right: 35px;
}


.post {
}

.post h1 {
	font-size: 1.6em;
	font-weight: normal;
	padding-bottom: 10px;
	/* padding-top: 20px; */
}

.post .entry {
	margin: 0;
	padding: 0;
	margin-bottom: 125px;
	border: 1px solid red;
}

.post .meta {
	height: 35px;
	margin: 15px 0 20px 0;
	line-height: normal;
	background: url(../images/img05.jpg) repeat-x left top;
}

.post a {
	color: #000000;
}

.post ul {
	padding: 0;
	margin: 0 0 0 15px;
}

.post li {
	padding: 0;
	margin: 0;
}

.post .social h2 {
	text-decoration: none;
	font-size: 11px;
	text-align: center;
	padding: 0;
	margin: 20px 0 2px 0;
}

.post .social p {
	padding: 13px 0 50px 0;
	margin: 0;
	border-top: 1px dotted #D6C9BF;
	text-align: center;
}

.post .social a {
	color: #999999;
}

/* Sidebar */

#sidebar {
	float: left;
	padding-left: 20px;
	width: 155px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin: 0;
	padding-bottom: 6px;
	padding-left: 15px;
}

#sidebar h2 {
	border-bottom: 1px dotted #D6C9BF;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 6px;
	padding-left: 15px;
	margin-top: 0;
}

#sidebar li p {
}

#sidebar li a {
	text-decoration: none;
	color: #333333;
	font-size: 13px;
}

#sidebar li a:hover {
	font-weight: bold;
}

#sidebar li.current_page_item {
	font-weight: bold;
	color: #333333;
	background: #FFFFFF url(../images/arrow.gif) 0px 5px no-repeat;
	padding-left: 15px;
}

/* Calendar */

#sidebar #calendar {
	padding: 0;
}

#calendar caption {
}

#calendar table {
	width: 100%;
	padding: 0 20px;
	text-align: center;
}

#calendar thead th {
	border-bottom: 2px solid #F2F2F2;
	border-top: 1px solid #F2F2F2;
}

#calendar tbody td {
	padding: 5px 0;
	border-bottom: 1px solid #F2F2F2;
}

#calendar tfoot td {
	border-top: 1px solid #F2F2F2;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar a {
	font-weight: bold;
}

/* Footer */

#footer {
	clear: both;
	width: 754px;
	height: 50px;
	margin: 35px auto 0 auto;
	color: #888888;
	font-size: 0.8em;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer a {
	text-decoration: none;
	color: #888888;
}

#footer a:hover {
}

#footer .legal {
	float: left;
}

#footer .credit {
	float: right;
}

