/* CSS Document */
/* 	DATEI: screen.css 								*/
/*	Layout: Robert Morawe 	                 		*/
/*	¬© Butterf!sch - Werbeagentur 2008 - www.butterfisch-werbeagentur.de -			*/

* {
	margin: 0px;
	padding: 0px;
}
html, body {
	font: 100%/150% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #021536;
	letter-spacing: 0.08em;
}
h1 {
	font-size: 0.9em;
	height: 90px;
	width: 109px;
}
h2 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
}
h3 {
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.2em;
	padding: 20px 0px 0px;
}
h3.impress {
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 0.8em;
	line-height: 1.4em;
	padding: 20px 0px 0px;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:active {
	color: #3399CC;
	text-decoration: none;
}
ul, li {}
img {
	border-style: none;
}

/*----- KLASSEN -----*/
.clear {
	clear: both;
}
.hidden {
	visibility: hidden;
}


/*----- STYLES -----*/
/*Logo*/
a.logo:link, a.logo:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display:block;
}
a.logo:hover, a.logo:active {
	color: #3399CC;
	text-decoration: none;
	font-weight: bold;
	display:block;
}

/*Navigation*/
#navigation ul {
	display: block;
	list-style: none;
}
#navigation li {
	display: block;
	font-size: 0.75em;
	line-height: 1.5em;
}
a.navi:link, a.navi:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.navi:hover, a.navi:active {
	color: #3399CC;
	text-decoration: none;
	font-weight: normal;
}
a.subnavi:link, a.subnavi:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.subnavi:hover, a.subnavi:active {
	color: #3399CC;
	text-decoration: none;
	font-weight: normal;
}

/*Panorama*/
#panoramatxt ul {
	list-style: none;
	display: inline;
}
#panoramatxt li {
	display: inline;
	width: 100px;
	font-size: 0.8em;
	line-height: 1.4em;
}
a.day:link, a.day:visited, a.day:hover, a.day:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background: url(../_images/bg-day.gif) no-repeat left center;
	padding: 0px 16px;
}
a.night:link, a.night:visited, a.night:hover, a.night:active {
	color: #3399CC;
	text-decoration: none;
	font-weight: normal;
	background: url(../_images/bg-night.gif) no-repeat left center;
	padding: 0px 16px;
}
/*Galerie*/


/*Kontakt*/
#kontakttxt ul {
	margin: 0px;
	padding: 5px 0px 0px;
	font-size: 0.8em;
	list-style: none;
	width: 360px;
}
#kontakttxt li {
	margin: 0px;
	padding: 0px;
	height: 1.4em;
	width: 360px;
}

/*Impressum*/
#impressumtxt ul {
	margin: 0px;
	padding: 5px 0px 0px;
	font-size: 0.8em;
	list-style: none;
	width: 300px;
}
#impressumtxt li {
	margin: 0px;
	padding: 0px;
	height: 1.4em;
	width: 300px;
}

/*Disclaimer*/
#disclaimertxt ul {
	margin: 0px;
	padding: 5px 0px 0px;
	font-size: 0.8em;
	list-style: none;
	width: 300px;
}
#disclaimertxt li {
	margin: 0px;
	padding: 0px;
	height: 1.4em;
	width: 300px;
}

