* {
	padding: 0; 
	margin: 0; 	
	border: none;
}

html {
	background-color: #fff;
	font-size: 1em;
	height: 100%;
}

body {	
	
	font-family: sans-serif;
	font-size: 100%;
}

body p {
	text-align: left;
}

a img{
	border: none;
}

blockquote {
	padding: 1em 2em 1em 3em;
	font-style: italic;
	font-size: 1em;
}

/*Architektur*/

#wrap { 
	width: 1250px;
	text-align: left;
}

#header {
	width: 860px;
	height: 230px;
	position: relative;
	margin: 10px 0 5px;
	background: url(../img/header.png);
}

#top {
	background: url(../img/top.png);
	width: 860px;
	height: 35px;
}

#content {
	width: 760px;
	padding: 0 50px 0 50px;
	font-family: sans-serif, arial, verdana;
	background: url(../img/content.png);
}

#sidebar {
	float: right;
	width: 380px;
	text-align: left;
}

#sidebar ul {
	text-align: left;
	margin-bottom: 1em;
}

#sidebar td {
	padding: 0 1em 0 0;
	border: 1px solid black;
}

#sidebar span {
	color: white;
}

#ad {
	margin: 2em 0 0 0;
}

#bottom {
	width: 860px;
	height: 35px;
	background: url(../img/bottom.png);
}

#footer {
	width: 860px;
	height: 35px;
	text-align: center;
	position: relative;
}

#plan a  {
	color: #000;
	text-decoration: none;
}

/* Navigation */

#nav {
	position: absolute;
	top: 12em;
	left: 25.5em;
	font: 14px Arial;
	text-align: center;
}

#nav, #nav ul {
	list-style: none;
}

#nav li {
	float: left;
}

#nav li:hover { 
	/*background: url(../img/nav_bg.png);*/
	background-color: #000;
	border: 1px solid white;
	margin: -1px;
}

#nav li ul { 
	position: relative;
	left: -999em;
}

#nav li ul li {
	height: 20px;
	padding-top: 15px;
}

#nav li ul li:hover {
	background: none;
	border: 0;
	margin: 0;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/*Footer*/

#footer ul {
	list-style: none;
}

#footer ul li {
	display: inline;
}

/*Style*/

a {
	color: #3b3b3b;
	font-style: bold;
	text-decoration: none;
}


a:hover {
	color: #272727;
}

a table {
	color: #000;
}

a:hover table {
	color: #000;
}

hr {
  color: #000;
background-color: #000;
height: 1px;
}
