/* kann mit <link rel=stylesheet type="text/css" href="style.css"> im Head-Bereich aufgerufen werden */


/* Link-Definitionen */
a { 
	font-family: TAHOMA, VERDANA, ARIAL; 
	font-weight: bold; 
	font-size:8pt; 
	margin: 1px;
	text-decoration: none;
	color: white; 
	background-color: black; 
}

a:link { 
}

a:visited { 
}

a:hover { 
}

a:active { 
}

/* ALLGEMEINE DEFINITIONEN */
body { 
	font-family: "TREBUCHET MS", TAHOMA, VERDANA, ARIAL; 
	color: black; 
	font-size: 10pt; 
	font-weight: normal; 
	font-style: normal; 
	text-transform: none; 
	text-align: justify; 
	text-indent: 11pt; 			/* Einrückung 1. Zeile */
	line-height: 13pt;  
	margin-left: 2cm; 
	margin-top: 2cm; 
	margin-right: 1cm; 
	margin-bottom: 1cm; 
	background-color: white; 
}

table { 
	font-family: "TREBUCHET MS", TAHOMA, VERDANA, ARIAL; 
	color: black; 
	font-size: 10pt; 
	font-weight: normal; 
	font-style: normal; 
	text-transform: none; 
	text-align: justify; 
	margin-left: 0px; 
	margin-right: 0px; 
}

/* TABELLE */
tr { 
/*	vertical-align: top; */
}	

td {
}

form { 
	font-size: 8pt;
}

/* ÜBERSCHRIFTEN */
h1 {
	color: #666666; 
	font-size: 200%; 
	text-transform: uppercase; 
	font-weight: bold; 
	text-indent: 5px; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #FFFFCC #FFFFCC #FFFFCC #FFFFCC; 
	margin-left: 0px; 
	margin-top: 15px;
	margin-bottom: 50px; 
	padding: 5px;
	background-color: white;
}

h1 u {
	color: #333333; 
	font-style: normal; 
	text-decoration: none; 
	text-transform: uppercase;
}

h1 strike { 
	color: #333333; 
	font-style: normal; 
	text-decoration: none; 
	text-transform: uppercase;
}

h2 { 
	color: #666666; 
	font-size: 150%; 
	text-transform: uppercase; 
	font-weight: normal; 
	border-top-width: 1px; 
	border-top-style: solid; 
	border-top-color: black;
}

h3 { 
	color: #666666; 
	font-size: 120%; 
	font-weight: normal; 
	text-transform: uppercase; 
	font-weight: bold;
}

h4 { 
	color: #666666; 
	font-size: 100%; 
	font-weight: normal; 
	text-transform: lowercase; 
	font-weight: bold;
}

/* STANDARD-ABSATZ */
p { 
	margin-left: 0px; 
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-right: 0px; 
}

p strike { 
	color: #666666; 
	font-weight: bold;
	font-style: normal; 
	text-decoration: none; 
	text-transform: uppercase;
}

p u { 
	color: #333333; 
	font-weight: bold;
	font-style: normal; 
	text-decoration: none; 
	text-transform: uppercase;
}

p.invers { 
	color: #999999; 
}

p:first-line { 
	font-weight: normal;
}

p:first-letter { 
	font-size: 150%;
	line-height: 100%;  
	font-weight: normal; 
	background-color:#666666;
	padding: 3px;
	margin: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

dfn { 
	margin-left: 0px; 
	text-indent: 0pt; 
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px; 
	border-style: solid; 
	padding-top: 5px;
	padding-bottom: 5px; 
	padding-left: 10px;
	padding-right: 5px; 
	background-color:#666666;
	font-style: normal;
}

/* Zeichen für Auflistung definieren */
ul { 
	list-style-type: disk; 
	margin-left: 3cm;
	text-transform: uppercase; 
	font-weight: normal; 
	color: black;
	font-size: 100%;
}

hr { 
	margin-left: 0px; 
	margin-right: 0px; 
	width: 100%;
}

#Logo {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 150px;
	height: 16px;
	padding: 0px;
	margin: 0px;
	text-indent: 0pt; 			/* Einrückung 1. Zeile */
	border: 1px solid black;
}
