/*
	Autor:    OH
	Erstellt: 25.08.2008
	Geändert: 25.08.2008
	Haupt-Stylesheet Hotel Imperial
*/

*
{
	font-family: arial;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

html body
{
	font-size: 80%;
	height: 100%;
	width: 100%;
	/* background-color: #E5CE7C; */ /*	#FF8000; */
	background-color: #FF8000;
}

#page
{
	width: 775px;
	margin: 0 auto;
	text-align: left;
}

#page #header
{
	position: fixed;
	width: 773px;
	height: 130px;
	top: 0;
	border-right: 1px solid black;
	border-left: 1px solid black;
	background-image: url(../files/images/header.jpg);
	background-repeat: no-repeat;
	background-position: 22px 4px;
	background-color: #EEE3C4;
}

#page #header #auswahl_land
{
	margin-left: 696px;
	margin-top: 8px;
}

#page #header #auswahl_land img
{
	border: 1px solid silver;
}

#page #header #auswahl_land img:hover
{
	border: 1px solid black;
}

#page #footer
{
	width: 715px;
	height: 20px;
	border-top: 1px dashed black;
	border-right: 30px solid #800404;
	border-left: 30px solid #800404;
	border-bottom: 1px solid black;
	padding-top: 5px;
	text-align: center;
	font-size: 75%;
	background-color: #EEE3C4;
}

#page #nav_main
{
	position: fixed;
	width: 773px;
	height: 18px;
	top: 130px;
	background-color: #800404;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

#page #nav_main ul
{
	list-style: none;
}

#page #nav_main li
{
	width: 93px;
	height: 18px;
	vertical-align: middle;
	text-align: center;
	float: left;
	border-right: 3px dashed #EEE3C4;
}

#page #nav_main li.letzter
{
	border-right: none;
}

#page #nav_main li:hover
{
	background-color: gray;
}

#page #nav_main a
{
	color: #EEE3C4;
	font-size: 80%;
}

#page #content
{
	width: 713px;
	min-height: 645px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 145px;
	padding-bottom: 20px;
	font-size: 90%;
	background-color: #EEE3C4;
	background-image: url(../files/images/i.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 70% 80% ;
	border-right: 1px solid black;
	border-left: 1px solid black;
}

#page #content ul
{
	margin-left: 15px;
}

#page #content a
{
	text-decoration: underline;
}

#page #content a:hover
{
	text-decoration: none;
}

#page #content div.artikel
{
	clear: both;
	padding-top: 25px;
}

#page #content div.artikel .titel
{
	width: 500px;
	height: 20px;
	padding-bottom: 5px;
	margin-bottom: 5px;
/*	background-image: url(../files/images/verlauf.jpg);
	background-repeat: no-repeat;
	background-position: 0 3px;
*/
}

#page #content div.artikel .titel h1
{
	font-size: 120%;
	color: black;
	font-style: italic;
}

#page #content div.artikel img.artikel
{
	margin-bottom: 5px;
	border: 1px solid #800404;
}

#page #content div.artikel .layout_2 img.artikel
{
	float: right;
	margin-left: 10px;
}

#page #content div.artikel .layout_1 img.artikel, #page #content div.artikel .layout_ img.artikel
{
	float: left;
	margin-right: 10px;
}

#logo_rechts
{
	position: fixed;
	padding: 0; margin: 0;
	margin-left: 800px;
	width: 70px;
	height: 600px;
	background-image: url(../files/images/rot_imperial.jpg);
	background-repeat: no-repeat;
	background-position: 100% 140px;
	display: none;
}

img
{
	border: none;
}

p
{
	margin-bottom: 13px;
}

input.text, select, textarea
{
	color: black;
	background-color: white;
	border: 1px solid #C8AF10;
	height: 17px;
}

input.button
{
	cursor: pointer;
	background-color: #C8AF10;
	color: white;
	border: none;
	height: 18px;
}

input.button:hover
{
	background-color: silver;
}

a
{
	color: #940000;
	text-decoration: none;
}

a:hover
{
	color: #000000;
}

a.button
{
	color: #C8AF10;
	font-weight: bold;
	background-color: #F1F2F3;
	border: 1px solid #C8AF10;
	padding: 5px;
}

a.button img
{
	vertical-align: middle;
}

a.button:hover
{
	color: #F1F2F3;
	background-color: #C8AF10;
	border: 1px solid gray;
	text-decoration: none;
}

h1
{
	font-size: 150%;
	color: #C8AF10;
}

h2
{
	font-size: 130%;
	color: gray;
}

td, th
{
	text-align: left;
}

iframe
{
	width: 100%;
	height: 500px;
	border: none;
}

body.formular
{
	background-color: #EEE3C4;
}

body.formular textarea
{
	height: 100px;
}
