			body {
                margin:0;
                padding:0;
				background: url(images/bg.jpg);
            }
            
            a:link {
				color: black;
				}
			a:visited {
				color: gray;
				}
			a:hover {
				color: #ae0817;
				}
				
            #wrapper {
                /* Für den Internet Explorer */
                height:auto !important;
                width:100%;
                min-width: 900px;
				margin:auto;
				text-align: center;
            }

			#header {
                height:215px;
                text-align: center;
            }
            
            #logo {
                width: 320px;
                height:96px;
                margin-top:58px;
                margin-left:-250px;
                display: inline-block;
				background: url(images/logo_kanneb.png) no-repeat;
            }
            
            #info {
                width: 320px;
                height:96px;
                margin:66px;
                float:right;
                display: inline;
                text-align: left;
                position: absolute;
                font-family: sans-serif; 
            }
            
            #tag {
                height:110px;
                margin-top: -5px;
                margin-bottom: -12px;
                padding-top: 20px;
				text-align: center;
				background: url(images/bg_tag_pur.jpg);
				position: relative;
            }
            
            #slider {
            	margin-top: -52px;
                height: auto;
                width: 68%;
                min-width: 880px;
                display: inline-block;
                border-width:10px;
				border-style:solid;
				border-color:#E9E9E9;
                box-shadow: 3px 3px 3px gray;
                position: relative;
            }

            #content {
            	/* Für den Internet Explorer */
                height:auto !important;
                min-width: 900px;
                margin-top: 12px;
                text-align: center;
                background: url(images/bg_alpha.png);
                font-family: sans-serif;
                box-shadow: 3px 3px 3px gray;
            }
            
            #dreispaltig {
            	width: 100%;
            	height:auto;
            	padding-top:30px;

            }
                        
            #category {
            	height: 42px;
            	width: 260px;
                background: #e0dfdd;
                font-family: sans-serif;
            }
            
            #spalte_bild {
				width: 220px;
				padding: 20px;
				margin-bottom: 20px;
				display: inline-block;
				zoom: 1; /* Für IE7 und darunter */
				*display: inline; /* Für IE7 und darunter */
				vertical-align:top;
				text-align:left;
				
            }
            
            #spalte_text {
				width: 26%;
				min-width: 290px;
				padding: 20px;
				margin-bottom: 20px;
				display: inline-block;
				zoom: 1; /* Für IE7 und darunter */
				*display: inline; /* Für IE7 und darunter */
				vertical-align:top;
				text-align:left;
            }
            
            #spalte_breit {
				width: 480px;
				min-width: 290px;
				padding: 20px;
				margin-bottom: 20px;
				display: inline-block;
				zoom: 1; /* Für IE7 und darunter */
				*display: inline; /* Für IE7 und darunter */
				vertical-align:top;
				text-align:left;
            }
            
            #spalte_plus {
				width: 190px;
				padding: 20px;
				margin-bottom: 20px;
				display: inline-block;
				zoom: 1; /* Für IE7 und darunter */
				*display: inline; /* Für IE7 und darunter */
				vertical-align:top;
				text-align:left;
            }

            #footer {
                width:100%;
                min-width: 880px;
                font-family: sans-serif;
                text-align: center;
                
            }
            
            #footerline {
             	height: 10px;
                width:100%;
                background: url(images/bg_tag_pur.jpg);

            }
            
            #footertext {
             	height: 80px;
                width:630px;
                margin: 20px;
                margin-left: -50px;
                margin-bottom: 40px;
                display: inline-block;
				text-align:left;

            }
            
            #footericons {
             	height: 40px;
                width:132px;
				display: inline-block;
				text-align:center;
				vertical-align:top;
				background: url(images/bg_alpha3.png);
            }
            
            h1 {
				font-size: 24px;
				margin-top: 3px;
				color: #7a3466;
				letter-spacing: 1px;
				line-height: 115%; 
				font-weight: heavy;
				font-style: normal;
			}
						h2 {
				font-size: 18px; 
				margin: auto;
				color: white;
				font-weight: lighter;
				font-style: italic;
				font-type: serif;
				letter-spacing: 0.6px;
				margin-top:8;
				
			}
			
			h3 {
				font-size: 16px; 
				margin: auto;
				color: gray;
				font-weight: bold;
				letter-spacing: 0.6px;
				line-height: 180%; 
				padding-top: 6px;
				font-style: normal;
			}		
						p {
				font-size: 11px;
				line-height: 190%; 
				letter-spacing: 1px;
				color: black;
				font-weight: lighter;
				font-style: normal;
			}
			
			p1 {
				font-size: 13px;
				line-height: 155%; 
				color: black;
				font-weight: lighter;
			}
           
			
			ul#navi {
				margin-top: -20px;
			    font-size: 13px; 
			    margin-right: 3%;  
			    font-family: sans-serif;
			    font-style: normal;
			}
			
			ul#navi li {
			    list-style: none;
			    display: inline;
			}
			
			ul#navi a, ul#navi span {
			    padding:8px 16px;
			    padding-top: 10px;
			    text-decoration: none; 
			    font-weight: medium;
			    letter-spacing:0.5px;
			    color: black; background: white;
			  }
			  
			ul#navi a:hover, ul#navi span {
			    color: white; background-color: #6d2658;
			  }
			ul#navi div {
			     clear: left;
			  }
  

			#nav2 {
			    font-size: 13px; 
			    margin-left: -40px; 
			    font-family: sans-serif;
			}
			
			#nav2 li {
			    list-style: none;
			}
			
			#nav2 a, #nav2 span {
				padding-top: 4px;
				padding-bottom: 2px;
				padding-left: 5px;
				padding-right: 12px;
			
			    text-decoration: none; 
			    font-size: 11px;
				line-height: 190%; 
				letter-spacing: 1px;
				color: black;
				font-weight: lighter;
			  }
			  
			#nav2 a:hover, #nav2 span {
			    color: white; background-color: #ae0817;
			  }
			  
			#nav2 div {
			     clear: left;
			  }  
  