     
* {
    margin: 0;
    padding: 0;
	font-family: Arial;
}
body {
	font-family: Arial;
	font-size: small;
	text-align: center;
	color: #333;
	background-color: #EEEEEE;
}
div, p, img, a, td, ul, ol {
    font-size: 1em; 
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", georgia, helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	margin: .5em 0;
	letter-spacing: .07em;
}
h1 { font-size: 218% }
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; letter-spacing: .15em }

p { padding: 0 0 1em; }

a, a:link { 
    text-decoration: none;
    color: #69c;
    border-bottom: 1px dotted #69c; 
}
a:visited { color: #669; border-color: #669; }
a:hover { color: #693; border-color: #693; text-decoration: none; }
a:active { color: #c33; border-color: #c33 }


a img, img {
    border: none;
}

ul {
    list-style: none;
    margin: 0 0 20px 1em;
}
li {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 3px;
}


.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}

/* Special text formatting 
------------------------------------------------------------------------------- */

/*eigene Klassen*/
#mainpage {
	width: 780px;
	margin: 0px auto 0px auto;
	background-color: #DCDCDC;
	display: block;
	padding: 0px 0px 0px 0px;
	text-align: left;
	border: 1px solid #000000;
	height: 600px;
}
#headerpicture {
	width: 780px;
	height: 150px;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#headermenu {
	width: 780px;
	height: 35px;
	background-color: #666666;
}
#rightside {
	background-color: #DCDCDC;
	float: right;
	width: 190px;
	height: auto;
	vertical-align: top;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 1px 0px 1px 0px;
	border: 1px solid #000000;
}
#mainbody {
	background-color: #DCDCDC;
	width: 578px;
	float: left;
	display: block;
	margin: 5px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
	overflow: auto;
	height: 375px;
}
#footer {
	width: 780px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
	background-color: #f1f1f1;
	height : 12px;
	float: left;
	border-top: 1px solid #730316;
	font-size: 9px;
	color: #730316;
}