/*******************************************************************************
********************************************************************************
	Projekt		: de Stoeckwurzeln
********************************************************************************
*******************************************************************************/




/************************************* Reset allgemein - NICHTS VERAENDERN *****
*******************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*********************************************** Reset - NICHTS VERAENDERN *****
*******************************************************************************/
a {
	text-decoration:none;
}
img {
	vertical-align: bottom;
}
strong {
	font-weight: bold;
}
input, textarea, select {
	font-size: 1em;
}
html {
	height: 100.01%;
	margin-bottom: -1px;
}
body {
	position:relative;
	background-color: #FFF;
	color: #000;
	font-size: 100.01%;
	font-weight: normal;
	line-height: 1;
	text-align: left;
}


/******************************************** Standard - NICHTS VERAENDERN *****
*******************************************************************************/

.nospace {
	margin: 0;
	padding: 0;
}

.rvrs {
	unicode-bidi: bidi-override; 
	direction: rtl;
}

body, div, 
h1, h2, h3, h4, h5, h6, p, 
a, span,  
li {
	background-repeat:no-repeat;
}

.fl-lft { 
	float: left;
	margin: 0 20px 0 0;
}

.fl-rght { 
	float: right;
	margin: 0 0 0 20px;
}

.algn-lft { 
	text-align: left;
}

.algn-rght { 
	text-align: right;
}

.clearer { 
	display: block;
	clear: both;
	line-height: 0em;
	height: 1px;
	font-size: 0;
	visibility: hidden;
}

.clear { 
	clear: both;
}

.hidden {
	display: inline;
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	background-color: #FFF;
}




/*********************************************************** Hintergruende *****
*******************************************************************************/



/************************************************************* Text-Farben *****
*******************************************************************************/

/*	Schwarz 80%
***************************************/
body {
	color: #333;
}

/*	Schwarz 40%
***************************************/
div#projects h2 span {
	color: #999;
}


/*	Weiss	100%
***************************************/
div#f-nvgtn ul li a {
	color: #FFF;
}

/*	Gruen	100%
***************************************/
h1, h2, 
div#f-nvgtn ul li a:hover span.inner, 
div#f-nvgtn ul li span span.inner, 
div#f-cntnt a  {
	color: #047700;
}

/*	Besch	100%
***************************************/
div#ftr, 
div#ftr a, 
div.bx-v1 h3 {
	color: #878D59;
}


/*************************************************************** Schriften *****
*******************************************************************************/
body, input, textarea {
	font-family: Arial, Verdana, sans-serif;
}
h1, h2, 
div#f-nvgtn, 
div.bx-v1 h3  {
	font-family: Palatino, Georgia, "Lucida Grande", "Times New Roman", serif;	
}

/********************************************************* Schriftgroessen *****
*******************************************************************************/
div#wbst {
	font-size: .75em;
}

h1 {
	font-size: 1.8em;
}
h2, 
div#f-nvgtn, 
div.bx-v1 h3 {
	font-size: 1.5em;
}
div#f-cntnt {
	font-size: 1.133em;
}
div#ftr {
	font-size: .95em;
}
.tx2 {
	font-size: .85em;
}

div#f-cntnt p, 
div#f-cntnt ol, 
div#f-cntnt ul, 
div#sdbr h4, 
div#sdbr p {
	margin-bottom: 1em;
}

/************************************************************* Zeilenhoehe *****
*******************************************************************************/
div#f-cntnt {
	line-height: 1.6;
}

/************************************************************* Allgemeines *****
*******************************************************************************/
h1 {
	padding: 20px 0px;
	font-weight: normal;
	line-height: 1.1;
}
h2 {
	padding: 15px 0;
	font-weight: normal;
	line-height: 1.1;
}
h3 {
	font-weight: bold;
	line-height: 1.1;
}


div#f-cntnt ol {
	margin-left: 25px;
}
div#f-cntnt ol li {
	list-style-type: decimal;
}

div#f-cntnt ul {
	margin-left: 22px;
}
div#f-cntnt ul li {
	list-style-type: square;
}
/********************************************************** Seitenstruktur *****
*******************************************************************************/
body {
	padding-bottom: 50px;
	background-color: #FCFCFC;
	background-image: url(/layout/css/bg_bdy.gif);
	background-repeat: repeat-x;
}
div#wbst {
	width: 962px;
}
 
