*{
	padding:0px;
	margin:0px;
}

img {
	border:0px;
}

html {
	width:100%;
}

body {
	width:960px;
	margin:0 auto;
	font-size:11px;
	background:url(../images/Ferienwohnung-Plattensee-BG.jpg) center no-repeat;
	background-position:50% -200px;
	color:#222;
	font-family:arial, sans-serif;
}

h1 {
	font-weight:normal;
	font-size:15px;
	line-height:20px;
}
h2 {
	font-weight:normal;
	font-size:25px;
	border-left:30px solid orange;
	padding-left:5px;
}
h3 {
	font-size:10pt;
	font-weight:bold;
	border-left:18px solid orange;
	padding-left:6px;
	margin-bottom:7px;
}
a {
	color:orange;
	text-decoration:none;
}

a:hover {
	color:orange;
	text-decoration:underline;
}

#content a {
	color:#000;
	text-decoration:underline;
}

#content a:hover {
	color:#000;
	text-decoration:none;
}

#content p {
	margin-bottom: 4px;
}

#parallax
 {
	position:relative; 
	overflow:hidden; 
	width:600px; 
	height:331px;
	border:1px solid #ccc;
	padding:3px;
}

#content
{
	float:left;
	overflow:hidden; 
	width:560px; 
	border:4px solid #fff;
	background:url(../images/80.png);
	padding:20px;
	color:#000;
}

.column
{
	width:270px;
	float:left;
	padding-right:20px;
	line-height:1.4;
}
.column p
{
	padding-bottom:10px;
}
.column ul
{
	margin-left:12px;
	padding-bottom:10px;
}
.column table
{
	padding-bottom:10px;
	font-size:11px;
}

.column td
{
	vertical-align:top;
}

.box img:hover {
border:0px solid #fff;}

.box a span {display:none;}

.box a:hover span {
position:relative;
top:260px; left:300px;
display:block;
color:#000;
width:300px;
background-color:white;
border:1px solid black;
padding:5px;
font-size:10px;
filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
text-decoration:none;
}
.box a:hover span a:link{
text-decoration:none;
}
.box a:visited{
text-decoration:none;
}


.menubox {
	float:left;
	width:150px;
	padding:10px;
	margin-bottom:20px;
	background:url(../images/80.png);
}

.menubox h2 {
	font-size:10pt;
	font-weight:bold;
	border-left:18px solid orange;
	margin-bottom:10px;
}

.menubox  p {
	padding-left:24px;
	font-size:10pt;
}

.menubox a {
	color:orange;
	text-decoration:none;
}

.menubox a:hover {
	color:orange;
	text-decoration:underline;
}

#footer
{
	float:left;
	overflow:hidden; 
	width:590px; 
	border:4px solid #fff;
	background:url(../images/80.png);
	padding-left:20px;
	color:#000;
	margin-top:10px;
	padding:5px;
}
#footer a
{
	color:#000000;
	margin-left:15px;
	text-decoration:underline;
}

.events td {
	border-bottom:1px dotted #000;
}

fieldset
{
	border:		1px solid #334961;
	display:	block;
	padding:	0em 1em;
	clear:		both;
	margin:		0em 0 0 0;
}
html > body fieldset
{
}

form {
margin:0px;
padding:0px;
}
 
legend
{
	color:		#000;
}
label
{
	clear: 		left;
	float: 		left;
	display: 	block;
	width: 		50px;
	margin-top: -14px;
	font-weight: bold;
	color:#000;
}
 
label.first
{
	margin-top:	1em;
}
fieldset input
{
	position: 	relative;
	top: 		-1.4em;
	width:135px;
	left: 		8em;
	display: 	block;
	border:		1px solid #a5acb2;
	background:	#fff;
}
fieldset input.senden
{
	left:		0;
	clear:		left;
	width:236px;
	margin-top:10px;
}
fieldset textarea
{
	position: 	relative;
	left: 		0;
	display: 	block;
	border:		1px solid #a5acb2;
	padding:	2px;
	width:240px;
}
