
/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000000;
	background-color: #ffffff;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: left;
}


.container {
padding-left:10px;
margin: -250px 0 0 -450px;
position:absolute;
top: 50%;
left: 50%;

}
.shadow {float:left;}
.frame {
position:relative;
background: url(titelhintergrund.jpg);
display:block;
width: 900px;
height: 500px;
overflow: hidden;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
border-radius: 8px;
-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
}

.frame_01 {
position:relative;
background: url(titelhintergrund.jpg);
display:block;
width: 900px;
height: 500px;
overflow: hidden;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
border-radius: 8px;
-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
}
.frame_02 {
position:relative;
background: url(containerhintergrund_02.jpg);
display:block;
width: 900px;
height: 500px;
overflow: hidden;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
border-radius: 8px;
-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
}

#a2 {
margin: -150px 0 0 -410px;
display: block;
position:absolute;
top: 50%;
left: 50%;
width:120px;
height:250px;
padding-left: 10px;
padding-top: 20px;
z-index: 2}

#a3 {
margin: 150px 0 0 -254px;
display: block;
position:absolute;
top: 50%;
left: 50%;
width:120px;
height:250px;
padding-left: 10px;
padding-top: 20px;
z-index: 2
}

#frame_galerie {
position:absolute;
display: block;
width: 620px;
top: 50%;
left: 50%;
margin: -140px 0 0 -250px;
padding: 10px;
z-index: 3;
}

#spalten {
position:absolute;
display: block;
width: 420px;
top: 50%;
left: 50%;
margin: -140px 0 0 -250px;
padding: 10px;
z-index: 2;
}

#spalten_erster {
float:left;
width:300px;
}

#spalten_zweiter {
float:right;
width:300px;
margin-left: 20px;
}

	  
	  
.navigation {
font-family:Trebuchet MS;
line-height:20px;
font-size:0.8em;
color: #fff;
}

.navigation_aktuell {
font-family:Trebuchet MS;
line-height:20px;
font-size:0.8em;
color: #c6c7c8;
}
.navigation_bold_grau {
font-family:Trebuchet MS;
line-height:20px;
font-size:0.8em;
font-weight: bold;
color: #c6c7c8;
}

.headline {
	font-family:Trebuchet MS;
	line-height:20px;
	font-size:1.2em;
	color: #c6c7c8;
	font-weight: bold;
}

.navigation a:link { text-decoration:none; color: #fff }
.navigation a:visited { text-decoration:none; color: #fff}
.navigation a:hover { text-decoration:underline; }
.navigation a:active { text-decoration:none; color: #000}


/*************************************************************/

