﻿/*

	CSS-Datei bei kleiner 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 
	---------------------------------- */

	/** {
		border: 0 !important;
	}
	
	#navigation ul li ul,
	#navigation ul li ul li ul {
		display: none !important;
	}
	
	#navigation {
		border-bottom: 1px solid #333 !important;
		border-top: 1px solid #333 !important;
	}

	#navigation ul li {
		display: block;
	}
	
	#container {
		position: static;
		width: auto;
		margin: 0;
	}
	
	#top {
		width: auto;
		height: auto;
	}
	
	#middle {
		padding-top: 20px;
		background: #000;
		height: auto !important;
	}
	
	#content,
	#container {
		width: auto;
		height: auto !important;
	}
	
	#bottom {
		border-top: 1px solid #333 !important;
		position: static;
	}
	
	#content,
	#content-header {
		border: 0;
		position: static;
		overflow: visible;
		height: auto;
		background: #000;
		color: #fff !important;
	}
	
	#logo {
		background: #000;
		height: 130px !important;
		width: auto !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	
	#logo a {
		position: static;
	}
	
	#language {
		display: none;
	}
	
	a.aktiv,
	a.aktiv:hover,
	a.aktiv:focus,
	a.aktiv:active,
	a.aktiv:link,
	a.aktiv:visited {
		color: #fff !important;
	}*/
	
	#container {
		position: absolute;
		left: 0;
		margin: 0;
	}
	
	
}