*
{
	margin:0px;
	padding:0px;
	font-family:comic sans ms;
}
*:link, *:visited
{
	color:white;
	text-decoration:none;
}	
body
{
	background:url(../img/bg2.jpg) fixed no-repeat #3B24C6 bottom left;
}
#wrapper
{
	margin-left:166px;
	min-height:800px;
	-moz-border-radius:10px;
	position:absolute;
	width:835px;
	height:auto;
	border:3px solid #202C84;
	border-left:0px;
	border-bottom:0px;

}
#header
{
	width:835px;
}
#content
{

	width:516px;
	height:auto;
	float:left;
	padding:3px;
	margin-bottom:3px;
	-moz-border-radius:10px;
	border:1px solid #202C84;
	background-repeat:repeat-y;
	color:white;
	text-shadow:#202C84 2px -1px;
}
#submenu
{
	width:170px;
	height:300px;
	margin-left:100px;
	float:left;
	font-size:20px;
}
#submenu ul li
{
	list-style-type:none;
	margin-left:5px;
	margin-top:5px;
	width:139px;
	padding:3px;
	height:19px;
	-moz-border-radius:5px;
	font-size:16px;
	text-align:center;
}
#submenu li
{
	background:#202c84;
}
#submenu .subm li
{
	padding-left:15px;
	width:130px;
	margin-top:5px;
	font-size:15px;
}
#logos
{
	margin-bottom:15px;
}
#logos img
{
	margin-right:-4px;
	border:0px;
}
#josi {
	position:absolute;
	width:190px;
	height:115px;
	z-index:1;
	left: 629px;
	top: 27px;
}
#logo1
{
	background-image:url(../img/logo-anerkannte-heilerin.png);
	width:187px;
	height:198px;
}
#logo1:hover
{
	background-image:url(../img/logo-anerkannte-heilerin_hover.png);
}

 #logo2
{
	background-image:url(../img/logo-lichtengel.png);
	width:200px;
	height:198px;
}
#logo2:hover
{
	background-image:url(../img/logo-lichtengel_hover.png);
}

 #logo3
{
	background-image:url(../img/logo-tierheilerin.png);
	width:203px;
	height:198px;
}
#logo3:hover
{
	background-image:url(../img/logo-tierheilerin_hover.png);
}

label, input, select { /* Alle Labels UND Formularelemente auswählen */
display: block;
float: left;
width: 150px; /* Breite.*/
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
clear: left;
margin-top:10px;
/* das floating der labels und inputs aufheben */
}

input#submit { /* den Submit-Button */
float: none;
width: auto;
}
label {
text-align: right;
padding-right: 1em;
}
