/*****************************/
/* Network Power Customizing */
/* Startpage		     	 */
/*****************************/
#startpage{
	display:block;
	font-size: 13pt;
	line-height: 20px;
	width: 740px;
	height: 350px;
}
.box_top{
	font-family: Arial, Helvetica, sans-serif;
	width: 285px; 
	height:30px;
	line-height: 25px;
	vertical-align:bottom;
	font-weight:bold;
	text-align: center;
	font-size: 15pt;
	color: white;
	padding: 3px;
	margin: 2px;
	padding-top:10px;
	display: block;	
}
a.box_top,
.box_top:active,
.box_top:link,
.box_top:visited{
	padding-top:15px;
	padding-bottom:0px;
	color: white;
	font-weight:600;
	background: transparent url(/templates/sundf/images/box_dreieck.png) no-repeat;
}
.box_top:hover{
	text-decoration: none;
	color: #222f86;
	background: transparent url(/templates/sundf/images/box_dreieck_hover.png) no-repeat;
}
.box{
	font-family: Arial, Helvetica, sans-serif;
	width: 135px;
	height: 55px;
	background-color: #2065af; 
	float: left;
	padding: 10px 5px 0 0px;
	margin:3px;
	font-weight:600;
	text-align:center;
	vertical-align:middle;
	color: white;
	font-size: 14pt;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	line-height: 25px;
}
.box:link,
.box:visited
{
	vertical-align:middle;
	color: white;
	font-weight:600;
}
.box:hover{
	text-decoration: none;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #d6d6e6;
	color: #222f86;
}
#startpage .box_info{
	clear:both;
	text-align:left;
	font-size: 15px;
	/**text-align:justify;**/
}
#startpage .box_info a.infotext , #startpage .box_info .infotext{
	color:red; font-weight:bold;

}

.specialbox{
	display: block;
	width: 215px; 
	background-color: #2065af; 
	padding: 5px;
	margin:3px;
	color: white;
	text-decoration: none;
	border: 1px solid #ccc;
	line-height: 25px;
}
a.specialbox,
.specialbox:link,
.specialbox:visited
{
	color: white;
}
.specialbox:hover{
	text-decoration: none;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #d6d6e6;
	color: #222f86;
}
