/* css Hotel Rossfall - 'website print', von Daniel Hegenbart, http://www.creanetz.com/ */
/* Alle Rechte vorbehalten 2008, Daniel Hegenbart */
/* Erstellt: 24. Juli 2008 */

/* Grundlegende Elemente */

body {
	background-image: url(images/image465.gif);
	background-repeat: repeat;
	text-align: left;
	margin: 0px;
}

h1 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10pt;
	font-weight: bold;
}

	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0000CC;
}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0000CC;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #0000CC;
}	

td {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 9pt;
	line-height: 10pt;
	color: #000000;	

}

/* Die Kästen */

#inhalt {
	display: table;
	width: 997px;
	background-image: url(images/bg_inhalt.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
	
#logo_p {
	display: table;
	width: 997px;
	height: 560px;
	background-image: url(images/bg_logo.jpg);
	background-repeat: no-repeat;
}

#spalten {
	left: 0px;
	width: 712px;
	padding-top: 160px;
	padding-right: 85px;
	padding-bottom: 0px;
	padding-left: 10px;
	position: relative;
	float:right;
}

#spalte1 {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 9pt;
	line-height: 11pt;
	left: 0px;
	top: 0px;
	padding: 10px;
	width: 336px;
	text-align: left;
	background-color: #ffffff;
	float: left;
}

#spalte2 {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 9pt;
	line-height: 11pt;
	right: 0px;
	top: 0px;
	padding: 10px;
	width: 336px;
	text-align: left;;
	background-color: #ffffff;
	float: right;
}

#menu {
	top: 290px;
	width: 160px;
	position: absolute;
	left: 3px;
}

#fusszeile {
	width: 992px;
	height: 20px;
	background-image: url(images/bg_fusszeile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 9pt;
	color: #FFFFFF;
	padding-top: 70px;
	padding-left: 5px;
}
	
/* Spezielle Formatierungen */
#menu
{display: none;}

.markierung {
	color: #CC0000;
	font-weight: bold;
}
	

