html {	
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #5C1621 url('images/hintergrund.jpg') center center fixed no-repeat;
  	-moz-background-size: cover;
  	background-size: cover;
	color: #000;
	height:100%; 
}

body, th, td, input, textarea, select, option {
	font-family: "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",arial,sans-serif;
	font-size:14px;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #5C1621;
}
h4 {color: #5C1621;}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1.2em;
	margin: 20px 0 5px 0;
	color:#5C1621;
}

.fehler {background: #ffd; padding: 1em; border:1px solid #ccc; }
.raquo {color: #5C1621;}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #5C1621;
	text-decoration:none;
}

a:hover {
	color: #5C1621;
	text-decoration: underline;
}

img {border:none; padding:0; margin:0; background:transparent;}
img.rahmen {padding:4px;border:1px solid #5C1621;}

  .float_left {float:left; display:inline; margin-right:1em; margin-bottom:0.15em}
  .float_right {float:right; display:inline; margin-left:1em; margin-bottom:0.15em}
  .center {text-align:center; margin: 0.5em auto}

#wrapper {
	width: 600px;
	margin: 0 0 0 128px;
	padding: 0;
	background: #fff;
}

#header {margin: 0;}
#header img {padding: 20px 0 0 20px;background: transparent;}

#topnav {float: right;font-size: .8em;padding: 20px 20px 0 0;}

#fix {
	position:fixed;
	left:0;
	top:160px;
	width:128px;
	color:#fff;
}

#fix p {margin-left:20px;}

#menu {
	background: #5C1621;
	list-style: none;
	margin: 0;
	padding:0;
}
#menu li {
	margin: 0;
	padding: 0;
}
#menu a {
	background: #5C1621;
	border-bottom: 1px solid #fff;
	color: #fff;
	display: block;
	margin: 0;
	padding: 8px 18px;
	text-decoration: none;
	font-weight:normal;
}

#menu a.active {background: #fff url("images/hoveractive.gif") left center no-repeat; color: #5C1621;cursor:default;}
#menu a:hover {
	background: #5C1621 url("images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}   

#menu a:hover.active {background: #fff url("images/hoveractive.gif") left center no-repeat; color: #5C1621;}                

#content {
	width: 520px; 
	margin:0 40px; 
	background: transparent;
	line-height:1.5;
}

#content a {text-decoration:underline;}

#kontakt {clear:both;}

#footer {height:50px;}

#footer p {
	text-align:right;
	font-size:11px;
	margin:20px 0px 0 20px;
}

#GB_overlay {
  background-image: url(images/overlay.png); 
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
}

* html #GB_overlay {
  background-color: #000;
  background-color: transparent;
  background-image: url(images/blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}

#GB_window {
  top: 10px;
  left: 0px;
  position: absolute;
  background: #fff;
  border: 10px solid #5C1621;
  overflow: auto;
  width: 500px;
  height: 450px;
  z-index: 150;
}

#GB_frame {
  border: 0;
  overflow: auto;
  width: 100%;
  height: 428px;
}

#GB_caption {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:18px;
  font-weight: bold;
  color: #5C1621;
  background: #fff;
  padding: 10px 5px 0 10px;
  margin: 0;
  text-align: left;
}

#GB_window img {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
  cursor: hand;
}




