/*******************************************************************************
********************************************************************************
	Project		: marion-schoone.de				
********************************************************************************
*******************************************************************************/
/* Reset all */
*, .nospace { 
	padding: 0;
	margin: 0;
	border: 0;
}

div, p, a, span, li { 
	background-repeat: no-repeat;
}

a, a:link { 
	color: #83664C;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}
a:focus { 
	outline-style:none;
}

img { 
	vertical-align: bottom;
}

ul, ol { 
	list-style-position: outside;
}

li { 
	list-style-type: none;
}

strong { 
	font-weight: bold;
}

select,
input, 
textarea {
	font-size:1em;
}


/* Links- bzw. Rechtsausrichtung f�r Elemente */
.flLeft { 
	float: left;
	margin: 0 20px 0 0;
}

.flRight { 
	float: right;
	margin: 0 0 0 20px;
}
.flSpecial {
	text-align:center;
}

.clearer { 
	display: block;
	clear: both;
	line-height: 0em;
	height: 1px;
	font-size: 0;
	visibility: hidden;
}

.clear { 
	clear: both;
}

.hide { 
	position: absolute !important;
	left: -1000px !important;
	top: -1000px !important;
	overflow: hidden !important;
	width: 1px !important;
	height: 1px !important;
}

.warning {
	color:#e1002a;
}

/* Allgemeines */
h1, h2, h3 {
	margin:0px 0px 1em 0px;
	font-size:1em;
	font-weight:bold;
}
h2 {
	font-weight:normal;
}


#content p, 
#content ul, 
#content ol, 
#content dl {
	margin-bottom:1em;
}
#content ul, 
#content ol {
	margin-left:15px;
}
#content ol {
	margin-left:22px;
}
#content ul li {
	list-style-type:square;
}
#content ol li {
	list-style-type:decimal;
}

#content ul.list-spcl {
	margin-left:0;
}
#content ul.list-spcl li {
	list-style-type:none;
}

/*	Page Structure ************************************************************/

html {
	height:100%;
	min-height: 100%;
	margin-bottom: 1px;
	
}

body { 
	position:relative;
	min-height: 100%;
	background-color:#FFF;
	color: #83664C;
	font-family:helvetica, arial, verdana, "times new roman", sans-serif;
	font-size: 100.01%;
}
* html body {
	height:100%;
}

#website { 
	position:relative;
	border-top:10px solid #B3BA38;
	font-size:.8em;
	line-height:1.6;
	z-index:10;
}

#wrapper {
	clear:both;
	width:880px;
}


#fnavi {
	float:left;
	width:324px;
	background-image:url(/files/bg_navi.jpg);
	background-position:0% 0%;
	background-repeat:no-repeat;
}
#fcnt {
	float:left;
	width:494px;
	margin-bottom:3em;
}

#footer {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:320px;
	background-image:url(/files/bg_bdy.jpg);
	background-position:100% 0%;
	background-repeat:no-repeat;
	border-bottom:10px solid #B3BA38;
	font-size:.8em;
	line-height:1.6;
	z-index:1;
}

#footer p {
	position:absolute;
	left:47px;
	bottom:15px;
}
body.spage #footer {
	background:none;
}
body.spage #footer p {
	display:none;
}




/*	Header ********************************************************************/
#logo {
	position:absolute;
	left:30px;
	top:30px;
}
#logo a {
	display:block;
	width:190px;
	height:120px;
	text-indent:-1000em;
}


/*	Lists *********************************************************************/
ul.navi { 
	margin: 0;
	line-height:1em;
}
ul.navi li { 
	list-style:none;
}

/*	Main Navi ----------------------------------------------------------------*/
#navi-main {
	margin:170px 0 0 37px;
}

