
/** *** Navi ****************************************** */
#navi ul {
	
}

#navi ul li {
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
	background-image: url(../pix/square.gif);
	background-position: left center;
	background-repeat: no-repeat;

}

#navi ul li a, .topLink a {
	color: #090;
	font: bold 1em arial, sans-serif;
	text-decoration: none;
}

#navi ul li a:hover, .topLink a:hover{
	color: #000;
	text-decoration: underline;
}

.overview {
	padding-left: 20px;
	background-image: url(../pix/triangle.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
/** *** /Navi ***************************************** */

/** *** Headline ************************************** */
h1 {
	margin: 10px;
	margin-bottom: 30px;
}

h2 {

}

h3 {
	margin: 50px 0 10px 0;
	text-transform: uppercase;
 	color: #000;
	font: bold 1em arial, sans-serif;
}

h4 {
	margin: 25px 0 0 0;
 	color: #000;
	font: bold 1em arial, sans-serif;
}

/** *** /Headline ************************************* */

/** *** Link ****************************************** */
#content a {
	color: #090;
	font: 1em arial, sans-serif;
	text-decoration: none;
}

#content a:hover{
	color: #000;
	text-decoration: underline;
}
/** *** /Link ***************************************** */

/** *** Table&List ************************************ */
table {
	color: black;
	font: normal 1em arial, sans-serif;
}

#content ul {
	margin-left: 20px;
	margin-bottom: 10px;
}

#content ul li ul {
	margin-top: 10px;
	margin-left: 20px;
}

#content ul li{
	margin-left: 20px;
	margin-bottom: 5px;
	list-style: square;
}
/** *** /Table&List *********************************** */

/** *** Text ****************************************** */
#content p {
	margin: 0 0 10px 0;
}

.impressum {
	color: #bbb;
	text-align: center;
	font: normal 11px arial, sans-serif;
}

.hardTask {
	color: #f00;
}

.easyTask {
	color: #0a0;
}

.noDisplay {
	display: none;
}

.new {
	padding-right: 23px;
	background: url(../pix/neu.gif) right 0px no-repeat;
}
/** *** /Text ***************************************** */

/** *** Image ***************************************** */
#content img.grafik {
	border: 1px solid #999
}

.topLink img {
	border: 0;
}

.animatedCode {
	float: left;
	margin: 0 10px 10px 0;
}

.validation {
	border: 0;
}
/** *** /Image **************************************** */