/* Header - ANFANG */

#header {
	margin: 0 auto 0 auto;
	width: 100%;
	height: 263px;
	background-image:url(../img/bg_header.png);
	background-repeat: no-repeat;
}

#header .testimonial {
	padding: 55px 25px 0 500px;
}

.small {
	color:#666666;
	font-size:10px;

}

/* Header - ENDE */

#taskbox  	
    {
	background-color: #e6edff;
	list-style-type: decimalmal;
	list-style-position: outside;
	margin: 12px 0;
	padding: 2px 12px;
	border: solid 1px #bfbfbf
	}

.kleingedrucktes {
	color:#AAAAAA;
	font-size:9px;

}

.copyright {
	color:#666666;
	font-size:9px;

}

.box1 li {
	
	margin-left:-17px;

}

/* Screenshots */

#samplenav {
	padding: 2px 0 2px 0;
	margin: 0 auto 0 auto;
	width: 100%;
	background-color:#FFF;
    line-height: 2.5;
}
#samplenav li {
	display:inline;
/*	margin: 0px 15px 10px 0px; */
}

#samplenav li a {
	font-family:"Lucida Grande", Geneva, Helvetica, Arial, sans-serif;
	/* font-size: 14px; */
	color: #333;
	font-weight: bold;
	text-decoration:none;
	padding: 2px 5px 2px 5px;
	border: 1px dotted #A7A7A7;
}
#samplenav li a:hover {
	border-top:2px solid #CC400A;
}

#samplenav li .active {
/*
	background-color:#F7F7F7;
	background-color:#DD00FF;
	font-family:"Lucida Grande", Geneva, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-decoration:none;
	padding: 14px 14px 12px 14px;
	border-right: 1px dotted #A7A7A7;
	border-left: 1px dotted #A7A7A7;
	border-bottom: 1px dotted #A7A7A7; */
	border-top:2px solid #CC400A;
}

.screenshotdescription {
	width:475px;
	font-style:italic;
	border: 1px dotted #A7A7A7;
	padding:5px;
	background-color:#FCFBDE;
}