@charset "utf-8";
/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * For full copyright and license information, please see the LICENSE.txt
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
 */

body {
	background: #000 url('../img/bg.jpg') center 225px no-repeat;
	color: #ccc;
	text-shadow:1px 1px 0px #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0;
	margin:0;
}
#container{
	width:100%;
	max-width:800px;
	margin: 0 auto;
}
#logo{
	position: relative;
	margin:0px auto;
	padding: 0;
}
#logo img{
	margin:0;
	border: 0;
	width: 100%;
		display: block;
}


/* menu */
nav{
	margin:-10px 0 10px;
	text-align: center;
	min-height: 56px;
}
nav a{
	font-family: 'signs-zeichen';
	display: inline-block;
	font-size: 35px;
	letter-spacing: -18px;
	text-decoration: none;
	padding: 10px 30px;
	color: #555;
	text-shadow:0px 5px 20px #333;
}
nav a:hover{
	text-decoration: none;
	color: #888;
	text-shadow:0px 5px 30px #333, 0px 5px 20px #333;
}

/* gallery */
.content-gallery{
	text-align: center;
	display: block;
	padding: 10px 5px;
}
.gallery-image{
	display: inline-block;
	padding:2px;
}
.gallery-image img{
	height: 100px;
}
.fancybox-title-over-wrap{
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
}

/* news */
.contentNews h3{
  background: url('../img/cont.png') 0 0 repeat;
  box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.15);
  margin-bottom: 20px;
  padding: 8px 10px;
  font-size: 16px;
}
.contentNews h3 span{
	float: right;
	font-size: 13px;
	padding-top: 3px;
}
.contentNewsBody{
	padding: 0px 10px;
}

.pagination{
	text-align: center;
	font-size: 12px;
}
.paginationLinks > span,
.paginationLinks > a{
	display: inline-block;
	margin: 2px;
	padding: 3px;
}

/* section titles */
h2.sectionTitle{
	background: url('../img/cont.png') 0 0 repeat;
 	padding: 8px 10px;
 	font-size: 20px;
 	margin-bottom: 15px;
}

/* footer */
footer{
	padding:20px 0px 40px;
	font-size: 13px;
	text-align: center;
}
/** General Style Info **/
@font-face {
    font-family: 'signs-zeichen';
    src: url('../webfont/signs.eot');
    src: url('../webfont/signs.eot?#iefix') format('embedded-opentype'),
         url('../webfont/signs.woff') format('woff'),
         url('../webfont/signs.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

a {
	color: #bbb;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}
*::-moz-selection{
	background: #111;
}

h1, h2, h3, h4, h5{
	margin: 0.2em 0;
}

table{
	width: 100%;
}
table h1,
table h2,
table h3,
table h4,
table h5{
	margin:0 0 0.2em;
}

table p{
	margin: 5px 0;
}

table td{
	padding: 0px 10px;
	font-size: 14px;
	vertical-align: top;
}
