/* ------------------------------- layout */

body {
	margin: 0;
	border: 0;
	padding: 0;
	text-align: center;
	background-attachment: fixed;
	background-color: #fff;
	font-family: "Helvetica Neue", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/gobelin_kachel_1.gif);
}
#body {
	margin: 0 auto;
	text-align: left;
	width: 790px;
}
#image {
	float: left;
}
#header {
	margin: 10px 0 0 0;
	width: 790px;
	float: right;
	height: 129px;
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
}
#nav {
	width: 770px;
	float: right;
	border-bottom: 1px solid #fff;
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
}
#subnav {
	width: 460px;
	float: right;
	background-color: #A9DEF7;
	padding-left: 20px;
}
#content {
	width: 790px;
	float: left;
	padding: 0 0 250px 0;
}
#left {
	width: 200px;
	float: right;
	margin-top: -20px;
	z-index: 3;
}
#right {
	width: 420px;
	float: right;
	background-image: url(images/80percent.png);
	padding: 20px 30px;
}
.disco {
	width: 420px;
	float: left;
}
.floatimg {
	margin: 20px 20px 20px 0;
	float: left;
}
.floattext {
	margin: 20px 0 0 5px;
	width: 200px;
	float: left;
	clear: right;
	line-height: 1.6em;
}
#footerl {
	width: 443px;
	height: 468px;
	position: fixed;
	/*overflow: auto;*/
	bottom: 0px;
	left: -63px;
	z-index: 1;
	background-image: url(images/skyline_links2.gif);
	background-repeat: no-repeat;
}
#footerr {
	width: 865px;
	height: 245px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 2;
	background-image: url(images/skyline_rechts2.gif);
	background-repeat: no-repeat;
	text-align: right;
}
img {
	border: 0;
}


/* ------------------------------- text */

h1, h2 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.2em;
	color: #F97939;
	text-transform: uppercase;
	margin: 25px 0 0 0;
}
#right p {
	line-height: 1.6em;
	color: #000;
}
.small {
	font-size: 0.9em;
	color: #666;
	line-height: 1.4em;
}
#right p.small {
	font-size: 0.9em;
	color: #666;
	line-height: 1.4em;
}
.datum {
	font-weight: bold;
	color: #f97939;
}
a#footerlinkr {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	bottom: 5px;
	right: 35px;
}
a#footerlinkl {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	bottom: 5px;
	left: 350px;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	background-color: #33FF00;
	color: #fff;
}
#nav ul {
	display: inline;
	margin: 0;
}
#nav li {
	display: inline;
}
#nav a {
	padding: 3px 10px;
	font-weight: bold;
	font-size: 1.1em;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	float: right;
	height: 16px;
}
#nav a.sel {
	background-color: #F97939;
}
#subnav ul {
	display: inline;
	margin: 0;
}
#subnav li {
	display: inline;
}
#subnav a {
	color: #fff;
	padding: 2px 7px;
	text-decoration: none;
	float: left;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#subnav a:hover {
	color: #38BDEF;
	background-color: #fff;
}
#subnav a.sel {
	color: #F97939;
	background-color: #fff;
}
#right a {
	color: #2787AA;
	border-bottom: 1px solid #A9DEF7;
}
#right a:hover {
	color: #3c0;
	border-bottom: 1px solid #33e500;
	background-color: #fff;
}
#right a:active {
	color: #f97939;
	border-bottom: 1px solid #f97939;
	background-color: #fff;
}
#right ul li {
	padding-bottom: 5px;
	list-style-type: square;
}
#right ul li ul {
	margin-top: 5px;
	list-style-type: circle;
}
#right ul li li {
	list-style-type: circle;
}
.ol {
	float: left;
	width: 230px;
	margin: 20px 0;
	line-height: 1.3em;
}
ol {
	list-style-type: decimal;
	margin-top: 0px;
}
.alpha {
	list-style-type: lower-alpha;
}
table {
	line-height: 1.6em;
}
td {
	padding-bottom: 5px;
}
table strong {
	line-height: 1.6em;
}
