.boxmain { 
	width:130px;
/* 	min-height: 176px; */
}

* html .boxmain {
/* 	height: 176px; */
}
/*.boxmain {
	width: 130px;
	height: 176px;
}

html>body .boxmain {
	width: 130px;
	height: auto;
	min-height: 176px;
}*/

.boxlo {
	padding:0;
	margin:0;
	height:100%;
	background-repeat:no-repeat;
	background-position:top left;
}

.boxlu {
	padding:0;
	margin:0;
	height:100%;
	background-repeat:no-repeat;
	background-position:bottom left;
}

.boxro {
	padding:0;
	margin:0;
	height:100%;
	background-repeat:no-repeat;
	background-position:top right;
}

.boxru {
	padding:0;
	margin:0;
	height:100%;
	background-repeat:no-repeat;
	background-position:bottom right;
}

.boxl {
	padding:0;
	margin:0;
	height:100%;
	background-repeat:repeat-y;
	background-position:left;
}

.boxr {
	padding:0;
	margin:0;
	height:100%;
	background-repeat:repeat-y;
	background-position:right;
}

.boxo {
	padding:0;
	margin:0;
	height:100%;
	background-repeat:repeat-x;
	background-position:top;
}

.boxu {
	padding:0;
	margin:0;
	height:100%;
	background-repeat:repeat-x;
	background-position:bottom;
}

.boxinhalt {
	width:100%;
	height:100%;
}

.boxcontent {
	color:#fff;
	font-size:11px;
}

.box {
	padding:0;
/* 	margin:0; */
	font-size:1px;
}

.box_headersmall {
	font-size:10px;
	color:#2F214C;
}

.box_headerbig {
	font-size:14px;
	color:#285E9A;
	font-weight: bold;
	margin-top:3px;
}

.box_picture {
	float:left;
	margin-top:3px;
	width: 90px;
	height: 93px;
	margin-right: 6px;
/* 	border: 1px solid black; */
}

* html .box_picture {
	margin-right: 3px;
/* 	border: 1px solid black; */
	margin-bottom: -6px;
}

/*.box_text_margin {
	font-size:12px;
	margin-top: 20px;
	color: black;
}

* html .box_text_margin {
	margin-bottom: -6px;
}*/

.box_text {
	font-size:12px;
	margin-top: 3px;
	color:#212121;
}

.box_picture_link {
	float:left;
	/*background-image: url('../img/btn_hyperlink.jpg');*/
/* 	background-repeat: no-repeat; */
	margin:0;
	padding:0;
	margin-top:8px;
	width: 28px;
	height: 27px;
/*  	border: 1px solid black;  */
}

* html .box_picture_link {
	position: relative;
	top: 2px;
	margin-bottom: -6px;
/* 	border: 1px solid black; */
}

.box_link {
	margin-top: 14px;
/* 	margin-right: 13px; */
	margin-left: 30px;
/* 	float: right; */
/* 	border:1px solid black; */
}

* html .box_link {
	position: relative;
	top: 2px;
	left: -2px;
/* 	margin-right: 13px; */
}

.box_seperator {
	margin-top: 3px;
	border-top:1px solid #CDDAF3;
}

.box_link a:link {
	font-size:13px;
	font-weight: bold;
	color:#000000;
	text-decoration:underline;
}

.box_link a:visited {
	font-size:13px;
	font-weight: bold;
	color:#000000;
	text-decoration:underline;
}

.box_link a:hover {
	font-size:13px;
	font-weight: bold;
	color:#000000;
	text-decoration:underline;
}
