/* Cascading Style Sheet für die Webseite des Iserlohner Gesundheitstages */
body{
	background-color : #ff9900;
	background-image : url(bilder/leer.gif);
	background-repeat : repeat;
	font-family : Arial, Helvetica, sans-serif;
	color : #002200;	
	margin-left : 20;
	margin-top : 110px;
	margin-right : 20;
}

a.nav{
	/* Navigationsleiste : passiver "Button" */
	background-color : #fcb244;
	color : #404040;
	font-weight : none;
	text-decoration : none;
	text-transform : uppercase;
}

a.nav:hover{
	/* Navigationsleiste : aktiver "Button" */
	background-color : #fcb244;
	font-weight : none;
	color : red;
	text-transform : uppercase;
}

b.hier{
	/* Navigationsleiste: aktive Kategorie */
	background-color : #fcb244;
	font-weight : none;
	color : red;
	text-transform : uppercase;
}

h1{
	/* Kein Verdana für Überschrift 1 */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #404040;
}	

td.banner{
	/* türkiser Rahmen für Banner */
	background-color : #999999;
	color : #ffffff;
	font-size : 30px;
}

td.left_col {
	/* Linke Spalte mit Naviagtion */
	background-color : #cc0066;
	color : #006666;
	font-size: 12px;
	font-family : Verdana, Geneva, Arial, sans-serif;
}

td.right_col {
	/* Rechte Spalte */
	background-color : #006666;
	color : #ffffff;
	font-size: 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td.text {
	/* Rahmen für den Homepageinhalt */
	background-color : #ffffff;
	color : #404040;
	font-size: 13px;
	font-family : Verdana, Geneva, Arial, sans-serif;
}

td.tabelle {
	/* Vortragstabelle */
	background-color : #CCE6F4;
	color : #404040;
	font-size: 13px;
	font-family : Verdana, Geneva, Arial, sans-serif;
}

td.text_photo {
	/* Rahmen für den Homepageinhalt */
	background-color : #C8C8C8;
	color : #404040;
	font-size: 11px;
	font-family : Verdana, Geneva, Arial, sans-serif;
}

