/* 
  Titel: recyclingpark-flensburg.de
  Autor: Torben Hansen, Skyfillers GmbH
  Datum: 31.03.2008
*/

/************************************************************/
/* Allgemeine Schrift-Typen festlegen                       */
/************************************************************/
h1, h2, h3, h4, h5, p, td, ul, ol, blockquote, input, textarea, select { font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 12px;}
pre { font-family: monospace; }
form { margin: 0px 0px 0px 0px;}
p, pre { 
	line-height:1.5em;
	margin:8px 0px 0px;
}
p, td, ul, ol { font-size: 13px; font-weight: normal; font-family: Arial, Helvetica, sans-serif; }
input, textarea, select { font-size: 12px; border: 1px solid black; margin-bottom: 2px;}
div {margin: 0; padding: 0;}

a {	color: #000000; text-decoration: underline; }
a:hover {	color: #000000; text-decoration: underline; }

/************************************************************/
/* Formatierungen	Seite                                     */
/************************************************************/
body {
	margin: 0;
	padding: 0;
  text-align: center;
  min-width: 962px;	
/*  background-color: #616161; */
    background-color:#bed9a6;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

html, body { 
  height: 100%;
	width: auto;
}

/************************************************************/
/* Formatierungen	Layer                                     */
/************************************************************/
#format {
  position: relative;
  top: 0;
  right: 0;

	text-align: left;
	margin: 25px auto;
/*	padding: auto;	*/
	padding-bottom:25px;
/*  height: 100%; */
  width: 1000px;
  
  background-image: url(../gfx/bg-main.gif);
  background-repeat: repeat-y;	
}

#header {
	width: 100%;
	height: 227px;
	margin: 0;
	padding: 0;
	
  background-image: url(../gfx/bg-header.jpg);
  background-repeat: no-repeat;	

	background-color: #FFFFFF;
}

#left {
	float: left;
	margin: 0;
	padding: 45px 0 0 0;
	
	width: 190px;
	
  background-image: url(../gfx/bg-menuleft-top.gif);
  background-repeat: no-repeat;	
	
}

#content {
	float: left;
	padding:49px 0pt 0pt 50px;
	width: 600px;
}

#right {
	float: right;
	width: 150px;
	text-align: left;
	margin: 0;
	padding: 0;
}

#right a{
	color:#626262;
}
#outer-container {
	padding: 0;
  margin: 0;
	text-align: left;

	color: #000000;
	background-color: #FFFFFF;

  background-image: url(../gfx/bg-main.gif);
  background-repeat: repeat-y;	
}

#menutop {
	margin: 160px 0 0 0;
	padding: 0;
	float: right;
	width: 148px;
}

div.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
	font-size: 1pt;
}

/* Aufzaehlungszeichen */
ul, ol {

}

#content ul li,
#right  ul li {
    list-style-image:url(../gfx/aufzaehlung.gif);
    vertical-align:baseline;

}

/************************************************************/
/* Formatierungen	Menus                                     */
/************************************************************/
#left ul {
	margin: 10px 0 0 3px;
	padding: 0;
       list-style: none;	
}

#left li {
  list-style: none;
  padding: 0;
  margin: 1px 0 0 0;
  list-style: none;	
}

#left li a {
	display: block;

  width: 158px;
  height: 21px;
  
	padding: 6px 0 0 26px;
	
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;

  background-image: url(../gfx/bg-menuleft.gif);
	background-repeat: no-repeat;  
}

#left a.level2 {
	display: block;
  
  width: 158px;
  height: 16px;

	padding: 1px 0 0 26px;
	font-weight: normal;
	font-size: 11px;
  
  background-image: url(../gfx/bg-menuleft-level2-no.gif);
	background-repeat: no-repeat;  
}

#left a.level2:hover, #left a.level2:active, #left a.level2-current {
	display: block;
  
  width: 158px;
  height: 16px;

	padding: 1px 0 0 26px;
	font-weight: normal;
	font-size: 11px;
  
  background-image: url(../gfx/bg-menuleft-level2-ro.gif);
	background-repeat: no-repeat;  
}

#menutop ul {
	margin: 0;
	padding: 0 0 0 2px;
  list-style: none;	
}

#menutop li {
	display: table-cell;	
	}
	
#menutop li {
	float: left;
}

#menutop li.kontakt {
	margin: 0;
	padding: 0;

	vertical-align: top;
	width: 67px;
	height: 14px;
	text-align: center;

  background-image: url(../gfx/bg-li-kontakt.gif);
	background-repeat: no-repeat;  
}

#menutop li.impressum {
	margin: 0;
	padding: 0;

	vertical-align: top;
	width: 76px;
	height: 14px;
	text-align: center;
	
  background-image: url(../gfx/bg-li-impressum.gif);
	background-repeat: no-repeat;  
}

#menutop a {
	display: block;
	color: white;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: top;

	margin: 0;
	padding: 0;
}

/************************************************************/
/* Formatierungen	Überschriften                             */
/************************************************************/
h1.csc-firstheader, h2.csc-firstheader, h3.csc-firstheader, h4.csc-firstheader, h5.csc-firstheader, h6.csc-firstheader { margin-top: 0px; }
h1 {
	font-family: Arial, Helvetica, sans-serif; 	
	color: #D00420;
	font-size: 25px;
	font-weight: bold;
	line-height: normal;
	margin: 0px 0px 13px 0px;
	padding: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif; 	
	color: #D00420;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 3px 0;
	padding: 0;
}

h3 {																				
	font-family: Arial, Helvetica, sans-serif; 	
	color: #D00420;
	font-size: 110%;
	line-height: normal;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0;
}

h4 {																				
	font-family: Arial, Helvetica, sans-serif; 	
	color: #D00420;
	font-size: 100%;
	line-height: normal;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0;
}

/************************************************************/
/* Mailform                                                 */
/************************************************************/
.csc-mailform {
        border: 0px;
}

.csc-mailform-field {
        margin: 0 0 10px 0;
}

.csc-mailform-field label {
        font-size: 12px;
				font-family: Arial, Helvetica, sans-serif; 	
        width: 90px;
        float: left;
        text-align: left;
        margin-right: 10px;
        display: block
}
.csc-mailform input,.csc-mailform textarea{
	border: 1px solid #505050;	
	background-color:#f2f2f2;
} 
.csc-mailform-submit {
        margin-left: 100px;
}
/**************************************************************/
/*  Rahmen 1- 6                                            */
/**************************************************************/
.csc-frame-frame1,
.csc-frame-frame2,
.csc-frame-frame3,
.csc-frame-frame4,
.csc-frame-frame5,
.csc-frame-frame6{
	background-color:#f2f2f2;
	padding:10px;
	border:1px solid #626262;
	margin-bottom:12px;
}
div.csc-frame-frame1 img,
div.csc-frame-frame2 img,
div.csc-frame-frame3 img,
div.csc-frame-frame4 img,
div.csc-frame-frame5 img,
div.csc-frame-frame6 img{
	border:1px solid #626262;
}

.csc-frame-frame2{
	background-color:#92AFE7;
}
.csc-frame-frame3{
	background-color:#FBBE56;
}
.csc-frame-frame4{
	background-color:#FFD54D;
}
.csc-frame-frame5{
	background-color:#a3d93a;
}
.csc-frame-frame6{
	background-color:#cc8898;
}

/* Spacer-element soll kein Rahmen haben  */
.spacer-gif{
	border:0px solid #000 !important;
}
