﻿/* 
  layout and general formatting rules for szene-hamburg.de
  copyright/ author: Simon O. Pritzkat-Gerthenrich
*/

body{
	font-family: arial, helvetica, sans-serif;
	color: #000;
	background: #f5f5f5 url(../../img/bg_main.gif) fixed repeat-x;
}

*{
	margin: 0;
	padding: 0;
}

label{
	font-size: 13px;
}

img{
	border: none;
}

a, .pseudolink{
	color: #df0000;
	text-decoration: underline;
}

a:hover, .pseudolink:hover{
	text-decoration: none;
}

.hidden{
	display: none;
}

.pseudolink{
	cursor: pointer;
}

/* ivw */
#ivw{
	top: 0;
	left: 0;
	position: absolute;
}

/* header formatting */
#headNav{
	width: 896px;
	height: 18px;
	background: #666;
}

#header{
	position: relative;
	width: 896px;
	height: 90px;
	background: #666;
	background: #0d2231 url(../../img/hh_skyline.jpg) no-repeat;
}

/* contentwrapper */

#mainCont{
	clear: left;
	width: 896px;
	min-height: 500px;
	background: #f5f5f5;
	padding-bottom: 6px;
}

/* content formatting */
#content {
	margin: 0;
	padding: 0;
	width: 596px;
	color: #ccc;
	color: black;
	float: left;
}

#content .contentwrapper{
	margin: 5px 10px 0 10px; 
}

#sidebar{
	margin: 0;
	padding: 0;
	float: left;
	width: 300px;
}

#footer{
	clear: both;
}

.clear, .clearFloat{
	clear: both;
}

/* general text-settings */

.uc{
	text-transform: uppercase;
}

/* error formatierungen */
.error{
	color: #cc0000;
}

div.error{
	margin-top: 6px;
	margin-left: 6px;
	margin-right: 6px;
	border: 2px solid #cc0000;
	background: #d6d6d6;
}

div.error p{
	color: #000;
}

/* banner css */
#bannerWrapper{
	position: absolute;
	top: 0;
	left: 168px;
	width: 728px;
	height: 90px;	
}

#superbannerWrapper{
	padding-top: 5px;
	padding-bottom: 5px;
	background: #d4d4d4;
	left: 168px;
	width: 896px;
}

#skyscraperWrapper{
	position: absolute;
	top: 10px;
	left: 907px;
}

#wallpaperPart1{
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	width: 782px;
}

#wallpaperPart1 a{
	margin:0;
	padding:0;
}

#wallpaperPart2{
	position: absolute;
	z-index: 101;
	top: 18px;
	left: 896px;
}

.bannerTop{
	margin: 12px auto auto 100px;
}

.bannerBg{
	background: #fff;
}

#adl_sb_table{
	width:900px;
}


/* Maintenance */
#maintenance{
	width: 880px;
	height: 800px;
	background: #d4d4d4;
}

#maintenance img{
	margin-right: 20px;
}

#maintenance #maintenancetext {
	height: 660px;
	background: #ffffff;
	padding: 20px;
}

#maintenance #maintenancetext h1{
	margin-bottom: 6px;
	color: #df0000;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
