#bubbleTop{
	color:white;
	padding:10px;
	
	width:640px;
	height:120px;
	background-image:url("../img/background_bubbles_top.png");
	background-repeat:no-repeat;
}

#bubbleWrapper {
    position: absolute;
    width: 640px;
    height: 300px;
}
#bubblePlatzhalter {
    width: 640px;
    height: 350px;
}

.bubble {
    text-decoration:none;
    cursor: pointer;
    position: absolute;
   
    width: 160px;
    text-align: center;
    vertical-align: middle;
    color:white;
}

#bubble0{
    text-decoration:none;
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
    border: none;
}

div#bubbleImg {
    position:absolute;
    left:360px;
    top:110px;
}

div.bubbleDescr h1 {
    font-size:20pt;
	margin:0;
	padding:0;
}

.bubbleDescr {
    margin:10px;
    margin-left:150px;	
}
.bubbleDescr #left{
	vertical-align:top;
}
.bubbleDescr #right{
	vertical-align:top;
	padding-left:30px;
}

.bubbleDescr table{
	
}
.bubbleDescr p{
	margin:0;
	padding:0;
}
ul#schulen{
	float:right;
}

.tooltip {

    position: absolute;
    display: none;
    background-image:url('../img/hintergrund_button.png');
    /*background-color: #FFFFFF;*/ 
}
a.active{
	color:#ffaaaa;
}



