* {
	margin:0;
	padding:0;
	border:none;
}

body {
	text-align: center;
	background: #69744b;
	font:0.8em/150% Arial, Helvetica, sans-serif;
	color:#232323;
}

#rahmen {
	width: 754px;
	text-align: left;
	background: #fefdf4 url(images/wrapper.png) left repeat-y;
	margin: 0 auto;
	padding:0 2px;
	position: relative;
}

#header {
	text-indent: -5000em;
	height:122px;
	background: url(images/header.png) bottom no-repeat;;
	padding-top:50px;
}

#navigation {
	float: left;
}

#navigation ul {
	list-style: none;
}

#navigation ul ul {
	margin-left:10px;
	font-size:90%;
	
}

#navigation ul li {
	margin-bottom: 1px;
}

#navigation ul a {
	color: #909986;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 10px;
	display:block;
}

#content {
	margin-left:180px;
	width:370px;
}

/*typo*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #cc6600;
}

h1 {
	font-size: 130%;
	margin:15px 0 15px 0;
}

h2 {
	font-size: 120%;
	margin:15px 0 10px 0;
}

h3 {
	font-size: 110%;
	margin:15px 0 10px 0;
}

h4 {
	font-size: 100%;
	margin:10px 0 15px 0;
	font-weight:bold;
	font-variant:small-caps;
	margin:15px 0 10px 0;
}

h5 {
	font-size: 100%;
	font-weight:bold;
	font-variant:small-caps;
	margin:15px 0 10px 0;
}

h6 {
	font-size: 100%;
	font-variant:small-caps;
	margin:15px 0 10px 0;
}

#content p, #content li {
	margin:10px 0 10px 0;
}

#content li {
	margin-left:2.5em;
}

#content blockquote {
	margin:0 2.5em;
	display: block;
	color: #779F59;
}

a {
	color:#cc6600;
}

a:focus, a:hover {
	text-decoration: none;
}

/* form */ 

input,select, textarea {
	width:auto;
	border: 1px solid #333;
	padding:2px;
}

#content .siteoptions {
	margin-top:20px !important;
}

#footer {
	margin-left:180px;
	font-size: 80%;
	margin-top: 30px;
	margin-bottom:10px;
}

.footerright {
	float:right;
	margin-right:20px;
	_margin-right:10px;
}

.footerleft {
	float:left;
}

#the_extra {
	font-weight: bold;
	color: #6b754d;
	position: absolute;
	top:10px;
	right:20px;
	width:150px;
	font-size:90%;
}

#the_extra strong {
	color:#CC6600;
	display:block;
	padding-bottom: 150px;
}

#the_extra p {
	line-height:130%;
	margin-bottom:8px;
}
