/* Hauptnaviagtion */
html {
	width: 100%;
	height: 100%;
	}

BODY {
	color: #333;
	font: normal 0.8em Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
	margin:0%;
 	padding:0%;
	background: #eeeff3 url(bg_body.png) repeat-x scroll;
}


ul, li, hr, h2, form, table, tr, td {
 	margin: 0px;
	padding: 0px;
	}

#container {
	position:relative;
	margin: 0px auto;
	width:810px;
	min-height: 99%;
	height:auto !important; /* moderne Browser */
	height:99%; /* IE */
	background:url(bg_content.png) repeat-y scroll;
	}
	
#head {
	background: url(bg_head.png) no-repeat;
	width:810px;
	height:420px;
}

#head .homelogo {
	position:absolute;
	top:60px;
	left:25px;
	width:250px;
	height:130px;
	border:0px;
	}

#content {
	position: relative;
	left: 10px;
	width:790px;
	padding-bottom:41px;
}

#footer	{
	position: absolute;
	bottom: 0px;
	width:770px;
	height:41px;
	background:url(bg_bottom.png) no-repeat;
	padding:0px 20px;
	}

#footer hr {
	position:absolute;
	left:100px;
	height:1px;
	width:690px;
	border:none;
	border-top: 1px solid #efefef;
	}

#footer div.impressum {
	position:absolute;
	right: 20px;
	bottom: 15px;
	}

ul#topnav {
	font: normal 1em "Times New Roman", Times, serif;
	position:absolute;
	right:20px;
	top:22px;
	}

ul#topnav li {
	display:inline;
	padding:0px 5px;
	}

ul#topnav li a,
ul#topnav li a:visited {
	color:#747474;
	}

ul#topnav li a:hover {
	color:#000;
	}

/* Skyline Hover */

a.skyline:hover {
	background:none;
	}

a.skyline div.skyover {
	position:absolute;
	top:237px;
	left:6px;
	width:800px;
	height:168px;
	cursor:default;
	background: url(head_skyline_gr.jpg)
	}

a.skyline:hover div.skyover {
	background: url(head_skyline.jpg);
	}


/* Inhalt */

div#contenttext {
	text-align: left;
	margin-left:102px;
	width: 450px;
}


/* Allgemein */

p {
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
}

.small {
	font-size: 0.8em;
}

h1 {
	color: #747474;
	font: normal 1.3em "Times New Roman", Times, serif;
	margin-bottom: 5px;
	margin-top: 2px;
	font-weight:bold;
	}	
	
h2 {
	color: #2a2d62;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
	
/* Links */
a:link {
	color: #747474;
	text-decoration: none;
}

a:visited {
	color: #747474;
	text-decoration: none;
}

a:hover,
a:active  {
	color: #000;
}


/* Image-Link hover*/
div.wrapped {
	position:relative;
	width:600px;
	height:250px;
	top:20px;
	left:100px;
	}

a.sidw:hover {
	background:none;
	}

a.sidw div.srw {
	float:left;
	top:50px;
	left:102px;
	width:270px;
	height:150px;
	background: none;
	cursor:pointer;
	background: url(link_sidw_srw.png);
	}

a.sidw:hover div.srw {
	background: url(link_sidw_srw-hover.png);
	}

a.sidw div.bc {
	float:right;
	top:50px;
	left:400px;
	width:270px;
	height:150px;
	background: none;
	cursor:pointer;
	background: url(link_sidw_bc.png);
	}

a.sidw:hover div.bc {
	background: url(link_sidw_bc-hover.png);
	}