html, body {
  background: #EEEEEE;
  /*background: #FBFBFD url(back.jpg);*/
  background-repeat: repeat-x;
  color: #000000;
  text-align: center;
  /*height: 100%; /* wichtig */*/
}

/*IE Zentrierung*/
div { margin: 0px auto;
      text-align: left;
}

#page {
	width: 980px;
	min-width: 980px;
	padding: 0px;
	overflow: hidden;/*sonst wird die Basic-Box nach unten nicht aufgezogen*/ 
}

#head {
	float: left;
	width: 980px;
	height: 102px;
	background: #ffffff url(/templates/logo.jpg);
}

#menueline {
	float: left;
	width: 980px;
	height: 28px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background: #ffffff;
	text-align: center;
}

#language {
	float: left;
	width: 180px;
	height: 20px;
	background: #ffffff;
	margin-top: 10px;
	margin-left: 10px;
}

#left {
	font-family: arial;
	font-size: 11px;
	float: left;
	color: #000000;
	width: 180px;
	padding: 0px;
	/*padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;*/
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height: 100%; /* IE */
	border-top: 1px solid #ffffff;
	background: #ffffff;
}

#left ul {
	list-style: none;
	/*list-style-image: url(arrow.gif);*/
	/*list-style-type: circle;*/
	color: #000000;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#left li {
	margin: 0;
	padding: 0;
	height: 30px;
	border-bottom: 1px solid #ffffff;
	text-indent: 10px;
}

#left a:link, #left a:visited {
	font-weight: normal;
	line-height: 30px;
	vertical-align: middle;
	color: #000000;
	text-decoration: none;
}

#left a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#box {
	/*background: #ffffff url(leftback.gif);*/
  	background-repeat: repeat-y;
	float: left;
	width: 980px;
	min-width: 980px;
	background-color: #ffffff;
	/*border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;*/
	border-bottom: 1px solid black;
}

#content {
	/*clear: both;*/
	font-family: arial;
	font-size: 12px;
	float: left;
	color: #000000;
	background-color: #ffffff;
	width: 718px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: 0px solid #000000;
	padding-bottom: 30px;
	/* Mindesthöhe in FF und IE
	www.dustindiaz.com/min-height-fast-hack*/
	min-height:400px;
  	height:auto !important;
  	height:400px;
	/*border-left: 1px solid #DDDDDD;*/
}

#content a:link, #content a:visited {
	color: #04ACD3;
	text-decoration: none;
}

#content a:hover {
	color: #ED6A32;
	text-decoration: none;
}

#mainhotel {
	float: left;
	padding: 4px;
	margin: 0px;
	margin-right: 24px;
	margin-top: 24px;
	width: 144px;
	height: 100px;
	border: 1px solid #CCCCCC;
	background: #F7F7F7;
	color: #AAAAAA;
	font-size: 11px;
	overflow: hidden;
}

#mainhotel h2 {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

#footer {
	float: clear;
	color: #000000;
	background-color: #ffffff;
	width: 950px;
	height: 6px;
	padding: 0px;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	overflow: hidden;/*sonst wird die Basic-Box nach unten nicht aufgezogen*/
}

label, input, select { /* Alle Labels UND Formularelemente */
  display: block;
  float: left;
  margin-bottom: 4px;
  width: 100px;
}

form br { /* Zeilenumbrüche in Formularen */
  clear: left;
}

input#submit, .button { /* Submit-Button */
  float: none;
  width: auto;
  margin-top: 10px;
}






#bottom {
	background: #999999 url(/templates/line.png);
  	background-repeat: repeat-x;
	color: #000000;
	background-color: #0068D3;
	width: 950px;
	height: 12px;
	padding: 0px;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	overflow: hidden;/*sonst wird die Basic-Box nach unten nicht aufgezogen*/
}

#menueline a:link, #menueline a:visited {
  font-family: times new roman;
  font-size: 16px;
  color: #000000;
  margin: 0px;
  padding: 0px; 
  text-decoration: none;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
}

#menueline a:hover {
	font-weight: bold;
	text-decoration: none;
}

.img {
	padding: 4px;
	margin: 0px;
	border: 1px solid #0068D3;
}

#mainbutton {
	float: left;
	color: #0068D3;
	text-align: right;
	margin-top: 20px;
	/*padding-left: 68px;*/
	padding-left: 48px;
	margin-right: 20px;
	border: 0px solid #0068D3;
}

h2 {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

#alu {
	border: 1px dotted #0068D3;
}

h1 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link, a:visited {
	font-weight: normal; 
	color: #000000;
}

a:hover {
	color: #0068D3;
	text-decoration: underline;
}
	
a.foot:link, a.foot:visited {
	font-family: arial;
	font-size: 10px;
	font-weight: normal; 
	color: #606060;
	text-decoration: underline;
}

a.foot:hover {
	color: #606060;
	text-decoration: underline;
}
	
table.login {
	color: #ffffff;
	background-color: #04ACD3;
	width: 150px;
	border: 4px solid #04ACD3;
	
}
