/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Naturheilpraxis Saltina
Author : mindProjects | Abhijit M. Bossotto
Copyright: (C) by mindprojects.net
URL : http://www.naturita.ch

Description : Stylesheet for http://www.naturita.ch

Created : 17.12.2005
Modified : 01.08.2009

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

body {
	background-color: #457021;
	scrollbar-face-color: #457021;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-arrow-color: #fff;
	scrollbar-track-color: #fff;
}

img {
	border: 0px;
}

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -405px;
	margin-top: -305px;
	width: 800px;
	border:  5px solid #000;
	background-color: #FFF9C5;
	height: 600px;
}

#header {
	height: 105px;
	width: 800px;
	clear: both;
	/* background: url(../images/flower_big.gif) no-repeat left center; */
}

/* Header Text */

#header h1, h2 {
	font-family: Arial, Verdana, "MS Sans Serif", "sans serif";
	font-weight: normal;
	color: #457021;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

#header h1 {
	padding-top: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 40px;
	letter-spacing: 1px;
}

#header h2 {
	padding-top: 5px;
	padding-right: 5px;
	font-weight: normal;
	font-size: 18px;
}

#navigation {
	/* margin-top: 195px;	*/
	/* background: url(../images/flower_big.jpg) no-repeat top; */
	float: left;
	width: 150px;	
}

#content {
	width: 645px;
	height: 465px;
	overflow: auto;
	background-color: #FFF9C5;
	scrollbar-face-color: #457021;
	scrollbar-highlight-color: #FFF9C5;
	scrollbar-3dlight-color: #FFF9C5;
	scrollbar-darkshadow-color: #FFF9C5;
	scrollbar-shadow-color: #FFF9C5;
	scrollbar-arrow-color: #FFF9C5;
	scrollbar-track-color: #FFF9C5;
}

#content_text {
	width: 620px;
	color: #333;
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;

}

#content p {
	text-align: justify;	
	padding-top: 3px;
	padding-bottom: 4px;
}

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

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

#frontimage img {
	margin-top: 100px;
	margin-left:  350px;
}

/* Navigation */

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation li {
	color: #333;
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;	
	width: 120px;
	margin-left: 5px;
	padding: 4px;
}

#navigation li a {
	color: #333;
	display: block;
	padding-left: 5px;
	border: 1px solid #000;
	text-decoration:  none;
}

#navigation li a:hover {
	background-color: #457021;
	color: #fff;
}

#active_menu {	
	background-color: #457021 !important;
	color: #fff !important;
}

/* Titles & Headers */

#content h1, #content h2, h3, h4, h5, h6, .contentheading, .componentheading {
	font-family: Arial,Helvetica,sans-serif;
		text-align: left !important;
	color: #457021;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: normal;
}

#content h1, .contentheading, .componentheading {
	text-align: left !important;
	font-size: 20px;
	padding-bottom: 18px;
}

#content h2 {
	text-align: left !important;
	font-size: 18px;
}

h3 {
	padding-top: 10px;
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

/* Footer */

#footer a {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}

#footer {
	color: #666666;
	text-transform: lowercase;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	font: 10px Verdana, Arial, "MS Sans Serif", "sans serif";
}

#footer a:hover {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#logo {
	width: 150px;		
	background: url(../images/blume2009.gif) no-repeat;
	height: 170px;}

/* Forms */

#td_contactform_headings {
	width: 150px;
	color: #333;
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
}

#td_contactform_fields {
	text-align: left;
}

input, textarea, select {
	color: #333;
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #fff;
	border: 1px solid #999;
}

input:focus, textarea:focus, select:focus {
	color: #000;
	border: 1px solid #457021;
}

.chronoform {
	display: none;
}

