/* - - - - - - - - - Boxes - - - - - - - - - */

div.box {
	width: 180px;
	clear: left;
	margin-top: 2px;
	margin-bottom: 5px;	
}


div.box div.boxHeadLine {
	height: 16px;
	clear: left;
	background-image: url(images/construction/box_headline_bg.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 2px;
}


div.box div.boxBottom {
	height: 12px;
	clear: left;
	background-image: url(images/construction/main_nav_bottom.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}


div.boxContent {
	width: 180px;
	clear: left;
	background-image: url(images/construction/box_content.gif);
	background-repeat: repeat-y;
	/*background-color: #0099CC;*/
}

div.boxContentColor {
	width: 180px;
	clear: left;
	background-color:#6B7887;
}

 div.box div.boxDivider {
	/* margin: 2px 0px 2px 0px; */
	clear: left;
	height: 8px;
	background-image: url(images/construction/box_divider.gif);
	line-height: 0%;
	font-size: 0px;
}

 div.box div.boxImageCenter{
	padding: 4px 0px 4px 0px;
	clear: left;
	text-align: center;
	background-image: url(images/construction/box_content.gif);
	background-repeat: repeat-y;	
}

 div.box div.boxImageCenter img {
	border: 1px;
	border-style: solid;
	border-color: #666666;	
}

 div.box div.boxCenter{
	padding: 2px 0px 2px 0px;
	clear: left;
	text-align: center;
	padding: 4px 4px 4px 4px;
	background-image: url(images/construction/box_content.gif);
	background-repeat: repeat-y;	
}

 boxContentFlash {
background-color:#6B7887;
	text-align:center;
	height:300px;
}

 div.box div.boxContent p,  div.box div.boxContent p strong, div.boxContent a{
	font-size: 10px;
	line-height: 13px;
	color: #333333;
}

div.box div.boxContent p {
	margin: 2px 2px 4px 6px;
	margin: 0px;
	padding: 4px;
}

div.mainRight div.box div.boxContent p strong {
	color: #023068;
	margin: 0px;	
}


div.mainRight div.box .boxButton {
	background-color: #CCCCCC;
	border: 1px;
	border-style: solid;
	border-color: #999999;
	font-size: 10px;
	color: #333333;
}

/* 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;
}

table.logoTabelle td {
	text-align:center;
}

img.picBorder {
	border: 1px;
	border-style: solid;
	border-color: #999999;	
}


div.photoBoxFloatRight {
	float: right;
	margin: 4px 10px 6px 15px;
}

div.photoBoxFloatRight img {
	border: solid 1px #999999;	
	z-index:60;	
}

.rechner {
	padding:0px;
	background-color:#FFEFB0;
	border:solid;
        border-color:#FFEFB0;
	border-width:1px;
}

.eingabe {
	border:solid;
	border-width:1px;
	border-color:#999999;
	/*border-color:#333333;*/
	/*border-color:#7F9DB9; das ist die Default-Farbe*/
	/*background-color:#fffddd;*/	
	padding-left:2px;
	font-size:12px;
}

.ausgabe {
	border:solid;
	border-width:1px;
    font-weight: bold;
	border-color:#999999;
	/*border-color:#333333;*/
	/*border-color:#7F9DB9; das ist die Default-Farbe*/
	/*background-color:#fffddd;*/
	padding-left:2px;
	font-size:12px;
}

.taste {
	/*border:outset;*/
	border:solid;
	border-width:1px;
	border-color:#999999;
	/*border-color:#333333;*/
	/*border-color:#7F9DB9; das ist die Default-Farbe*/
	background-color:#ffdede;
	color:#333333;
}

