
body {
	background:#FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	padding:0;
	margin:0;
}
		
* html #links, * html #rechts {
	width: 200px;
	w\idth: 170px; 
}
		
#links {
	position: absolute;
	left: 0;
	width: 196px;
	margin: 0;
	padding: 0px;
}

#content {
	margin: 0px 200px 0px 220px;
	background: #ffffff;  
	padding: 15px; 
}

.content	{
			font-size:70%;
			text-align:justify;
			padding:0px 3px 0px 0px;
			}
			
		.content a:link, .content a:active {
	color:black;
	text-decoration:underline;
}

.content a:visited {
	color:black;
}

.content a:hover {
	color:red;
}
		
#kopf {
	padding: 0px;
	margin: 0;
	height:91px;
	background-image: url(img/header_bg.gif);
}
#header_links {
	float:left;
}

#header_rechts {
	float:left;
	position:absolute;
	top:0px;
	right:0px;
}		
/* against ie 5.01 spacing bug */
h2,p {
	margin:0;
}




.suchRahmen {
			background-color:#F0EACA;
			background-image:url(img/suche_bg.gif);
			background-repeat:repeat-y;
			width:195px;
			/*border:1px solid black; */
			}

.suche	{
		width:175px;
		align:center;
		color: #000000;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size:70%;
		margin:0px 10px;
		padding:0px;
		}

.suche_header 	{
				color: #000000;
				font-family: Verdana, Arial, Helvetica, Sans-Serif;
				font-size:110%;
				font-weight:bold;
				padding:10px 0px 10px 0px;
				margin:0px;
				}

.suche_form		{
				margin:5px 0px;
				}
				
.suche_prompt	{
    			clear:both;
				float:left;
				height:1.5em;
				padding-top:3px;
				margin:0px;
				}

.suche_input 	{
				float:right;
				text-align:right;
				width:110px;
				height:17px;
				
				color: #000000;
				font-family: Verdana, Arial, Helvetica, Sans-Serif;
				font-size:110%;	
				margin:0px;
				}

.suche_button	{ 
				float:right; 
				/* folgende Konstruktion ist eine Notlösung:
				mozilla&Co sieht nur die erste Zeile und interpretiert die zweite als Kommentar (nicht nach W3C!)
				IE kennt die Zeilenkommentarzeichen nicht und wertet auch die zweite Zeile aus, die die erste überschreibt
				*/
				margin:8px 0px 10px 0px;
				//margin:0px 0px 10px 0px; 
				padding:0px 5px;
				}

.shoplink	{
            clear:both;
			font-size:80%;
			padding-bottom:20px;
			}

.shoplink a:link	{ 
					color:black; 
					padding-left:10px;
					background-image:url(img/dot_black.gif);
					background-position:0px center;
					background-repeat:no-repeat;
					}			

.shoplink a:visited	{ 
					color:black; 
					padding-left:10px;
					background-image:url(img/dot_black.gif);
					background-position:0px center;
					background-repeat:no-repeat;
					}			

.shoplink a:hover	{ 
					color:red;
					}	

.shoplink a:active	{ 
					color:red;
					}	

.shoplink a:focus	{ 
					color:red;
					}	

.bar	{
  		background-image:url(img/bar_m.gif); 
  		background-repeat:repeat-x; 
  		background-position:2px 0px;
  		/* text-align:right; */
  		}
  		
.seitentitel	{
				color:#A84343;
				font-size:120%;
				font-weight:bold;
				padding:30px 10px 10px 0px;
				}  		