@charset "utf-8";
/* CSS Document */

*{
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
:focus {
			outline-style:none;
			outline-width:0pt;
}
		
body{
			background: url(Website/images/bg.png) repeat;
	}		

a {
			text-decoration:none;
			color:#444;
}
a:visited {
			color:#333;
}
a:hover {
			color:#660000;
}
a:active {
			color:#660000;
}
/*DIV Container*/

#div_arround {
			background-image:url(Website/images/bg.png);
			background-repeat:repeat;
			position:absolute;
			left: 0px;
			right: 0px;
			top: 0px;
			bottom: 0px;
			z-index:-20;
			}

#logos_links {
			position: absolute;
			left: 50px;
			top: 130px;
			background-image: url(Website/images/marken_links.png);
			width: 45px;
			height: 520px;
			}
		
#logos_rechts {
			position: absolute;
			left: 100px;
			top: 86px;
			background-image: url(Website/images/marken_rechts.png);
			width: 45px;
			height: 607px;
			}
			
#header {
			position: absolute;
			left: 168px;
			top: 30px;
			background-image: url(Website/images/header.png);
			width: 656px;
			height: 97px;
			}

#menue {
			z-index:1000;
			position: absolute;
			left: 168px;
			top: 130px;
			width: 656px;
			height: 29px;
			background-color:#660000;
			}
			
#box {
			padding:15px;
			position: absolute;
			left: 168px;
			top: 173px;
			width: 626px;
			height: 488px;
			background-color:#FFFFFF;
			z-index:0;
			overflow:auto;
			}
		
#link_1 {
			position: absolute;
			left: 832px;
			top: 172px;
			width: 160px;
			height: 100px;
			background-image:url(Website/images/carat.gif);
			cursor:pointer;
			z-index: 0;
			}
			
#Impressum1 {
			position: absolute;
			left: 168px;
			top: 695px;
			width: 350px;
			height: 15px;
			}

#Impressum2 {
			position: absolute;
			left: 573px;
			top: 695px;
			width: 250px;
			height: 15px;
			text-align:right;
			}
			
/* Texte */

h1			{
			font-family:Geneva, Arial, Helvetica, sans-serif;
			font-size: 18px;
			color: #333333;
			text-align: left;
			}

			
p			{
			font-family:Geneva, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #333333;
			}

.bold		{
			font-family:Geneva, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #333333;
			font-weight:bold;
			}
			
.preis		{
			font-family:Geneva, Arial, Helvetica, sans-serif;
			font-size: 18px;
			color: #660000;
			text-align: center;
			}
			
p.zwei			{
			font-family:Geneva, Arial, Helvetica, sans-serif;
			font-size: 9px;
			color: #333333;
			}



.Stil1 {	color: #FFFFFF }
.Stil3 {	font-family: Geneva, Arial, Helvetica, sans-serif }
.Stil4 {	font-family: Geneva, Arial, Helvetica, sans-serif; font-size: x-small; }
.Stil5 {	font-size: small }
.Stil6 {	font-family: Geneva, Arial, Helvetica, sans-serif; font-size: small; }

/* Bilder */

img			{border:#333333;
			border: 1px;
			}
			
ul			{
			type: square;
			color: #333333;
			}
			
			
