body {
    margin-top: 0px;
    margin-left: 0px;
    background-color: #000000;
}

a {
	outline: none;
}

h1 {
    font: 24px Tahoma; 
    letter-spacing: 5px;
    color: #B6AB82;
    margin-top: 5px;
    margin-bottom: 5px;
}

h2 {
    font: 14px Tahoma;
    letter-spacing: 2px; 
    color: #B6AB82;
    margin-top: 5px;
    margin-bottom: 10px;
}

h3 {
    font: 12px Tahoma; 
    color: #B6AB82;
    margin-top: 5px;
    margin-bottom: 5px;
}

fieldset { margin:10px 0; padding:10px; }
	legend { color:#fff; font-size:14px; margin:0 10px; }


#headerTable {
	width: 675px;
	height: 140px;
	background-image: url("../Interface/TopRight.jpg");
	background-repeat: no-repeat;
	background-position: left;
}

#headerTable .telefon { 
    font: 18px Tahoma; 
    color: #A59D15;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 13px;
}

#mainTable {
	width: 675px;
	background-image: url("../Interface/MainBack.gif");
}	

#footerTable {
	width: 675px;
	height: 60px;
	background-image: url("../Interface/MainBottom.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	font: 12px Tahoma;
	color: Gray;
	text-align: center;
}

#titlePart1 {
    text-align: left;
    vertical-align: top;
    padding-top: 5px;
    padding-left: 40px;
}

#titlePart2 {
    font: 12px Tahoma;
    color: #A59D15;
    text-align: right;
    vertical-align: top;
    padding-top: 15px;
    padding-right: 8px;
}

#statPart {
	width: 184px;
	background-image: url("../Interface/Stat.jpg");
	background-repeat: no-repeat;
}

.pageDescriptionPart {
	width: 100%;
	margin-bottom: 5px;
}

.borderTable 
{
	border: solid 1px #AAAAAA; 
	margin-bottom: 12px;
}

.borderTableAktif
{
	border: solid 1px #009933; 
	margin-bottom: 12px;
}

.borderTablePasif
{
	border: solid 1px #CC0000; 
	margin-bottom: 12px;
}

.statHeader {
    font: bold 11px Tahoma; 
    color: #A59D15;
    height: 20px;
}

.statText {
    font: 11px Tahoma; 
    color: #DDDDDD;
    height: 18px;
}

.appTitle {
	font: 16px Tahoma; 
    color: #DDDDDD;
    text-align: center;
}

.link {
    font: 12px Tahoma;
    color: #0066CC;
    margin-left:10px;
    text-decoration: none;
}

.link:hover 
{
	font: 12px Tahoma;
    color: #6699FF;
    text-decoration: none;
}

.main {
    font: 12px Tahoma; 
    color: White;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}


p {
    margin-top: 5px;
    margin-bottom: 0px;
}

.pg { 
    font: 12px Tahoma; 
}

.pgHidden 
{
	font-size: 10px;
	color: #000000;	
}

.pictureWrapper
{
	display:block; 
	position:relative;
}

.pictureTable 
{
	margin-left: auto;
	margin-right: auto;
}

.pictureTitle
{
	text-align: center;
}

.pictureText
{
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: center;
}

.specialMarker 
{
	left: -4px;
	position: absolute;
	top: -4px;
}

.lockMarker 
{
	bottom: -4px;
	position: absolute;
	right: -4px;
}

.videoTable 
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.formInput {
	font: normal 14px Tahoma;
}

.formButton {
	font: bold 12px Tahoma;
	padding: 4px;
	margin: 5 1 5 1;
	border: none;
	cursor: hand;
}

.aktifText { 
	font: bold 12px Tahoma;
	color: #009933;
}

.pasifText { 
	font: bold 12px Tahoma;
	color: #CC0000;
}

.ozelGaleri { 
	font: bold 12px Tahoma;
	color: #9c1308;
}

.normalGaleri { 
	font: bold 12px Tahoma;
	color: #aaa;
}

.msgSuccess {
	color: #6F8096;
	background-color: #FFFFFF;
	border: solid 1px Green;
	font: bold 12px Tahoma;
	margin-top: 0;
	margin-bottom: 7;
	text-align: justify;
}

.msgError {
	color: #92374D;
	background-color: #FFFFFF;
	border: solid 2px #92374D;
	font: bold 12px Tahoma;
	margin-top: 0;
	margin-bottom: 7;
	text-align: justify;
}