div#f-rght {
	float: right;
	width: 662px;
	padding-top: 116px;
}
div#f-lft {
	float: left;
	width: 300px;
	padding-top: 372px;
	background-image: url(/layout/css/logo.jpg);
}



div#ftr, 
div#f-nvgtn, 
div#f-cntnt {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
}

div#logo {
	position: absolute;
	top: 0;
	left: 0;
}
div#logo p a {
	display: block;
	width: 300px;
	height: 115px;
	text-indent: -1000em;
}
div#sdbr {
	padding: 0 73px 0 10px;
}


div#f-nvgtn {
	margin-bottom: 40px;
	background-image: url(/layout/css/bg_navi.gif);
	background-position: 0px 9px;
}
div#f-cntnt {
	padding-top: 5px;
	background-image: url(/layout/css/bg_bx_662_top.gif);
	background-position: 0px 0px;
}
div#f-cntnt-2 {
	background-image: url(/layout/css/bg_bx_662_mddl.gif);
	background-repeat: repeat-y;
}
div#f-cntnt-3 {
	height: 386px;
	padding: 0px 15px;
	background-image: url(/layout/css/bg_bx_662_bttm.gif);
	background-position: 0% 100%;
}
html>body div#f-cntnt-3 {
	height: auto;
	min-height: 386px;
}



div#ftr {
	padding: 20px 0px;
}
div#ftr a:hover {
	text-decoration: underline;
}




/************************************************************ Navigationen *****
*******************************************************************************/
div#f-nvgtn ul li {
	display: block;
	float: left;
	margin-left: 8px;
}
div#f-nvgtn ul li a, 
div#f-nvgtn ul li span {
	display: block;
	float: left;
	padding-left: 5px;
	background-image: url(/layout/css/navi_lft.gif);
	background-position: 0px -100px;
	line-height: 56px;
}
div#f-nvgtn ul li a span.inner, 
div#f-nvgtn ul li span span.inner {
	padding: 0 12px 0 7px;
	background-image: url(/layout/css/navi_rght.gif);
	background-position: 0px -100px;
}
div#f-nvgtn ul li a:hover, 
div#f-nvgtn ul li span {
	background-image: url(/layout/css/navi_lft.gif);
	background-position: 0px 0px;
}
div#f-nvgtn ul li a:hover span.inner, 
div#f-nvgtn ul li span span.inner {
	background-position: 100% 0%;
}




/****************************************************************** Module *****
*******************************************************************************/
div.bx-v1 {
	padding-bottom: 5px;
	background-image: url(/layout/css/bg_bx_217_bttm.gif);
	background-position: 0% 100%;
}
div.bx-v1 h3 {
	padding: 2px 0 0 15px;
	background-image: url(/layout/css/bg_bx_217_hdl.gif);
	line-height: 34px;
}
div.bx-v1 div.bx-cntnt {
	background-color: #D6DBC0;
	background-image: url(/layout/css/bg_bx_217_mddl.gif);
	background-repeat: repeat-y;
}
div.bx-v1 div.bx-cntnt-2 {
	padding: 15px;
	background-image: url(/layout/css/bg_bx_217_top.gif);
	height: 236px;
}
html>body div.bx-v1 div.bx-cntnt-2 {
	height: auto;
	min-height: 206px;
}


p img.has-brdr {
	border: 1px solid #BDC1A3;
}


.player table {
	width: 100%;
}
.player table td {
	padding-right: 10px;
	vertical-align: top;
}
.player table td.cola {
	width: 200px;
}
.player table .tx2 {
	font-style: italic;
}

.podPress_content a {
	display: none;
}

/***************************************************************** Buttons *****
*******************************************************************************/

/******************************************************************* Icons *****
*******************************************************************************/

/**************************************************************** Elemente *****
*******************************************************************************/
#form-module, 
.answertext {
	padding-bottom: 30px;
}
#form-module label {
	display: block;
}
#form-module .formtext input {
	margin-left: 30px;
	width: 300px;
}
#form-module .formtextarea textarea {
	margin-left: 30px;
	width: 300px;
}
#form-module .formsubmit input {
	margin-left: 30px;
}