body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	
	background-color: #000;
	color: #fff;
	
	margin:0;
	padding:0;
	
}

div#language
{
	text-align:right;
	font-size:12px;
	line-height:1px;
	margin-bottom:20px;
	position:absolute;
	left:50%;
	width:600px;
	margin-left:-300px;
	margin-top:5px;
}

div#language a
{
	color:white;
	text-decoration:none;
}

div#language a:hover
{
	text-decoration:underline;
}

div#layer_haupt
{
	/* CSS Center */
	position:absolute;
	left:50%;
	width:600px;
	margin-left:-300px;
	
	margin-top:20px;
	margin-bottom:20px;
	
	overflow:hidden;
}

div#layer_left
{
	float:left;
	overflow:hidden;
	
	/* Breite = 300px - 10px = 290px */
	width:288px;
	padding-right:10px;
	
}

div#layer_right
{
	float:left;
	overflow:hidden;
	
	/* Breite = 300px - 10px = 290px */
	width:288px;
	padding-left:10px;
	
}

div.spacer
{
	clear:both;
	
	width:0;
	font-size:0;
	height:0;
	line-height:0;
	margin:0;
	padding:0;
}


h1
{
	font-size:240%;
}

h2
{
	font-size:120%;
}

h3
{
	font-size:180%;
}

table#aufzaehlung
{
	/* Seite 1 */
	font-size:180%;
}

h1#seite1_ueberschrift_ausrichtung
{
	margin-top:23px;
	padding-top:1px;
}

.keine_abstaende
{
	margin:0;
	padding:0;
}

.zoom_images
{
	cursor:pointer;
}

img#eingezogen
{
	/* Seite 2 */
	margin-left:160px;
	margin-top:-70px;
	border:1px solid white;
}

.white_image_border
{
	border:1px solid white;
}

#zoom_container
{
	width:100%;
	height:100px;
	visibility:hidden;
	position:absolute;
	top:0;
	left:0;
	background-color:black;
	color:white;
	z-index:1000;
	
	text-align:center;
	
	overflow:hidden;
}

#zoom_container img
{
	border:10px solid white;
	
	margin-top:50px;
}

#zoom_container a
{
	color:white;
	background-color:black;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	
	font-size:180%;
	display:block;
}

#zoom_container a:hover
{
	text-decoration:underline;
}

address
{
	font-style:normal;
}

address a
{
	font-weight:bold;
	color:white;
	text-decoration:none;
	background-color:black;
}

address a:hover
{
	text-decoration:underline;
}

.text_rechts
{
	margin-right:30px;
	text-align:right;
}

q
{
	font-style:italic;
}

#impressum_linkage
{
	/* seite5.html */
	color:white;
	text-decoration:none;
	background-color:black;
}

a img
{
	border-width:0;
}

a.navigation
{
	color:white;
	text-decoration:none;
	background-color:black;
}

a.navigation:hover, a.weiter:hover, a.zurueck:hover
{
	text-decoration:underline;
}

a.weiter
{
	color:white;
	text-decoration:none;
	font-size:140%;
	text-transform:uppercase;
	text-align:right;
	display:block;
	width:200px;
	margin-left:60px;
	background:url(images/pfeil_links_big.gif) no-repeat left;
	background-color:black;
}

a.zurueck
{
	color:white;
	text-decoration:none;
	font-size:140%;
	text-transform:uppercase;
	text-align:left;
	display:block;
	width:200px;
	padding-left:60px;
	background:url(images/pfeil_rechts_big.gif) no-repeat left;
	background-color:black;
}

table#preise
{
	border-collapse:collapse;
}

table#preise thead td#first
{
	font-weight:bold;
	width:210px;
	border-bottom:1px solid white;
}

table#preise thead td#second
{
	text-align:right;
	font-weight:bold;
	border-bottom:1px solid white;
}

table#preise tbody td.preis
{
	text-align:right;
}

.farbfelder a
{
	height:20px;
	width:290px;
	display:block;
	
	color:white;
	text-decoration:none;
	
	background-position: 0 0;
	background-repeat:no-repeat;
}

.farbfelder .outer
{
	height:20px;
	width:290px;
	display:block;
	margin-bottom:8px;
	
	background-repeat:no-repeat;
	background-position:0 0;
}

.farbfelder a:hover
{ 
	background-position: 0 -20px;
}

#farbfeld_1
{
	background-image: url(images/farbfeld_1.gif);
}

#farbfeld_2
{
	background-image: url(images/farbfeld_2.gif);
}

#farbfeld_3
{
	background-image: url(images/farbfeld_3.gif);
}

#farbfeld_4
{
	background-image: url(images/farbfeld_4.gif);
}

#farbfeld_5
{
	background-image: url(images/farbfeld_5.gif);
}

#farbfeld_6
{
	background-image: url(images/farbfeld_6.gif);
}

#farbfeld_7
{
	background-image: url(images/farbfeld_7.gif);
}
