﻿
a:link { font-weight:bold; color:black; text-decoration:none; }
a:visited { font-weight:bold; color:#6f6f6f; text-decoration:none; }
a:focus { font-weight:bold; color:red; text-decoration:underline; }
a:hover { font-weight:bold; color:#cd9600; text-decoration:none; }
a:active { font-weight:bold; color:red; text-decoration:underline; }



body {
	background:#cccccc;
	font-family:Arial, Helvetica, Sans-Serif;
}


#inhalt {
	height: 800px;
	width: 800px;
        position: absolute;
	left: 50%;
	margin: 10px 0px 0px -400px;
	background-color: #ffffff;
	border: 1px solid #000000;
	text-align: center;
	}
	
	
		
#kategorien {
        font-size: small;
        background-color:#cccccc;
        
     }

#informationen {
	 font-size: X-small;

	}


#haupt{
	background-image:url(bg.gif);
}
	
	
#info1 {
		position:absolute;
		top:75px;
		left:20px;
		width:221px;
		height:269px;
    	z-index:1;
    	background-image:url('notiz.png');
    	border-width:0;
    	font-size: small;
    	text-align: left;
    	
	}
	
#info1 p {
	padding-left:18px;
	padding-right:18px;
	padding-top:40px;
}	


#zumshop {
position:absolute;
		top:370px;
		left:20px;
		width:221px;
		height:40px;
    	z-index:1;
    	border-width:0;
    	font-size: small;
    	text-align: left;
	
}


#info2 {
		position:absolute;
		top:125px;
		right:20px;
		width:221px;
		height:269px;
    	z-index:1;
    	background-image:url('notiz.png');
    	border-width:0;
    	font-size: small;
    	text-align: left;
    	
	}

#info2 p {
	padding-left:18px;
	padding-right:18px;
	padding-top:40px;
	
}	

img {
	
	border-width:0px;
}


