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

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

.titel {font-size: x-large;}

.link_title { font-weight:bold;
	font-size: 18px;
}

.prog { background: white;
	width: 100%;
	}
	
.prog_parts { font-weight:bold;
	background: white;
	width: 100%;
}

.pad {padding: 15px;}

.quote {padding-left: 30px;}

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

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

.gruen {color: #008000;}
.rot {color: #DD0000;}
.grau {color: #808080; font-style: italic;}
.blau {color: #0000FF;}
.braun {color: #800000;}

a:link {color: black;}
a:visited {color: #111111;}
a:active {color: #000099;}

/*
a.gelb:link {color: #FFFF00;}
a.gelb:visited {color: #FFFF00;}
a.gelb:active {color: #FFFF44;}
*/


/* 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;
	background-image: url(../backgrounds/programming-background.jpg);
	top: 170px;
	left: 0px;
	right: 0px;
	bottom: 40px;
	overflow: auto;
	position: absolute; z-index:1;
	padding: 5px;
	}

*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%;
        }


