/* benutzte Farben:
		#9de Seitenhintergrund
		#29a Schriftfarbe, Hintergrundbalken bei Ueberschriften Sidebar, Hintergrund footer, Rahmen
		#29c Aufhellung beim Beruehren des Kopfbereichs
*/

body	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;	
	background: #9de url(../images/seite.png) top center repeat-y;
	color: #fff;
	font: small/18px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	}


/* das Zeitungsblatt -----------------------------------------------------------------------*/
div#two_column	{
//	color: #29a;
	color: #000;
	background: transparent url(../images/spalte.png) top left repeat-y;
	width: 742px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

div#sheet	{
//	color: #29a;
	color: #000;
	width: 742px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

h1	{
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
h1 a:link, h1 a:visited	{
	display: block;	
	width: 700px;
	height: 100px;
	background: #29a url(../images/header.png) top left no-repeat;
	margin: 0 0 0 12px;
	padding: 0;
	border: 0;
	}

h1 a:hover	{
	background: #29c url(../images/header.png) top left no-repeat;
	}

/* Icons */
img.icon {
	border: 0;
}

p.tel {
	font-size: 1em;
	font-weight: bold;
}


/* die grosse linke Spalte ----------------------------------------------------------------*/
div#maincontent {
	float: left;
	width: 440px;
	margin: 0;
	padding: 0;
	border: 0;	
		/*falscher Randwert fuer IE Windows */
	margin-left: 6px;
}

html>body div#maincontent {
		/*korrekter Randwert fuer alle anderen Browser */
	margin-left: 12px;
	min-height: 800px;
}

#maincontent img.eyecatch {
	margin: 0 0 30px 0;
	border: 2px solid #29a;
	background: #29d top left repeat;
	float: left;
	}
	
div#article {
	float: left;
	margin: 0 0 20px 0;
	}
	
	/* Artikel Bilder */
#article img.article {
	width: 260px;
	margin: 2px 5px 0 0;
	border: 2px solid #29a;
	background: #29d top left repeat;
	float: left;
	}
	
#article table {
	width: 100%;
	float: left;
	margin: 3px 0 3px 0;
	}
	
#article table:tr {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

#article tr.even {
	color: #fff;
	background: #29a;
	}

#article tr.odd {
//	color: #29a;
	color: #000;
	}

#article table:td {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

#article h3 {
	margin: 0 0 2px 0;
	}
#article a:link, #article a:visited, #article a:focus {
//	color: #29a;
	color: #000;
	text-decoration: none;
	}
	
#article a:hover {
//	color: #29a;
	color: #000;
	text-decoration: underline;
	}
	

/* die kleine rechte Spalte ----------------------------------------------------------------*/
div#sidebar {
	width: 230px;
	margin: 0 0 0 472px;
	padding: 0;
	border: 0;	
}

#sidebar h2 	{
	letter-spacing: 2px;
	margin-top: 25px;
	color: #9de;
	padding: 2px 5px 3px 5px;
	background: #29a;
	font-size: normal;
	font-weight: normal;
	}
	
#sidebar a:link, #sidebar a:visited, #sidebar a:focus {
//	color: #29a;
	color: #000;
	text-decoration: none;
	}
	
#sidebar a:hover {
//	color: #29a;
	color: #000;
	text-decoration: underline;
	}
	
/* die Fusszeile ---------------------------------------------------------------------------*/
div#footer {
	clear: both;
	border: 0;
	border-top: 10px solid #7eecf3;
	border-bottom: 10px solid #7eecf3;
	background: #29a url(../images/footshadow.png) top left repeat-x;
	color: #9de;
	width: 700px;
	margin: 10px 0 0 12px;
	padding: 5px 0;
}

#footer a:link, #footer a:visited, #footer a:focus {
	color: #9de;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #9de;
	text-decoration: underline;
	}
	
#footer h2 {
	margin: 0 30px 0 10px;
	}	

div#impressum_txt {
	margin: 0 0 0 30px; 
	}
/* das Menue -------------------------------------------------------------------------------*/

div#globalnav	{
	height: 30px;
	width: 700px;
	margin: 0 0 0 12px;
	padding: 0;
	border: 0;
	background: #7eecf3;
	}
div#globalnav ul#menu	{
	height: 30px;
	width: 700px;
	background: transparent url(../images/nav.png) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}
div#globalnav ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
ul#menu li, ul#menu a {
	height: 30px;
	display: block;
	}

#aktuell {
	left: 0;
	width: 145px;
	}
#lehrgaenge {
	left: 145px;
	width: 180px;
	}
#trainer {
	left: 325px;
	width: 145px;
	}
#zeiten {
	left: 470px;
	width: 130px;
	}
#ueber {
	left: 600px;
	width: 100px;
	}

#aktuell a:hover {
    background: transparent url(../images/nav.png)
    0 -30px no-repeat;
    }
#lehrgaenge a:hover {
    background: transparent url(../images/nav.png)
    -145px -30px no-repeat;
    }
#trainer a:hover {
    background: transparent url(../images/nav.png)
    -325px -30px no-repeat;
    }
#zeiten a:hover {
    background: transparent url(../images/nav.png)
    -470px -30px no-repeat;
    }
#ueber a:hover {
    background: transparent url(../images/nav.png)
    -600px -30px no-repeat;
    }
    

