html, body
{
	background-color: #d2c9b8;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Arial;
	color: black;
	font-size: 12px;
}

h1
{
	margin-top: 0;
	padding-top: 0;
	font-size: 18px;
}

h2
{
	text-decoration: none;
	font-weight: strong;
	font-size: 14px;
}

/* CONTAINER */

div.container
{
	background-image: url(../images/sve_shadows.gif);
	background-repeat: repeat-y;
	width: 1000px;
	margin: 0px auto 0px auto;
	padding-left: 28px;
}

div.middle
{
	background-image: url(../images/sve_back.gif);
	background-repeat: no-repeat;
	float: left;
	width: 944px;
}

/* HEADER */

div.header
{
	height: 150px;
	float: left;
	width: 944px;
}

/* NAVIGATION */

div.navigation
{
	float: left;
	width: 155px;
	height: 900px;
	padding: 20px 0 0 0;
}

div.navigation ul
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style-type: none;
}

div.navigation li
{
	background-image: url(../images/sve_nav_separator.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 5px 0 8px 20px;
}

div.navigation li a
{
	text-decoration: none;
	color: #553322;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
}

div.navigation li a:hover
{
	color: #d2c9b8;
}

/* CONTENT */

div.content
{
	float: left;
	width: 600px;
	padding: 20px 20px 20px 30px;
}

div.content ul
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style-type: none;
}

div.content li
{
	padding: 0 0 5px 0;
}

div.content a
{
	text-decoration: underline;
	color: #553322;
}

div.content a:hover
{
	color: #d2c9b8;
}

div.content select
{
	font-size: 11px;
}

.listimage
{
	clear: both;
	float: left;
	margin-bottom: 10px;
}

.listdetails
{
	padding-left: 140px;
	margin-bottom: 10px;
}

/* BOXES */

div.boxarea
{
	font-size: 12px;
	font-weight: bold;
	color: #553322;
	padding: 20px 0 0 0;
	float: right;
	width: 132px;
}

div.boxarea img
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 132px;
	border: none;
}

div.boxarea div.caption
{
	margin: 0 0 0 0;
	padding: 5px 5px 15px 5px;
}

div.boxarea a
{
	text-decoration: underline;
	color: #553322;
}

div.boxarea a:hover
{
	color: #d2c9b8;
}

div.boxarea p
{
	font-size: 12px;
	font-weight: normal;
	margin: 3px 3px 3px 3px;
	padding: 0 0 0 0;
}

div.boxarea h2
{
	font-size: 12px;
	margin: 3px 3px 3px 3px;
	padding: 0 0 0 0;
}

/* LIST of LINKS */

div.listarea
{
	color: #553322;
	width: 400px;
	float: left;
	padding: 0 20px 20px 30px;
}

div.listarea h2
{
	font-size: 12px;
	margin: 3px 3px 3px 3px;
	padding: 0 0 15px 0;
}

div.listarea a
{
	display:block;
	padding: 1px 0px 1px 0px;
	width: 25%;
	text-decoration: underline;
	color: #553322;
}

div.listarea a:hover
{
	color: #d2c9b8;
}

div.listarea a.left
{
	float:left;
}

div.listarea a.right
{
	float:right;
}


/* BOTTOM */

div.shadowbottom
{
	background-image: url(../images/sve_shadow_bottom.gif);
	background-repeat: no-repeat;
	float: left;
	width: 944px;
	height: 10px;
}

/* FOOTER */

div.footer
{
	width: 924px;
	padding: 0 5px 0 5px;
	height: 20px;
	float:left;
	background-color: #fffff0;
	color: #553322;
}

div.footer a
{
	text-decoration: underline;
	color: #553322;
}

div.footer a:hover
{
	color: #d2c9b8;
}

/* MISC */

div.left
{
	float: left;
}

div.right
{
	float: right;
}
/* #T05633/14.02.2008/bap SveVilla Erweiterung der Suche nach An- und Abreisedatum */
.warning
{
	font-size: 10px;
	font-weight:bold;
	color:#990000;
	width:20px;
}

/* ONLINEBUCHUNG */
.FormValidator
{
   font-family: Times New Roman;
   font-size: 17px;
   font-weight: bold;
   color: #999999;
   width: 10px
}
.FormValidatorSmall
{
   font-family: Times New Roman;
   font-size: 12px;
   font-weight: bold;
   color: #999999;
   width: 10px
}
.TBOnlineBuchung
{
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	/*table-layout:fixed; */
	width: 90%;
	margin: 1em 0 1em 0;
}
.TBOnlineBuchung TD.bold
{
 font-weight:bold;	
}
.TBOnlineBuchung input.text
{
	width: 250px;
}
.TBOnlineBuchung input.checkbox
{
	width: 20px;
}
.TBOnlineBuchung .labelcolumn
{
	width: 120px;	
}
.TBOnlineBuchung .validationcolumn
{
	width: 10px;	
}
#BookingForm .hidden
{
	visibility:hidden;
	height: 0px;	
}

