@charset "utf-8";
/* CSS Document */

body {
	overflow:hidden;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}



/* Hintergrundbild*/
#bg {
	position:absolute;
	margin: -10px 0px -5px -10px;
	width:110%;
	height:100%;
	z-index:1;
	left: 0px;
	top: 0px;
}

#bg img {
	min-height:100%;
	min-width:100%;
	margin:0 auto;
	display:block;
}


/* Inhalt */





#ueberschrift {
	width:100%;
	

}

#logo_bg {
	position:absolute;
	height:124px;
	z-index:100;
	background-position: right top;
	width: 46%;
	margin: -10px 30px -10px 50%;
	background-image: url(images/logo_bg.png);
	background-repeat: repeat-x;
}
#slogan {
	position:absolute;
	height:45px;
	z-index:101;
	background-position: right top;
	width: 46%;
	background-image: url(images/slogan.png);
	background-repeat: no-repeat;
	margin-top: 96px;
	margin-right: 30px;
	margin-bottom: -10px;
	margin-left: 50%;
}



#transparent {
	background-color: #fff;
	opacity:0.55;
	filter:alpha(opacity=55);
	position:absolute;
	height:120%;
	z-index:3;
	background-position: right top;
	width: 46%;
	margin: -10px 30px -10px 50%;
}




#content {
	height:95%;
	position:absolute;
	z-index:4;
	width: 46%;
	top: 65px;
	margin-top: 50px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 50%;
}

#content a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	list-style-type: square;
}

#content a:visited {
	color: #000;
}


.fliesstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	list-style-type: square;
}
.fliesstext_fett {
	font-weight: bold
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	list-style-type: square;
	font-weight: bold;

}
.vivaladiva {
	font-weight: bold
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F2A8B1;
	font-weight: bold;
}




#text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	overflow: auto;
	width: 100%;
	height: 80%;
	scrollbar-base-color: #F7C7CD;
	scrollbar-face-color: #FFFFFF;
	scrollbar-track-color: #F7C7CD;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #F7C7CD;
	scrollbar-darkshadow-color: #F7C7CD;
	scrollbar-highlight-color: #F7C7CD;
	scrollbar-shadow-color: #F7C7CD;
}





/* Menue */

#navi {
	position:absolute;
	width: 253px;
	margin: 40px 0px 0px 10px;
	z-index:5;
}

#navi ul {
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 0;

}

.bilder {
	border: 1px solid #FFFFFF;
	padding: 3px;
}
.alessandro_logo {
	border: 1px solid #FFFFFF;
	padding: 5px;
	margin: 10px;
}

.kleine_schrift {
	font-size: 9px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.texttrenner {
	width: 100%;
}
