﻿html { height: 100%; }
span { display: none; }

a {color:#a60400;}

body {
	background: #211009;
	margin: 0; padding: 0;
	height: 100%;
}

img { border:none; }

#tablewrapper { width: 100%; height: 97%; vertical-align: middle; }
#wrapper {
	position: relative;
	width: 910px; height: 546px; 
	padding: 20px 0; text-align: left;
}
	#top {
		width: 910px; height: 75px;
		text-align: right;
	}
	#middle {
		width: 910px; height: 440px;
		background: #41423D url(/images/startimg.jpg);
		position:relative;
	}
		#navigation {
			margin: 0; padding: 0;
			padding-top:141px;
			list-style:none;
			width: 100px;
			cursor:default;
		}

		#navigation li a {
			display: block; height: 13px;
			margin:0px 14px 7px 10px;
			line-height:0;
			text-indent:-9999px;
			cursor:pointer;
			outline: 0;
		}


			.deutsch { background: url(/images/deutsch.gif) no-repeat right; }
			.english { background: url(/images/english.gif) no-repeat right; }
			.espanol { background: url(/images/espanol.gif) no-repeat right; }
			.russisch { background: url(/images/russisch.gif) no-repeat right; }

			#navigation li a.off { cursor:default; }


    #footer {
		width: 910px; height: 7px;
		margin-top:19px;
	}
		.copy {
			float: right;
			width: 127px; height: 9px;
			background: url(/images/copy.gif) no-repeat;
		}
		

#flashAdvice 
{
}

    #flashAdviceText
    {
	    z-index:102;
	    position:absolute;
	    left:265px;
	    top:200px;
	    
    }

    #flashAdviceOverlay 
    {
	    position: absolute;
	    z-index:100;
	    top: 50%;
	    left: 50%;
	    background-color:#000;
	    filter:alpha(opacity=80);
	    -moz-opacity: 0.80;
	    opacity: 0.80;
	    height:440px;
	    width:910px;
	    margin-left:-455px;
	    margin-top:-220px;
    }
    
