/*******************************************************************************
********************************************************************************
	Project		: rolf-riehm.de
********************************************************************************
*******************************************************************************/
/* Reset all */
*, .nospace { 
	padding: 0;
	margin: 0;
	border: 0;
}

div, p { 
	background-repeat: no-repeat;
}

a, a:link { 
	color: #00c;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}

img { 
	vertical-align: bottom;
}
div.flLeft img {
	margin-top:3px;
}


ul, ol { 
	list-style-position: outside;
}

li { 
}

strong { 
	font-weight: bold;
}


/* Links- bzw. Rechtsausrichtung für Elemente */
.flLeft { 
	float: left;
	margin: 0 10px 0 0;
}

.flRight { 
	float: right;
	margin: 0 0 0 10px;
}

.flDown {
	margin: 0 0 0 10px;
	padding-bottom: 7px;
}
.flTop {
	margin: 0 0 1em 0;
}
.flTopCenter {
	margin: 0 0 1em 0;
	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;
}

/* Allgemeines */
body { 
	background: #ccc;
	color: #000;
	font-family:arial, verdana, sans-serif;
	font-size: 100.01%;
}


h3, h4, ul, ol {
	margin-bottom:1em;
}
h1, h2, p, div.slice {
	margin-bottom:1em;
}


h1 {
	display:block;
	font-family:serif;
	font-size:1.3em;
	font-weight:bold;
}

h2 {
	margin-left:50px;
	padding-left:20px;
	background-color:#999;
	font-family:serif;
	font-size:1.4em;
	font-weight:bold;
}

h3 {
	font-size:1.2em;
	font-weight:bold;
}

h4 {
	font-size:1.2em;
	font-weight:bold;
}

/*	Page Structure ************************************************************/
#website { 
	position:relative;
	float:left;
	width:960px;
	margin-bottom:5em;
	line-height:1.4;
	text-align:left;
	border-bottom:1px solid #999;
}

#header { 
	position:relative;
	float:left;
	width:100%;
	padding-bottom:15px;
	background-image:url(/files/logo.gif);
	background-position:120px 10px;
	border-bottom:1px solid #999;
}


#container {
	clear:both;
	float:left;
	width:100%;
}

#fleft {
	float:left;
	width:220px;
	font-size:.85em;
}

#fmiddle {
	float:right;
	width:740px;
}
#fmiddle #content {
	clear:both;
	padding:20px;
	font-size:.85em;
}


/*	Header ********************************************************************/
#header h1 {
	position:absolute;
	left:120px;
	top:10px;
}
#header h1 a {
	display:block;
	width:285px;
	height:70px;
	text-indent:-1000em;
}



/*	Lists *********************************************************************/
.navi { 
	margin: 0;
	line-height:1;
}


/*	Header Navi --------------------------------------------------------------*/
#navi-main {
	margin-top:100px;
	margin-left:280px;
}
#navi-main ul {
	line-height:1.6;
}
#navi-main ul li {
	display:block;
	float:left;
	padding:0 6px 0 5px;
}
#navi-main ul li a, 
#navi-main ul li span {
	display:block;
	padding:0 6px 0 5px;
	color:#000;
	font-family:serif;
}
#navi-main ul li span, 
#navi-main ul li.current a, 
#navi-main ul li a:hover {
	background-color:#999;
	color:#fff;
	text-decoration:none;
}



/*	Breadcrumb Navi ----------------------------------------------------------*/
#navi-brdcrmb {
	clear:both;
	float:left;
	width:100%;
	padding:8px 0;
	color:#666;
	font-size:.85em;
	font-family:serif;
}
#navi-brdcrmb ul {
	margin-left:70px;
}
#navi-brdcrmb li {
	display:inline;
}

#navi-brdcrmb a {
	color:#666;
}


/*	Left Navi ----------------------------------------------------------------*/
#navi-left {
	padding:50px 0 0 20px;
}

div#navi-left ul {
}


div#navi-left li {
	display:block;
	list-style:none;
}
div#navi-left li a, 
div#navi-left li span {
	display:block;
	margin:2px 0;
	padding:4px 0 3px 3px;
	border-left:5px solid #ccc;
	color:#000;
}
div#navi-left span {
	text-decoration:line-through;
}
div#navi-left li a:hover, 
div#navi-left li.active span {
	border-left:5px solid #999;
	text-decoration:none;
}


/*	content *******************************************************************/
#content div.slice {
	margin-left:100px;
}

#content div.slice ul {
	margin:0 0 2em 22px;
}

#content div.slice table {
	width:100%;
	border-spacing:0;
}
#content div.slice table tr th, 
#content div.slice table tr td {
	padding:5px;
	vertical-align:top;
}
#content div.slice table tbody tr th {
	width:150px;
}
#content div.slice table thead tr th, 
#content div.slice table tbody tr.colored th, 
#content div.slice table tbody tr.colored td {
	background-color:#999;
}
#content div.slice table thead tr a,
#content div.slice table tfoot tr a {
	float:right;
}


/*	Formulare *****************************************************************/
div.form-module, 
p#form-module-thanks {
	margin-left:100px;
}
div.form-module fieldset {
	margin-bottom:3em;
	padding:10px;
	border:1px solid #29166f;
}
div.form-module legend {
	padding:0 3px;
	font-weight:bold;
}

div.form-module fieldset p {
	clear:both;
}
div.form-module fieldset p label {
	display:block;
	float:left;
	width:200px;
}
div.form-module fieldset p.required label {
	color:#d00;
}
div.form-module fieldset p input, 
div.form-module fieldset p select, 
div.form-module fieldset p textarea {
	border:2px solid #808080;
	border-right-color:#d4d0c8;
	border-bottom-color:#d4d0c8;
}
div.form-module fieldset p.required input, 
div.form-module fieldset p.required select, 
div.form-module fieldset p.required textarea {
	border-color:#a00;
	border-right-color:#d00;
	border-bottom-color:#d00;
}

div.form-module fieldset p input {
	width:230px;
	padding-left:3px;
}

div.form-module fieldset p select option {
	padding-right:10px;
}
div.form-module fieldset p textarea {
	width:450px
}
div.form-module fieldset p.fchckbx label, 
div.form-module fieldset p.frd label {
	display:inline;
	float:none;
	width:auto;
}
div.form-module fieldset p.fchckbx input, 
div.form-module fieldset p.frd input, 
div.form-module fieldset p.fsbmt input {
	margin:0 10px 0 200px;
	width:auto;
	border:0;
}
div.form-module p.fsbmt input {
	margin:0;
	padding:2px 5px;
	background-color:#999;
	border:0;
	color:#000;
} 