/* Westlich Main CSS File */

/* -- general settings --------------------------- */
body {
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 0 0;
	background-color: #ff8b42;
	background-image: url("../images/back.jpg");
	background-repeat: no-repeat;
}

#overall {
	width: 1000px;
	height: 750px;
}

#overall.start {
	background-image: url("../images/back2.jpg");
	background-repeat: no-repeat;	
}

#overall.massage-1 {
	background-image: url("../images/back.jpg");
	background-repeat: no-repeat;	
}

#overall.massage-2 {
	background-image: url("../images/back1.jpg");
	background-repeat: no-repeat;	
}


#overall.preise {
	background-image: url("../images/back3.jpg");
	background-repeat: no-repeat;	
}

#overall.sitemap {
	background-image: url("../images/back.jpg");
	background-repeat: no-repeat;	
}

#overall.impressum {
	background-image: url("../images/back3.jpg");
	background-repeat: no-repeat;	
}

#overall.kontakt {
	background-image: url("../images/back.jpg");
	background-repeat: no-repeat;	
}


#main {
	float: left;
	margin: left;
	width: 450px;
	height: 440px;
	padding-left: 20px;
	margin-top: 230px;
	text-align: left;
}

*html #main {
	margin-top: 250px;
	height: 420px;
}

*+html #main {
	margin-top: 250px;
	height: 420px;
}


#navigation {	
	float: left;
	width: 130px;
	margin-left: 160px;
	margin-top: 250px;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
}

*html #navigation {
	margin-left: 80px;
}

ul, li {
	margin: 0;
	padding: 0;
}

p { 
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	color: #ffffff;

}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

#navigation li {
	line-height: 18px;
	list-style: none;
	width: 130px;
	font-size: 12px;
	padding-bottom: 15px;
	text-align: center;
}

#navigation li:hover{
	/*background-color: #ab331d;		*/
}

#navigation li a {
	color: #ffffff;
	font-weight: bold;
	padding: 4px 5px 4px 5px;
	width: 130px;	
}

#navigation li a:hover {
	text-decoration: none;
	color: #ab331d;

}

#navigation li .current {
	background-color: #ab331d;
	color: #ffffff;
	width: 230px;
	padding: 2px 5px 2px 5px;
}

#navigation li .current:hover  {
	/*background-color: #ab331d;*/
	text-decoration: none;
	color: #ffffff;
	
}

#footer {
	float: left; 
	width: 490px;
	margin-left: 320px;
	font-size: 10px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}

*html #footer {
	margin-left: 160px;
}



a:link { text-decoration: none; color: #ff7200; }
a:visited { text-decoration: none; color: #ff7200; }
a:active { text-decoration: none; color: #750420; }
a:hover { text-decoration: underline; color: #750420; }


