/*
	Autor:    OH
	Erstellt: 01.09.2008
	Geändert: 19.09.2008
	Haupt-Stylesheet Hotel Holst
*/

*
{
	font-family: arial;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

html
{
	width: 100%;
	height: 100%;
}

html body
{
	font-size: 80%;
	height: 100%;
	width: 100%;
	background-color: #2B3163;
}

table#container
{
	width: 100%;
	height: 100%;
}

#page
{
	width: 800px;
	height: 569px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #2B3163;
	background-image: url(../files/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#page #links
{
	float: left;
	width: 200px;
	margin-left: 25px;
}

#page #links #logo
{
	width: 242px;
	height: 50px;
	margin-top: 105px;
	margin-left:0px;
	margin-bottom: 0px;
	background-image: url(../files/images/logo.png);
	background-repeat:no-repeat;
}

#page #links #nav_main
{
	height: 300px;
}

#page #links #nav_main li.nav
{
	list-style: none;
	font-size: 100%;
	font-weight: bold;
	letter-spacing:1px;
	margin-top: 5px;
	padding-top: 5px;
	padding-left:5px;
	padding-bottom:2px;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-image: url(../files/images/nav_unterstrich_1.jpg);
}


#page #links #nav_main li a
{
	color: #5e2e56;
}

#page #links #nav_main li a:hover
{
	color: #2b3163;
}


#page #content
{
	vertical-align: top;
	margin-top:100px;
	margin-left: 220px;
	margin-right: 13px;
	height:450px;
	overflow:auto;
}



#page #content ul
{
	margin-left: 15px;
}

#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 p
{
	font-size: 12px;
	color: black;
	font-family:verdana;
	line-height:20px;

}

#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;
}

#page #content td
{
	vertical-align: top;
}

#page #content #content_scrollbox
{
	width: 520px;
	height: 300px;
	overflow: auto;
	margin-left: 125px;
	margin-top: 20px;
}

img
{
	border: none;
}

p
{
	margin-bottom: 13px;
}

input.text, select, textarea
{
	color: black;
	background-color: white;
	border: 1px solid silver;
	height: 22px;
}

input.button
{
	cursor: pointer;
	background-color: #C8AF10;
	color: white;
	border: none;
	height: 18px;
}

input.button:hover
{
	background-color: silver;
}

select
{
	width: 153px;
}

a
{
	color: #2B3163;
	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%;
	margin-bottom: 15px;
	color: #7E95AC;
}

h2
{
	font-weight: bold;
	margin-bottom: 15px;
	color: #2B3163;
}

td, th
{
	text-align: left;
}


