/* Allgemeine Neutralisation
--------------------------------------------------------------------------------------- */

* { background-color: transparent; }

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset { font: 12px Arial, Helvetica, sans-serif; margin: 0; padding: 0; }

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address { margin: 1em 0; padding: 0; }

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote { margin-left: 1em; }

/* Miscellaneous conveniences: */
form label { cursor: pointer; }
fieldset { border: none; }
input, select, textarea { font-size: 100%; font-family: inherit; }


/* Allgemeine Angaben
--------------------------------------------------------------------------------------- */

/* Fuer Browserprobleme mit relativen Schriftgroessen und permanenten Scrollbalken rechts: */
html { font-size: 100.01%; height: 100.01%; }

body { color: #000; text-align: center; background-color: #c4b8a9; background-image:url(../img/bg.jpg);background-repeat:repeat; }

/* Zum Aufloesen von float: */
.breaker { clear: both; height: 0; overflow: hidden;  }


/* Seitenstruktur / Container
--------------------------------------------------------------------------------------- */

#wrap {
	background-color: #FFF;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#navigation{
	text-align: center;
	height: 20px;
	background-image: url(../img/navi_bg.jpg);
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	color: d5d5d3;
}
#header{
	text-align: center;
	height: 189px;
	margin-left: auto;
	margin-right: auto;	
	background-image: url(../img/Template_Wahrschau_2010_.jpg);
}

#content{
	background-color: #FFFFFF;
	padding: 80px 170px 80px 130px ;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 0;
}
#footer{
	background-color: #FFFFFF;
	text-align: center;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	border-top: 0;
	/* background-image: url(../img/footer_welle.png); */
}
#returner{
	position: absolute;
	top: 0px;
	left: 0px;
	display:block;
}

/* Links
--------------------------------------------------------------------------------------- */
a:link{text-decoration: none; color: #987d52;}
a:visited{text-decoration: none; color: #987d52;}
a:active{text-decoration: none; color: #987d52;}
a:hover{text-decoration: none; color: #987d52;}

/* Navigation
--------------------------------------------------------------------------------------- */

#navigation a:link{text-decoration: none; font-weight: bold; color: #d5d5d3;}
#navigation a:visited{text-decoration: none;font-weight: bold; color: #d5d5d3;}
#navigation a:active{text-decoration: none;font-weight: bold; color: #d5d5d3;}
#navigation a:hover{text-decoration: none; color: #d69200;}
#navigation a.activlink:link {color: #d69200;}
#navigation a.activlink:visited {color: #d69200;}

/* Textformatierung
--------------------------------------------------------------------------------------- */
.csc-textpic-text {}
h1 {font-size: 13px;}
.csc-textpic-text {margin: 0 0 0 40px;}
.csc-uploads-fileName {width: 450px;vertical-align: top;}
.csc-uploads-icon {width: 100px;}
.csc-uploads-fileSize {vertical-align: top;}


