﻿/*

	CSS-Datei bei hoher Auflösung der Internetseite fuer

	http://www.tao.info

	Autor:			Stefan Diezinger - http://www.surfAN-GmbH.de
	Start:			18.06.07
	Letzte Aenderung:	09.07.07

*/



@media screen, projection {

	/*  Allgemein
	---------------------------------- */
	body {
		background: #333 url("body.hintergrund-hoch.jpg") center top repeat-x;
	}

	#container {
		top: 65px;
	}

	#middle {
		height: 530px;
	}

	#content {
		height: 351px !important;
	}

	#content-breadcrumb {
		bottom: 392px;
	}

	#content-header {
		bottom: 421px;
	}

	#logo a {
		top: -33px;
	}

	#language {
		top: 7px;
	}
}