/* Allgemeine Definitionen */
body
{
	background: #ffffff;
	margin:0px;
}

body,div,span,ul,li,ol,h1,h2,h3,a,p,table,tr,th,td,input,textarea,option,select {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size:10pt;
	color: #333333;
}

img {
    border: 0px;
}

/* Linkdefinition */

a:link, a:visited
{
	font-size:9pt;
	font-weight:bold;
	color:#353535;
    text-decoration:none;
}

a:active, a:hover
{
	font-size:9pt;
	font-weight:bold;
	color:#353535;
    text-decoration:underline;
}

/* Textdefinition */
.imp {
	font-size:8pt;
	color:#353535;
}

.hdl {
	font-size:11pt;
	font-weight:bold;
	color:#ffffff;
}

.txt {
	font-size:9pt;
	font-weight:normal;
	color:#353535;
	font-align:justify;
}

.ueb {
	background:#fcb814;
	color:#ffffff;
	font-size:12pt;
	font-weight:bold;
	padding:3px;
}