html {
    margin: 0;
    padding: 0;
    height: 100%;
	width: 100%
}

body {
    margin: 0;
    padding: 0;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    background-color: #006599;
	color: #c0c0c0;

}

img {
	border: none;
}

#wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	width:100%;
	min-height: 600px;
}

#content {
    background-color: #006599;
    width: 100%;
    position: absolute;
	/*height: 35em;*/
	bottom: 40px;
	min-width: 47.5em;	
}

.hidden {
	position: absolute;
	left: -1000px;
	clear: both;
}

h1 {
	font-size: 1em;
	font-weight: normal;
	margin: 100px 40px 50px 40px;
}

.p_margin {
	margin-top: 164px;
}

#scroller {
	position: relative;
	margin: 0 0 20px 0;
	height: 19px;
}

#scroller.scroller_margin {
	margin-top:	249px;
}

#scroller a {
	width: 20px;
	height: 19px;
	cursor: pointer;
}

.hidden_scroller {
	display: none;
}

#scroller .prior {
	position: absolute;
	left: 40px;
	background-image: url(../images/arrow_prior.gif);
	background-repeat: no-repeat;
}

#scroller .next {
	position: absolute;
	right: 40px;
	top: 0;
	background-image: url(../images/arrow_next.gif);
	background-repeat: no-repeat;
}

#scroller_text {
	position: relative;
	margin: 12px 40px 15px 40px;
	min-height: 5.8em;
	overflow: auto;
	height: 5.8em;	
}

#scroller_text.overflow_hidden, #scroller_text div.overflow_hidden {
	overflow: hidden;
}

#scroller_text p {
	margin: 0 20px 0px 0px;
}

#scroller_text a.up {
	width: 14px;
	height: 15px;
	cursor: pointer;
	position: absolute;	
	top: 0;
	right: 0;
	background-image: url(../images/arrow_up.gif);
	background-repeat: no-repeat;
}

#scroller_text a.down {
	width: 14px;
	height: 15px;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 0px;
	background-image: url(../images/arrow_down.gif);
	background-repeat: no-repeat;
}

#image_container {
 	height: 21em;
	width: 100%;
	overflow: auto;
}

#image_container.overflow_hidden {
	overflow: hidden;
}

#image_scroll {
 	list-style: none;
	width: 1000000px;
	padding: 0;
	margin: 0;
}

#image_scroll li {
 	float: left;
}

.contact #image_scroll li {
	text-transform: uppercase;
	font-size: 1.1em;
	margin-right: 10px;
}

.contact #image_scroll li.first {
	margin-left: 40px;
}

/*.contact #image_scroll li img {
	height: auto;
}*/

#image_scroll li div {
	padding-left: 0.5em;
}

#image_scroll li a {
	color: #c0c0c0;
	text-decoration: none;
}

.contact #image_scroll li a {
	text-transform: none;
}

#footer {
	/* relationale Größe im Falle einer Skalierung */
	height: 4.5em; /* = 60px / 12px */
	border-bottom: solid 4px #002699;
	/* Wieder Pixel, da sich der Abstand nicht skalieren soll */	
    margin: 0 40px 0 0;
	/* Ganz wichtig für die Navigation */
	position: relative;
}

#logo {
	position: absolute;
	bottom: 3px;
	right: 0;
	cursor: pointer;
}

#navigation {
	list-style: none;
	position: absolute;
	bottom: 20px;
	left: 40px;
	padding: 0;
	margin: 0;
}

#navigation li {
	float: left;
	margin: 0;
	margin-right: 10px;
	padding: 0;
	position: relative;
}

#navigation li.project a {
	background-image: url(../images/project.gif);
	background-repeat: no-repeat;
	width: 97px;
	height: 20px;
}

#navigation li.project a:hover,
#navigation li.project a.active {
	background-image: url(../images/project_hover.gif);
}

#navigation li.office a {
	background-image: url(../images/office.gif);
	background-repeat: no-repeat;
	width: 67px;
	height: 20px;
	margin-left: 110px;
}

#navigation li.office a:hover,
#navigation li.office a.active {
	background-image: url(../images/office_hover.gif);
}

#navigation li a {
	position: absolute;
}

#navigation li a span {
	position: absolute;
	left: -1000px;
}