#campic {
	background:url(homebilder/campics/homebild.jpg);
}
#rubrik {
	background:url(images/fotorubrik.php?text=&nr=0) no-repeat;
}
/*Grundeinstellungen*/
#rubrik {
         width:16px;
         height:200px;
         position:absolute;
         top:296px;
         right:493px;
         background-position:right;
}
#rubrik h2 {
	display:none;
}
body {
	background:#ffffff;
         font-family: Tahoma, Verdana, Arial, Universe, Sans Serif;
         font-size:11px;
         color:#606060;
         letter-spacing:1px;
}
#box {
	width:629px;
         position:absolute;
	left:50%;
	margin:20px 0 0 -350px;
	padding:0;
         background:url(images/body.jpg) no-repeat;
}
.inhalt {
         padding-top:60px;
         margin:0 0 0 187px;
         width:400px;
         min-height:325px;
         margin-bottom:30px;
}
img {
	border:none;
}
a {
	text-decoration:none;
}
a:link, a:visited {
	color:#a0a0a0;
}
a:hover {
	color:#000000;
}
a:active {
	color:#606060;
}
a.on {
	color:#BB2822;
}
/*Einzelne Rubriken*/
#format_referenzen ul {
	width:170px;
         float:left;
         margin:-6px 0 0 0;
         padding:0px 10px 5px 10px;
         line-height:160%;
}
#format_vita ul {
	padding:0 0 0 10px;
         margin:-6px 0 0 0;
         line-height:160%;
}
#format_fotos a {
         font-size:10px;
         text-align:center;
         float:left;
         border:none;
         margin:0 20px 10px 0;
         color:#bb2822;
}
a#rechts {
	margin: 0 0 10px 0;
}
#format_fotos div {
	width:400px;
         text-align:center;
         font-size:10px;
}
#format_fotos div a {
	color:#a0a0a0;
}
#format_fotos div a:hover {
	color:#000000;
}

#format_fotos span {
	display:block;
         width:133px;
         float:left;
         text-align:left;
         letter-spacing:1px;
         padding-top:3px;
}
span#titel {
	text-align:center;
         font-size:11px;
}
span#next {
	text-align:right;
}
#next a {
         float:right;
         margin:0;
}
#kat {
	position:absolute;
         top:10px;
         left:-65px;
         font-size:11px;
}
h1 {
         font-size:12px;
         color:#606060;
         padding:84px 0 0 260px;
         letter-spacing:1px;
         font-weight:normal;
}
#format_home h2 {
	width:100%;
         text-align:center;
         font-size:100%;
         font-weight:normal;
         margin-top:1px;
         letter-spacing:1px;
}
#format_kontakt h2 {
	font-size:100%;
         border-bottom:dotted 1px #606060;
         margin-top:0;
}
#campic {
	position:absolute;
         top:104px;
         left:120px;
         width:50px;
         height:32px;
}
/*Menü*/
#menu {
         position:absolute;
         right:510px;
         top:160px;
         font-size:10px;
         text-align:right;
         list-style:none;
         line-height:190%;
         letter-spacing:1px;

}
/*Fußzeile*/
#fusszeile {
         width:629px;
         height:25px;
         display:block;
         text-align:center;
         font-size:10px;
         clear:both;
         margin:0px 0 15px 0;
         padding-top:15px;
}
#fusszeile span {
	color:#bb2822;
}
#fusszeile a {
	text-decoration:none;
         color:#606060;
}
#fusszeile a:hover {
	color:#000000;
}

/*Formulare (Gäste, Kontakt)*/
textarea#hiddensee, input#hiddensee {
         /*Für Spammer ;)*/
         display:none;
         visibility:hidden;
}
form {
	padding-bottom:10px;
}
textarea {
	height: 120px;
}
input, textarea {
	width: 275px;
         border: dotted 1px #afafaf;
	background: #f9f9f9;
         float:left;
}
input:focus, textarea:focus {
	background:#ffffff;
         border: dotted 1px #bb2822;
}
form div, #format_kontakt div {
         clear: both;
         margin-bottom: 15px;
}
form span, #format_kontakt span {
	display: block;
         width: 100px;
         float: left;
         margin-bottom:15px;
}
input#submit {
         cursor: pointer;
}
input#submit:hover {
         color:#bb2822;
}