/*******************************************************************************

   Agentur:          www.fit-fuer-den-markt.de
   Projekt:          www.fabur.de
   Redaktionssystem: www.redaxo.de

*******************************************************************************/

* { 
	margin: 0;
	padding: 0;
}

html { 
	min-height: 100%;
	margin-bottom: 1px;
}

h1,h2,h3,h4,h5,h6,pre,code { 
	font-size: 1em;
	font-weight: normal;
}

h3 { 
	font-weight: bold;
	font-size: 1.2em;
}

img { 
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

#main-block img { 
	padding: 0 10px 0 0;
}

table { 
	border: none;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	font-size: 1em;
}

tr { 
	border: none;
	padding: 0px;
	margin: 0px;
}

td { 
	border: none;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	border-spacing: 0px;
}

legend { 
	display: none;
}

body, div,p,li { 
	background-repeat: no-repeat;
}

/*	reset some basic style
*******************************************************************************/
dl { 
	margin: 0 0 0 0;
}

dl dt { 
	margin: 0 0 0 0;
}

dl dd+dt { 
	margin-top: 0;
}

dl dd { 
	margin: 0 0 0 0;
}

p { 
	padding: 0 0 0 0;
}

ul { 
	list-style: none;
}

ul li { 
	margin: 0;
}

ul li ul { 
	margin: 0;
	list-style: none;
}

pre { 
	font-size: 1.2em;
}

a:hover { 
	text-decoration: underline;
}

/*	body
*******************************************************************************/
body { 
	background-image: url(6f862e.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	background-color: #fdfdfb;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: xx-small;
}

.clearer { 
	display: block;
	clear: both;
	line-height: 0;
	height: 1px;
	font-size: 0;
	visibility: hidden;
}

.clear { 
	clear: both;
}

.flLeft { 
	float: left;
}

.flRight { 
	float: right;
}

.warning { 
	color: #f00;
}

/*	website
*******************************************************************************/
#website { 
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 790px;
	color: #000;
	text-align: left;
}

/*	header
*******************************************************************************/
#header { 
	position: relative;
	margin: 0;
	padding: 0;
	height: 175px;
	background-image: url(bg_header.gif);
}

/*	logo / breadcrumb
*******************************************************************************/
#logo { 
	position: absolute;
	top: 0px;
	left: 0px;
}

#logo a { 
	display: block;
	height: 100px;
	width: 170px;
	text-indent: -700em;
}

#breadcrumb { 
	font-size: 1.1em;
	position: absolute;
	top: 104px;
	bottom: 9px;
	left: 281px;
}

#breadcrumb a, 
#breadcrumb a:link { 
	color: #000;
}

#breadcrumb a:hover { 
	text-decoration: underline;
}

/*	content
*******************************************************************************/


#content, #content2 { 
	display: block;
	clear: both;
	position: relative;
	padding: 0 0 0 0;
}

/* hide from IE/MAC */
* html #content, * html #content2 { 
	height: 1px;
}

/* end hide */


#content { 
	margin: 0 0 0 57px;
}

#content2 { 
}

#main { 
	float: left;
	width: 500px;
}

#main-block { 
}

#main-block2 { 
	padding: 0 0 0 20px;
	font-size: 1.2em;
}

/*	Navigation horizontal and vertical - Nr. 3
------------------------------------------------------------------------------*/

#header-nav { 
	position: absolute;
	bottom: 30px;
	top: 62px;
	left: 273px;
	width: 560px;
	background: #fdfdfb;
}

#header-nav ul.nav1st { 
}

#header-nav ul.nav1st li { 
	display: block;
	float: left;
	padding: 5px 7px 5px 7px;
}

#header-nav ul.nav1st li.active { 
}

#header-nav ul.nav1st li.active a,
#header-nav ul.nav1st li.active a:link { 
	color: #6f862e;
}

