body {
	height			: 100%; 
	font-family		: verdana;
	font-size		: 12px; 
	line-height		: 135%; 
	margin			: 0px; 	
	background-color: #343435"; 
	}
	
a            { color: #00b197; font-size: 9pt; font-weight: bold; text-decoration: none;}
a:active     { font-family: Verdana; font-size: 9pt; color: #00b197; font-weight: bold }
a:link       { font-family: Verdana; font-size: 9pt; color: #90C84E; font-weight: bold }
a:visited    { font-family: Verdana; font-size: 9pt; font-weight: bold; color:#90C84E}
a:hover      {color: #00b197; font-weight: bold; font-size:9pt}


#center {
	position			: relative;
	margin-left			: auto;
	margin-right		: auto;
	margin-top: 10px;
}

#center img{border:none;}

.pfett { font-size: 10pt; font-weight: bold; line-height: 130%;}
.p	   { font-size: 10pt; line-height: 130%;}
.pklein { font-size: 8pt; line-height: 120%;}

.c{
	border:1px solid #F1F5F6; position: absolute;
	z-index: 5; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px
}
.c .e1{
	height: 20px;
	width: 7px;
	background-image: url('gruen-hinter1.gif');
	background-repeat: no-repeat;
	
	float: left;
}
.c .e2{
	height: 20px;
	width: 7px;
	background-image: url('gruen-hinter1.gif');
	background-repeat: no-repeat;
	
	float: left;
}
.c .e3{
	height: 9px;
	width: 7px;
	background-image: url('rot-hinter1.gif');
	background-repeat: no-repeat;
	
	float: left;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8
}
.c .e4{
	height: 9px;
	width: 7px;
	background-image: url('rot-hinter1.gif');
	background-repeat: no-repeat;
	
	float: left;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8;
}
.c .title{
	width: 470px;
	height: 17px;
	
	background-color: #FFFFFF;
	
	padding-left:6px;
	padding-right: 6px;
	padding-top:2px;
	
	float: left;
	
	font-weight: bold; background-image:url('gruen-hinter1.gif')
}
.c .title .close{
	position:absolute;
	
	top:1px;
	right: 1px;
	
	width: 20px;
	height: 20px;
	
	display:block;
}
.c .txt{
	position: relative;
	display: block;
	background-image: url('rot-hinter1.gif');
	float: left;
	max-width: 100%;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	padding-top: 15px;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 5px;
	overflow: hidden
}
.c .out{
	position:absolute;
	left:10px;
	top:100px;
}
.c .footer{
	width: 480px;
	height: 9px;
	
	font-size:6px;
	margin:0px;
	
	background-image: url('rot-hinter1.gif');
	background-repeat: repeat-x;
	
	float: left;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8;
}
.visible .txt{
	filter:none;
	-moz-opacity: 1.0;
}
.visible .footer{
	filter:none;
	-moz-opacity: 1.0;
}
.visible .e3{
	filter:none;
	-moz-opacity: 1.0;
}
.visible .e4{
	filter:none;
	-moz-opacity: 1.0;
}

small{
	color:#666666;
	font-size: 10px;
}