/*******************************************************/
/*CSS for www.fewo-waren-mueritz.de                    */
/*******************************************************/

/*******************************************************/
/* HTML tags   													 */
/*******************************************************/
*{padding:0; margin:0;}
body{	
	background-color:#666666;
	font-size: 0.75em; 
	text-align: center; /*this will center you site in Internet Explorer*/
}
a:link, a:visited{
	color: #000033;
	text-decoration: none;	
}
a:hover{
	color: #000033;
	text-decoration: underline;
}
img.border{
	border: 1px solid #333333;
}
img.border_bottom{
	border-bottom: 1px solid #333333;
}

/*******************************************************/
/*  GLOBAL  														 */
/*******************************************************/
.page-container {
	width:955px; 
	margin: 0px auto; /* make the element center aligned for browsers like Firefox, Opera, Mozilla, Netscape etc.*/
	text-align: left;  /* to counter the center align from body*/
	margin-top: 10px; margin-bottom:10px; 	
	background-color:#FFFFFF;
	border: 1px solid #333333; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*******************************************************/
/*  Header 															 */
/*******************************************************/

/* -- Navigation area ----------------------------------*/
.navSection{		
	margin-top: 20px;	margin-bottom: 10px;
	border-top: 1px dashed #999999; 	border-bottom: 1px dashed #999999;
	background-color:#FFFFCC;	
	font-size: 1.1em; line-height: 1.5em;
	color:#999999;	letter-spacing: 0.05em;	
}
.navSection ul{
	margin-top:5px; margin-bottom:5px;
}
.navSection li{
	list-style: none;
	display: inline;
}
.navSection a:link, .navSection a:visited{	
	padding-right:20px; padding-left:20px;
	padding-top: 3px; padding-bottom: 10px;
	font-weight: bold;
	color:#003366;	
	text-decoration: none;		
}  
* html .navSection ul a, * html .navSection ul span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    width: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}
.navSection a:hover{
	color:#000033;
	text-decoration: underline;
} 
 
/* -- Breadcrumbs area ----------------------------------*/
.breadcrumbs{
	width: 400px;
	float:left;	
	margin-left: 20px; /*margin-top: 15px;*/
	font-size: 0.9em; line-height: 1.9em;
	vertical-align: bottom;
	color:#999999;
}
.breadcrumbs a:link, .breadcrumbs a:visited{
	color:#999999;
	text-decoration: none;
}
.breadcrumbs a:hover{
	color:#333333;
	text-decoration:none;
}

/* -- Site title area ---------------------------------*/
.header_title{	
	border-right: 20px solid #CCCC99; border-bottom: 1px solid #CCCC99; 
	text-align: right !important;
}
.header_title h1{
	font-family: "Arial Black"; 
	font-weight: bold; color: #CCCC99;
	letter-spacing: 0.1em; font-size: 2.0em;
	padding-left:5px; padding-right:5px;
	text-align: right;
}

