@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus 
{
	outline: 0;
}

body 
{
	line-height: 1;
	color: black;
	background: white;
	font-family: Arial,Helvetica,sans-serif;
}

ol, ul 
{
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table 
{
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td 
{
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after 
{
	content: "";
}

body
{
	color: #525252;
}

h1
{
color: #AB2525;
font-family: Arial,Helvetica,sans-serif;
font-size: 16px;
font-weight: bold;
margin-bottom: 2px;
margin-top: 5px;
}

strong
{
	font-weight: bold;
}

input.nice
{
	width:210px;
	font-family:Arial,Sans Serif;
	font-size:14px;
	padding:4px 2px;
	border:1px solid #b9b9b9;
}
/*
#search 
{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #AB2525;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
	
	height:26px;
	line-height: 1;
}
*/

#searchfield 
{
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

#index_formular
{
	width:520px;
}

#linker_button
{
	float:left;
	padding-left: 14px; 
}

#rechter_button
{
	float: right;
	padding-right: 14px;
}

#kunden_login
{
	color:#AB2525;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	margin-right:40px;
	margin-top:20px;
	margin-bottom:60px;
	text-align:left;
	padding-left:20px; 
	padding-top:5px  
}

#kunden_login input 
{
	margin-top: 6px;
	margin-bottom: 6px;
	width: 200px;
}

#hotel_login 
{
	color:#AB2525;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin-top:20px;
	margin-bottom:60px;
	text-align: left;
	padding-right:20px;
	padding-top:5px;
	float: right; 
}

#hotel_login input 
{
	margin-top: 6px;
	margin-bottom: 6px;
	width: 200px;
}

.login_text 
{
	font-size: 12px;
	color: #ab2525;
	line-height: 18px;
	
}

a 
{
	color:#AA2020;
	text-decoration:none;
}

a:focus, a:hover, a:active 
{
	text-decoration:underline;
}

#header
{
	text-align:center;
	background-image: url(header_verlauf.png);
	background-repeat: repeat-x;
	background-position: -100px 0px;
}

/* FOOTER */
#footer
{
  width: 100%;
  margin: 0;
  padding: 0;
  background-image:url(images/footer_bg.png);
}

#footer-wrapper ul
{
  list-style: none;
  padding: 0;
  margin: 0 0 0 0px;
  text-align:left;
}

#footer-wrapper ul li
{
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer-wrapper
{
  width: 1100px;
  margin: 0;
  padding: 0 0 20px 60px;
  background-image:url(images/footer_bg.png);
  line-height: 15px;
}

#footer-wrapper h3
{
  margin: 20px 0 6px 0;
  padding: 0;
  text-align:left;
}

#footer-wrapper .links
{
  width: 150px;
  margin: 10px 0 0 20px;
  overflow: hidden;
  float: left;
}

#footer-wrapper .links a
{
  font-family : Helvetica, Arial, sans-serif;
  font-size:11px;
}

#footer-wrapper h3 
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px; 
	font-weight: bold; 
	color:#525252;
}

.clear{clear:both;}	

#infodiv {
	position:fixed;
	top: 20px;
	right: 20px;
	width: 250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
	color:#FFFFFF;
	z-index: 100;
}

#infodiv a{
	color:#FFFFFF;
	text-decoration:underline;
}

#infodiv .infocontent h1 {
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	margin-bottom:15px;
}
#infodiv .infocontent h2 {
	font-size:14px;
	line-height:16px;
	font-weight:normal;
	font-style:italic;
}
#infodiv .infocontent strong {
	font-weight: bold;
	font-style:italic;
}
#infodiv .infocontent {
	width: 210px;
	background-color: #3399ff;
	color: #fff;
	padding: 10px 20px 10px 20px;
	line-height: 16px;
}

#infodiv .infocontent p
{
	line-height: 16px;
}

#infodivclose {
	float:right;
	margin: 0 0 0px 10px;
	cursor:pointer;
	width:30px;
	height:30px;
	background: url(images/info_close.gif);
}

#infodiv .topleft {
	float:left;
	width:15px;
	height:15px;
	background: url(images/tl.gif);
}
#infodiv .topright {
	float:right;
	width:15px;
	height:15px;
	background: url(images/tr.gif);
}
#infodiv .topmiddle {
	float:left;
	width:220px;
	height:15px;
	background: url(images/tm.gif);
}

#infodiv .bottomleft{
	float:left;
	width:15px;
	height:15px;
	background: url(images/bl.gif);
}
#infodiv .bottomright {
	float:right;
	width:15px;
	height:15px;
	background: url(images/br.gif);
}

#infodiv .bottommiddle {
	float:left;
	width:220px;
	height:15px;
	background: url(images/tm.gif);
}

#infodiv .roundclear {
	clear:both;
}

.infodiv
{
	cursor:help;
}

