/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#top {
         width: 879px;
         height: 311px;
         position: fixed;
         top: 0px;
         left: 0px;
		 z-index: 15;
}

#menu {
	width: 187px;
    height: 410px;
    position: fixed;
    top: 311px;
    left: 692px;
	z-index: 20;
	background-color:#FFFFFF;
}

#sort {
	width: 692px;
    height: 21px;
    position: fixed;
    top: 311px;
    left: 0px;
	z-index: 25;
	background-color:#FFFFFF;
}
	  
#content {
	width: 400;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 10;
}

#close {
	width: 692px;
    height: 21px;
    position: fixed;
    top: 311px;
    left: 0px;
	z-index: 25;
	background-color:#FFFFFF;
}

#image1 {
	width: 255px;
	height: 400px;
	position: fixed;
	top: 338px;
	left: 425px;
	z-index: 11;
	background-color:#FFFFFF;
	visibility: visible;
}

#image2, #image3, #image4, #image5, #image6 {
	width: 255px;
	height: 400px;
	position: fixed;
	top: 338px;
	left: 425px;
	z-index: 11;
	background-color:#FFFFFF;
	visibility: hidden;
}



/* textstile */

.timestamp {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #0087d4;
}

.detail_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

.detail_text_cyan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0087d4;
}

.impressum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}




/* LINKS */

a:link {
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:visited {
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:hover {
	color:#0087d4;
	font-weight:normal;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}




/* BUTTONS + FORMULARE */

.form {	
	border-right: #000000 1px outset; 
	border-top: #000000 1px outset;
	border-left: #000000 1px outset;
	border-bottom: #000000 1px outset;
	border-style: solid; 
	font-size: 8pt; 
	background-color: #FFFFFF; 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	height:13px;
}

.form2 {	
	border-right: #000000 1px outset; 
	border-top: #000000 1px outset;
	border-left: #000000 1px outset;
	border-bottom: #000000 1px outset;
	border-style: solid; 
	font-size: 8pt; 
	background-color: #FFFFFF; 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	width:290px;
	height:60px;
}

.button {  
	border-right: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	border-left: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid;
	color: #000000;  
	font-size: 8pt; 
	background-color: #FFFFFF; 
	font-weight: bold;  
}
