/* Page Formatting */

* {
	margin:0;
	padding:0;
	}

body {
	background-color:#ededed;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	font:12px "Trebuchet MS", Arial, Verdana;
	color:#555555;
	text-align:left;
}

hr {
	border: 1px;
	height: 1px;
	width: 102%;
	color: #C0C0C0;
	background: #C0C0C0;
	text-align: left;
}


a {
	color:#362305;
	text-decoration:none;
}

a:hover {
	color:#895b12;
	text-decoration:none;
}

img, img a {
	border:0;
	margin-right:20px;
	margin-top:20px;	
}


p {
	line-height:1.7em;
	margin-bottom:20px;
}

/* Page Structure */

#wrapper {
	width:760px;
	margin:0 auto;
	padding:10px;
	background-color:#fff;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
}

#header {
	height:200px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
}

#header h1 {
	padding:25px 0 0 30px;
	font-size: 24px;
	color:#362305;
	letter-spacing:-2px;
	font-weight:normal;
}

#header h2 {
	margin:10px 0 0 40px;
	font-size: 16px;
	color: #362305;
	letter-spacing: -1px;
	font-weight: normal;
}

#sidebar {
	float:left;
	text-align:left;
	width:150px;
	padding:10px;
	background-image:url(images/bg-sidebar.gif);
	border:1px solid #efefef;
	color:#ece8e5;
}

#content {
	margin-left:190px;
	min-height:450px;
}

#adsense {
	clear:both;
	text-align:center;
}

#footer {
	padding:10px 0;
	font-size:11px;
	text-align:center;
	line-height:16px;
	color:#362305;
	font-weight:bold;
}

/*  Headings */

h1 {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:1.8em;
	padding-bottom:0;
}

h1 a {
	text-decoration:none;
}

h1 a:hover {
	text-decoration:none;
}

h2 {
	font-weight:bold;
	font-size:1.0em;
}

h3 {
	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:3.0em;
	line-height:200px;
	margin-left:10px;
}

h3 a {
	color:#362305;
}

h3 a:hover {
	color:#724b0d;
	text-decoration:none;
}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin:0 0 20px 0;
}

#sidebar li {
	list-style-type:square;
	margin-left:14px;
}

#sidebar a {
	font-weight:normal;
}

#sidebar a:hover {
	text-decoration:underline;
}

/* Classes */

.item {
	margin-bottom:10px;
}

.meta {
	margin-bottom:10px;
	color:#724b0d;
}

/* Extra's */

blockquote  {
	border-left:5px solid #724b0d;
	color:#724b0d;
}

#subscribe {
	padding-right:5px;
}

#sub {
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.3em;
}
#sub a:hover {
	text-decoration:none;
}

#content ul {
	margin-left:35px;
	margin-bottom:10px;
}

#content li {
	list-style-type:square;
}

/* Formate aus den Formularen */

.required {
	color: #FF0000;
}

.field_title {
	font-size: 12px;
	width: 100px;
	vertical-align: top;
/*	text-align:right; */
}

.textfield {
	font-size: 12px;
	width: 200px;
}

.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
}

.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}

.select {
	font-size: 12px;
}

.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}

.radio_label {
	font-size: 11px;
	cursor: pointer;
}

.email {
	font-size: 12px;
	width: 200px;
}