html, body {
	width: 100%;
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	background: black;
	text-align: center;
}

/* The div containing table.main. Used to enforce centering of the table */
#main {
	margin-left: auto; 
	margin-right: auto; 
	width: 968px; 
	text-align: left;
	height: 100%;
	overflow: hidden;
	position: relative:
}

/* Hacks to allow vertical centering of page content */
/* http://www.jakpsatweb.cz/css/css-vertical-center-solution.html */
#main[id] {
	display: table;
	position: static;
}

#center {
	position: absolute;
	top: 50%;
}

#center[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}

#inner {
	position: relative;
	top: -50%;
	height: 546px;
}

#inner[id] {
	position: static;
}

/* The page section divs */
#header-left {
	float: left;
	width: 460px;
	height: 126px;
	background: black url(images/header-left.jpeg) no-repeat;
}

#header-right {
	float: right;
	width: 508px;
	height: 126px;
	background: black url(images/header-right.jpeg) no-repeat;
}

#header-bottom {
	clear: both;
	width: 968px;
	height: 79px;
	background: black url(images/header-bottom.jpeg) no-repeat;
}

#main-left {
	float: left;
	width: 260px;
	height: 341px;
	background: black url(images/main-left.png) no-repeat;
}

#left-page-title {
	position: relative;
	width: 200px;
	height: 40px;
	top: 14px;
	left: 56px;
	text-align: center;
}

#login-form {
	position: relative;
	top: 10px;
	left: 0px;
}

#main-right {
	float: right;
	width: 708px;
	height: 341px;
	background: #07080c url(/images/bottom-overlay.gif) no-repeat;
	background-position: bottom left;
	background-position-y: 270px;
	overflow: hidden;
}

#content-frame {
	position: relative;
	top: 22px;
	left: 46px;
	width: 648px;
	height: 275px;
	overflow: auto;
}

#content {
	padding: 8px 30px 8px 0px;	/* top right bottom left */
	margin-bottom: 20px;
	text-align: justify;
	color: white;
	font: 16px Arial Narrow, Arial, Helwetica, sans-serif;
}

/* The div responsible for overlaying the fragment of bottom graphics
   over the bottom left corner of the content */
#bottom-overlay {
	position: relative;
	z-index: 999;
	/*top: 270px;*/
	top: -23px;
	/*top: -40px;*/
	left: 0px;
	width: 178px;
	height: 71px;
	background: transparent url(images/bottom-overlay.gif) no-repeat;
}

#visit-counter {
	position: relative;
	top: 52px;
	color: white;
	font: bold 10px Verdana, Arial, Helwetica, sans-serif;
}

#signature {
	position: relative;
	top: -42px;
	left: 480px;
	width: 224px;
	font: bold 10px Verdana, Arial, Helwetica, sans-serif;
	color: white;
}

#signature_copyright {
	font-family: Verdana, Arial, sans-serif, serif;
	font-size: 7px;
	font-weight: normal;
	color: white;
}

span.ewozniak_font {
	text-align: right;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: red;
	text-decoration: underline;
}

a.ewozniak_link:active {
	color: black;
	text-decoration: none;
}

a.ewozniak_link:hover {
	color: black;
	text-decoration: none;
}

a.ewozniak_link:visited {
	color: black;
	text-decoration: none;
}

a.ewozniak_link:link {
	color: black;
	text-decoration: none;
}

/* Content fade in/out divs */
div.mask {
	position: relative;
	background: #07080c;
	z-index: 10;
	left: 0px;
	font-size: 1px;
	overflow: hidden;
	height: 1px;
	width: 674px;
}

#maskt1 {
	filter:alpha(opacity=90);/* IE's opacity*/
	opacity: 0.9;
	top: 31px;
}

#maskt2 {
	filter:alpha(opacity=80);/* IE's opacity*/
	opacity: 0.8;
	top: 31px;
}

#maskt3 {
	filter:alpha(opacity=70);/* IE's opacity*/
	opacity: 0.7;
	top: 31px;
}

#maskt4 {
	filter:alpha(opacity=60);/* IE's opacity*/
	opacity: 0.6;
	top: 31px;
}

#maskt5 {
	filter:alpha(opacity=50);/* IE's opacity*/
	opacity: 0.5;
	top: 31px;
}

#maskt6 {
	filter:alpha(opacity=40);/* IE's opacity*/
	opacity: 0.4;
	top: 31px;
}

#maskt7 {
	filter:alpha(opacity=30);/* IE's opacity*/
	opacity: 0.3;
	top: 31px;
}

#maskt8 {
	filter:alpha(opacity=20);/* IE's opacity*/
	opacity: 0.2;
	top: 31px;
}

#maskt9 {
	filter:alpha(opacity=10);/* IE's opacity*/
	opacity: 0.1;
	top: 31px;
}


#maskb1 {
	filter:alpha(opacity=10);/* IE's opacity*/
	opacity: 0.1;
	top: 13px;
}

#maskb2 {
	filter:alpha(opacity=20);/* IE's opacity*/
	opacity: 0.2;
	top: 13px;
}

#maskb3 {
	filter:alpha(opacity=30);/* IE's opacity*/
	opacity: 0.3;
	top: 13px;
}

#maskb4 {
	filter:alpha(opacity=40);/* IE's opacity*/
	opacity: 0.4;
	top: 13px;
}

#maskb5 {
	filter:alpha(opacity=50);/* IE's opacity*/
	opacity: 0.5;
	top: 13px;
}

#maskb6 {
	filter:alpha(opacity=60);/* IE's opacity*/
	opacity: 0.6;
	top: 13px;
}

#maskb7 {
	filter:alpha(opacity=70);/* IE's opacity*/
	opacity: 0.7;
	top: 13px;
}

#maskb8 {
	filter:alpha(opacity=80);/* IE's opacity*/
	opacity: 0.8;
	top: 13px;
}

#maskb9 {
	filter:alpha(opacity=90);/* IE's opacity*/
	opacity: 0.9;
	top: 13px;
}

h1 {
	margin-top: 0.1em;
	font-size: 22px;
}

td.csc-form-labelcell, p.csc-form-label-req {
	color: white;
}


/********************************************************/
/* KONCERTY												*/

span.news-list-date {
	font-size: 14px;
}

div.news-list-morelink {
	font-size: 12px;
	clear: right;
}

div.news-list-image {
	float: right;
}

div.news-single-image {
	float: right;
	margin: 10px;
}

hr.news-single-hr {
	clear: right;
}

div.news-single-backlink {
	margin-bottom: 25px;
}

/* Hide the admin panel as it must be present to make pixe_feediting happy. */
table.typo3-adminPanel, div.preview-msg {
	display: none;
}

/* Link colors */

a:link {
	color: #a57166;
}

a:visited {
	color: #a57166;
}

a:active {
	color: #cf8d80;
}

a:hover {
	color: #cf8d80;
}

