* { font-family:Helvetica; font-size:100%; }
body { background-color:#0000D0; background-image: url(/typo3conf/ext/skippertreff_site/Resources/Public/Images/Wasser.jpg); }

					 
#Dokumentenbereich { width:1250px; margin: 5px auto; min-height:800px;}
					 
#HeaderImage { }

#HeaderNavigation {display: table;
            width: 100%;           
            table-layout: fixed;   
            border-spacing: 2px; 
            background-color: #FFFFFF; }
			
#HeaderNavigationElement {display: table-cell;
            padding: 5px;
            text-align: center;   
			color:darkblue; font-weight:bolder; font-size:large; letter-spacing:0.1em; }
#HeaderNavigationElement a {text-decoration:none; color:#010069;}
#HeaderNavigationElement a:visited {text-decoration:none; color:#010069;}
			
#Inhaltsbereich { background-color:#EEEEEE; } /* Hintergrund für Menü */
#SpalteLinks { float:left;  background-color:#EEEEEE; padding:5px; width:199px; }
#InhaltsbereichMitteRechts { float:right; background-color: #EEEEEE; } /* Hintergrund für Mitte und rechts, damit kein Menühintergrund bei unterschiedlicher Höhe  */
#SpalteMitte { float:left;  background-color:#EEEEEE; padding:5px; width:820px; border-left:1px solid #010069; border-right:1px solid #010069; min-height:530px; }
#SpalteRechts {float:right; background-color:#EEEEEE; padding:5px; width:199px;}

#Footer { background-color: #999; text-align:center; padding:2px; color:white; font-size:90%}		/* Impressums-Zeile */
#Footer a { text-decoration:none; color:white;}
#Footer a:visited { text-decoration:none; color:black;}

#nav1 { font-size: 90%; color:#010069; font-weight:bolder; text-decoration:none; }		/* Menü 1. Ebene */
#nav1 a:visited {text-decoration:none; color:#010069;}

h1 { font-size: 120%; font-weight:bolder;}

.clearfix:after { content: "."; clear: both; display: block; visibility: hidden; height: 0px; } /* Floats korrekt beenden */
