/* Standards */
body {
	background-color: #CC6633;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 100.01%; /* nicht 100%, um Anzeigefehler zu vermeiden */
	line-height: 0.9em;
	color: #FFF;
	margin-top: 20px;
	margin-bottom: 40px;
	padding:0;
}
a.link:link { color: #fff; text-decoration: none; border-bottom-style: dotted; border-bottom-width: 1px; }
a.link:hover { background-color: #d37c51; text-decoration: none; }
a.link:visited { color: #fff; text-decoration: none; border-bottom-style: dotted; border-bottom-width: 1px; }
a.link:active { background-color: #d37c51; text-decoration: none; }

img {
	border:0px;
}
h2 {
	margin:0;
	padding:0 0 20px 0;
	font-size:0.75em;
	text-transform:uppercase;
	font-weight:bold;
}
h3 {
	margin:0;
	padding:0 0 5px 0;
	font-size:0.7em;
	font-weight:bold;
}
p {
	margin:0;
	padding:0 0 15px 0;
	font-size:0.7em;
}
td {
	padding:3px;
	text-align:center;
	vertical-align:middle;
}

/* Layout */
#wrapper {
	margin: 0 auto;
	max-width: 650px;
}
.intro {
	text-align:center;
}
#left {
	float:left;
	width:135px;
	padding:0 0 0 25px;
}
#right {
	float:left;
	width:650px;
	padding:0;
}
#menu {
	width:300px;
	height: 90px;
	padding: 9px 0 0 0;
	vertical-align:top;
}
#content {
	width:inherit;
}
#footer {
	width:inherit;
	margin:20px 0 0 0;
}
#footer p {
	padding:0 0 10px 0;
	margin:0;
}
.trenner {
	background:url(images/lightbrown_pixel.gif) repeat-x;
	margin:20px 0 0 0;
	padding:0 0 0;
	width:inherit;
	height:3px;
	clear:both;
}
#footer .trenner {
	margin:0;
	height:30px;
	padding:3px 0 0 0;
}

/* Horizontale und vertikale Zentrierung der Startseite */
#bodyIntro {
	margin: 0px
	}

#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}
#contentIntro {
	margin-left: -325px;
	position: absolute;
	top: -225px;
	left: 50%;
	width: 650px;
	height: 450px;
	visibility: visible
}

/*** DROP DOWN NAVIGATION ***/
#ulwrapper {/* zum zentrieren der Liste */
	width:267px;
	margin: 0 auto;

}
* html #ulwrapper {/* zum zentrieren der Liste im Explorer*/
position: absolute;
	width:267px;
	left: 9%;
}
#nav, #nav ul, #nav li {/* all lists */
	margin:0;
	padding:0;
	list-style:none;
	text-align:left; /* damit das drop down im ie linksbündig ist */
}
#nav {
	position: absolute;
}
#menu #nav {
	top:28px;
}
#nav a {
	display: block; 
	height: 19px;
	font-size:0.7em; 
	color: #FFF;
	text-decoration:none;
}
#nav li { /* all list items */
	float: left;
	width:89px;
}
#nav li ul { /* second-level lists */
	position: absolute;
	top:19px;
	background: #CC6633;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border:1px solid #E3AB8F;
	border-top:none;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav ul li {
	float:none;
	display:block;
	border-top:1px solid #E3AB8F;
	width: 180px;
}
#nav ul li a{
	float:none;
	text-align:left;
	width:170px;
	line-height:160%;	
	height:auto;
	padding: 0 0 0 10px;
}
#nav ul li a:hover {
	background:#D37C51;
	color:#FFF;
}
#nav .span {
	padding: 0 0 0 20px;
	width: 160px;
	line-height:140%;
}
/* Styles */

.imgborder {
	float:right;
}
.list {
	margin:0;
	padding:0 0 18px 0;
	list-style:none;
	font-size: 0.7em;
}
.galerieimg {
	padding-left:0;
}
.galeriethumb {
	padding-left:0;
	text-align:left;
}
