/*  ___________________   für alle Browser zurücksetzen    ___________________ */

* {
	margin: 0;
	padding: 0;
}

/*  ___________________________     Allgemeines     ___________________________ */

body {
	font:  95%, "Times New Roman", Arial, Helvetica, sans-serif;
	background-color:#000000;
}

img {
	border: 0;
}

h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
	font-size: 1em;
}

h1, h2, h3, h4 {
	font-weight: bold;
}

h1 { 
	font-size:2em; 
}

h2 { 
	font-size:1.6em; 
}

h3 { 
	font-size:1.3em; 
}

h4 { 
	font-size:1.1em; 
}

a {
	text-decoration: none;
}

li {
	margin-left: 2em;
	list-style-type: circle;
}

a:link, a:active, a:visited {
	background: transparent;
	color: White;
}

a:hover { 
	color: Gray;
	background: transparent;
}


/*  ______________________________     IDs     ______________________________ */

#black1 {
	position: absolute;
	background-color: #000000;
	width: 100%;
	height: 650px;
}

#gray {
	position: absolute;
	top:2%;
	margin: 100px 0 0 0;
	background-color: #333333;
	/*border-bottom: 1px solid #3496CC;*/
	border-top: 1px solid #3496CC;
	width: 100%;
	height: 510px;
}
#black2 {
	position: absolute;
	top:2%;
	margin: 600px 0 0 0;
	background-color: #000000;
	border-top: 1px solid #3496CC;
	width: 100%;
	height: 30px;
}

#flash {
	position: absolute;
	top:2%;
	left:50%;
	margin: 0 0 0 -450px;
}

#incoming {
	position:absolute;
	top:2%;
	width: 100%;
	text-align: center;
	color: White;
	font-size: 1.2em;
}
#headersize {
	font-size: 1.0em;
}
#content {
	position: relative;
	left: 50%;
	margin-left: -300px;
	font-size: 0.85em;
	width: 600px;
}
#bottomnavi {
	color: white;
	position:absolute;
	top:0px;
	left:50%;
	width: 700px;
	height: 50px;
	margin: 10px 0 0 -350px;
	//background-color: RED;
	text-align: center;
}
#fleft {
	position: absolute;
	text-align: left;
	width:200px;
}
#fmiddle {
	position: absolute;
	left: 50%;
	margin-left: -200px;
	text-align: center;
	width:400px;
}
#fright {
	position: absolute;
	left: 100%;
	margin-left: -200px;
	text-align: right;
	width:200px;
}