html, body {
	background: #fff;
	font-size: 101%;
}

html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: underline;
}

a:link {
	color: #666;
}

a:visited {
	color: #333;
}

a:hover {
	color: #c00;
}

a:active {
	color: #c00;
}

strong {
	font-weight: bold;
}

.c {
	clear: both;
}

.center {
	text-align: center;
}

.centerkl {
	text-align: center;
	font-size: 0.7em;
}

img {
	border: 0;
}

h1 {
	color: #c00;
	font-size: 1.3em;
	margin: 10px;
}

h2 {
	color: red;
	font-size: 1.0em;
	margin: 10px;
}

h3 {
	color: red;
	font-size: 0.9em;
	margin: 10px 0 -25px 165px;
}

p, ul {
	margin: 10px;
	font-size: 0.8em;
	line-height: 1.3em;
}

ul {
	margin-left: 50px;
}

#layout {
	margin: 0 auto;
	border: 1px solid #c00;
	position: relative;
}

#navi {
	background: #cc0000;
	color: #fff;
	font-size: 0.7em;
	height: 35px;
	padding-left: 15px;
}

#navi a {
	text-decoration: none;
	padding: 10px;
	display: block;
	float: left;
}

#navi a:link {
	background: #cc0000;
	color: #fff;
}

#navi a:visited {
	background: #cc0000;
	color: #fff;
}

#navi a:hover {
	background: #fff;
	color: #c00;
}

#navi a:active {
	background: #fff;
	color: #c00;
}

#footer {
	text-align: center;
	font-size: 0.7em;
	color: #c00;
}

.hotel {
	position: relative;
	border: 1px solid red;
	margin: 10px 10px 10px 21px;
	width: 470px;
/*	height: 122px;*/
}

.hotel img {
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0 10px 10px 0;
}

.hotel h3 {
	color: red;
	font-size: 0.7em;
	margin: 10px 0 -25px 165px;
}

.hotel p {
	margin: 25px 5px 10px 165px;
	font-size: 0.7em;
}

#laender {
	border: 1px solid #efefef;
	margin-left: 20px;
}

#laender td {
	background: #efefef;
	padding: 5px;
	font-size: 0.8em;
}

#newslettera {
	background: url(newsletter_bg.gif) no-repeat center top;
	width: 219px;
	height: 122px;
	padding-top: 35px;

}

html>body #newslettera {
	padding-top: 30px;
}


#newslettera p {
	font-size: 0.7em;
}

#newslettera p #email {
	width: 115px;
	font-size: 0.9em;	
}

#newslettera p #submit {
  font-size: 0.9em;
  font-weight: bold;
  widtH: 35px;
  background: #cc0000;
  color: #fff;
  }
  
#newsletterform {
  	border-collapse: collapse;
	border: 3px solid #efefef;
	width: 420px;
	margin: 20px;
  }
  
#newsletterform td {
	border: 1px solid #efefef;
	padding: 3px 15px 3px 10px;
	font-size: 0.8em;
	background: #fafafa;
}

#newsletterform td input {
	width: 296px;
}

#newsletterform td input.bold {
	font-weight: bold;
}

#newsletterform td .short {
	width: 120px;
}

#newsletterform .right {
		text-align: right;
}

#newsletterform .right input {
	width: 106px;
}







#block{
	background:url('kalender/img/bg.gif') no-repeat center;
	height: 180px;
	width: 220px;
}
#header {
	padding:1px 5px 0px 3px;
	width: 210px;
	heigth:20px;
}
#content {
	float:left;
	padding: 0px 3px 0px 3px;
	width: 210px;
	heigth:90px;
}
input {
	font-size:11px;
}
#link {
float:right;
padding:0px 10px 0px 0px;
}

.form_anfrage {
	font-size: 90%;
}

.error {
	color:red;
	font-weight:bold;
}

.erfolg{
	color:blue;
	font-weight:bold;
}