/* CSS Document */

/*
*{
	font-family:Lucida Sans Unicode, Arial;
	font-size:14px;
}
*/

.transparent {
        /* Required for IE 5, 6, 7 */
        /* ...or something to trigger hasLayout, like zoom: 1; */
        width: 100%; 

        /* Theoretically for IE 8 & 9 (more valid) */
        /* ...but not required as filter works too */
        /* should come BEFORE filter */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";

        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=15);

        /* Older than Firefox 0.9 */
        -moz-opacity:0.15;

        /* Safari 1.x (pre WebKit!) */
        -khtml-opacity: 0.15;

        /* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
        opacity: 0.15;
}


#nav {position:absolute; left:20px; top:10px; width:220px; }
#master {position:absolute; left:250px; width:80%; top:10px; min-width:75%; z-index:5; }
#master3 {position:absolute; left:250px; top:-50px; }
#master4 {position:absolute; left:250px; top:-30px; }
#master2 {position:absolute; min-width:75%; width:80%; left:250px; top:130px; }
#masterv {position:absolute; left:250px; top:130px; }
#bilder {position:absolute; left:250px; top:10px; width:80%; max-width:80%;}
#weisheit {position:absolute; left:10px; top:150px; width:205px; height:130px; border-color:#FFFF00; border-style: solid solid solid solid;}

#zentriert { position:relative;
 height:auto;
 left: 50%;
 right: 50%;
 top: 50%;
 width:auto;
 margin-left: 0;
 margin-top: 0; }

a { text-decoration:none; color:#0000FF;} 
li {  list-style-type:disc; list-style-position:inside;}

 
#veranstaltung {position:absolute; right:-400px; top:300px; }


div.zufallsgalerie{

	position:float;
	top:100px;

}

div.webcam_main{

	position:float;
	top:100px;

}

table.inline{

border-color:#FFFF00;
border-width:3px;
border-style:solid;

}

