a {
	text-decoration: none;
	color: #dc1031;
}

a:hover {
	color: #aa1327;
}

a#Homepage {
	position: absolute;
	left: 72px;
	top: 13px;
}

a.Button {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	
	text-transform: uppercase;
}

a.Button:before {
	content: url('../grafiken/pfeil.gif')" ";
}

a[name=top] {
	position: absolute;
	left: 0px;
	top: 0px;
}

body, td {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	line-height: 17px;
/*	letter-spacing: 0.05em; */
	color: #444444;
}

body {
	margin: 0px;
	padding: 0px;
	
	background: url('../grafiken/hintergrund.gif') repeat-y #2b2b33;

	height: 100%;
}

div.Spalte {
	float: left;
}

form {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	line-height: 17px;
	color: #444444;
	font-weight: normal;
	
	margin: 0px 0px 12px 0px;
	padding: 0px;
	
	overflow: hidden;
}

h1 {
	font-size: 20px;
	line-height: 20px;
	
	color: #dc1031;
	
	text-transform: uppercase;
	
	margin: 0px 0px 10px 0px;
}

h2 {
	color: #dc1031;
	font-weight: bold;
	
	margin: 0px 0px 1px 0px;
}

hr {
	width: 100%;
	height: 1px;
	
	border: 0px;
	
	margin: 19px 0px 20px 0px;
	
	color: #000;
	background-color: #000;
}

img {
	border: 0px;
	display: inline-block;
	vertical-align: bottom;
	
	padding: 0px;
	margin: 0px;
}

img.Galerie {
	border: 1px solid #e1e1e3;
	
	margin: 15px 4px 0px 0px;
}

img.Galerie:hover {
	border: 1px solid #9999aa;
}

li {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

ul, ol {
	list-style-type: none;

	margin: 0px;
	padding: 0px;
}

div#Banner {
	position: absolute;
	left: 50px;
	top: 40px;

	width: 860px;
	height: 140px;

	background-color: #e1e1e3;
	
	overflow: hidden;
}

div#Inhalt {
	position: absolute;
	left: 50px;
	top: 180px;

	width: 860px;
}

img#Logo {
	position: absolute;
	left: 630px;
	bottom: 20px;
}

ul#Download {
	font-size: 11px;
	
	position: absolute;
	left: 630px;
	top: 0px;
	
	z-index: 2;
}

ul#Download li {
	width: 220px;
	
	border-bottom: 1px solid #c0c0cc;
	padding: 6px 10px 6px 0px;
}

ul#Download a:before {
	content: url('../grafiken/dok_rot.gif')" ";
}

ul#Download a:after {
	content: ' (PDF)';
}

ul#Navigation {
	position: absolute;
	left: 0px;
	top: 20px;
}

ul#Navigation li {
	height: 20px;

	margin: 0px 0px 0px 30px;
}

ul#Navigation li a {
	font-size: 11px;
	color: #2b2b33;
	font-weight: bold;
	text-transform: uppercase;
	
	margin: 0px;
}

ul#Navigation li a {
	color: #2b2b33;
	font-weight: bold;
	text-transform: uppercase;
	
	margin: 0px;
}

ul#Navigation li a:hover {
	color: #9999aa;
}

ul#Navigation li.Aktiv {
	margin-left: 0px;
}

ul#Navigation li.Aktiv:before {
	content: url('../grafiken/leuchte.gif');
}

ul#Navigation li.Aktiv a {
	color: #dc1031;
}

ul#Sprachen {
	position: absolute;
	left: 680px;
	top: 13px;
}

ul#Sprachen a, a#Homepage {
	font-size: 10px;
	font-weight: bold;
	color: #9999aa;
	
	text-transform: uppercase;
}

ul#Sprachen a:hover, a#Homepage:hover {
	color: #dc1031;
}

ul#Sprachen a:before, a#Homepage:before {
	content: url('../grafiken/pfeil.gif')" ";
}

ul#Sprachen a.Aktiv {
	color: #666677;
}

ul#Sprachen li {
	float: left;
	
	margin-right: 20px;
}

.Clear {
	clear: both;
}

.Gross {
	font-size: 15px;
	line-height: 22px;
	color: #9999aa;
}

.Gross strong {
	font-weight: normal;
	color: #dc1031;
}

.Absatz {
	margin-top: 24px;
}