/*---------- Message Box ------------------------------------------------------------------------------------------*/
#MessageBox{
	float:left;
	height:400px;			
	width:400px;						
	position:absolute;
	left:200px;
	top:100px;
	display:none;
	z-index:500;
	font-size:9px;
 }
 #MessageBox a{
 	text-decoration:underline;
 }
#MessageBox #linksObenEcke{
	float:left;
	background-image:url(images/message/message_box_corner.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:27px;
	height:27px;
	display:block;
}
#MessageBox #rechtsObenEcke{
	float:right;
	background-image:url(images/message/message_box_corner.png);
	background-position:right top;
	background-repeat:no-repeat;
	width:27px;
	height:27px;
	display:block;
}
#MessageBox #linksUntenEcke{
	clear:both;
	float:left;
	background-image:url(images/message/message_box_corner.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	width:27px;
	height:27px;
}
#MessageBox #rechtsUntenEcke{
	float:right;
	background-image:url(images/message/message_box_corner.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	width:27px;
	height:27px;
}
#MessageBox #oben{
	float:left;
	background-image:url(images/message/message_box_top_bottom.png);
	background-position:top;
	background-repeat:repeat-x;
	width:27px;
	height:27px;
	display:block;
	overflow:hidden;
}
#MessageBox #unten{
	float:left;
	background-image:url(images/message/message_box_top_bottom.png);
	background-position:bottom;
	background-repeat:repeat-x;
	width:27px;
	height:27px;
	display:block;
	overflow:hidden;
	background-position:bottom;

}
#MessageBox #links{
	float:left;
	background-image:url(images/message/message_box_left_right.png);
	background-position:left;
	background-repeat:repeat-y;
	width:27px;
	height:27px;
	display:block;
	overflow:hidden;
}
#MessageBox #rechts{
	float:right;
	background-image:url(images/message/message_box_left_right.png);
	background-position:right;
	background-repeat:repeat-y;
	width:27px;
	height:27px;
	display:block;
	overflow:hidden;
	background-position:right;

}
#MessageBox #innerMessage{
	float:left;
	width:27px;
	height:27px;
	display:block;
	background-color:#FFFFFF;
	overflow:hidden;
}
#MessageBox #innerMessage .Hinweis{
	display:block;
	font-weight:normal;
	overflow:hidden;
	padding-top:10px;
}

.shortButton{
	background-image:url(images/message/button_small.png);
	font-family:verdana;
	font-weight:bold;
	font-size:9px;
	width:64px;
	height:18px;
	border:0px solid;
	text-indent:0px;
	padding-bottom:3px;
}
.shortButton2{
	background-image:url(images/message/button_small.png);
	font-family:verdana;
	font-weight:bold;
	font-size:9px;
	width:64px;
	height:18px;
	border:0px solid;
	padding-bottom:3px;
}
.mediumButton2{
	background-image:url(images/message/button_medium.png);
	font-family:verdana;
	font-weight:bold;
	font-size:9px;
	width:125px;
	height:18px;
	border:0px solid;
	padding-bottom:3px;
}
.bigButton{
	background-image:url(images/message/button_large.gif);
	font-family:verdana;
	font-weight:bold;
	font-size:9px;
	width:130px;
	height:18px;
	border:0px solid;
	padding-bottom:3px;
}
.space5 {
	margin-right:5px;
}
.overview
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000000;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	z-index:499;
	display:none;
}