body {
 background-color:#FFFFFF;
 font-family     : Arial;
 font-size       : 0.8em;
 color           : #333333;
 margin          : 0px;
}

/* Farben
gruen : #4BA117
grau  : #BBBBBB
schrift : #333333
*/

td {
	font-family    : Arial;
	font-size      : 0.8em;
	color          : #333333;
	vertical-align : top;
	text-align 		 : justify;
}

p { text-align : justify; }

h1 {
	color     : 4BA117;
	font-size : 1.3em;
}
h2 {
	color     : 333333;
	font-size : 1.2em;
}
h3 {
	color			: #333333;
	font-size	: 1.2em;
}

a {
	text-decoration : none;
	color : #333333;
}
a:hover { color : #4BA117; }
a.menutop {
	margin-left  : 30px;
	font-weight  : bold;
	font-size    : 13px;
}
a.menutop:hover { color : #4BA117; }

a.menu {
	background   : url(images/pfeil.gif) no-repeat;
	padding-left : 23px;
	margin       : 7px 0 7px 0;
	font-weight  : bold;
	display      : block;
	font-size    : 13px;
}
a.menu:hover { color : #4BA117; }

a.submenu {
	padding-left : 23px;
	margin       : 5px 0 5px 0;
	font-weight  : regular;
	display      : block;
	font-size    : 12px;
}
a.submenu:hover { color : #4BA117; }

span.menu {
	background	 : url(images/pfeil.gif) no-repeat;
	padding-left : 23px;
	margin       : 7px 0 7px 0;
	font-weight  : bold;
	display      : block;
	font-size    : 13px;
}

img { border : none; }

img.hotel {
	width	: 124px;
	height: 99px;
	float	: left;
	margin-right : 15px;
}
img.presse {
	width : 132px;
	height: 77px;
	margin: 10px 0 10px 0;
	display	: block;
}

a.link:hover { color : #4BA117; }

textarea, input {
	font-family : Arial;
	border			: 1px solid #b7b7b7;
	color				: #333333;
	background-color : #FFFFFF;
	margin			: 1px 0;
}

.head { margin-right:0px; }
* html .head { margin-right:-2px; }
