﻿			*		{
					padding: 0px; margin: 0px;
					border: 0px;
					}
			
			html	{
					height: 98%;
					background-image: url('images/Strand2.jpg');
					background-position: center;
					}

			body	{
					font-family: Arial, Helvetica, Sans-Serif;
					/* background-color: aqua; */
					margin: 0px;
					height: 98%;
					}
			
			p:first-letter
					{
					font-size: 50px;
					font-weight: bold;
					font-style: italic;
					color: gray;
					float: left;
					padding: 6px;
					}

			p:active
					{
					font-size: 16px;
					}

			#inhalt h6
					{
					color:#FBE049;
					font-size:18px;
					margin-left:15px;
					}
			#Text h6
					{
					color: black;
					font-size:18px;
					margin-left:15px;
					padding-top: 15px;
					}
					
			#inhaltred 					
					{
					color: #FBE049;
					font-size:14px;
					float: right;
					font-size: 18px;
					width: 560px; margin: 2px;
					}

			#Logo
					{
					float:left;
					background: none;
					border: 0px lime black;
					margin: 0px;
					width: 138px; height: 166px;
										}
			#Logotext
					{
					float:right;
					background: none;
					border: 0px lime black;
					margin: 0px;
					width: 662px; height: 166px;
										}
					
			#kopfzeile
					{
					background: none;
					color: white;
					font-size: 12px;
					font-style:italic;
					border: 0px lime black;
					margin: 0px;
					width: 804px; height: 170px;
					padding: 0px;
					/* background-image: url('images/Titel SDP.jpg'); */
										}
			#kopfzeile h6
					{
					color: silver;
					}
					
					
			#navigation
					{
					background-color: silver;
					border: 0px black solid;
					width: 137px; margin: 0px;
					float: left;
					}
					
			#inhalt
					{
					/* background-color: white; */
					background: none;
					border: 0px black solid;
					width: 660px; margin: 2px;
					float: right;
					padding: 20px;
					font-size:14px;
					}
			
			#wrapper
					{
					width: 930px; height: 98%;
					Background: none;
					padding: 0px;
					margin: auto;
					/*
					background-color: white;
					background-image: url('images/hgblau.png');	
					background-repeat: no-repeat;
					background-position: center;
					*/				
					}
			#Text
					{
					border: 0px black solid;
					width: 260px;
					float: right;
					padding-left: 10px;
					margin-left:10px;	
					font-size: 14px;
					}
			#Kontakt
					{
					border: 0px black solid;
					width: 420px;
					float: right;
					padding: 1px;
					}
			#Local
					{
					border: 0px black solid;
					float: left;
					padding: 1px;
					}
			#liste
					{
					border: 0px black solid;
					float: left;
					padding: 1px;
					}
			#adresse
					{
					border: 0px black solid;
					height: 3000px;
					float: right;
					padding: 10px;
					}
					
					
			/* Navigation formatieren */
			
			div#navigation ul	{
				list-style-type: none;
				}
				
			div#navigation ul li
				{
					font-weight: bold;	
				}
				
			div#navigation ul li ul li
				{
					font-weight: normal;
					background-image: url('images/button.gif');
					background-repeat:no-repeat;
					background-position: center;
					font-size: 12px;
					padding-top: 2px;
					height: 20px; width: 100px;
					margin: 2px;
					text-align: center;
					cursor: pointer;	
				}

			div#navigation ul li ul li.darueber
				{
					font-weight: normal;
					background-image: url('images/button.gif');
					background-repeat:no-repeat;
					background-position: center;
					font-size: 12px;
					padding-top: 2px;
					padding-left: 10px;
					height: 20px; width: 100px;
					margin: 2px;
					text-align: center;
					cursor: pointer;	
				}


				
			div#navigation ul li ul li a
				{
				text-decoration: none;
				}
				
				
	/* Medium Print formatieren */
	
	@media print 	{
					#navigation	{
								display: none;
								}		
								
					#inhalt {
							width: 100%; float:left;
							}		
					}
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
	
	