/*******************************************************/
/*  Content															 */
/*******************************************************/
.contentSection{
	clear: both;
	margin-top: 20px;
	margin-right: 20px; margin-left: 20px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.contentSection h1{
	font-style: italic; 
	font-weight:bold; color: #993333;
	font-size: 2.0em; line-height: 2.0em;
	margin-bottom: 10px;
	/*background-color:#CCCC33;*/
}
.contentSection h2{	
	font-weight: bold; color: #333333;
	font-size: 1.4em; line-height: 1.6em; 
	margin-top: 20px; margin-bottom:5px;
}
.contentSection h3{
	font-weight: bold; color: #333333;
	font-size: 1.1em; line-height:1.2em; 
	margin-top: 15px; margin-bottom:5px;
}
.contentSection p{
	font-weight: normal; color:#333333;
	font-size:1.0em; line-height:2.0em;
}
.contentSection a:link, .contentSection a:visited{
	text-decoration: none;
	color:#0000FF;
}
.contentSection a:hover{
	text-decoration: underline;
	color:#000033;	
}
.contentSection h2 a:link, .contentSection h2 a:visited{
	text-decoration: none;
	color:#003366;
	padding: 5px;
}
.contentSection h2 a:hover{
	text-decoration: underline;
	color:#000033;
}
.contentSection img{
	border: 1px solid #999999;		
}
.contentSection a:link img, .contentSection a:visited img{
	margin: 4px;
}
.contentSection a:hover img{
	margin: 0px;
	border: 5px solid #CCCC99;
}
.contentSection ul li{
	list-style: none;
	line-height: 2.0em;
}
.gallery_3img{
	clear: both;
	margin-top: 20px; margin-bottom: 10px;
	text-align: center;
}
.galleryDesc{
	font-style: italic; text-align: left;
	margin-top:5px; margin-bottom:5px;
}
/*******************************************************/
/*  Footer area													 */
/*******************************************************/
.footer{
	clear:both;
	margin-left: 20px; margin-right: 20px;
	margin-top:20px; margin-bottom: 10px;
}
.BackToTheTop{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em; 
	float: left;
}
.validation {
	text-align: right;
}
.validation a{
	margin-left: 10px;
	text-decoration: none;
}
.validation img{
	border: none;
}

/*******************************************************/
/*  Utility															 */
/*******************************************************/
.floatRight{
	float:right;
	margin-left: 25px;
}
.floatLeft{
	float: left;
	margin-right: 25px; 
}
.center{
	text-align: center;
}
.clear{
	clear: both;
}
.text{
	margin-left: 150px;
}
.noImgBorder{
	border:none;
}
.empf{
	font-weight: bold;
}
/*******************************************************/
/*index.htm 														 */
/*******************************************************/
.index{
	width:955px; 
	margin: 0px auto; /* make the element center aligned for browsers like Firefox, Opera, Mozilla, Netscape etc.*/
	text-align: center; /*to counter the center align from body*/
	margin-top: 20px; margin-bottom: 10px;
	color: #FFFFCC;
}
.index p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em; line-height:1.2em; 
	margin-top: 15px;
	vertical-align:middle;
}
.index p a:link, .index a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.15em;
	color: #FFFFCC;
	text-decoration:none;	
	margin-right: 5px; 	
}
.index p a:hover{
	text-decoration: underline;
}
/*******************************************************/
/*  kontakt.htm													 */
/*******************************************************/
.contact_table{
	width:70%;
	line-height:2em;
}
.contact_table th{
	text-align: left;
}
.contact_table td{
	vertical-align: top;
}

/*******************************************************/
/*  lage.htm														 */
/*******************************************************/
.highway{
	padding-left:2px; padding-right:2px; 
	background-color:#3333FF;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF; 
}
.road{
	padding-left:2px; padding-right:2px; 
	background-color:#FFFF33; border:1px solid #000000;
	font-family:Arial, Helvetica, sans-serif;
 	color:#000000; 
}
.direction{
	padding-left:2px; padding-right:2px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:bold; color:#000000; 
}

/*******************************************************/
/*  umgebung.htm													 */
/*******************************************************/
.right{
	float:right;
}
.left{
	float:left;
}
/*******************************************************/
/*  whg.htm													 */
/*******************************************************/
.categories{
	margin-top:1.5em;	
	/*border: 1px solid #000000;*/
}
.categories h2 {		
	margin-top: 10px;
	margin-left:10px; margin-right:10px;  
}
.categories ul{
	margin-top: 10px; margin-right:15px; 
	margin-bottom: 10px;
}
.categories ul li{
	list-style-type: disc;
}
.categories .catA h2 a, .categories .catB h2 a{
	padding-top:10px; padding-bottom:10px; padding-right:10px;
}
.categories img{
	border:1px solid #FFFFCC;
}
.catA{
	float: left;
	width: 430px; height: 105%;
	background-color:#FFFFCC;
	border: 1px solid #CCCCCC;
} 
.catB{
	float: right;
	width: 440px; height: 105%;
	background-color:#FFFFCC;
	border: 1px solid #CCCCCC;
}

/*******************************************************/
/*  katA.htm, katB.htm											 */
/*******************************************************/
.price{
	font-size: 2.0em !important; line-height: 2.0em !important;
	color:#003366; font-weight:bold; 
	margin-bottom: 10px;
	/*background-color:#CCCC33;*/
}
.price a:link, .price a:visited{
	text-decoration: none;
	color:#003366;
	padding: 5px;
}
.price a:hover{
	text-decoration: underline;
	color:#000033;	
}
.room{
	margin-top: 20px;
}
.room .description , .harbor .description{
	width: 230px;
	float: left;
}

.room .description h3 {
	margin-top: 0px;
}
.room .gallery, .harbor .gallery{
 margin-left: 250px; 
}

/*******************************************************/
/*  preise.htm														 */
/*******************************************************/
.price_table{
	width: 53%; line-height:2em;
	margin-left:auto; margin-right:auto;
}
.price_table td{
	vertical-align: top;
}
.price_table td a:link, .price_table td a:visited{
	text-decoration: none;
	color:#003366;
	padding: 5px;
}
.price_table td a:hover{
	text-decoration: underline;
	color:#000033;	
}
.price_table .align_indented{
	margin-left: 1.0em;
}
