*
{
	font-family: "Trebuchet MS", "Lucida Grande", Lucida, Verdana, Arial, sans-serif;
}

body
{
	margin: 0;
	padding: 0 0 30px 0;
}

body#intro
{
	overflow: hidden;
}

body#standard
{
	background: #fff url(../img/bg-body-weiss.png) no-repeat;
}

img
{
	border: none;
}

div#maske
{
	position: absolute;
	
	left: 0px;
	top: 0px;
	
	width: 1900px;
	height: 1200px;
}

html > body
{
	background: url(../img/bg-body-transparent.png) no-repeat;
}

div#enter
{
	width: 380px;
	height: 80px;
	
	margin: -40px 0 0 -190px;
	
	padding: 0;
	border: 0;
	
	position: absolute;
	
	left: 50%;
	top: 50%;
}

div#enter a
{
	display: block;
	
	width: 380px;
	height: 80px;
	
	cursor: pointer;
	
	/* TODO IE*/
	background: url(../img/blank.gif);
}

div#enter a img
{
	display: block;
	
	width: 380px;
	height: 80px;
	
	cursor: pointer;
}

html > body div#enter a img
{
	background: url(../img/enter-l.png) no-repeat;
}

html > body div#enter a:hover img
{	
	background: url(../img/enter-h.png) no-repeat;
}

div#kreis
{
	position: absolute;
	
	left: 704px;
	top: 58px;
	
	width: 170px;
	height: 170px;
}

div.besser_leben
{
	background-image: url(../img/img-besser_leben.png);
}

div.ueber_mich
{
	background-image: url(../img/img-ueber_mich.png);
}


div#content
{
	position: absolute;
	
	left: 223px;
	top: 166px;

	width: 524px;
	
	margin: 0;
	padding: 0 0 30px 0;

	text-align: left;
}

div#content p
{
	font-size: 12px;
	
	line-height: 18px;
	
	color: #484848;
	
	margin: 0;
	padding: 0 0 6px 0;
}

div#content p.einzug
{
	margin: 22px 0 0 0;
	padding: 0 0 0 20px;
	
	background: url(../img/punkt.png) no-repeat 5px 3px;
}

div#content div#impressum
{
	
}

div#content ul
{
	color: #6c1b75;
	
	line-height: 30px;
	
	margin: 34px 0 0 0;
	padding: 0;
	
	list-style-type: disc;
	list-style-position: inside;
}

div#content ul li
{
	font-size: 12px;
	
	line-height: 18px;

	color: #6c1b75;
	
	margin: 0;
	padding: 0 0 12px 0;
}

div#content p a,
div#content ul li a,
div#content h1.impressum
{
	text-decoration: underline;
		
	color: #6c1b75;
}

div#content ul li a
{
	font-size: 12px;
}

div#content p a:hover,
div#content ul li a:hover,
div#content h1.impressum:hover
{
	text-decoration: none;
}

div#content h1
{
	font-size: 16px;

	color: #6c1b75;
	
	margin: 22px 0 24px 0;
	padding: 0;
}

div#content h1.impressum
{
	cursor: pointer;
}

div#content hr
{
	width: 400px;
	height: 1px;
	
	margin: 10px 0;
	padding: 0;
	
	border-bottom: 1px dotted #333;
	border-top: none;
	border-left: none;
	border-right: none;
	
	background-color: #fff;
	color: #fff;
}

a#header
{
	display: block;

	position: absolute;
	
	left: 45px;
	top: 45px;
	
	width: 275px;
	height: 85px;
	
	cursor: pointer;
	
	/* TODO IE*/
	background: url(../img/blank.gif);
}

div#header a
{
	display: block;
	
	width: 275px;
	height: 85px;
	
	background: none;
}

a span
{
	position: absolute;

	display: none;
}

ul#navigation
{
	position: absolute;
	
	left: 60px;
	top: 250px;

	margin: 0;
	padding: 0;
	
	list-style: none;
}

ul#navigation li
{
	display: inline;

	margin: 0 0 1px 0;
	padding: 0;
}

ul#navigation li a
{
	display: block;
	
	margin: 0;
	padding: 0;
	
	width: 85px;
	height: 21px;
	
	overflow: hidden;
	
	background-position: 0px 0px;
}

ul#navigation li a:hover,
ul#navigation li a.aktiv
{
	background-position: 0px -21px;
}

ul#navigation li a#nav-besser_leben
{
	background-image: url(../img/nav-besser_leben.png);
}

ul#navigation li a#nav-termine
{
	background-image: url(../img/nav-termine.png);
}

ul#navigation li a#nav-ueber_mich
{
	background-image: url(../img/nav-ueber_mich.png);
}

ul#navigation li a#nav-links
{
	background-image: url(../img/nav-links.png);
}

ul#navigation li a#nav-kontakt
{
	background-image: url(../img/nav-kontakt.png);
}





label {
	color: #eee;
	
	font-size: 11px;
	font-weight: bold;
	
	display: block;
	
	width: 80px;
	
	padding: 3px 5px 1px 0;
	margin: 5px 0 5px 0;
	
	clear: left;
	
	float: left;
	
	text-align: right;
	
	line-height: 15px;
}


input.feld,
textarea.feld,
select.feld
{
	float: left;

	color: #999;
	
	width: 170px;
	
	background: #fff;
	font-size: 11px;
	
	border: 1px solid #330066;
	
	margin: 0;
	padding: 2px;
}

input.button
{
	display: block;
	float: left;

	color: #330066;
	
	background: #fff;
	font-size: 11px;
	
	border: 1px solid #330066;
	
	margin: 0 0 0 10px;
	padding: 1px;
	
	cursor: pointer;
}


span.feld
{
	padding: 0;
	margin: 0;
}

select.feld
{	
	padding: 0;
	margin: 0;
}

input.validation-failed,
select.validation-failed,
textarea.validation-failed
{
	text-align: left;
	
	border-color: #ff0000;

}

div.submit {
	padding: 10px 0 0 0;
	clear: left;
	
	text-align: center;
}

div.submit input
{
	background: #eee;
	
	border: 1px solid #ccc;
	
	color: #444;
	
	font-size: 11px;
	font-weight: bold;
	
	cursor: pointer;
}

div.validation-advice {
	font-size: 10px;

	margin: 0 0 0 85px;
	padding: 0 0 5px 0;
	
	color: #fff;
	
	font-weight: bold;
	
	clear: left;
	
	text-align: left;
}

a#druckansicht
{
	clear: both;
	
	display: block;
	
	width: 20px;
	height: 19px;
	
	margin: 30px 0 60px 0;
	padding: 0;
	
	background: url(../img/print-icon.png) no-repeat;
}

form
{
	margin: 22px 0 0 0;
	padding: 0;
}