/* CSS Document */


html, body {
	width:100%;
	}
	
body {
	margin:0;
	padding:0;
	width:750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#content {
	width:749px;
	display:block;
	background-color:#C00066;
	height:100%;
	}

#menu {
	float:left;
	width:500px;
	height:225px;
	display:block;
	background-color:#D70B8C;
	}

* html #menu {
	width:500px;
	height:225px;
	display:block;
	background-color:#D70B8C;
	margin:0;
	padding:0;
	}
	
#mitte {
	float:left;
	width:500px;
	height:auto;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	}

#unten {
	clear:both;
	display:block;
	width:750px;
	height:150px;
	background-image:url(../bilder/gras.gif);
	background-repeat:repeat-x;
	}

#rechts {
	width:250px;
	height:505px;
	display:block;
	float:left;
	text-align:center;
	background-image:url(../bilder/hasebackground.gif);
	background-repeat:no-repeat;
	}

* html #rechts {
	width:250px;
	height:505px;
	display:block;
	float:left;
	text-align:center;
	background-image:url(../bilder/hasebackground.gif);
	background-repeat:no-repeat;
	}	
	
#text {
	width:435px;
	height:auto;
	padding: 10px 0 0 60px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	}
	
	
/* Menüformatierungen */
#menu ul{
	list-style:none;
	margin:0;
	padding:143px 0 0 0px;
	}

#menu li{
	width:100px;
	height:20px;
	float:left;
	}

#menu li#begruessung a{
	height:100%;
	display:block;	
	background-image: url(../bilder/b_begruessung.gif);
	background-repeat:no-repeat;
	background-position:center;
	}

#menu li#begruessung a:hover,#menu li#begruessung_s a{
	height:100%;
	display:block;
	background-image:url(../bilder/bh_begruessung.gif);
	background-repeat:no-repeat;
	background-position:center;
	}

#menu li#programm a{	
	height:100%;
	display:block;
	background-image:url(../bilder/b_programm.gif);
	background-repeat:no-repeat;
	background-position:center;
	}

#menu li#programm a:hover, #menu li#programm_s a{
	height:100%;
	display:block;
	background-image:url(../bilder/bh_programm.gif);
	background-repeat:no-repeat;
	background-position:center;
	}

#menu li#vortragende a{	
	height:100%;
	display:block;
	background-image:url(../bilder/b_vortragende.gif);
	background-repeat:no-repeat;
	background-position:center;
	}

#menu li#vortragende a:hover,#menu li#vortragende_s a{
	height:100%;
	display:block;
	background-image:url(../bilder/bh_vortragende.gif);
	background-repeat:no-repeat;
	background-position:center;
	}

#menu li#hinweise a{	
	height:100%;
	display:block;
	background-image:url(../bilder/b_hinweise.gif);
	background-repeat:no-repeat;
	background-position:center;
	}

#menu li#hinweise a:hover, #menu li#hinweise_s a{
	height:100%;
	display:block;
	background-image:url(../bilder/bh_hinweise.gif);
	background-repeat:no-repeat;
	background-position:center;
	}

#menu li#anmeldung a{
	height:100%;
	display:block;	
	background-image:url(../bilder/b_anmeldung.gif);
	background-repeat:no-repeat;
	background-position:center;
	}

#menu li#anmeldung a:hover, #menu li#anmeldung_s a{
	height:100%;
	display:block;
	background-image:url(../bilder/bh_anmeldung.gif);
	background-repeat:no-repeat;
	background-position:center;
	}
	
/* Textformatierungen */ 

.ueberschrift {
	padding: 75px 0 0 5px;
	}

.boldrot {
	font-weight:bold;
	color:#d70b8c;
	}

.boldblau{
	color:#00adef;
	font-weight:bold;
	}

a {
	text-decoration:none;
	color:#00adef;
	}

a:hover {
	text-decoration: underline;
	color:#d70b8c;
	}

img {
	border:none;
	}

	
/* Programmformatierungen */

#programm1 {
	display:none;
	}

#programm2 {
	display:none;
	}
	
#programm3 {
	display:none;
	}
	
