/* - - - - - - - - - Boxes - - - - - - - - - */

div.box {	
	width: 191px;
	clear: both;		
	margin-top: 0px;
	margin-bottom: 10px;	
}

div.mainLeftContent div.box {
	margin-left: 6px;
	margin-top: 10px;
}


div.box div.boxHeadLine {
	height: 17px;
	clear: left;
	background-image: url(images/construction/boxHeadlineBg.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
/*	padding-left: 5px;*/
	padding-top: 0px;
	line-height: 14px;
	text-align:center;
}


div.box div.boxBottom {
	height: 17px;
	clear: both;		
	background-image: url(images/construction/boxBottom.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

div.boxContent, div.boxContentCenter {	
	width: 191px;
	clear: both;
	background-image: url(images/construction/box_content_white.gif);
	background-repeat: repeat-y;
}

div.boxContentCenter {
padding-right:5px;
	text-align: center;
}

div.boxContentDark {	
	width: 191px;
	clear: both;
	background-image: url(images/construction/box_content_dark.gif);
	background-repeat: repeat-y;
}


div.boxDivider {	
	width: 191px;
	clear: both;
	height: 6px;
	background-image: url(images/construction/box_divider.gif);
	background-repeat: repeat-y;
}

div.boxBullet {	width: 191px;
	height: 26px;
	clear: both;
	background-image: url(images/construction/box_content_bullet.gif);
}

div.boxBullet a  {
	font-size: 10px;
	line-height: 26px;	
	color: #333333;
	text-decoration: none;
	padding: 0px 0px 0px 22px;
}

div.box .slideimages {
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:189px;
	height:130px;
	overflow:hidden;
	margin-left: 1px;
}

div.box .slideimages li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

div.box .slideimages li img{
	display:block;
	background-color:#FFFFFF;
}

 div.box div.boxImageCenter{
	padding: 4px 0px 4px 0px;
	clear: both;
	text-align: center;
}

 div.box div.boxImageCenter img {
	border: 1px;
	border-style: solid;
	border-color: #999999;	
}

 div.box div.boxCenter{
	padding: 2px 0px 2px 0px;
	clear: left;
	text-align: center;
	padding: 4px 4px 4px 4px;
}

boxContentFlash {
	background-color:#6B7887;
	text-align:center;
	height: 300px;		
}

 div.box div.boxContent p,  div.box div.boxContent p strong, div.boxContent a, div.box div.boxContentCenter p,  div.box div.boxContentCenter a {
	font-size: 10px;
	line-height: 13px;
	color: #333333;
}

div.box div.boxContent p, div.box div.boxContentCenter p {
	margin: 2px 2px 4px 6px;
	margin: 0px;
	padding: 4px;
}

div.mainRight div.box div.boxContent p strong {
	color: #023068;
	margin: 0px;	
}

 div.box div.boxContent a.linkText {
	font-size: 10px;
	line-height: 10px;
	color: #023068;
	text-decoration:none;
}



div.mainRight div.box .boxButton {
	background-color: #CCCCCC;
	border: 1px;
	border-style: solid;
	border-color: #999999;
	font-size: 10px;
	color: #333333;
}

span.headline {
	font-weight: bold;	
	line-height: 14px;	
	color: #42425E;
}

/* Einträge mit Bullet*/

div.box div.entry {
	font-size: 9px;
	color:#000000;
	background-image: url(images/construction/bulletEntry.gif);
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 10px;
	background-repeat: no-repeat;
	line-height:11px;
}

/* -------------------- anderes ----------------------------- */

table.logoTab {
	width: 530px;
	margin-top: 0px;
}

table.logoTab td {
	text-align:center;
}


img.picBorder {
	border: 1px;
	border-style: solid;
	border-color: #999999;	
}


div.photoBoxFloatRight, div.photoBoxFloatRightNoBorder  {
	float: right;
	display: inline;		
	margin: 4px 10px 6px 15px;
}


div.photoBoxFloatLeft {
	float: left;
	display: inline;	
	margin: 15px 10px 6px 4px;
}






