#body #top_picture {
	background-image: url("/files/002/template/images/content_top_picture.jpg");
}

.farbicon {
	display: block;
	height: 20px;
	width: 45px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	text-shadow: 0px 0px 3px #999;
	border-radius: 3px;
}
a.hallenicon {

}
.farbicon:hover {
	text-decoration: none;
}

.farbicon.c_blau { background-color: #1435AD }
.farbicon.c_braun  { background-color: #a15334  }
.farbicon.c_gelb  { background-color: #FFE800; color: #9B8D00; text-shadow: none; }
.farbicon.c_grau  { background-color: #666666  }
.farbicon.c_gruen  { background-color: #2B9509  }
.farbicon.c_lila  { background-color: #7109AA  }
.farbicon.c_orange  { background-color: #FF6700  }
.farbicon.c_pink  { background-color: #CD0074  }
.farbicon.c_pinkweis  { 
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fd89d7+84,ff7cd8+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #ffffff 0%, #fd89d7 84%, #ff7cd8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #ffffff 0%,#fd89d7 84%,#ff7cd8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #ffffff 0%,#fd89d7 84%,#ff7cd8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ff7cd8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.farbicon.c_rot { background-color: #AF0B0B  }
.farbicon.c_schwarz  { background-color: #000  }
.farbicon.c_weiss  { 
	background-color: #fff; 
	color: #000;
	text-shadow: none;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
}


.w100 {	width: 100px;}
.w150 {	width: 150px;}


@media print {
   .farbicon  {color: #000!important; background: none; text-shadow: none; }
}
