/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px;
	padding: 0px;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3 {
	font: 1.82em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #514F42;
}

p, ol, ul {
	line-height: 1.67em;
}

a {
	color: #9D5435;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 940px;
	height: 270px;
}

/* Logo */

#logo {
	float: left;
	padding: 0px 0 0 0;
}

#logo h1 {
	top-margin: 10px;
	height: 80px;
	padding: 30px 0 0 300px;
	background: url(images/logo.png) no-repeat left top;
	font-size: 3em;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 206px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 5px 20px;
	background: #FFFFFF;
	text-decoration: none;
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	-moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

#menu a:hover, .active a {
color:#9D5435;
text-decoration:underline;
background: #beb7a5;
}

/* Page */

#wrapper {
	background: #ebe3ce url(images/img02.jpg) repeat-x left bottom;
}

#page {
	width: 940px;
	margin: 0px;
	padding: 0;
}

/* Content */

#content {
	float: right;
	width: 700px;
	margin-bottom: 50px;
}


/* Subnavi */

#sidebar {
	margin: 20px 0 20px 30px;
	float: left;
	width: 150px;
	margin-bottom: 20px;

}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 30px;
	line-height: 1.50em;
}

#sidebar li ul {
	border-top: 1px dashed #666633;
}

#sidebar li li {
	margin: 0;
	padding: 4px 0 4px 0;
}

#sidebar li li a {
}

#sidebar h2 {
	padding: 0;
	margin: 0 0 10px 0;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}


#content h1 {
font-weight:bold;
font-size:medium;
color:#444444;
}

.news {
  border-width:1px;
  border-style:solid;
  border-color:#FFFFFF;
  padding:1em;
  background-color:#efe4c6;
  -moz-border-radius:7px;
  margin-bottom:1em;
}

.signature {
font-size:small;
font-style:italic;
color:#5c5c5c;
margin-top:0.5em;

}


.pf_entry {
padding:1em;
min-height:90px;
}

.pf_pic {
padding:1em;
float:left;
}

.pf_text {
padding:1em;
min-height:90px;
}

/* CSS Code für Thumbnail-Viewer */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #e0d3b4;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -400px;
left: 60px; /*position where enlarged image should offset horizontally */

}





/* Footer */

#footer {
	width: 940px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
}

#footer a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	display: block;
	float: left;
	width: 300px;
	padding-left: 20px;
}

#footer li.first {
	padding-left: 0;
}

#footer li ul {
	margin: 0;
	margin-bottom: 30px;
}

#footer li li {
	display: list-item;
	float: none;
	margin: 0;
	padding: 2px 0;
	border-bottom: 1px solid #573D30;
}

#footer li li a {
}

#footer h2 {
	margin-top: 0;
	color: #FFFFFF;
}

#legal {
	clear: both;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #525252;
	background: black;
}

#legal a {
	border-bottom: 1px dotted #939393;
	text-decoration: none;
	color: #939393;
}
