/* CSS Document */
/* Alle mit * html beginnenden Zeilen enthalten spezielle Einstellungen für den MSIE */

body
{ 
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
}
html, body
{ 
	top:0; left:0; right:0;
	margin:0;
	padding:0;
	width:100%;
}
* html, * html body 
{
	overflow:hidden;
	bottom:0;
	height:100%;
}

/* Anpassung allgemeiner Tags */
a {
	text-decoration: none;
}

/* Kopf- und Fussbereich */
#kopf, #fuss
{
	position:fixed;
	left:0px;
	right:0px;
	text-align:center;
	margin:0;
	z-index:5;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
}
#kopf 
{
/*  fixed führt beim Firefox dazu, dass in Eingabefeldern der Cursor verschwindet; bei absolute tritt dieser Bug nicht auf, jedoch klappt dann die farbliche Hinterlegung des Untermenüs nicht mehr - muss noch überarbeitet werden*/
/*	position:absolute;*/
	top:0px;
	height:150px;
	border-top-width: 5px;
	border-top-style: solid;
}
#fuss
{
/*	position:fixed;*/
	bottom:-1px;
	height:30px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
}
* html #kopf, * html #fuss
{
	position:absolute;
	width:99%;
}
#wappen, #zittau, #zittau_pl, #zittau_cz, #zittau_eng, #bild {
	position:absolute;
	top:0px;
	z-index:2;
	overflow: hidden;
	text-align: center;
}
#wappen	{ left:0px;	width:20%; height:95px;	padding-top:5px; background-repeat: no-repeat;	background-position: center center; }
#zittau, #zittau_pl, #zittau_cz, #zittau_eng	{ left:21%;	width:39%; height:80px;	padding-top:20px; background-repeat: no-repeat;	background-position: center center; }
#bild	{
	left:61%;
	width:39%;
	height:100px;
	background-position: center center;
	background-repeat: no-repeat;
}

#hauptmenuelinks {
	position:absolute;
	left:0px;
	top:110px;
	width:20%;
	height:1000px;
	z-index:2;
	text-align: left;
	font-size: 0.8em;
	font-variant: small-caps;
	background-repeat: repeat-x;
	overflow:hidden;
}
/* Navigation links */
#untermenue {
	position:absolute;
	left:0px;
	width:100%;
	z-index:1;
	overflow: hidden;
	padding-top: 1px;
	padding-left: 10px;
}
#untermenue li {
	font-variant: normal;
	list-style-type: none;
	font-size: 0.9em;
}
#untermenue ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	padding-left: 7px;
}
.untermenue_aktiv {
	font-weight: bold;
}
/* Ende Navigation links */
.hauptmenue, .hauptmenue_aktiv {
	text-align: center;
	line-height: 1.5em;
	font-variant: small-caps;
	border-left-width: 1px;
	border-left-style: solid;
	font-weight: bold;
	height: 40px;
	position: absolute;
	top: 110px;
	background-repeat: repeat-x;
	z-index:2;
}
#aktuell			{ left:21%;		width:9%;  }
#rathaus			{ left:29.7%;	width:8.4%; }
#portrait			{ left:37.8%;	width:10.5%; }
#bildung			{ left:48.0%;	width:9.4%; }
#wirtschaft			{ left:57.1%;	width:13.5%;   }
#freizeit			{ left:70.4%;	width:17.5%; }
#tourismus			{ left:87.6%;	width:12.3%;   }

#aktuell_pl			{ left:21%;		width:11.6%;  }
#rathaus_pl			{ left:32.6%;	width:10.8%; }
#portrait_pl		{ left:43.4%;	width:10.9%; }
#bildung_pl			{ left:54.3%;	width:9.2%; }
#wirtschaft_pl		{ left:63.5%;	width:11.9%;   }
#freizeit_pl		{ left:75.3%;	width:14.5%; }
#tourismus_pl		{ left:89.9%;	width:10%;   }

#aktuell_cz			{ left:21%;		width:10.1%;  }
#rathaus_cz			{ left:31.1%;	width:10.3%; }
#portrait_cz		{ left:41.4%;	width:8.2%; }
#bildung_cz			{ left:49.6%;	width:10.3%; }
#wirtschaft_cz		{ left:59.9%;	width:13.2%;   }
#freizeit_cz		{ left:73.1%;	width:15.9%; }
#tourismus_cz		{ left:89%;		width:10.9%;   }

#aktuell_eng		{ left:21%;		width:6.5%;  }
#rathaus_eng		{ left:27.5%;	width:8.9%; }
#portrait_eng		{ left:36.4%;	width:11%; }
#bildung_eng		{ left:47.4%;	width:12.5%; }
#wirtschaft_eng		{ left:59.9%;	width:10.9%; }
#freizeit_eng		{ left:70.7%;	width:19.2%; }
#tourismus_eng		{ left:90%;	width:9.95%; }
/* Ende Kopfbereich */


/* Inhaltsbereich */
#inhalt
{
	margin-top:160px;
	margin-left:22%;
	margin-bottom:45px;
	margin-right:16px;
	z-index:2;
}
* html #inhalt 
{
	position:absolute;
	margin-right:5px;
	padding-right:5px;
	top:1px;
	bottom:0;
	left:0;
	right:0;
	height:65%;
	overflow:auto;
	width:77.5%;
}
/* Ende Inhaltsbereich */

/* Fussbereich */
#fuss_links, #fuss_rechts
{
	background-repeat: repeat-x;
	background-position: bottom;
	z-index: 3;
	bottom:-1px;
	position:absolute;
}
#fuss_links 
{
	left:0px;
	width:20%;
	height:115px;
	text-align: left;
	font-size: 0.8em;
	font-variant: small-caps;
}
#fussmenue {
	position:absolute;
	left:0px;
	bottom:15px;
	width:96%;
	z-index:4;
	overflow: hidden;
	padding-left: 10px;
	padding-bottom: 5%;
}
#sprache {
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:5;
	padding-left: 10px;
	padding-bottom: 2%;
}
#fuss_rechts 
{
	left:21%;
	width:79%;
	height:30px;
	font-size: 0.7em;
	line-height: 30px;
	text-align: right;
}
#last_change {
    position:absolute;
	text-align:right;
	right:5px;
}
#fuss_hinweis, #fuss_hinweis a {
	position:absolute;
	text-align:left;
	left:5px;
	color: #FFFFFF;
	width: 80%;
}
#salzhauslogo {
	float: right;
	padding-right: 10px;
	background-repeat: no-repeat;
}
#wetter {visibility:visible}
