@charset "UTF-8";
/* CSS Document fuer Hotel Alte Schule */

body {
	background-color:#ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:12pt;
	color:#333;
	text-align:center;
	font-style:oblique;
	position:relative;
	margin:0;
	padding:0;  }

a {
	color:#333;
	text-decoration: none;  }
	
a.link {
	color:#333;
	text-decoration: underline;  }

img {
	border:0px;  }
	
hr {
	background-color: #666; /* Farbe für Opera und Firefox */
	color: #666; /* Farbe für Internet Explorer (IE) */
	border: 0;
	height: 1px;  }

div#body, div#body_index {
	width:970px;
	height:100%;
	margin: 10px auto;
	text-align:left;
	background-color:#ffbd79;
	border:1px solid #000;
	min-height:96%;
	position:relative;
	padding:0px;    }

html>body #body {
	height: auto;
	min-height: 500px;    }

div#navigation {
	background-color:#fff;
	height:auto;
	min-height:100%;
	float:left;
	width:230px;
	padding:0px;
	margin:0px;
	background-image: url(grafik/verlauf.png);
	background-repeat:repeat-y;
	background-position:top right;   }

html>/**/body div#navigation{
	position:absolute !important ;
	height:100%;   }

img#logo {
	padding: 10px;
	margin: 15px 0;  }

ol {
	list-style-type:none;
	margin:0px 10px 25px 0px;
	list-style-position:inside;   }

ol a {
	display:block;
	height:20px;
	line-height:20px;
	font-weight:900;
	text-decoration:none;
	padding:2px 15px 2px 25px;
	font-family:"Times New Roman", Times, serif;    }

ol li {
	padding:0px;
	margin-left:-15px;/**/
	overflow:hidden;   }

html>/**/body ol li {
	margin-left:-40px !important;   }

ol a:hover {
	background-color:#ccc;    }

ol a.active {
	background-color:#999;
	color:#000;   }

ol a.sub {
	background-color:#eee;
	font-size:0.8em;   }

ol a.sub:hover {
	background-color:#ddd;
	font-size:0.8em;   }

ol a.subactive {
	background-color:#ccc;
	color:#000;
	font-size:0.8em;	}

div#content {
	float:right;
	text-align:left;
	width:740px;
	padding:0px;
	margin:0px;
	height:auto;   }

div#wobinich, #mainContent {
	padding:10px 10px;     }

div#wobinich {
	height:54px;
	color:#666;
	font-family:"Times New Roman", Times, serif;   }

div#mainContent {
	margin-top:0px;
	height:550px;
	overflow: auto;   }

.right {
	float:right;
	width:350px;
	text-align:center;
	margin: 0px;   }

.right2 {
	float:right;
	text-align:center;
	margin-right: 10px; 
	margin-left: 10px; }

p.clear	{/* hebt "floaten" der vorherigen  Elemente auf */
	clear: both;
	margin: 0;
	padding: 0;    }

a:hover {
	background-color:#ccc;  }



	
