html {
	min-height: 100.1%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0em;
}
#root {
	background: #FFF;
	overflow: auto;
	width: 75em;
	margin: 4em auto 2em;
}
#logo {
	margin-top: 11em;
	margin-bottom: 13.5em;
}


/* Menü */

#menu {
	float: left;
	background: #fff;
}
#menu ul {
	margin: 0em;
	padding: 0em;
}
#menu li {
	list-style: none;
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 0em;
	border-right: none;
	border-left: none;
	margin: 0em;
}
#menu li a {
	text-decoration: none;
	display: block;
	color: #000;
	padding: 0.4em 0em;
}

#menu li a:hover {
	color: #999;
}
#menu li a.active {
	color: #999;
}
#menu li a.active:hover {
	color: #999;
}
#page {
	float: right;
}

/* Hauptbereich */

#main {
}

/* Inhalte */

#head {
	padding: 0em;
	width: 50em;
	overflow: auto;
}
#head img.head {
	margin-bottom: 11em;
	margin-top: 12em;
	float: left;
}
#head img.teaser {
	float: right;
}
#thumbs {
	/*
	width: 251px;
	*/
	width: 295px;
	float: right;
	color: #999;
	height: 250px;
	font-size: 1.1em;
}
#thumbs p {
	line-height: 20px;
	padding-bottom: 20px;
	margin: 0px;
}

#thumbs a {
	color: #000;
	text-decoration: none;
}

#thumbs a:hover {
	color: #999;
}
#thumbs img {
	border: 5px solid #FFF;
}
#thumbs img.medium {
	border-style: none;
	vertical-align: middle;
	margin-right: 1em;
}



#thumbs img.active {
	border-color: #CCC;
}
#gallery {
	color: #555;
	width: 50em;
	float: left;
	margin-top: 4em;
}
#gallery p {
	font-size: 1.1em;
	line-height: 2em;
	margin: 1em 0em;
}


#content {
	width: 50em;
	float: left;
	padding: 4em 0em 0em;
	color: #555;
}

#content h1 {
	margin: 0em 0em 1em;
	font-size: 1.1em;
	line-height: 1.5em;
}
#content h2 {
	margin: 1em 0em 0.5em;
	font-size: 1.4em;
	line-height: 1.5em;
}
#content h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0em;
}
#content h4 {
	font-size: 1.2em;
	margin: 2em 0em 1em;
}

#content p {
	font-size: 1.1em;
	margin: 0em 0em 1em;
	line-height: 1.8em;
}
#content hr {
	height: 1px;
	border-top: 1px solid #ccc;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	display: block;
	margin: 2em 0em;
	clear: left;
}
#content sup {
	font-size: 0.9em;
}
#content sub {
	font-size: 0.7em;
}
#content abbr {
	border-bottom: 1px dotted #000;
	cursor: help;
}

#content acronym {
	cursor: help;
	color: #D00;
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#content ul {
	line-height: 2.2em;
}
#content li {
	font-size: 1.1em;
	list-style: none;
}
#content a {
	color: #000;
	text-decoration: none;
}

#content a:hover {
	color: #999;
}
#content form {
}
#content table {
	margin: 0em 0em 1em;
	padding: 0em;
	border-style: none;
}
#content td {
	font-size: 1.1em;
	margin: 0em;
	padding: 0em 1em 0.5em 0em;
	line-height: 1.8em;
}
#content td ul {
	padding: 0em;
	margin: 0em;
}
#content td li {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 0.6em;
}

/* Fußbereich */

#foot {
	padding-top: 3em;
	padding-bottom: 1em;
	font-size: 1.1em;
	line-height: 1.5em;
}
#foot ul {
	margin: 0em;
	padding: 0em;
}
#foot li {
	list-style: url(none) none;
	display: inline;
	padding-right: 0.5em;
	padding-left: 0.5em;
	border-right: 0.1em solid #AAA;
}

#foot a {
	text-decoration: none;
	color: #000;
}
#foot a:hover {
	text-decoration: none;
	color: #666;
}
#foot a.active {
	color: #666;
}
