/* Auf jeder HTML-Seite sollte das hier oben stehen!!! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> */

/* Allgemeines: Seitenabstände und Zeichensatz */
* {
	margin:0px;
	padding:0px;
	font-family:Trebuchet MS, Arial, Helvetica;
	font-size:14px;
	line-height:16px;
	color:#ffffff;
}

/* Hintergrunddefinition & vertikaler Scrollbalken */
body {
	background-color:#000000; /* Hintergrundfarbe */
	overflow:-moz-scrollbars-vertical; /* vertikaler Scrollbalken ist immer zu sehen */
	height:100%;
}

a, a:link, a.visited, a:hover {
	color:#ffffff;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#ff0000;
}

#kontent {
	position:absolute;
	left:50%;
	margin-left:-492px; /* der halbe negative Wert der Containerbreite */
	top:0px;
	width:995px;
	min-height:100%; /* Dies ist sehr wichtig für den FF, sonst wird der Hintergrund nur bis 100% Browserfenster angezeigt! */
}

#banner-vest-arena {
	position:absolute;
	left:0px;
	top:0px;
	width:995px;
	height:230px;
	background-image:url(design/banner-vest-arena.jpg);
}

#navigation-vest-arena {
	position:absolute;
	left:0px;
	top:209px;
	width:995px;
	height:21px;
}

#inhalt-vest-arena {
	position:absolute;
	left:0px;
	top:230px;
	width:995px;
	height:600px;
	background-color:#111111;
}

#inhalt-container-1 {
	position:absolute;
	left:40px;
	top:270px;
	width:265px;
	height:520px;
	color:#ffffff;
}

#inhalt-container-1-2 {
	position:absolute;
	left:40px;
	top:270px;
	width:590px;
	height:520px;
	color:#ffffff;
}

#inhalt-container-1-2-3 {
	position:absolute;
	left:40px;
	top:270px;
	width:915px;
	height:520px;
	color:#ffffff;
	background-color:#000000;
}

#inhalt-container-2 {
	position:absolute;
	left:365px;
	top:270px;
	width:265px;
	height:520px;
	color:#ffffff;
}

#inhalt-container-2-3 {
	position:absolute;
	left:365px;
	top:270px;
	width:590px;
	height:520px;
	color:#ffffff;
}

#inhalt-container-3 {
	position:absolute;
	left:690px;
	top:270px;
	width:265px;
	height:520px;
	color:#ffffff;
}

#inhalt-container-4 {
	position:absolute;
	left:690px;
	top:270px;
	width:265px;
	height:520px;
	color:#ffffff;
}

#scroll {
	width:245px;
	height:520px;
	padding-right:20px;
	overflow-x:hidden;
	overflow-y:auto;
}

#scroll-2-1 {
	width:570px;
	height:520px;
	padding-right:20px;
	overflow-x:hidden;
	overflow-y:auto;
}

input, textarea {
	background:transparent;
	border: 1px solid #ffffff;
}

select {
	background-color:#000000;
	border: 1px solid #ffffff;
}

.red {
	color:red;
}

.grau {
	color:#666666;
}

.grau-klein {
	color:#666666;
	font-size:12px;
}

.underline {
	text-decoration:underline;
}

.line-through {
	text-decoration:line-through;
}
