body {	background: #EEEEEE;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	}

table {	font-family: Arial, Helvetica, sans-serif;
	}

#auswahlutitel {font-size: x-large;
	height: 40px;
	background: white;
	}

#titel {font-size: x-large;
	height: 40px;
	background: #EEEEEE;
	}

#backlink {font-size: x-large;
	height: 80px;
	background: #EEEEEE;
	}

.auswahlliste {margin-left: 110px;
	font-size: medium;
	font-weight: bold;
	}

.pad {padding: 15px;}

.quote {padding-left: 60px;}

.big {font-size: large;}

.code {font-family: 'DejaVu Sans',Verdana, sans-serif;}

.gruen {color: #008000;}
.braun {color: #800000;}
.rot {color: #dd0000;}
.grau {color: #555555;}
.blueob {color: #0095ff;}
.bluezahl {color: #0e0eff;}

a:link {color: black;}
a:visited {color: black;}
a:active {color: #999999;}


a.green:link {color: #006325;}
a.green:visited {color: #006325;}
a.green:active {color: #80c341;}

.programmliste {margin-left: 110px;
	font-size: medium;
	}



/* Ab hier der Seitenaufbau mit Unterteilung */

a.foot_menu:link {color: #0099FF;}
a.foot_menu:visited {color: #0099FF;}
a.foot_menu:active {color: #00FFFF;}
.foot_menu {font-size: large;}

#logobereich { border: none;
	background-color: black;
	position: absolute; z-index: 4;
	top: 0; left:0; right:0;
	height: 100px;
	padding-top: 6px;
	padding-bottom: 2px;
	}

*html #logobereich {height: 100px;
        width: 100%;
        }


#menu { border-bottom: 1px solid #444444;
	background-color: black;
	position: absolute; z-index: 3;
	top: 108px; left:0; right:0;
	height: 60px;
	padding-bottom: 1px;
	}

*html #menu {height: 60px;
        width: 100%;
        }


#hauptbereich {border: none;
	top: 170px;
	left: 0px;
	right: 0px;
	bottom: 40px;
	overflow: auto;
	position: absolute; z-index:1;
	padding: 10px;
	}

*html #hauptbereich {top: 0px;
        bottom: 0px;
        height: 100%;
        width: 100%;
        border-top: 170px solid black;
        border-bottom: 40px solid black;
        }


#footer { border-top: 1px solid #444444;
	background-color: black;
	color: #FFFFFF;
	position: absolute; z-index:2;
	bottom: 0px; left:0; right:0;
	height: 39px;
	}

*html #footer {height: 39px;
        width: 100%;
        }

