/* CSS Dokument erstellt von Mehmet Karagöz, 
## Kontakt: mkaragoez@hotmail.com ########*/

* {
	margin: 0;
	padding: 0;
}

ul, li, ol {
	list-style: none;
}

a, a:hover, a:focus,
a:visited, a:active {
	text-decoration: none;
}
			
body {
	background: #FFF url(../images/bg.gif) repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

strong {
	color: #900;
	font-weight: normal;
}

@font-face {
    font-family: DistrictThin;
    src: url(../fonts/distth-webfont.eot);
    src: url(../fonts/distth-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/distth-webfont.woff) format('woff'),
         url(../fonts/distth-webfont.ttf) format('truetype'),
         url(../fonts/distth-webfont.svg#DistrictThin) format('svg');
    font-weight: normal;
    font-style: normal;

}
			
h1 {
	font-family: DistrictThin;
	color:#999;
	font-size:30px;
	font-weight: normal;
	float:left;
	display: block;
	padding-bottom: 30px;
	text-transform: uppercase;
}

#navigation {
	float: right;
	margin-top: 10px;
	font-family: DistrictThin;
}

#navigation li {
	float: left;
	margin-left: 30px;
}

#navigation a {
	color: #999;
	font-size: 16px;
	-webkit-transition: color 1s ease 0s;
	-moz-transition: color 1s ease 0s;
	transition: color 1s ease 0s;
}

#navigation a:hover {
	color: #900;
	-webkit-transition: color 1s ease 0s;
	-moz-transition: color 1s ease 0s;
	transition: color 1s ease 0s;
	}

.content h1 span {
	color: #900;
}

.content h1 a {
	color: #999;
}
			
.content {
	width: 906px;
	position: relative;
	margin: 60px auto 0;
}

#inhalt {
	background: url(../images/inhalt.png);
	height: 471px;
	cursor: auto;
}

#inhalt_left {
	width: 490px;
	float: left;
	padding: 40px;
	line-height: 20px;
	color: #555;
}

#inhalt_left a{
	color: #555;
	-webkit-transition: color 1s ease 0s;
	-moz-transition: color 1s ease 0s;
	transition: color 1s ease 0s;
}

#inhalt_left a:hover {
	color: #900;
	-webkit-transition: color 1s ease 0s;
	-moz-transition: color 1s ease 0s;
	transition: color 1s ease 0s;
}

#inhalt_right {
	float: right;
	width: 330px;
	height: 471px;
	background: url(../images/ssplogo.png) no-repeat bottom;
}
			
span.reference {
	font-size:12px;
	margin-top:20px;
	height: 35px;
	float: left;
	clear: both;
	color:#999;
}
			
span.reference a {
	color:#999;
	-webkit-transition: color 1s ease 0s;
	-moz-transition: color 1s ease 0s;
	transition: color 1s ease 0s;
}

span.reference a:hover {
	-webkit-transition: color 1s ease 0s;
	-moz-transition: color 1s ease 0s;
	transition: color 1s ease 0s;
	color: #900;
}












.hs_container{
	position:relative;
	width:902px;
	height:471px;
	overflow:hidden;
	clear:both;
	border:2px solid #fff;
	cursor:pointer;
	-moz-box-shadow:1px 1px 3px #222;
	-webkit-box-shadow:1px 1px 3px #222;
	box-shadow:1px 1px 6px #888;
}
.hs_container .hs_area{
	position:absolute;
	overflow:hidden;
}
.hs_area img{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.hs_area img.hs_visible{
	display:block;
	z-index:9999;
}
.hs_area1{
	border-right:2px solid #fff;
}
.hs_area4, .hs_area5{
	border-top:2px solid #fff;
}
.hs_area4{
	border-right:2px solid #fff;
}
.hs_area3{
	border-top:2px solid #fff;
}
.hs_area1{
	width:449px;
	height:334px;
	top:0px;
	left:0px;
}
.hs_area2{
	width:451px;
	height:165px;
	top:0px;
	left:451px;
}
.hs_area3{
	width:451px;
	height:167px;
	top:165px;
	left:451px;
}
.hs_area4{
	width:192px;
	height:135px;
	top:334px;
	left:0px;
}
.hs_area5{
	width:708px;
	height:135px;
	top:334px;
	left:194px;
}