@charset "utf-8";

/* CSS Document */


/* index.php */

body {
	background-color:	#000000;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	color:			#000000;
}

a {
	text-decoration:	none;
	color:			#ffffff;
}



a:hover {
	text-decoration:	underline;
}

img {
	border:			none;
}

#logoLeft {
	position:absolute;
	left:			20px;
	top:			20px;
	width:			200px;
	height:			150px;
	z-index:		2;
	background-color: 	#ffffff;
	visibility: 		inherit;
	text-align: 		center;
}

#titleTop {
	position:		absolute;
	left:			220px;
	top:			20px;
	width:			700px;
	height:			150px;
	z-index:		3;
	visibility: 		inherit;
	text-align: 		center;
}

#titleTop, #frameLeft, #frameRight, #frameBottom
{
	background-color: 	#009999;
} 

#logoRight {
	position:		absolute;
	left:			920px;
	top:			20px;
	width:			200px;
	height:			150px;
	z-index:		2;
	background-color: 	#ffffff;
	visibility: 		inherit;
	text-align: 		center;
}

#frameLeft {
	position:		absolute;
	left:			20px;
	top:			170px;
	width:			200px;
	height:			500px;
	z-index:		2;
	visibility: 		inherit;
	overflow: 		hidden;
	text-align: 		center;
}

#frameContent {
	position:absolute;
	left:220px;
	top:170px;
	width:690px;
	height:500px;
	z-index:5;
	background-color: #999999;
	visibility: inherit;
	padding-left: 5px;
	padding-right: 5px;
}

#frameRight {
	position:absolute;
	left:920px;
	top:170px;
	width:200px;
	height:500px;
	z-index:2;
	visibility: inherit;
	text-align: center;
}

#frameBottom {
	position:absolute;
	left:20px;
	top:670px;
	width:1094px;
	height: 15px;
	z-index:10;
	padding: 3px;
	
	color:#ffffff;
	font-size: 10px;
	text-align: center;
	vertical-align: baseline;
}

option {
	background-color: #990000;
	color: #ffffff;
}
/* index.php */
/* frontpage.php */

#frameFrontpage {
	font-weight: bold;
	color: #000000;
}

#frameLogin {
	font-size: 14px;
	text-align: center;
}

#frameLoginSmall {
	font-size: 10px;
}

#frameSponsor {
	font-size: 14px;
	text-align: center;
}

#frameWebstat {
	font-size: 10px;
}
/* frontpaget.php */
/* showpic.php */

#showPic {
	text-align: center;
}
/* showpic.php */
/* secret.php */

#secretTop {
	position:absolute;
	left:0px;
	top:0px;
	width:690px;
	height:50px;
	z-index:5;
	background-color: #336699;
	visibility: inherit;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	font-size: 20px;
}

#secretLeft, #secretMiddle, #secretRight
{
	height:			400px;
	background-color: 	#336699;
	width:			250px;
	padding-top:		50px;
}

#secretLeft {
	position:absolute;
	left:0px;
	top:50px;
	z-index:5;
	visibility: inherit;
	padding-left: 100px;
	padding-right: 5px;
	font-size: 14px;
}

#secretMiddle {
	position:absolute;
	left:250px;
	top:50px;
	width:290px;
	z-index:5;
	visibility: inherit;
	padding-left: 5px;
	padding-right: 5px;
}

#secretRight {
	position:absolute;
	left:345px;
	top:50px;
	z-index:5;
	visibility: inherit;
	padding-left: 5px;
	padding-right: 100px;
	text-align: right;
    font-size: 14px;
}
	
#AgendaHeadline {
	font-size: 			24px;
	color:				#ff0000;
	font-weight:		bold;
	text-align: center;
}

#AgendaMessage {
	color: #ffffff;
	text-align: center;
}
/* secret.php */
/* admin.php */
.uploadCell {
	vertical-align: top;
	width: 287px;
	font-size: 12px;
/*	font-weight: bold;*/
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#changeMailCell {
	vertical-align: top;
	font-size: 14px;
}
/* admin.php */

/* help.php */
#helpFrame {
	position:absolute;
	left:0px;
	top:0px;
	width:690px;
	height:500px;
	z-index:5;
	background-color: #336699;
	visibility: inherit;
	padding-left: 5px;
	padding-right: 5px;
	overflow: auto;
}
/* help.php */

/* historia.php */
#historyFrame
{
	position:		absolute;
	left:			0px;
	top:			0px;
	width:			690px;
	height:			500px;
	z-index:		5;
	background-color:	#336699;
	visibility:		inherit;
	padding-left:		5px;
	padding-right:		5px;
	overflow:		auto;
}
/* historia.php */
