/* CSS Document */



body {
    font-size: 12px;
    font-family: Helvetica,Arial,sans-serif;
	background-color: #000000;
	
	}

.spalten {
	background-color: #EEEA52;
	vertical-align: top;
	}

#navi {
	height:30px;
	}

#fotos {
	width: 490px;
	background-color:#EEEA52;
	overflow: auto;
	margin:5px;
	}
	
#spalte1 {
	width: 180px;
	overflow: auto;
	
	}

#spalte2 {
	width: 180px;
	overflow: auto;
	margin:5px;
	}

#programm1 {
	width: 650px;
	background-color:#EEEA52;
	overflow: auto;
	margin:5px;
	}
	
#programm2 {
	width: 200px;
	background-color:#EEEA52;
	overflow: auto;
	margin:5px;
	
	}

#programm3 {
	width: 850px;
	background-color:#EEEA52;
	overflow: auto;
	margin:5px;
	}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

.textgross {
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	font-weight:bold;
	}

.textmedium {
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:bold;
	}
	
.textklein {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	}
	
a:link {
	text-decoration:none;
	color:#FF3000;
	font-weight: bold;
}

a:visited { 
	color:#431106;
	text-decoration:none;
	font-weight: bold;
}

a:hover { 
	font-weight:bold; 
	color:#FF0000;
	text-decoration:underline;
}

a:active { 
	font-weight:bold; 
	color:#00CCFF;
	text-decoration:underline 
	}
	
#header {
	background-image:url(../grafiken/header10.jpg);
	height: 140px;
	width: 900px;
	background-repeat: no-repeat;
	}
	

	
a.menu { height:30px; color: #FFFFFF border-color: #D0843A; display:inline; padding:2px;
         border-width: medium; font-size: small; border-color:}

a.menu:link    { color:#FFFFFF; background-color:transparent; text-decoration:none; }
a.menu:visited { color:#FFFFFF; background-color:transparent; text-decoration:none; }
a.menu:hover   { color:#000000; background-color:#EEEA52; text-decoration:none; }
a.menu:active  { color:#000000; background-color:#EEEA52; text-decoration:none; }

