*
{	font-family: Trebuchet MS,Palatino Linotype,Arial, Verdana,Tahoma,Lucida Console,Comic Sans MS,    sans-serif;
	font-size:16px;
	line-height:1.4em;
	margin:0;
	border:0;
	padding:0;
}
html, body{
	width:100%; 
	height:300px;
	overflow-x:hidden;
/*	
	background-image: url(../img/_bg_strah_3-proz.png); */
	background-repeat: no-repeat;

	background-image: -webkit-gradient(linear, left top, left bottom, from( #92499C ), to( #5c2d91 )); 
	background-image: -webkit-linear-gradient( #92499C , #5c2d91 ); 
	background-image:    -moz-linear-gradient( #92499C , #5c2d91 ); 
	background-image:     -ms-linear-gradient( #92499C , #5c2d91 ); 
	background-image:      -o-linear-gradient( #92499C , #5c2d91 ); 
	background-image:         linear-gradient( #92499C , #5c2d91 );
	background-color:#5C2E91;
}
ul{
	margin-left:1.0em;
}
div{
	position:absolute;
	left:0px;
	top:0px;
	width:auto;
	height:auto;
}
divBG{
	position:fixed;
}
.weiss{
	font-size:10px;
	line-height:10px;
	color:#ffffff;
}
.head_1{
	font-size:22px;
	font-weight:bold;
}
.klein{
	font-size:11px;
}

#divBG_weiss{
	left:264px;
	top:264px;
	width:743px;
	height:423px; /*  467px*/
	background-color:#fff;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";	 /* IE8 */
	filter: alpha(opacity=80);											 /* IE7 */
	opacity: .8;														/* Rest */
	-webkit-border-radius:30px 0 0 0;
	-moz-border-radius:30px 0 0 0;
	border-radius:30px 0 0 0;
	z-index:3;
}
#divContent{
	left:33px !important;
	top:33px !important;
	max-width:660px;
/*	background-image: url(../img/pix_weiss_60.png);*/
	padding: 0;
	color:#5c2d91;
}
.nav {
	text-align:right;
}
.link {
	cursor:pointer;
	position:static;
	color:#92499C;
	font-weight:bold;
	text-decoration:underline;
}
.flyerImg {	
	visibility:visible;
	display: none;
	z-index:3;
}


#divNav{
	left:33px;
	top:264px;
	width:190px;
	z-index:2;
}
.navItem{
	cursor:pointer;
	color:#fff;
	text-align:right;
	width:100%;
	padding:0;
	margin:0 0 10px 0;
	position:relative;

	padding: 5px 33px 6px 8px;
}
.navItemOver{
	cursor:pointer;
	color:#5c2d91;
	text-align:right;
	width:100%;
	padding:0;
	margin:0 0 10px 0;
	position:relative;
	background-color:#fff;
	padding: 5px 33px 6px 8px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}

a:link, a:visited, a:focus	{
	color:#fd2a00;
	font-weight:bold;
	text-decoration:underline;
}
a:hover, a:active{
	color:#5c2d91;
	font-weight:bold;
	text-decoration:underline;
}


