body{
	text-align:center;
  background-image:url('/images/bgr.jpg');
  background-repeat:repeat-x;
  margin:0px;
	COLOR: #FFFFFF;

}

#oben-mitte {
	width: 207px;
	margin:0 auto;
	text-align:left; /* kam dazu */
}

#main-mitte {
	width: 551px;
	margin:0 auto;
	text-align:left; /* kam dazu */
}

#lexx-navi {
	position:absolute;
	width: 235px;
	margin:200 auto;
	text-align:left; /* kam dazu */
}


.logo {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/logo.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
.logo[class] {
  background-image:url(/images/logo.png);
}

.lexx-main {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/main.png');
	width:551px;
	height:584px;
}

/* IE ignores styles with [attributes], so it will skip the following. */
.lexx-main[class] {
  background-image:url(/images/main.png);
  width:551px;
	height:584px;
}

.box2 {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/box.png');
  BACKGROUND-POSITION: top center;
  BACKGROUND-REPEAT: no-repeat;
}

/* IE ignores styles with [attributes], so it will skip the following. */
.box2[class] {
  background-image:url(/images/box.png);
  BACKGROUND-POSITION: top center;
  BACKGROUND-REPEAT: no-repeat;
}


.tv {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/tv.png');
  BACKGROUND-POSITION: top center;
  BACKGROUND-REPEAT: no-repeat;

}

/* IE ignores styles with [attributes], so it will skip the following. */
.tv[class] {
  background-image:url(/images/tv.png);
  BACKGROUND-POSITION: top center;
  BACKGROUND-REPEAT: no-repeat;

}

.headline
{
	FONT-SIZE: 20px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana;
	text-transform:uppercase;
}

.subheadline
{
	FONT-SIZE: 10px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana;
	text-transform:uppercase;
}

TABLE
{
	FONT-SIZE: 10px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana;
	table-layout:fixed;
}

A
{
	FONT-SIZE: 10px;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none
}

A:hover
{
	COLOR: #C4C4C4;
	TEXT-DECORATION: none
}


INPUT
{
	WIDTH: 120px; 
	HEIGHT: 20px;
	BORDER: #FFFFFF 2px solid;
	FONT-SIZE:11px;
	COLOR: #000000; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #DEDEDE; 
	vertical-align:middle; 
	text-align:center;
	font-weight:bold;

