  /* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* project: www.energiefeld-therapie.de */
/* basic styles */
/* filename: screen.css */
/* update: 2007-06-10  */
/* css author: silvia guth - www.webchair.de */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

/* +++++ body, hauptdiv +++++ */


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000;
}
body {
	background-color: #fff;
	margin: 0 0 0 10px;
}

a:link, a:visited, a:active {
	color: #9c0705;
	text-decoration: underline;
}

#container {
	width: 980px;
	margin: 10px auto;
	background: #fff;
	line-height: 120%;
}




/* +++++ header +++++ */

#top {	
	height: 150px;
	background: #fff url(img/head.jpg) no-repeat;
	padding: 0;
}


/* +++++ navigation header +++++ */

#topnav {
	text-align: right;
	color: #262626;
	margin: 0 0 10px 0;
	height: 24px;
	background: url(img/subnav.jpg) no-repeat;
	padding: 7px 18px 0 0;
	font: .80em Verdana, Arial, Helvetica, sans-serif;
}
#topnav ul {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topnav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#topnav ul li a {
	text-decoration: none;
	color: #000;
	margin: 0;
	padding-left: 7px;
	padding-right: 7px;
	border-left: 1px solid #000;
	letter-spacing: .05em;
}
#topnav ul li a:hover {
	background: #fff;
	color: #2E3C1E;
}

.clearer {
	clear: both;
}


/* +++++ navigation links +++++ */

#leftnav {
	float: left;
	background-color: #c8c8c8;
	width: 180px;
	height: 650px; /* ie */
	margin: 0 0 10px 0;
	padding: 0;
}
#leftnav[id] {
	height: auto;
	min-height: 600px; /* alle anderen */
}

#leftnav ul {
	list-style: none;
	width: 180px;
	margin: 0;
	padding: 0;
}

#leftnav li {
	padding: 0;
}

#leftnav li a {
	margin: 0;
	padding: 0 0 0 30px;
	background: url(img/button_off.gif) top left no-repeat;
	height: 36px;
	line-height: 280%;
	text-decoration: none;
	font-weight: bold;
	color: #262626;
	display: block;
	border-bottom: 2px solid #fff;
}

#leftnav li a:hover, #leftnav li a.current {
	background: url(img/button_on.gif) no-repeat;
	color: #9c0705;
}

#leftnav ul ul {
	background: #eaeaea;
	list-style:none;
	margin:0; 
}

#leftnav ul ul li a {
	background: #eaeaea;
	font-size: .9em;
	font-weight:normal;
	line-height: 320%;
	margin:0;
	padding: 0 0 -10px 0;
}

#leftnav ul ul li a:hover, #leftnav ul ul li a.current {
	background: #eaeaea;;
	color: #9c0705;
}


/* +++++ content mitte +++++ */

*#content
{
	margin-left: 200px;
	background:#fff url(img/higru.gif) no-repeat;;
	background-position: 90px 50px;
	margin-right: 20px;
	padding: 1em;
	width: 520px;
	height: 580px; /* ie */
}
	
	
#content[id] {
	height: auto;
	min-height: 580px; /* alle anderen */
}


/* +++++ content rechts +++++ */

#rightnav {
	float: right;
	background: #f0f0f0 url(img/button_right.gif) top left no-repeat;
	margin: 0 0 10px 0;
	padding: 50px 10px 10px 10px;
	height: 590px;
	width: 200px;
	font-size: 0.9em;
}

#rightnav[id] {
	height: auto;
	min-height: 540px; /* alle anderen */
}


/* +++++ textformate +++++ */

#content h1, #rightnav h1 { /* 12p, rot, fett */
	font-size: 1.4em;
	font-weight: bold;
	color: #9c0705;
	margin: 0;
	padding: 0;
}

#content h2, #rightnav h2{ /* 12p, rot, schwarz */
	font-size: 1.2em;
	font-weight: bold;
	color: #9c0705;
	margin: 0;
	padding: 0;
}

#content h3, #rightnav h3 { /* Subheadline grau, ca 11p */
	font-size: 1.1em;
	font-weight: bold;
	line-height: 120%;
	color: #4a4a4a;
	margin: 0;
	padding: 0;
}

#content h4, #rightnav h4 { /* Subheadline schwarz, ca 11p */
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#content h5, #rightnav h5 { /* Subheadline rot, ca 11p */
	font-size: 1em;
	font-weight: bold;
	color: #9c0705;
	margin: 0;
	padding: 0;
}

#content h6, #rightnav h6 { /* Bildunterschrift */
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	margin: 2px 0 5px 0;
	padding: 0;
}

#content img {
	padding:1px;
	display:inline;
	border: none;
}

#content imgright {
	float: right;
	padding:1px;
	display:inline;
	border: none;
}


#rightnav img {
	margin: 0 -10px 0 -10px;
	padding: 0;
	display:inline;
	color:#000;
	text-decoration: none;
	border: none;
	
}

img {
	border: none;
}


/* +++++ sonstiges +++++ */
 
 

/* +++++ searchbox +++++ */

#searchbox {
	padding: 0 0 0 20px;
	margin: 50px 0 16px 0;
}

#searchform {
	background: #fff;
	border: 1px solid #cccccc;
	color: #505050;
	font-size: 0.9em;
	padding: 4px;
	width: 120px;
}

#searchbox label {
	display: none;
}

/* +++++ tabellen +++++ */

table {
	table-layout:fixed;
	margin: 0;
	padding: 0;
	width: 99%;
	line-height:1.2em;
	border-collapse: collapse;
	background-color: none;
}

th {
	padding: 5px;
	text-align: left;
	color: #505050;
	border: none;
}

td {
	padding: 5px;
	font-size: .9em;
	text-align: left;
	color: #303030;
	border: none;
}

/* +++++ footer +++++ */


#footer {
	clear: both;
	height: 17px;
	margin: 0;
	padding: .5em;
	color: #fff;
	background-color: #9c0705;
}

#footer a {
	color:#fff;
	background-color:inherit;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}



/* +++++ sonstiges +++++ */

.hide {
	display:none;
}

/* +++++ formulare +++++ */

.button {
	border:1px solid #c2c4c6;
	margin:0 0 15px 0;
	padding:4px;
	background:#fff;
	color:#505050;
	font-weight:bold;
	width:110px;
}

input, textarea {
	border:1px solid #c2c4c6;
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:1em;
	margin:0;
	padding:4px;
} 

label {
	margin:2px;
}


textarea {
	width:400px;
}


