/* ZVAB CSS Manipulation */
	
	div#FrameContent {
	
		padding-top: 0;
	}
	
	div#FrameContent div.Column {
	
		padding-left: 0;
	}
	
	/* End ZVAB CSS Manipulation */

	#botschafterContent {
	
		padding: 30px;
		background-image: url(/images/uni/botschafter/bg_stripes.gif);
		background-repeat: no-repeat;
		background-position: right top;
	}
	
	#botschafterContent.bg2 {
	
		background-image: url(/images/uni/botschafter/bg_belt.gif);
	}
	
	#botschafterContent.bg3 {
	
		background-image: url(/images/uni/botschafter/bg_point_er.gif);
	}
	
	#botschafterPortlet {
	
		background-image: url(/images/uni/botschafter/verlauf.gif);
		background-repeat: no-repeat;
		background-color: #5e9b2c;
		
		width: 274px;
		min-height: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	div.botschafterLinks {
	
		height: 250px;
		padding: 30px 0 0 20px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	a.botschafterLink:link,
	a.botschafterLink:visited {
	
		font-weight: bold;
		font-size: 14px;
		line-height: 25px;
		text-decoration: none;
		color: #fff;
	}
	
	a.botschafterLink:hover {
	
		font-weight: bold;
		font-size: 14px;
		line-height: 25px;
		text-decoration: underline;
		color: darkgreen;
	}
	
	a.botschafterLink2:link,
	a.botschafterLink2:visited {
	
		text-decoration: none;
		color: #fff;
	}
	
	a.botschafterLink2:hover {
	
		text-decoration: underline;
		color: darkgreen;
	}
	
	a.botschafterLink2.active {
	
		color: darkgreen;
	}
	
	a.uniButton {
	
		background-color: darkgreen;
	}
	
	.boxBeige {
	
		background-color: #FFE6B9;
		padding: 10px;		
		width: 740px;
		margin-top: 20px;		
	}
	
	
	
	.boxGruen {
	
		background-color: #CCE2A4;
		padding: 10px;		
		width: 740px;
		margin-top: 20px;
	}
	
	
	
	.boxRot {
	
		background-color: #E2A49B;
		padding: 10px;
		width: 740px;
		margin-top: 20px;
	}
	
	.boxBlank {
	
		border-bottom: 2px solid #008561;
		padding-top: 20px;
		width: 740px;
	}
	
	.points,
	.pointsG {
	
		background-image: url(/images/uni/botschafter/dot-er.gif);
		background-repeat: no-repeat;
		width: 30px;
		height: 30px;
		vertical-align: middle;
		text-align: center;
		display: inline-block;
		-moz-display: inline-block;
		line-height: 30px;
	}
	
	.pointsG {
	
		background-image: url(/images/uni/botschafter/dot-erg.gif);
	}
	
	.imgDisabled {
	
		opacity: 0.4;
		filter: alpha(opacity = 40);
	}
	
	.txtDisabled {
	color:#adadad;
	}
	
	h1 {
	
		color: #008561;
		font-size: 20px;
		font-weight: bold;
	}
	
	h3 {
	
		color: #008561;
		font-size: 14px;
		font-weight: bold;
	}
	
	
	/* the overlayed element */ 
	.simple_overlay { 
		
		/* must be initially hidden */ 
		display:none; 
		
		/* place overlay on top of other elements */ 
		z-index:10000; 
		
		/* styling */ 
		background-color:#ffe6b9;
		
		width:675px;     
		min-height:200px; 
		border: 2px solid #666; 
		
		/* CSS3 styling for latest browsers */ 
		-moz-box-shadow: 0 0 50px #000; 
		-webkit-box-shadow: 0 0 10px #000;  
		
		padding: 5px;
	} 
	
	/* close button positioned on upper right corner */ 
	.simple_overlay .close { 
		background-image:url(/images/closeicon.png); 
		background-repeat: no-repeat;
		position:absolute; 
		right:-10px; 
		top:-10px; 
		cursor:pointer; 
		height:30px; 
		width:30px; 
	}
	
	.moreInfo, .dokuContent {
	    display: none;
	}
	
	.w400 {
	
		width: 400px;
	}
	
	#submitMessageContact,
	#submitMessageOrder {
	
		color: green;
		font-size: 15px;
		background-color: #fff;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		opacity: 0.8;
		overflow: hidden;
		display: none;
	}
	
	#submitMessageContact div,
	#submitMessageOrder div {
	
		padding-top: 40%;
		padding-bottom: 50%;
		text-align: center;
		width: 100%;
		height: 100%;
	}
	
	#submitMessageContact a,
	#submitMessageOrdera a {
	
		cursor: pointer;
	}
	
	.Block {
	
		font-size: 12px;
	}
	
	#submitMessage {
	
		display: none;
		position: absolute;
		left: 30%;
		top: 20%;
	}
	
	.box {
	
		padding-left: 10px;
	}
	
	.box h2 {
	
		width: 220px;
		height: 25px;
		box-sizing: border-box;
		background-image: url(/images/uni/botschafter/box_header.png);
		background-repeat: no-repeat;
		padding: 5px;
		text-align: center;
		display: block;
		text-decoration: none;
		margin-left: -10px;
	}
	
	.praemienFoto {
	
		margin-right: 5px;
	}