#navi-main ul {
	line-height:1.2;
}
#navi-main ul li {
	font-weight:bold;
}
#navi-main ul li span {
	padding-left:10px;
}
#navi-main ul li ul {
	margin:10px 0 20px 0;
}
#navi-main ul li ul li {
	padding-left:0px;
	font-weight:normal;
}
#navi-main ul li ul li a, 
#navi-main ul li ul li span {
	padding-left:10px;
	background-image:url(/files/lsi.gif);
	background-position:-100px 0;
}
#navi-main ul li ul li a:hover, 
#navi-main ul li ul li span {
	background-position:0px 6px;
}


/*	Spec Navi ----------------------------------------------------------------*/
#navi-spec {
	padding-top:12px;
	text-align:right;
}

#navi-spec ul {

}
#navi-spec ul li {
	display:inline;
	padding-right:10px;
}
#navi-spec ul li a, 
#navi-spec ul li span {
	padding-left:10px;
	background-image:url(/files/lsi.gif);
	background-position:-100px 0;
}
#navi-spec ul li a:hover, 
#navi-spec ul li span {
	background-position:0px 6px;
}



/*	Links *********************************************************************/
#content a {
	text-decoration:underline;
}
#content a:hover {
	color:#B3BA38;
}


/*	Content *******************************************************************/
#content {
	margin-top:42px;
}
#content div.distance {
	margin:0 20px;
}
#content div.image {
	clear:both;
}

/*	Tables */
#content table {
	width:100%;
	margin:1em 0 1em 0;
	border:1px solid #83664C;
	border-spacing:0;
	border-collapse:collapse;
	font-size:.9em;
}
#content table th, 
#content table td {
	padding:5px;
	background-color:#F2EFED;
	border:1px solid #83664C;
}
#content table th {
	padding-top:10px;
	background-color:#E6E0DB;
	border-bottom-width:3px;
	font-weight:bold;
	line-height:1;
	text-align:left;
}


div.dossiers {
	margin-top:2em;
	padding-top:1em;
}
div.dossiers h1, 
div.dossier {
	border-bottom:1px dashed #83664C;
}
div.dossier {
	margin-bottom:1em;
}

/*	Formula *******************************************************************/
div.form-module {
}

div.form-module fieldset, 
div.form-module p.fsbmt {
	margin-top:20px;
}
div.form-module legend {
	padding:0;
	padding:2px 20px 0 5px;
	font-weight:bold;
	border-left:1px solid #83664C;
	border-top:1px solid #83664C;
}

* html div.form-module legend {
	margin-left:-5px;
}

div.form-module div.ffldst {
	padding-top:20px;
}

div.form-module fieldset p {
	clear:both;
}

div.form-module fieldset p label {
	display:block;
	float:left;
	width:120px;
	margin-right:10px;
	padding-top:3px;
	text-align:right;
}
div.form-module fieldset p input, 
div.form-module fieldset p select, 
div.form-module fieldset p textarea {
	border:2px solid #969696;
	border-right-color:#fbfbfb;
	border-bottom-color:#fbfbfb;
}

div.form-module fieldset p input {
	width:230px;
	padding:1px 1px 1px 3px;
	font-family:helvetica, arial, verdana, "times new roman", sans-serif;
	font-size:1.2em;
}

div.form-module fieldset p select option {
	padding-right:10px;
}
div.form-module fieldset p textarea {
	width:230px;
	padding:1px 1px 1px 3px;
	font-size:1.2em;
	font-family:helvetica, arial, verdana, "times new roman", sans-serif;
}
div.form-module fieldset p.frdo label, 
div.form-module fieldset p.fchckbx label {
	display:inline;
	float:none;
	width:auto;
}
div.form-module fieldset p.frdo input,
div.form-module fieldset p.fchckbx input, 
div.form-module p.fsbmt input {
	margin:0 10px 0 130px;
	width:auto;
	border:0;
}
div.form-module p.fsbmt input {
	padding:2px 5px;
	background-color:#f3f3f3;
	border:2px solid #fbfbfb;
	border-right-color:#969696;
	border-bottom-color:#969696;
	color:#242424;
}
.captcha {
	text-align:left;
	margin-left:130px;
}
.nlform input {
	float:left;
	width:143px !important;
}
