/* CSS Document Annette Koeslin */



/* ---------------------------------

hauptfenster mittig

---------------------------------- */ 	

body {background-color:#CED4E5;}



#main{ 

	position: relative;

	width: 970px;

	height: 620px;

	z-index: 10;

	margin-left: auto;

	margin-right: auto;

	background-image:url(../images/higru-streifen.jpg);

	background-repeat:y;

	top:25px;

	}



#higruoben{ 

	position: absolute;

	width: 970px;

	height: 16px;

	z-index: 10;

	left:0px;

	top: 0px;

	}



#higruunten{
	position: absolute;
	width: 970px;
	height: 13px;
	z-index: 10;
	left: 0px;
	bottom: -7px;
	}



#higruverlauf{
	position: absolute;
	width: 573px;
	height: 799px;
	z-index: 10;
	left: 210px;
	top: 7px;
	}

	



#menu{ 

	position: absolute;

	width: 180px;

	height: 440px;

	z-index: 10;

	left:35px;

	top: 170px;

	}

	

#name{ 

	position: absolute;

	width: 193px;

	height: 100px;

	z-index: 100;

	right:0px;

	top: 56px;

	text-align:center;

	}

	

#adresse{ 

	position: absolute;

	width: 193px;

	height: 120px;

	z-index: 100;

	right:0px;

	bottom: 30px;

	text-align:center;

	}

#inhalt{
	position: absolute;
	width: 430px;
	min-height: 450px;
	z-index: 100;
	left: 271px;
	top: 74px;
	height: 835px;
	}
#inhaltworkshops{
	position: absolute;
	width: 530px;
	min-height: 450px;
	z-index: 100;
	left: 238px;
	top: 36px;
	height: 481px;	/*overflow: scroll;*/
	}

	

#fotorechts{ 

	position: absolute;

	width: 161px;

	height: 246px;

	z-index: 100;

	right:17px;

	top: 166px;

	text-align:center;

	}

	

#fotorechts img{

	border: 2px solid #9C4FB6;	

	padding: 0px; 

	-moz-border-radius: 4px;

	-webkit-border-radius: 4px;

	-khtml-border-radius: 4px;

	border-radius: 4px;

	}

#inhalt img{

	border: 2px solid #9C4FB6;	

	margin-top: 20px; 

	margin-bottom: 20px; 

	-moz-border-radius: 4px;

	-webkit-border-radius: 4px;

	-khtml-border-radius: 4px;

	border-radius: 4px;

	}

	
