HTML, BODY, INPUT {
	font-family : Book Antiqua, Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px; line-height: 180%;
}


  a:link { text-decoration:none; color: #000000; }
  a:visited { text-decoration:none; color: #000000; }
  a:hover { text-decoration:underline; color: #000000; }
  a:active { text-decoration:none; color: #000000; }
  a:focus { text-decoration:underline; color: #000000; }


/* Standard-Elemente */

p {
	#margin: 0;
	#padding: 0 0 10px 0;
	#line-height: 180%;	
}

em {	
	color: #673F12;
	font-style: normal;
	font-weight: bold;
}

h1 {
	margin: 0;
	padding: 0;
	width: 778px;
	height: 50px;
	background-repeat : no-repeat;
}

h2 {
	margin: 0;
	padding: 4px 0 3px 0;
	font-size: 100%;
	color: #817463;
}

h3 {
	margin: 0;
	padding: 0 0 10px 30px;
	font-size: 100%;
	font-weight: bold;
	color: #6C0000;
}

.clearer {
	clear: both;
}

a.link {
	font-weight: bold;
	color: #6C0000;
	text-decoration: none;
}

a.arrow {
	font-weight: bold;
	color: #6C0000;
	text-decoration: none;
	background-image: url(../images/parrow.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 3px 0 16px;
	white-space : nowrap;
}

a.link:hover, a.blacklink:hover,a.arrow:hover, a.teaserlink:hover, a.s2d:hover {
	text-decoration: underline;
}

ul.content {
	list-style: none;
	padding: 10px;
	margin: 0 0 0 10px;
	background-color: #D9DAD9;
	border: 1px solid #A3A3A3;
	width: 475px;
}

li.content {
	padding: 2px 0px 2px 25px;
	background-image: url(../images/pbull.gif);
	background-repeat: no-repeat;
	background-position: top left;
}



/* Layout-Elemente  */

BODY {
	background : #E0E0E0 url(../images/pback.gif) repeat scroll top left;
	margin: 0px;
	padding: 0px;
}

#main {
	width: 800px;	
	padding: 0;
	margin: 0 10px 10px 10px;
	text-align: left;
}

#logo {
	background : transparent url(../images/plogo.gif) no-repeat center center;
	width: 800px;
	height: 60px;
	margin: 10px 0 10px 0;
	text-align: right;
}

#eyecatcher {
	padding: 0;
	margin: 0;
	height: 200px;
	border: 1px solid #A3A3A3;
	background : #ffffff;
}
* html #eyecatcher
{   /* Korrekturen fuer IE 5.x */      
	margin-top: -2px;
}

#menu {
 	height: 23px;
 	text-align: left;
 	padding: 0;
 	margin: 0;
}

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

	#menu li {
 		display: inline;
	}

	#menu li a {
 		margin-right: -2px;
 		padding: 1px 14px 1px 14px;
 		background : #A3A3A3 url(../images/pel.gif) no-repeat top right;
 		text-decoration: none;
 		color: #000000;
		font-family : Book Antiqua, Verdana, Arial;
		font-size: 14px;
		font-weight: bold;
	}

	#menu li a img {
 		vertical-align : middle;
	}

	#menu li a.active {
 		background-color: #6C0000;
 		color: #FFFFFF;
	}

	#menu li a:hover {
 		background-color : #6C0000;
 		color: #ffffff;
	}

#content {
	width: 738px;
	min-height: 300px;
	padding: 30px;
	margin: -1px 0 15px 0;
	border: 1px solid #A3A3A3;
	background : #ffffff url(../images/pshadow.gif) no-repeat top left;
	text-align: justify;
}
* html #content
{   /* Korrekturen fuer IE 5.x */      
	padding-right: 0px;
	padding-left: 20px;
}

#youarehere {
	display: block;
	text-align: right;
	background : url(../images/pline.gif) no-repeat bottom right;
	padding-bottom: 4px;
}

#more {
	display: block;
	text-align: right;
	background : url(../images/pline.gif) no-repeat top right;
	padding-top: 4px;
	padding-bottom: 15px;
}

#kontakt {	
	float: left;
	width: 180px;
	padding: 0 25px 0 40px;
	margin: 0 0 10px 0;
}
* html #kontakt
{   /* Korrekturen fuer IE 5.x */      
	width: 175px;
	padding-right: 15px;
	padding.left: 20px;
}

#bild {	
	float: left;
	width: 100px;
	padding: 0 0 0 10px;
	margin: 10px 0 10px 0;
}

#impressum {	
	float: left;
	width: 260px;
	padding: 0 40px 0 40px;
	margin: 10px 0 10px 0;
}

#foto {	
	position: absolute;
	width: 200px;
	height: 266px;
	padding: 0 0 0 0;
	margin: 0 0 0 525px;
	background-color: #A3A3A3;
}



