body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	background: #FFF;
	color: #564B42;
	margin: 0;
	padding: 0;
	
	scrollbar-base-color:#7F8291;
	scrollbar-3dlight-color:#A5A5A5;
	scrollbar-arrow-color:#E3E3E7;
	scrollbar-darkshadow-color:#AAAAAA;
	scrollbar-face-color:#CCCCCC;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#CBCBEC;
	scrollbar-track-color:#D7D8DC;
}

table {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #564B42;
	margin: 0;
	padding: 0;
	border-spacing: 0px
}

a, a:link, a:visited {
	color: #777777;
	text-decoration: none;
}

a:hover { 
	color: #006699;
	text-decoration: underline;
}


img {
    	border:none;
}

h1 {
	font-size: 23px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 15px;
}

.highlight {
	color: #3399CC;
	font-weight:bold;
}



#Header {
	height: 90px;
	width: 100%;
	color: #E7A6CF;
	background: url("../gfx/interfacetop12.jpg") repeat-x;
}


#Header2 {
	height: 60px;
	width: 100%;
	color: #E7A6CF;
	background: url("../gfx/interfacetop2.gif") repeat-x;
	
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#Logo {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #FFF;
}

#HeaderMenu {
    margin: 0px;
}


#ContentMail {
	margin: 25px 15px 15px 15px;
	text-align: justify;
	
}

#Content {
	margin: 25px 15px 15px 15px;
	width: 720px;
	text-align: justify;
	
}

#Content a, #Content a:link, #Content a:visited {
	color: #3366CC;
	text-decoration: none;
}

#Content a:hover { 
	color: #006699;
	text-decoration: underline;
}

#Content img{
	border: 0px solid #CCCCCC;
}

#Content img.right{
	float: right;
	margin-left: 20px;
	margin-bottom: 12px;
}

#Content img.left{
	float: left;
	margin-right: 20px;
	margin-bottom: 12px;
}

#Content img.none{
	margin-right: 20px;
	margin-bottom: 12px;
}

#Content ul{
	list-style-type: disc;
	
}


#Footer {
	width: 100%;
	border-top: 1px solid #dddddd;
	color: 777777;
	margin: 0px 5px 5px 5px;
}


/* Primary Navigation */

#navigation {
	margin-top: 0px;
	height: 50px;
	width: 100%;
	float: left;
}

#navigation ul {
	padding: 0; margin: 0;
	position: relative;
	left: 0px;
	height: 50px;
}

#navigation li {
	margin: 0; padding: 0;
	position: absolute;
	top: 0px;
	
	list-style: none;
	height: 50px;
	display: block;
}

#navigation li a {
	display: block;
	height: 50px;
}

#navMeister	{	left:    10px; width: 107px;	}
#navGeist	{	left:  155px; width:  47px;	}
#navEntstoerung	{	left:  250px; width:  67px;	}
#navBeratung	{	left:  365px; width: 131px;	}


#navMeister a, li.current#navMeister  a { background: url("../gfx/linkreikimeister.gif") no-repeat; 	}
#navGeist a, li.current#navGeist  a { background: url("../gfx/linkgeistheilung.gif") no-repeat; 	}
#navEntstoerung a, li.current#navEntstoerung  a { background: url("../gfx/linkentstoerung.gif") no-repeat; 	}
#navBeratung a, li.current#navBeratung  a {  background: url("../gfx/linkberatung.gif") no-repeat; 	}

#navMeister a:hover, li.current#navMeister  a { background: url("../gfx/linkreikimeister_hover.gif") no-repeat; 	}
#navGeist a:hover, li.current#navGeist  a { background: url("../gfx/linkgeistheilung_hover.gif") no-repeat;	}
#navEntstoerung a:hover, li.current#navEntstoerung  a { background: url("../gfx/linkentstoerung_hover.gif") no-repeat;	}
#navBeratung a:hover,li.current#navBeratung  a {  background: url("../gfx/linkberatung_hover.gif") no-repeat;	}





input,textarea
{
	color: #777777;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	background: none;
}

input.focus, textarea.focus
{
	color: #555555;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #AAAAAA;
	background: #DDDDDD;
}

input#submit 
{
	background: #FFFFFF;	
}

