* {
	margin:0;
	padding:0;
}

html { 
	margin-bottom: 1px;
	height: 100%!important;
	background:#fff;
	color:#000;
	font: .8em/1.5em Verdana,Arial,Helvetica,sans-serif;
} 

body {
	min-height:101%;
	background-color:#fff;
	padding:10px;
}

a:link,a:visited,a:active {
	color:#40588B;
	text-decoration:underline;	
}

a:hover,a:focus {
	text-decoration:underline;
}

img {
	border:1px solid #ddd;
}

#header {
	width:950px;
	margin:0 auto;
	text-indent:-999em;
	background:#fff url(../images/tomatis-logo.gif) top left no-repeat;
	height:150px;
	padding:0;
}

#header a {
	width:636px;
	height:150px;
	display:block;
}

#toplines,#bottomlines {
	height:67px;
	background:url(../images/linien.gif) center no-repeat;
	margin:1em 0;
}

#navigation {
	width:12em;
	float:left;
	margin-right:1em;
	margin-top:.5em;
	border-bottom:1px solid #40588B;
}

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

#navigation a {
	display:block;
	margin:0;
	text-decoration:none;
	font-size:1em;
	padding:.5em 1em;
	border-top:1px solid #40588B;
}

#navigation a:hover,#navigation a:focus,#navigation a.aktuell {
	text-decoration:none;
	background-color:#eee;
	color:#000;
}

#navigation a:focus,#navigation a:hover,#navigation a:active,#navigation a.aktuell {
	background:#7687AC;
	color:#fff;
}

#navigation ul ul {
	list-style-type:none;
	margin:-.25em 0 0 0;
	padding-bottom:.25em;
	background-color:#E9ECF2;
}

#navigation ul ul li {
	padding:.25em 0 .25em 1em;
	color:#40588B;
}

#navigation ul ul li a {
	padding:0;
	border:none;
	background-image:none !important;
	background-color:#E9ECF2 !important;
	color:#7687AC !important;
}

#content {
	padding:1em;
	width:950px;
	margin:0 auto;
}

#article {
	margin-left:14em;
}

#frmKontakt img {
	padding:0;
	margin:0;
	border:none;
}

#foot {
	width:950px;
	margin:0 auto;
	line-height:150%;
	clear:both;
	padding:1em;
	font-size:0.9em;
}

#foot p {
	color:#000;
	margin-bottom:0;
	text-align:center;
}

#foot_print {
	display:none;
}

#gallery p {
	line-height:3.5em;
}

#gallery img {
	margin-right:1.5em;
}

h1,h2,h3,p,td,li,legend {
	line-height:170%;
	margin-bottom:1em;
}

h1,h2,h3 {
	color:#40588B;	
}

h1 {
	font-size:2em;
	font-variant:small-caps;
	font-weight:normal;
	margin-top:0;
	margin-bottom:1em;
}

h2 {
	margin-top:1.5em;
	margin-bottom:.5em;
	font-size:1.5em;
	font-variant:small-caps;
	font-weight:normal;
}

h1 + h2 {
	margin-top:-.5em;
}

h2 + h2 {
	margin-top:0;
}

h2 + ul {
	margin-top:-0.5em;
}

p + ul {
	margin-top:-0.5em;
}

ul {
	margin-left:3em;
	margin-bottom:1em;
}

ol {
	margin-left:2.5em;
	margin-bottom:1em;
}

li {
	margin-bottom:0;
}

hr {
	color:#00487D;
}

blockquote {
	margin:0 0 2em 0;
	margin-left:0;
	margin-right:0;
	padding:0;
}

blockquote > p {
	line-height:1.2em;
	margin-left:3em;
	margin-right:3em;
}

cite {
	font-size:.9em;
	color:#333333;
	font-style:normal;
}

fieldset {
	padding:1em;
	margin-bottom:1em;
	margin-top:0;	
}

legend {
	color:#2E5A6B;
	font-weight:bold;
}

#frmKontakt label {
	display:block;
	float:left;
	width:8em;
}

input[type=text],textarea,select,iframe {
	border:1px solid #ddd;
}

label.standard {
	display:inline;
	float:none;
	width:auto;
}

.required {
	margin-left:1ex;
	font-size:smaller;
	color:red;
}

button {
	color:#40588B;
}

.fehler {
	border:1px dotted red !important;
	width:400px;
}

textarea {
	width:95%;
	height:15em;
}

label {
	font-weight:bold;
	color:#2E5A6B;
}

/*Bildverwaltung*/

.bildliste {
	float:left;
	width:100px;
	height:100px;
	overflow:hidden;
	margin:1em;
	text-align:center;
	border:1px solid #eeeeee;
	padding:0.25em;
}

.bildliste img {
	width:50px;
	border:none;
}

.vorschau {
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	padding:0.5em;
	background-color:#eeeeee;
	border:1px solid #000000;
}

.vorschau p {
	margin:0;
}

/*TinyMCE*/

body.mceContentBody {
  background-color:#FFFFFF;
}

.mceLayout {
	width:100% !important;
}

#txt_ifr {
	width:100% !important;	
	height:30em !important;
}

/*Klassen für CMS*/

.imgRight {
	float:right;
	margin-left:1em;
	margin-bottom:0.5em;
}

.imgLeft {
	float:left;
	margin-right:1em;
	margin-bottom:0.5em;
}

.imgNoBorder {
	border:none !important;
	padding:0 !important;
}

.ulNoStyle {
	list-style-image:url(../images/pfeil.gif);
	margin-left:.75em;
}

