@CHARSET "ISO-8859-1";

body {
	background: #ffffff url(http://www.peter-welp.de/images/shadow.gif) top center repeat-y;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #4b4b4c;
	line-height: 155%;
}

#page {
	position:relative;
	width: 1000px;
	overflow: hidden;
	margin: 30px auto 10px auto;
	padding: 0px;
}

.grauelinie {
	width: 100%;
	height: 2px;
	background: #999;
	display:block;
	overflow:hidden;
	margin-bottom: 10px;
}

.grauelinie2 {
	width: 100%;
	height: 1px;
	background: #ababab;
	display:block;
	overflow:hidden;
	margin-bottom: 2px;
}

.content {
	padding: 10px 30px 10px 30px;
	overflow: hidden;
}


ul#navi {
        list-style-type: none;
	display: inline-block;
}

ul#navi li {
	float: left;
	margin: 0 30px 0 0;
}

#banner {
	margin: 0px 0px 5px 0px;
}

#banner h1 {
 padding: 50px 0 0 40px;
 color: white;
 font-weight: bolder;
 font-strech: expanded;
 font-style: italic;
 line-height: 150%;
 font-size: 36;
}

.clear {
	clear: both;
}

h1 {
	font-size: 24px;
	color: #004da0;
	margin-bottom: 30px;
}

a.anav {
	text-decoration: none;
	color: #004da0;
}

a.anav:hover {
	text-decoration: underline;
	color: #004da0;
}

a {
	text-decoration:none;
	color: #004da0;
}

a:hover {
	text-decoration: underline;
}

#linkespalte {
	width: 250px;
	margin: 0 20 0 0;
	float: left;
	position: relative;
}

#rechtespalte {
	width: 600px;
	margin: 0;
	float: right;
	position: relative;
}