body { 
	font-family: Verdana, Times, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	text-align: left;
	background-position: left top;
	background-repeat: no-repeat;
}

div#Wrapper {
	/* 69%, 76%, 86% oder 93% */
	font-size: 69%;
	line-height: 1.5em;
	color: #eeeeee;
}

div#Header {
	height: 200px;
	background-image: url(images/spike_bg_top.png);
	background-position: left top;
	background-repeat: no-repeat;
}



div#Main {
	width: 1000px;
	position: relative;
	top: 0px;
	left: 0px;
	min-height: 600px;
	background-image: url(images/spike_bg_center.png);
	background-position: left top;
	background-repeat: repeat-y;        
}



#topnav ul {
	padding-left: 0;
	margin-left: 0;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	border-bottom: 2px solid #ffffff;
}

#topnav ul li { display: inline; }

#topnav ul li a {
	padding: 6px 13px 3px 13px;
	color: White;
	text-decoration: none;
	float: left;
	font-size: 14px;
	font-weight: bold;
}

#topnav ul li a:hover {
	background-color: #470403;
	color: #fff;
}



div#Content {
	width: 750px;
	position: relative;
	top: 0px;
	left: 110px;
	padding-bottom: 50px;
}

div#nav {
	position: absolute;
	top: 0px;
	left: 900px;	
}

div#Footer {
	height: 50px;
	position: relative;
	top: -20px;
	left: 0px;
  color: #40221d;
  padding: 40px 0 0 430px;
	background-image: url(images/spike_bg_bottom.png);
	background-position: left top;
	background-repeat: no-repeat;
}

div#thumbs {
  width: 100%;
  text-align: center;
}

.flLeft {
	float: left;
}

.flRight {
	float: right;
}

/******************/
/* Navi */

div#Navigation {
	position: relative;
	top: 140px;
	left: 425px;
	height: 25px;
	width: 460px;
}


.nav_button {
	margin-right: 3px;
}

/******************/
/* Allg. Elemente */

p {
	margin: 0px;
	margin-top: 10px;
  font-size: 13px;
}

h1 {
	font-size: 140%;
	font-weight: bold;
	color: #ffffff;	
}

h2 {
	font-size: 140%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #eeeeee;
	text-transform: uppercase;
	padding: 10px 10px 10px 0;
  width: 100%;
}

h3 {
	font-size: 100%;
	color: #ffffff;	
}

hr {
	
}

a, a:link, a:visited {
	color: #EEEEEE;
	text-decoration: underline;
}

a:hover {
	color: #dfc7a3;
	text-decoration: underline;
}

a.pageactive, a.pageactive:link, a.pageactive:visited {
	color: #dfc7a3;
	text-decoration: none;
}

ul {
	margin: 0px;
	padding: 0px;
}

.text {
	margin-bottom: 15px;
}

img { 
	border: 0;
}

.row {
  width: 750px;
  margin: 5px 0 5px 0;
}

.label {
  float: left;
  width: 170px;
}

.input {

}




/******************/
/* Gallerie */

.galleryPic {
	float: left;
}

/******************/
/* Picbox */

.pics {
	background-color: blue;
	width: 750px;
}

.pic {
	float: left;
	margin-right: 10px;
}

.lastpic {
	float: left;
}

/******************/
/*Googlemap */

.googlemap {
	color: #111111;
}

/******************/
/*Gästebuch */

.a63-form {
  width: 750px;
  margin-left: 0px;
}

.a63-form input, .a63-form textarea {
  border: 1px solid black;
  width: 648px;
  background-color: #eeeeee;
}

.a63-form input:focus, .a63-form textarea:focus {
  background-color: #aaaaaa;
}

.a63-form textarea {
  height: 100px;
}

.a63-form label {
  width: 100px;
  float: left;
}

.a63-form .a63-buttons {
	margin-left: 100px;
}

.a63-form .a63-fsubmit {
  width: 100px;
  background-color: #D6D3CE;
}

.a63-form .a63-info {
  text-align: left;
  margin-left: 100px;
}

.a63-form ul.error {
  font-weight: bold;
  list-style: none;
}

.a63-pagination {
  margin-top: -15px;
  margin-bottom: 5px;
  text-align: center;
}

.a63-pagination a {
  padding-left: 2px;
  padding-right: 2px;
}

.a63-pagination_aktuell a {
  font-weight: bold;
  text-decoration:underline;
}

.a63-answer {
	color: #aaaaaa;
}

table.guestbook {
	width: 750px;
}

table.guestbook th {
	background-color: grey;
	border: 1px solid grey;
	text-align: left;
	padding-left: 2px;
	padding-bottom: 0px;
}

table.guestbook td {
	border: 1px solid grey;
	padding-top: 0px;
	padding-bottom: 15px;
}

.a63-entries .a63-label {
  float: left;
  width: 70px;
}

.a63-entries .a63-value {
  padding-left: 70px;
}

ul.a63-pagination {
  list-style: none;
}

/******************/
/*Links */

.link_left {
	float: left;
	width: 360px;
	margin-right: 30px;
	margin-bottom: 10px;
}

.link_right {
	float: left;
	width: 360px;
	margin-bottom: 10px;
}

