@charset "UTF-8";

/*  CSS specially made for 
	www.feddern-zanko.ch from
    Gabriela Kupferschmidt Maeder
    Visual Designer SWB and WebPublisher EBZ
    Schaffhausen/Switzerland

	Farbdefinition:
	Zankoblau         #003399 dunkler
	Mittelblau        #0066cc heller
	Hellblau          #becdea
	Linkblau          #336699
	Dunkelblau        #003
	Hellblau heller   #e0e5ee
	Rot               #cc0000
	Rot               #cc3333 heller
	Schlammgrau       #807663

*/

*:focus {outline: none;}

html {
    height: 100%
	/* verhindert horizontales Huepfen der zentrierten Seite
	bedingt durch Ein- und Ausblenden des Scrollbalkens: */
    }


/*  B O D Y - - - - - - - - - - - - - */

body { 
    font-family: 'Lucida Grande', 'Lucida MS', Verdana, Arial, Tahoma, Sans-Serif;
	background-color: #039;
	margin: 0; 
	padding: 0;
	
/* verhindert horizontales Huepfen der zentrierten Seite
bedingt durch Ein- und Ausblenden des Scrollbalkens: */
    height: 101%;	}

	
/*  G R U N D L A Y O U T - - - - - - - - - - -  - - */

#aussencontainer {
	width: 850px;
	background-color: #fff;
	margin: 0 auto;
	}
	
#header {
	width: 850px;
	height: 38px;
	margin: 24px auto 12px;
	}


/*  B O X E S - - - - - - - - - - - - - - */

#startlogo {
	width: 1000px;
	height: 550px;	
	margin: 150px auto;
	}
	
#teambildfeld {
	width: 850px;
	height: 360px;
	margin: 0;
	padding: 0;
	}

#teamtextfeld {
	width: 850px;
	background-color: #fff;
	margin: 0;
	padding: 0 0 36px 0;
	}
	
#teamtextfeld h1 {
	font-size: 95%;
	line-height: 150%;
	letter-spacing: 0;
	color: #06c;
	margin: 36px 36px 9px 150px;
	padding: 0;
	}
	
#teamtextfeld p {
	font-size: 85%;
	line-height: 165%;
	color: #666;
	margin: 9px 36px 12px 150px;
	letter-spacing: 0;
	}
	
#teamtextfeld a:link,
#teamtextfeld a:visited {color:#369;padding-left:5px;text-decoration:none;}

#teamtextfeld a:hover, 
#teamtextfeld a:active {color:#c33;text-decoration:none;}
	
#teamtextfeld table {
	font-size: 80%;
	line-height: 135%;
	color: #666;
	margin: 15px 36px 12px 150px;
	letter-spacing:0;
	word-spacing:0;
	}
	
#teamtextfeld tr { }
#teamtextfeld td { }

		

/*  F O O T E R - - - - - - - - - - - - - - - - */

#footer {
	width: 850px;
	background-color: #003399;
	margin: 0 auto;
	padding: 12px 0 0 0;
	clear: both; 
	}
	
#footer p {
	color: #99ccff;
	font-size: 65%;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	text-align: right;
	border-top: 1px dotted #6699cc;
	margin: 0;
	padding: 15px 0 0 0;
	}
	
#footer a:visited, 
#footer a:visited {color: #6699cc;text-decoration: none;}

#footer a:hover, 
#footer a:active {color: #99ccff;text-decoration: underline;}


/* K L A S S E N - - - - - - - - - - - - - - - - -  */

.fett {font-weight: bold;}
.unterstrichen {text-decoration: underline;}
.versal {text-transform: uppercase;} 
.kursiv {font-style: italic;}