@font-face {
  font-family: 'Corp';
  src: url('/fonts/ccaps.eot'); /* IE9 Compat Modes */
  src: url('/fonts/ccaps.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/ccaps.woff') format('woff'), /* Modern Browsers */
       url('/fonts/ccaps.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/ccaps.svg#svgFontName') format('svg'); /* Legacy iOS */
}
body {
	font-family: Ruda;
	margin: 0;
	background-color: #FBFBFB;
}
.holder {
	width: 1000px;
	margin: 0 auto;
}
#logo {
	float: left;
	width: 434px;
	margin-top: 10px;
}
#telnr {
	margin-left: 434px;
	text-align: right;
	font-size: 30px;
	font-family: Corp;
	color: #FD7F00;
	padding: 30px 0 0 0;
}
#fw {
	height: 250px;
	background: #3295de; /* Old browsers */
	background: -moz-linear-gradient(top, #3295de 0%, #1e6699 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3295de), color-stop(100%,#1e6699)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3295de 0%,#1e6699 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3295de 0%,#1e6699 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3295de 0%,#1e6699 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3295de 0%,#1e6699 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3295de', endColorstr='#1e6699',GradientType=0 ); /* IE6-9 */
	clear: both;
}
.holder h1 {
	color: #FFF;
	font-family: Ruda;
	font-size: 45px;
	padding-top: 10px;
	text-align: center;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	line-height: 50px;
	margin: 0;
}
#head ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
	display: table;
	width: 100%;
}
#head ul li {
	display: table-cell;
}
#head ul li a {
	text-align: center;
	display: block;
	width: 188px;
	height: 173px;
	background-image: url('/img/rond.png');
	padding-top: 15px;
	font-weight: bold;
	color: #FD7F00;
	text-decoration: none;
}
#content {
	margin-top: 120px;
	text-align: justify;
}
#content strong {
	font-size: 16px;
}
#content h2 {
	font-size: 35px;
	margin: 0;
	
}
#content p {
	line-height: 25px;
	font-size: 13px;
}
#foot {
	padding: 15px 0 15px 0;
	text-align: center;
	font-weight:bold;
	color:#FFF;
	background: #3295de; /* Old browsers */
	background: -moz-linear-gradient(top, #3295de 0%, #1e6699 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3295de), color-stop(100%,#1e6699)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3295de 0%,#1e6699 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3295de 0%,#1e6699 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3295de 0%,#1e6699 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3295de 0%,#1e6699 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3295de', endColorstr='#1e6699',GradientType=0 ); /* IE6-9 */
	font-size: 14px;
}
#foot a {
	color: #FFF;
	text-decoration: none;
}
.btn {
	background: #fe6400; /* Old browsers */
	background: -moz-linear-gradient(top,  #fe6400 0%, #fa8f00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe6400), color-stop(100%,#fa8f00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fe6400 0%,#fa8f00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fe6400 0%,#fa8f00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fe6400 0%,#fa8f00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fe6400 0%,#fa8f00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6400', endColorstr='#fa8f00',GradientType=0 ); /* IE6-9 */
	border: 2px solid #FF6700;
	border-radius: 10px;
	display: inline-block;
	padding: 10px 20px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Corp;
}
#head p {
	margin: 0;
}
