html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;

}
h1 img {
	display: block;
	float: right;
}
img {
	border: 0;
}
a {
	color: /*#FFB301*/ #9C231B;
	text-decoration: underline;
}
a:hover {
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	background: #800000 0px 135px;
	font: 12px arial, sans-serif;
	color: #F09361;
}
#wrapper {
	
}
#header {
	background: /*#FFB301*/ #FFFCC7;
	height: 100px;
}
h1 {
	height: 100px;
	color: #9A0000;
	font-weight: normal;
	font: 22px "Utopia Regular",Georgia,"Times New Roman", serif;
	line-height: 100px;
	text-indent: 23px;
	width: 400px;
}
h1 span {
	font-size: 30px;
}

#body {
	background: url("bilder/images/body_bg.jpg") no-repeat fixed top right;
	background-position: 580px 190px;
	max-width: 1050px;
	min-width: 580px;
	
}

#nav {
	background: url("bilder/images/nav_bg.gif") repeat-x;
	height: 40px;
	font-size: 17px;
}

#nav ul {
	width: 1000px;
	height: 40px;
	padding: 0;
	padding-top: 5px;
}
#nav a {
	font-weight: normal;
	color: #9A0000;
	text-decoration: none;
}
#nav a:hover {
	color: #500000;
}
#nav li {display: inline;
	/*float: left;
	background: url("bilder/images/bullet_nav.gif") no-repeat;*/
	padding-left: 30px;
	padding-right: 10px;
	margin: 0px;
list-style: disc;
}
#nav span{
	font-size: 30px; 
	font-weight: 700;
	
}

#nav li.first {
	background: none;
	padding-left: 20px;
}

#content {
	background: #760202;
	border: 1px solid #6A0101;
	width: 526px;
	margin: 48px 28px 8px 28px;
}
#content .i {
	padding: 15px;
	background: #FFFCC7;
	color: black;
	display: block;
}

#content h2 {
	font: 16px Arial, sans-serif;
	font-weight: bold;
	color: Maroon;
	clear: both;
}
#content h2 strong {
	color: Maroon;
	font-weight: bold;
}

#content h2.h {
	font-size: 12px;
}

.htop {
	color: #FFFCC7;
}
.hproject {
	position: relative;
	top: 0.5em;
	left: -0.4em;
}
.hof {
	position: relative;
	top: -0.5em;
	left: -1.5em;
	color: #FFFCC7;
}
.h2006 {
	position: relative;
	top: 0.1em;
	left: -0.8em;
	font-size: 22px;
}

#picbox-left {
	margin: 1em 2em 1em 0;
	background: #9A0000;
	float: left;
	width: 130px;
	padding: 3px;
}
#picbox-left img {
	display: block;
}

#gallery {
	margin-top: 5px;
	border: 1px solid #9A0000;
	background: #6A0101;
	padding: 5px;
	margin-right: 15px;
}

#gallery img {
	display: block;
}
#bigpic, #gallery .smallpic {
	background: #9A0000;
	padding: 4px;
}

#bigpic {
	float: left;
}
#pica { margin: 0px 15px 15px 15px; }
#picb { margin: 0px 0px 15px 5px; }
#picc { margin: 0px 5px 5px 15px; }
#picd { margin: 0px 0px 5px 15px; }
.smallpic {
	float: left;
}

#copyright {
	text-indent: 270px;
	padding-bottom: 14px;
}

#footer {
	color: Maroon;
	background: #FFFCC7 /*url("bilder/images/footer.gif") repeat-x*/;
	height: 50px;
	text-align: center;
	padding-top: 2px;
}
#footer a:link  {
	color: Maroon;
}

/*Formular Anfang-------------------------*/
form {
/*width: 460px;

background: #80A5EC;
  border: thin solid #2C467C;*/
  margin:0;
  padding:.5em;

}
label, input, select, #P91Captcha { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  margin-top: 5px;
  float: left;
  width: 150px; /* Breite.*/
}
form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}
input, textarea{
	border: 1px solid #800000;
}
input#submit { /* den Submit-Button */
  float: none;
  width: auto;
}
label {
 text-align: right; 
 padding-right: 1em; 
}
/*Formular Ende-------------------------*/

