* {
	margin: 0;
	padding: 0;
}
a {
	color: #567;
}
a:hover {
	color: #28E;
}
body {
	background: #FFFFFF url(img/verlauf3.gif) repeat-x;
	color: #555A60;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

h1,h2 {
	color: #579;
	padding-top: 6px;
}

h3 {
	color: #579;
	padding-top: 6px;
	Padding-bottom: 10px;
	font-size: 1.4em;
}

h4 {
	color:#F00;
	font-size: 1.4em;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	margin: 0 auto;
	width: 730px;
}

/* boxed */
.Box {
	background: url(img/bgcode.gif);
	font-weight: bold;
	font-size: 13px;
	margin: 20px 20px 0px 20px;
	padding: 10px 10px 10px 10px;
}
/*Mainbox*/
.MainBox {
	font-size: 13px;
	margin: 20px 20px 0px 20px;
	padding: 10px 10px 10px 10px;
}
/* title */
.title {
	float: left;
	margin-top: 22px;
	text-align: center;
	width: 220px;
}
.title h1 {
	font: normal 2em Verdana,sans-serif;
}
.title h2 {
	color: #999;
	font: normal 1.1em Verdana,sans-serif;
}

/* navigation */
.navigation {
	background: url(img/holder.jpg) no-repeat;
	height: 100px;
	padding: 0 16px;
}
.navigation a {
	border-left: 1px solid #DDD;
	border-right: 1px solid #FFF;
	color: #89A;
	float: right;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 9px;
	padding: 28px 10px 8px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background: #FFF url(img/navhover.gif) repeat-x;
	color: #28E;
	padding: 30px 12px 10px ;
}

/* holders */
.holder {
	background: url(img/bgholder.jpg) repeat-y;
	padding: 0 32px;
}
.holder_top,.footer {
	padding:0px 0px 0px 30px;
	font-size: 1.2em;
	clear: both;
	background: url(img/holder.jpg) no-repeat;
}

/* footer */
.footer {
	background-position: left bottom;
	color: #666;
	font-size: 1.1em;
	text-align: center;
}
