/* normal.css - Version CSS 2.1 				*//* © 2007 Urban AG http://www.urban.ch	*//* Datum: 07-06-10									*//* Lage die richtige CSS-Datei für alle modernen Browser		*//* \*/@import url(layout.css);@import url(spezial.css);@import url(IEspezial.css);@import url(print.css);body {background: #029FBE url(../allgemein/hg.jpg) repeat-x;}#block1{	width: 100%;	text-align: center;	position: absolute;	left: 0px;	float: none;	top: 0px;	margin: 0px;	padding: 0px;}#fuss1{	margin-top: 1px;	margin-bottom: 1px;	padding-top: 6px;	padding-bottom: 8px;	width: 900px;}#adresszeile1 {	font-size: 1.1em;	color: #FFFFFF;	text-align: center;}#adresszeile1 a:link, #adresszeile1  a:visited { text-decoration: none; font-style: normal; color: #FFFFFF; }#adresszeile1 a:hover, #adresszeile1  a:focus, #adresszeile1 a:active { color: #FFFF00; text-decoration: underline; }#innen1{	background: url(../allgemein/fahne2.jpg) no-repeat 0px 0px;	margin: 0px;	padding: 0px;	height: 800px;}#startlinks{	margin: 0px;	padding: 0px;	float: left;	height: 400px;	width: 300px;	text-align: left;	background: url(../allgemein/transparent350.png);}#startrechts{	margin: 0px;	padding: 0px;	float: right;	height: 400px;	width: 300px;	text-align: left;	background: url(../allgemein/transparent350.png);}.rand{	text-align: left;	padding: 10px;	font-weight: normal;}#startlinks a:link, #startlinks  a:visited { text-decoration: none; font-style: normal; color: #029FBE; }#startlinks a:hover, #startlinks  a:focus, #startlinks a:active { color: #000; text-decoration: underline; }#startrechts a:link, #startrechts  a:visited { text-decoration: none; font-style: normal; color: #F60; }#startrechts a:hover, #startrechts  a:focus, #startrechts a:active { color: #000; text-decoration: underline; }@media print{body {background: #FFFFFF;}#block1{ width: 650px; }#fuss1{ width: 650px; border-top: 2px solid #CCCCCC; border-bottom: 2px solid #CCCCCC; }#adresszeile1 {	color: #000000;	margin: 0px;	padding: 10px 10px 0px;	float: left;}#innen1{ background: none; }#startlinks{ margin: 5px; 	padding: 0px; }#startrechts{ margin: 5px; 	padding: 0px; }}/* Ende der Datei.									*/