html, body{
	margin:0px;
	padding:0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #4D393B;
	color: #4d393b;
}
body, td, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
	
h1, h2{
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #4D393B;
	font-weight: bold;
	text-transform: uppercase;
}
strong{
	color: #732b33;
	font-weight: bold;
	text-transform: uppercase;
}
h2{
	font-size: 12px;
	font-weight: normal;
}
p{
	margin-top: 0px;
	margin-bottom: 11px;
	padding-top: 0px;
}
form, form p{
	line-height: 13px;
}
input{
	background-color: white;
	border: 0px none;
	height: 16px;
	margin-left: 5px;
	width: 300px;
}
textarea{
	background-color: white;
	border: 0px none;
	margin-left: 5px;
	width: 300px;
}

a:link, a:active, a:visited, a:hover{
	color: #4D393B;
}
a:hover{
	color: #684D50;
	text-decoration: none;
}
a.weiter:link, a.weiter:active, a.weiter:visited, a.weiter:hover{
	background-image: url(../images/weiter.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 17px;
}

.wrapper{
	margin:0px;
	padding:0px;
}

#main{
	position: relative;
	height: 571px;
	width: 980px;
	margin: auto;
	overflow: hidden;
	background-color: #F2F1E9;
	text-align: left;
}
.mainrow{
	/* background-color: #EEEDE5; */
	height: 571px;
	text-align: center;
}
#header{
	position: relative;
	width: 100%;
	height: 166px;
	z-index: 1001;
}
#title{
	position: relative;
	height: 18px;
	margin-left: 43px;
	padding-top: 53px;
}
#nav{
	position: absolute;
	height: 17px;
	width: 600px;
	text-align: right;
	padding-top: 40px;
	z-index: 1002;
}
#navdeck{
	position: absolute; 
	right: 2px;
	width: 4px; 
	height: 20px; 
	background-color: #F2F1E9;
	z-index: 2000;
}
#content{
	position: absolute;
	top: 166px;
	width: 100%;
	height: 330px;
	z-index: 8;
}
#bild1, #bild2, #text, #special{
	float: left;
	overflow: hidden;
	height: 330px;
	background-color: #efe5e6;
}
#text{
	overflow: auto;
	margin-left: 39px;
	padding-right: 60px;
	background-color: transparent;
	height: 371px;
}
#text, #text td, #text p{
	line-height: 22px;
}

#footer{
	position: absolute;
	height: 16px;
	top: 525px;
	margin-left: 43px;
	letter-spacing: 2px;
	z-index: 999;
}
#home{
	position: absolute;
	top: 442px;
	left: 898px;
	height: 98px;
	width: 42px;
	z-index: 30;
}
#edit{
	position: absolute;
	top: 5px;
	left: 960px;
	height: 16px;
	width: 16px;
	z-index: 3330;
}
#galerie{
	position: absolute;
	top: 40px;
	left: 30px;
	height: 220px;
	white-space: nowrap;
}
#galerie img{
	margin-left: 10px;
	margin-right: 15px;
}


#nav a:link, #nav a:active, #nav a:visited, #nav a:hover,
#subnav a:link, #subnav a:active, #subnav a:visited, #subnav a:hover{
	color: #4D393B;
	text-decoration: none;
	display: inline;
}
#nav a:hover, #subnav a:hover{
	color: #684D50;
	text-decoration: underline;
}

#nav a.active:link, #nav a.active:active, #nav a.active:visited, #nav a.active:hover{
	color: #712B32;
	text-transform: uppercase;
	text-decoration: none;
	display: inline;
}




html, body, textarea {
  scrollbar-base-color:#4D393B;
  scrollbar-3d-light-color:#F2F1E9;
  scrollbar-arrow-color:#ffffff;
  scrollbar-darkshadow-color:#4D393B;
  scrollbar-face-color:#4D393B;
  scrollbar-highlight-color:#ffffff;
  scrollbar-shadow-color:#F2F1E9;
  scrollbar-track-color:#F2F1E9;
}