/* große headline auf allen seiten */

* {
	 font-family: verdana, arial, helvetica, sans-serif;
}
body {
	margin: 0px 0px 0px 0px;
}

.t1 {
	background-color: #ffffff;
    color: #333333;
    font-size: 10pt;
    margin-left: 0px;
    margin-top: 0px;
}

.header1 {
	color: #ff6600;
    font-size: 13pt;
    font-weight: bold;
}

a:active {
    color: #ff6600;
    font-size: 10pt;
    text-decoration: underline;
}

a:link {
	color: #3399cc;
    font-size: 10pt;
    text-decoration: underline;
}

a:visited {
	color: #999999;
    font-size: 10pt;
    text-decoration: underline;
}

#closetop {
	display: block;
	text-align: right;
	padding: 20px 15px 0px 0px;
	color: #333333;
	text-decoration: underlined;
}
#closebottom {
	display: block;
	text-align: right;
	padding: 0px 15px 0px 0px;
 	color: #333333;
	text-decoration: underlined;
}



