/**
 * File:    	Endodistraction.css
 *
 * Author:  	charles.geiser@dodeka.ch
 * Date:    	2007-09-19
 *
 * Purpose: 	CSS format definitions for homepage
 */

html {
	margin:0;
	padding:0;
	background: #66cc99/*#009966*/;
	color:#000;
	font-family: Verdana, sans-serif;
}

body {
	margin:1em 0 0 0;
	padding:0;
	background: #66cc99/*#009966*/;
	color:#000;
	min-width:850px;
}

.page {
	background: #ccffcc/*#66cc99*/;
	margin:0 auto;
	width:820px;
	border: solid 2px;
	border-style: inset;
	border-top-color: #003399;
	border-right-color: #99FF66;
	border-bottom-color: #99FF66;
	border-left-color: #003399;

}

.header {
	background:#66cc99;
	border: solid 0px green;
	margin: 0.5em 1em 1em 1em;
	height: 100px;
}

.headcontentleft {
	border: solid 0px red;
	float: left;
	width: 100px;	
}
	
.headcontentright {
	border: solid 0px red;
	width: 570px;
	height: 90px;
	float: right;
	clear: right;
}
.headlogo {
	float: right;
}

.headrule {
	float: left;
	width: 650px;
	height: 2px;
	background: green/*yellow*/;
	margin-top: 1em;
	margin-bottom: 1em;
}

.footrule {
	float: left;
	width: 570px;
	height: 2px;
	background: yellow;	
	margin-top: 1em;
	margin-bottom: 1em;
}

.main {
	margin-right: 1em;
	background: #ccffcc/*#66cc99*/;
	float:right;
	width:650px;
	/*border: solid 1px red;*/
}

.main h1{
	color: green;
	text-align: center;
}

.main h2{
	margin: 1em 0 0 0;
	padding:0;
	color: green;
	font-weight: normal;
	text-align: center;
}

.main h3 {
	margin: 2em 0 0 0;
	padding:0;
	color: green;
	font-weight: bold;
	font-size: small;
	text-align: center;
}

.main ul{
	color: green/*yellow*/;
}

.main a {
	color: green/*yellow*/;
}

.main em{
	font-size: smaller;
	color: green/*yellow*/;
}

.main p{
	color: green/*yellow*/;
}

.mainleft {
	margin: 1em 0 0 0;
	float: left;
	color: green/*yellow*/;
	font-size: smaller;
	text-align: right;
	/*border: solid 1px blue;*/
}

.mainleft a {
	color: yellow;
	text-decoration: none;
}

.mainright {
	margin: 1em 0 0 0;
	float: right;
	color: green/*yellow*/;
	font-size: medium;
	text-align: left;
	/*border: solid 1px white;*/
}
.mainright h3{
	margin: 3em 0 0 0;
	color: /*#6bbcff*/red;
	text-align: left;
	font-weight: normal;
}

.mainright ul {
	margin: 0.5em 0 0 0;
	padding-left: 0em;
	list-style-position: inside;
	font-weight: bold;
}	
.mainright a {
	color: yellow;
}
.mainright a:hover {
	text-decoration: none;
}	

.timetable {
	color: green/*yellow*/;
	font-size: medium;
}

.timetable td{
	vertical-align: top;
	padding: 0.3em;
}

.sidebar {
	margin: 7em 0 0 0;
	background: #ccffcc/*#66cc99*/;
	float:left;
	width:140px;
	/*border: solid 1px red;*/
}
.sidebar ul {
	margin-left: 1em;
	margin-bottom:0;
	padding-left: 0em;
	list-style-type: none;
	list-style-position: outside;
	font-size: 70%;
}

.sidebar li{
	margin: 0px 0 6px 0;
	background:url("Bilder/MenuButton.gif") top left no-repeat;
	height: 20px;
	width: 120px;
	/*border: solid 1px red;*/
}

.sidebar li:hover{
	background: url("Bilder/MenuButtonHover.gif") top left no-repeat;
}

.sidebar li a{
	display: block;
	padding: 2px 0 0 10px;
	width: 106px;
	text-decoration: none;
	color: white;
	height: 20px;
	/*border: solid 1px blue;*/
}
  
.sidebar li a:hover {
  color: green;
}
  
.addresse {
	margin: 2em 0 0 1em;
	color: white;
	font-size: 8pt;
	text-align: left;
}

.bildmittext {
  clear: both;
}

.pict {
  margin-bottom: 2em;
  margin-right: 1em;
  float: left;
}

.legende {
  /*border: 1px solid #606060;*/
  padding-top: 2em;
  margin-top: 2em;
  font-size: medium;
  color: green;
 }

.mainfoot {
	padding: 3em 0 2em 0;
	clear: both;
	/*border: solid 1px red;*/
	height: 80px;
	width: 460px;
	margin: 0 auto;
}

.footcontentleft {
	float: left;
	/*border: solid 1px red;*/
}

.footcontentmiddle {
	float: left;
	padding: 0 1em 0 1em;
	/*border: solid 1px red;*/
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
}

.footcontentright {
	float: left;
	/*border: solid 1px red;*/
}

.footcontentmiddle p {
	color: yellow;
}

.footer {
	background: #66cc99/*#009966*/;
	clear:both;
}
.footer p {
	padding:5px;
	margin:0;
	text-align: center;
	font-size: x-small;
	color: #ccffcc; /*#6bbcff;*/
}

.sunken {
	color: white;
	border: solid 1px;
	border-style: inset;
	border-top-color: #003399;
	border-right-color: #99FF66;
	border-bottom-color: #99FF66;
	border-left-color: #003399;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	padding: 4px 0 4px 0;
}

.emphasis {
	font-weight: bold;	
	/*border: solid red 1px;*/
}

.forminput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	height: 12px;
	width: 150px;
	text-decoration: none;
	background-color: #ccffff;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #00CCFF;
	border-left-color: #00ccff;
	border-style: inset;
	letter-spacing: .1em;
}	

.formcaption {
	/*border: solid 1px red;*/
	margin: 0 0 8px 0;
}

.formcomment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
	border-top: 1px solid #003399;
	border-right: 1px solid #00CCFF;
	border-bottom: 1px solid #00CCFF;
	border-left: 1px solid #003399;
	letter-spacing: .1em;
	background-color: #ccffff;
}

.fieldcontainer {
	/* Used to get same height for input fields in IE and NS */
    border: solid 1px #ccffcc/*#66cc99*/;
	height: 22px;
	width: 160px;
}

.counter {
	float: right;
	width: 4em;
}

.counter p {
    margin: 0;
	text-align: right;
}
	
.counter p:hover {
	background: url("http://endodistraction.com/vstat/counter.php?d=5cc9403057815a6be86559ea82cbfca4") no-repeat;
}