#header-nav ul.nav1st a, 
#header-nav ul.nav1st a:link { 
	color: #606060;
	font-size: 1.4em;
	font-weight: bold;
}

#header-nav ul.nav1st a:hover { 
	color: #6f862e;
}

#navigation { 
	font-size: 1.2em;
	float: left;
	width: 200px;
	padding: 14px 0;
}

#navigation ul.nav2nd li { 
	padding: 0;
	margin-left: 14px;
	font-size: 1.1em;
	font-weight: normal;
}

#navigation ul.nav2nd a, 
#navigation ul.nav2nd a:link { 
	display: block;
	padding: 4px 0 4px 22px;
	color: #606060;
}

#navigation ul.nav2nd a.current, 
#navigation ul.nav2nd a.current:link, 
#navigation ul.nav2nd a:hover { 
	background-image: url(fabur-dreieck.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #6f862e;
	text-decoration: underline;
}

/*	Headlines
------------------------------------------------------------------------------*/

/* Headline 1 */
#main-block h1 { 
	color: #973934;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.3em;
	padding: 0 0 10px 0;
}

#main-block .teaser h1 { 
	font-size: 1.4em;
}

/* Headline 2 */
#main-block h2 { 
	color: #973934;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4em;
	padding: 7px 0 7px 0;
}

/*	Paragraphs / Lists
------------------------------------------------------------------------------*/
#main-block p,
#main-block ol { 
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.6em;
}

#main-block { 
	font-size: 1em;
	float: left;
	padding: 14px 0;
}

#main-block ul { 
	margin-bottom: 15px;
}

#main-block ul li { 
	background-image: url(fabur-dreieck.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding: 5px 0 0 25px;
	font-size: 1.2em;
	font-weight: normal;
}

#main-block ul ul li { 
	font-size: 0.9em;
}

/*	Hyperlinks
------------------------------------------------------------------------------*/
#main-block a, #main-block a:link { 
	color: #6f862e;
	text-decoration: underline;
}

#main-block a:hover { 
	color: #000;
}

/*	footer
------------------------------------------------------------------------------*/
.footer { 
	display: block;
	height: 65px;
	width: 100%;
	background-image: url(bg_body.gif);
	background-position: right;
}

.footer p { 
	margin: 18px 0 0 32px;
	padding: 9px 0;
	font-size: 10px;
	text-transform: uppercase;
}

.footer p, 
.footer p a,
.footer p a:link { 
	color: #555555;
}

.footer p a:hover { 
	text-decoration: underline;
}

.footer .col-left { 
	float: left;
	width: 180px;
}

.footer .col-right { 
	float: left;
}

/* Kontaktformular
*******************************************************************************/

label { 
	width: 12.0em;
	float: left;
	padding: 3px 0 4px;
	color: #393939;
	font-size: 85%;
}

.pflicht { 
	font-size: 87%;
	color: #7cc89c;
	font-weight: normal;
	padding-left: 15px;
}

legend { 
	font-size: 85%;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-right: 6px;
	margin-top: 20px;
}

fieldset { 
	padding: 15px 0 3px 0;
	margin: 5px 0 5px 0;
	width: 100%;
	border: 3px solid #973934;
	background-color: #6F862E;
}

.formular_normal { 
	font-size: 1.2em;
	color: #fff;
	font-weight: normal;
	padding-left: 15px;
}

.formular_klein { 
	font-size: 1em;
	padding-left: 0px;
}

.formular_nebencheckbox { 
	font-size: 1em;
	color: #fff;
	font-weight: normal;
}

.senden { 
	margin-top: 10px;
}

.korrektur { 
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	padding-left: 15px;
}

.trenner { 
	clear: both;
	height: 6px;
	font-size: 1px;
}

.hinweis { 
	color: #000;
	border: 2px solid #6f862e;
	padding: 3px;
}

.textCentered { 
	text-align: center;
}

#next { 
	clear: left;
	padding-top: 10px;
}

.flCentered { 
	text-align: center;
}

