/*
	background-image: url(../bilder/segmente/rechteck_balken_oben.gif);
*/

/* border: 1px #000000 solid;  */

/* Container und DIVs */

/* Here you find the navigation ##################################################################### */
#Head
{
	background-color: #FFFFFF;
	position: absolute;
	width: 100px;
	left: 75px;
	top: 250px;
	padding: 5px;
	
}

#Logo
{
	background-color: #FFFFFF;
	position: absolute;
	width: 100px;
	left: 50px;
	top: 10px;
}

/* Maximale Breite fuer den Content in allen Seiten ist: 500px */
#Content
{
	position: absolute;
	width: 500px;
	left: 250px;
	top: 250px;
	padding: 5px;
	text-align: left;
	color: #FF3333;
	z-index: 20;
}

.Content
{
	position: absolute;
	width: 500px;
	left: 250px;
	top: 50px;
	padding: 5px;
	text-align: left;
	color: #FF3333;
	z-index: 20;
}

#Start
{
	z-index: 40;
	left: 250px;
	top: 125px;
	position: absolute;
	background-color: #000000;
	color: #ffffff;
	width: 500px;
	height: 300px;
	padding: 10px;
	border: 1px #FFFFFF solid;
}


/* HTML Tags --------------------------------------------------------------- */
body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
}

/* Links --------------------------------------------------------------- */

a:link 
{
	color: #FF3366;
	text-decoration: none;
	font-weight: bold;
	
}

a:visited 
{
	color: #FF9933;
	text-decoration: none;
	font-weight: bold;
}

a:active
{
	color: #FF3333;
	text-decoration: none;
	font-weight: bold;
}

/* Schrift --------------------------------------------------------------- */

/* Text ######################################################################## */
.text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
	
}

.big
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	background-color: #FFFFFF;
	line-height: 40px;
}

.bigger
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 40px;
}

.normal 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.mini 
{
	font-size: 9px;
}


.fett 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	page-break-after: always;
}

.boss 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	page-break-after: always;
	line-height: 50px;
}



.p_gross 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
	line-height: 38px;
	letter-spacing: 5px;
}

.p_rot
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	
}

.green
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #33FF66;
	line-height: 60px;
}


