@charset "utf-8";
/* CSS Document */

@font-face { font-family: Justice League; src: url('JUSTICE LEAGUE.ttf'); } 

body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
	color: #FFF;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-style: normal;
	font-size: 20px;
	border: 0px;
}

img { border: 0px; }


/* TEXT */

.text-white-titles{
	color: #FFFFFF;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 200;
	letter-spacing: 0.2em;
}
.text-white-large{
	color: #FFFFFF;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 35px;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.text-white-med{
	color: #FFFFFF;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 25px;
	font-weight: 200;

}
.text-white-small{
	color: #FFFFFF;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 18px;
	font-weight: 200;
}

.text-red-titles{
	color: #d42827;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 200;
	letter-spacing: 0.2em;
}
.text-red-large{
	color: #d42827;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 35px;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.text-red-med{
	color: #d42827;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 25px;
	font-weight: 200;


}
.text-red-med-bold{
	color: #d42827;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 25px;
	font-weight: 400;

}
.text-red-small{
	color: #d42827;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 18px;
	font-weight: 200;
}

.text-red-small-bold{
	color: #d42827;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 22px;
	font-weight: 400;
}

.zcontact{
	color: #FFFFFF;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 19px;
	font-weight: 100;
	line-height: 1.5;
}

.znd{
	color: #7B7B7B;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 16px;
	font-weight: 100;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	padding: 15 0 15 0;
}


.zmenu{
	color: #000;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 47px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.zmenusub{
	color: #000;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}




/* LINKS AND BORDER */

a {
	color: #FFF;
}
a.zndlink {
	color: #7B7B7B;
	text-decoration: none;
}
a.zcontactlink {
	color: #FFF;
	text-decoration: none;
}
a.zmenulink {
	color: #000;
	text-decoration: none;
}
a.zmenulink:hover {
	color: #d42827;
	text-decoration: none;
}
.border {
	border: 3px solid #d42827;
}
.pageborder {
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.65); }



/* BACKGROUNDS */

.sub-bg {
	background-color: #000000;
	padding: 0 20 0 20;
}
.sub-bg-index-menu {
	background-image: url(images/index_01.jpg);
	width: 950px;
	height: 93px;
	padding: 0 0 10 25;
}
.sub-bg-subpage-menu {
	background-image: url(images/subpage_01.jpg);
	width: 950px;
	height: 93px;
	padding: 0 0 10 25;
}

.sub-bg-contact {
	background-color: #000000;
	width: 950px;
	height: 190px;
}



