/* COLOR */
/* #646567 - grey */
/* #ffffff - white */
/* #000000 - black */
/* #d60505 - red */



body {
	background-color: #000000;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
}

/* AUFBAU */

div#rahmen{
	width: 900px;
	height: 465px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -450px;
	margin-top: -250px;
	padding-top: 35px;
}

div#navigation{
	margin-left: 50px;
	width: 150px;
	float: left;
}

div#content{
	width: 500px;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 25pt;
}

div#content_right{
	margin-right: 50px;
	width: 150px;
	float: right;
}

div#footer {
	clear: both;
}

/* NAVIGATION */

a.navi {
	text-decoration: none;
	color: #646567;
	font-size: 30px;
}

a.navi:active {
	color: #d60505;
}

ul#navigation_list {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

ul#navigation_list li {}

/* CONTENT */

img.img_small {
	width: 110px;
	height: 65px;
	margin-left: 20px;
	margin-bottom: 7px;
}

span.text_grey {color: #646567;}
span.text_red {color: #d60505;}
a img {border: 0 none;}
p.para_wir {margin-top: 0px; margin-bottom: 10px;}
.form_text {width: 395px;}
.form_button {border: 1px solid #646567; padding: 5px; height: 30px; width: 120px; margin-left: 10px; font-family: arial; font-size: 70%;}
td.right {text-align: right; padding-right: 5px;}
a.content_link {color: #d60505; text-decoration: none;}
