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


/*Eigenschaften der Links*/
	a:link{color:#FFFFFF; text-decoration:none;}	/*Farbe des Links und keine Unterstreichung*/
 	a:visited{color:#FFFFFF;}						/*Farbe des besuchten Links*/
 	a:hover{color:#ff0000;}							/*Farbe des Links, wenn die Maus drüber fährt*/
 	a:active{color:#FFFFFF;}						/*Farbe des aktiven Links*/

/*Grundeigenschaften der Seite*/
body {	background-color:#000;							/*Hintergrundfarbe schwarz*/		
		font:16px "Trebuchet MS", "Tahoma", "Verdana";	/*Bestimmung der Schriftgröße, Schriftart für das gesamte Dokument*/
		color:#FFF;										/*Schriftfarbe*/
		}


/*Das umrandende Element, in dem alle anderen Elemente eingefügt werden, daruch verrutscht nichts*/
#umrandung{	background-image:url(Images/BG01.jpg);			/*Quelle des Hintergrundbildes*/
			background-repeat:no-repeat;					/*Hintergrundbild wird nur einmal angezeigt*/	
}

/*Die Kopfzeile*/
#kopf {	height:150px;			/*Höhe*/
		width:auto;				/*Breie ist automatisch*/	
}

/*Inhaltsbereich*/
#inhalt{	height:350px;
			width:auto;		
}


#ueberuns {	height:22px;
			width:auto;
			padding-top:30px;	/*Innenabstand oben*/
			padding-left:690px;	/*Innenabstand links*/	
}

#ueberuns a:link, #ueberuns a:visited {text-decoration:none;
}

#kontakt {	height:20px;
			width:auto;
			padding-top:22px;
			padding-left:450px;		
}

#kontakt a:link, #kontakt a:visited {text-decoration:none;
}

#idee {		height:23px;
			width:auto;
			padding-top:20px;
			padding-left:275px;		
}

#idee a:link, #idee a:visited {text-decoration:none;
}

#mach {		height:25px;
			width:auto;
			padding-top:100px;
			padding-left:220px;			
}

#mach a:link, #mach a:visited {text-decoration:none;
}

#aktion {	height:25px;
			width:auto;
			padding-top:10px;
			padding-left:590px;		
}

#aktion a:link, #aktion a:visited {text-decoration:none;
}

#faq {		height:25px;
			width:auto;
			padding-top:20px;
			padding-left:320px;			
}

#faq a:link, #faq a:visited {text-decoration:none;
}

/*Fusszeile*/
#fuss{		height:50px;
			width:auto;
			padding-left:130px;	
}


/*Schriftgröße für das Impressum bestimmen*/
#fuss a:link, #fuss a:visited {	font:12px "Trebuchet MS", "Tahoma", "Verdana";	
								text-decoration:none;
}

