
	a img {
		border:none;
	}
	body {
	 margin:			0px;
	 padding:			0px;
	 background-color:		#282828;
	 background-image:		url('images/background.png');
	 background-repeat:		repeat-y;
	 background-position:		top center;
	 _text-align:			center;
	 font-size:			12px;
	 font-family:			Trebuchet MS;
	}

	#Frame {
	 width:				800px;
	 margin:			auto;
	 _text-align:			left;
	}

	#Logo {
	 width:				800px;
	 height:			110px;
	 position:			relative;
	}

	#Logo img {
	 z-index:			5;
	 position:			absolute;
	}

	#Logo h1 {
	 top:				0px;
	 z-index:			4;
	 position:			absolute;
	}

	#Content {
	 padding:			24px;
	}



	ul#Navigation {
	 width:				800px;
	 height:			84px;
	 margin:			0px;
	 padding:			0px;
	 list-style:			none;
	 background-image:		url('images/menu_background.png');
	 background-repeat:		no-repeat;
	}

	ul#Navigation li {
	 height:			84px;
	 float:				left;
	 margin:			0px;
	 padding:			0px;
	 text-align:			center;
	}

	ul#Navigation li.Technik {
	 width:				175px;
	 margin-right:			1px;
	}

	ul#Navigation li.Vorteile {
	 width:				220px;
	 margin-right:			1px;
	}

	ul#Navigation li.Preisvergleich {
	 width:				200px;
	 margin-right:			1px;
	}

	ul#Navigation li.Alternativen {
	 width:				202px;
	}

	ul#Navigation li a {
	 height:			84px;
	 padding-top:			35px;
	 display:			block;
	 color:				#FFFFFF;
	 font-size:			14px;
	 font-family:			Trebuchet MS;
	 text-decoration:		none;
	 background:			none;
	}

	ul#Navigation li a:hover {
	 background-image:		url('images/menu_hover.png');
	 background-repeat:		no-repeat;
	 background-position:		top center;
	}








	table.DataGrid {
	 background-color:		#57A2D4;
	}

	table.DataGrid tr th {
	 color:				#1F4D9E;
	 font-weight:			bold;
	 padding:			5px;
	 background-color:		#D9EAF5;
	}

	table.DataGrid tr th.strong {
	 color:				#FFFFFF;
	 background-color:		#328DCA;
	}

	table.DataGrid tr th span {
	 font-size:			10px;
	}

	table.DataGrid tr td {
	 padding-top:			5px;
	 padding-bottom:		5px;
	 color:				#1F4D9E;
	 text-align:			center;
	 background-color:		#FFFFFF;
	}



	div#Content h1 {
	 color:				#FF002F;
	 font-size:			20px;
	 font-family:			Trebuchet MS;
	 margin:			0px;
	 margin-top:			10px;
	 margin-bottom:			10px;
	 padding:			0px;
	}

	div#Content p {
	 margin:			0px;
	 margin-top:			10px;
	 padding:			0px;
	 color:				#4D5459;
	 font-weight:			bold;
	 line-height:			1.5;
	}

	div#Content p.description {
	 color:				#2E7FC0;
	 font-size:			14px;
	}
