/* CSS Document */

html {
 height:100%;
}

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 16px;
	font-weight: bold;

 scrollbar-base-color = #d55548;      /*Basisfarbe der Scroll-Leiste*/
 scrollbar-3dlight-color =#d55548;    /*Farbe für 3D-Effekte*/
 scrollbar-arrow-color = #d55548;     /*Farbe für Verschiebepfeile*/
 scrollbar-darkshadow-color = #433334;   /*Farbe für Schatten*/
 scrollbar-face-color = #433334;      /*Farbe für Oberfläche*/
 scrollbar-highlight-color = #433334;   /*Farbe für oberen und linken Rand*/
 scrollbar-shadow-color = #d55548;     /*Farbe für unteren und rechten Rand*/
 scrollbar-track-color = #433334;     /*Farbe für freibleibenden Verschiebeweg*/
}

.inhalt{
	position:absolute;
	top: 50%;
	width:100%;
	height:500px;
	margin-top: -250px;

}


.txttitel{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height: normal;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}

.txt A:link {
	font-family:Arial;
	color: #000000;
	font-weight: bold;
}
.txt A:visited {
	font-family:Arial;
	color: #FF0000;
	font-weight: bold;
}
.txt A:hover {
	font-family:Arial;
	color: #000000;
	font-weight: bold;
}

.txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;
}

.txt2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height: 20px;
	color: #000000;
	font-weight: bold;
}


td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;
}

.uberschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF0000;
	font-weight:bold;
	text-decoration: none;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF0000;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF0000;
	font-weight:bold;
	text-decoration: none;
	margin-bottom:5px;
}

.preis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight:bold;
	text-decoration: none;
}

A:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E5E5E5;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
A:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
A:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
 
body {
 scrollbar-base-color = #d55548;      /*Basisfarbe der Scroll-Leiste*/
 scrollbar-3dlight-color =#d55548;    /*Farbe für 3D-Effekte*/
 scrollbar-arrow-color = #d55548;     /*Farbe für Verschiebepfeile*/
 scrollbar-darkshadow-color = #433334;   /*Farbe für Schatten*/
 scrollbar-face-color = #433334;      /*Farbe für Oberfläche*/
 scrollbar-highlight-color = #433334;   /*Farbe für oberen und linken Rand*/
 scrollbar-shadow-color = #d55548;     /*Farbe für unteren und rechten Rand*/
 scrollbar-track-color = #433334;     /*Farbe für freibleibenden Verschiebeweg*/
}

.subnavi {
	font-family:Arial;
	color: #FF0000;
	font-size:14px;
	line-height: 18px;
	font-weight: normal;
}

.subnavi A:link {
	font-family:Arial;
	color: #FF0000;

	font-weight: normal;
}
.subnavi A:visited {
	font-family:Arial;
	color: #FF0000;
	font-weight: normal;
}
.subnavi A:hover {
	font-family:Arial;
	color: #000000;
	font-weight: normal;
}