* {padding: 0; margin: 0;}

/* Generic
---------------------------------------------------------------------------------*/

body {
	background: #2e1e0d;
	font: 80%/160% Arial, Helvetica, sans-serif;
	color: #333333;
	width: 100%;
	display: table;
}

#center {display: block; text-align: center;}
#content {width: 980px; margin-left: auto; margin-right: auto; text-align: left;} 

p {
	padding: 0 0 1.3em;
}
img {
	border: none;
}
a {
	color: #763712;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

blockquote {
	padding: 0 10px 5px 20px;
	background: url(../images/comments-bullet.gif) no-repeat left 2px;
	font: italic 115%/135% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

blockquote cite {
	font: normal 90%/110% Arial, Helvetica, sans-serif;
	text-align: right;
	display: block;
}
ul {
	list-style: none;
	padding-top: .5em;
}
ul li {
	padding: 0 0 1em 18px;
	line-height: 140%;
}
ol {
	font: italic 125% Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	margin: .3em 0 15px;
}
ol li {
	margin: 0 0 5px 30px;
	padding: 0;
}
ol p {
	font: normal 80%/150% Arial, Helvetica, sans-serif;
	color: #333;
}


/* headings and typography
---------------------------------------------------------------------------------*/
h1, h2 {
	font: bold 180%/100% Georgia, Times, serif;
	padding: 0 0 8px;
	letter-spacing: -1px;
	margin-left: -2px;
	color: #2b2b2b;
}

h1 a, h2 a {
	color: #763712;
}
h1 a:hover, h2 a:hover {
	color: #2b2b2b;
	text-decoration: none;
}
h3 {
	font: bold 135%/100% Arial, Helvetica, sans-serif;
	padding: 1.2em 0 .3em;
}
h3 em, h4 em {
	color: #CC0000;
	letter-spacing: -1px;
}
h4 {
	font: bold 124%/100% Arial, Helvetica, sans-serif;
	padding: .85em 0 5px;
	color: #763712;
}
p big, .intro {
	font: 115%/155% Georgia, "Times New Roman", Times, serif;
	color: #333333;

}
/* ---------------------------------------------------------- */
/* header */

#header {
	height: 150px;
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#logo {
	position: absolute;
	top: 8px;
	left: 10px;
}

/* subnav */

#subnav {
	position: absolute;
	top: 16px;
	left: 820px;
	margin: 0;
	padding: 0;
}
#subnav li {
	float: left;
	width: 40px;
	background: 0;
	padding: 0;
	margin: 0 5px 0 0;
}
#subnav a {
	display: block;
	text-indent: -900em;
	width: 35px;
	height: 32px;
}
#subnav .sitemap {
	background: url(../images/sitemap.png) no-repeat 3px;
}
#subnav .contact {
	background: url(../images/contact.png) no-repeat left 3px;
}
#subnav .favorite {
	background: url(../images/favorite.png) no-repeat 3px;
}
#subnav .impressum {
	background: url(../images/impressum.png) no-repeat 3px;
}
#wropper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
/* content */

#content {
	position: relative;
	top: 0px;
	left:30px;
	padding: 50px 0 20px 0px;
}

/* nav */

#nav {
	float: left;
	position: relative;
	list-style: none;
	font: 14px/14px comic sans ms, Georgia, "Times New Roman", Times, serif;
}
#nav h4 {margin-top:40px;text-align:center}
#nav li {
	background: none;
	padding: 4px;
	width: 160px;
	text-align: left;
}
#nav a, #nav a:visited {
	text-decoration: none;
	color: #333;
}
#nav a:hover {
	text-decoration: underline;
}

#jul_description {
	width: 710px;
	text-align: left;
	float: left;
	position: relative;
	margin-left:20px;
	font: 12px/14px comic sans ms, "Times New Roman", Times, serif;
	color: #333;
}
#jul_description table{
	background-color: #fff;
	border: 10px solid #fefefe;}
#jul_description td{
	padding-left:10px;
	vertical-align:top;}
#jul_description p{
	margin-top:5px; }

#description {
	width:710px;
	text-align: left;
	float: left;
	position: relative;
	margin-left:20px;
	font: 12px/14px Georgia, "Times New Roman", Times, serif;
	color: #333;
}
#footer {
	clear: both;
}

#copyright {
	position: absolute;
	width:920px;
	top: 710px;
	color: #333333;
	text-align: right;

}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
