/* 
---------------------------------------------------------------
colors:
	#ffffff (background)
	#ff9933 (miriam -border, -lines, -links)
	#993300 (miriam -links, -hover, -Text)
	#364E6D (marco -border, -lines, -links, -Text)
	#6C8DAD (marco -links, -hover)
	#C0C0C0 (impressum -link)
	#A59984 (impressum -Text)
---------------------------------------------------------------
*/


/* -------------------- Layout -------------------- */

div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
	margin: 0px;
	padding: 0px;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}

ul {
	list-style: none;
}

body {
	margin: 0px;
	background: #ffffff;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	scrollbar-3dlight-color:#ff9900;
	scrollbar-arrow-color:#ffecd2;
	scrollbar-base-color:#ff9900;
	scrollbar-darkshadow-color:#ff9900;
	scrollbar-face-color:#ff9900;
	scrollbar-highlight-color:#ff9900;
	scrollbar-shadow-color:#ff9900;
	scrollbar-track-color:#ffecd2;
}

#horizon        
	{
	color: white;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

#center {
	background-color: transparent;
	margin-left: -376px;
	position: absolute;
	top: -257px;
	left: 50%;
	visibility: visible;
	width: 753px; height: 515px;
}

#container {
	width: 753px; height: 515px;
}

#border {
	left: 0px; top: 0px; position: absolute;
	width: 753px; height: 495px;
	border: 1px solid #ff9933;
	background-color : #ffffff;
}

#lines {
	left: 38px; top: 35px; position: absolute;
	width:712px; height:457px;
	border-top: 4px solid #ff9933;
	border-left: 4px solid #ff9933;
	background-color : #ffffff;
}

#logo_pic {
	z-index: 1;
	left: 0px; top: -20px; position: absolute;
}

#marco_pic {
	left: 127px; top: 200px; position: absolute;
	background-color : #ffffff;
}

#marco_pic a {
	display: block;
	text-decoration: none;
	width: 240px;
	text-align: left;
}

#marco_pic a:hover {
	background: #fff;
}


#marco_pic a .text {
	display: none;
}

#marco_pic a:hover .text {
	display: block;
	left: 10px; top: -95px; position: absolute;
	width: 250px; height: 80px;
	padding: 40px 0px 0px 0px;
	color: #364E6D;
	font: normal 9pt arial, sans-serif;
	text-align: left;
}

#miriam_pic {
	left: 385px; top: 200px; position: absolute;
}

#miriam_pic a {
	display: block;
	text-decoration: none;
	width: 248px;
	text-align: right;
}

#miriam_pic a:hover {
	background: #fff;
}

#miriam_pic a .text {
	display: none;
}

#miriam_pic a:hover .text {
	display: block;
	right: 10px; top: -100px; position: absolute;
	width: 250px; height: 80px;
	color: #993300;
	font: normal 9pt arial, sans-serif;
	text-align: right;
}


/* -------------------- Navigation -------------------- */

#marco {
	z-index: 0;
	left: 0px; top: 0px; position: absolute;
	width: 111px; height: 160px;
	border-right: 2px solid #364E6D;
	font: bold 10pt arial, sans-serif;
	padding: 200px 14px 0px 0px;
	text-align: right;
	line-height: 24px;
}

#marco a {
	color: #364E6D;
	display: block; 
	text-decoration: none;

}

#marco a:hover {
	color: #6C8DAD;
	background: #fff;
}

#marco a .text {
	display: none;
}

#marco a:hover .text {
	display: block;
	left: 137px; top: 345px; position: absolute;
	width: 350px; height: 20px;
	color: #364E6D;
	font: normal 9pt arial, sans-serif;
	text-align: left;
}

#miriam {
	z-index: 0;
	right: 0px; top: 100px; position: absolute;
	width: 93px; height: 236px;
	border-left: 2px solid #ff9933;
	font: bold 10pt arial, sans-serif;
	padding: 160px 0px 0px 14px;
	text-align: left;
	line-height: 24px;
}

#miriam a {
	color: #ff9933;
	display: block;
	text-decoration: none;

}

#miriam a:hover {
	color: #993300;
	background: #fff;
}

#miriam a .text {
	display: none;
}

#miriam a:hover .text {
	display: block;
	right: 119px; top: 245px; position: absolute;
	width: 350px; height: 20px;
	color: #ff9933;
	font: normal 9pt arial, sans-serif;
	text-align: right;
}



#impressum {
	right: 0px; top: 484px; position:absolute;
	width: 90px; height: 20px;
	text-align: left;
	font: normal 8pt arial, sans-serif;
}

#impressum a {
	color: #C0C0C0; text-decoration: none;
}


/* -------------------- Impressum -------------------- */

#impressum_content {
	left: 230px; top: 150px; position: absolute; 
	width: 300px;
	color:#A59984;
	font: normal 9pt arial, sans-serif;
	text-align: left;
}	