
* ------------------------------------------------ */
/* CSS Layout für CWZ.ch */
/* Christoph Armbruster 2009 */
/* ------------------------------------------------ */

/* Seitenaufteilung und allgemeine Definitionen */



html, body {
  margin:0;

  
}
body {

  font-size:13px;
  font-family:Arial Narrow,Arial,sans-serif;
  color:#818284;
  padding:7px;
  text-align:center;
/* Hintergrundfarbe */
  background-image: url(../images/background_cwz.jpg);
  background-position:inherit;
  background-repeat:no-repeat;
  background-color:#000000;

/* Zeilenabstand */
  line-height:1.4em;

}

/* Absatzeinstellungen von TYPO3 aktivieren */

.align-left{ text-align: left;}
.align-center{ text-align: center;}
.align-right{ text-align: right;}
.align-justify{ text-align:justify;}

/* Überschrift */
h1 {font-size:20px;
	color: #EF7A0B;
	font-family:Arial Narrow,Arial,Sans-serif;
	font-weight:normal;
}


/* Links */

a:link{

color:#818284;

text-decoration: none

}
a:visited{

color:#818284;

text-decoration: none

}
a:hover{color:#EF7A0B;

text-decoration: none

}
a:active{color:#EF7A0B;

text-decoration: none

}

/* Tabellen */

table, tr, td { font-family:Arial Narrow,Arial,sans-serif; font-size:12px; } 



/* Div Frames / Platzhalter / Positionierung */

#DIV0 {
  text-align:left;
  width:1380px;
  margin:auto;
}

	#DIV0a {
	  float:left;
	  width:20px;
	}


#DIV1 {
  text-align:left;
  width:1380px;
  margin:auto;
}

		#DIV1z{
		float:left;
		width:180px;
		height: 120px;
		}

		#DIV1a{
		float:left;
		width:100px;
		height: 100px;
		}
		
		#DIV1b{
		float:left;
		width:490px;
		height: 100px;
		}
		
		#DIV1c{
		float:left;
		width:470px;
		height: 100px;
		}
		
#DIV2 {
  text-align:left;
  width:1380px;
  margin:auto;
}

	#DIV2z{
		float:left;
		width:180px;
		height: 40px;
		}

	#DIV2a {
	  float:left;
	  width:120px;
	  heidht:40px;
	}




#DIV3 {
  text-align:left;
  width:1380px;
  margin:auto;
}

		#DIV3z{
		float:left;
		width:180px;
		height: 120px;
		}

		#DIV3a{
		float:left;
		width:80px;
		}
		
		#DIV3b{
		float:left;
		width:220px;
		}
		
		#DIV3c{
		float:left;
		width:900px;
		}
		
		
			#DIV3c1{
			float:left;
			width:420px;
			}
			
			#DIV3c2{
			float:left;
			width:190px;
			}
			
			#DIV3c3{
			float:left;
			width:290px;
			}
		


#DIVclear{
clear:left;
}

img {
  border: 0 none;
}

/* ********** Navigationsebene ********** */

  ul#Navigation {
    width: 155px; /*Breite der Navigation */
    margin: 0; padding: 1px;
  }
  
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    w\idth: 10em;
    padding-left: 0.8em;
    padd\ing-left: 0.5em;
  }
  
  ul#Navigation li {
    list-style: none;
    margin: 10px; /*Abstand vertikal der ersten Ebene */
	padding: 0;
  }

  ul#Navigation a {
	display:block;
	padding: 0px 0px 0px 22px;
	font-size:12px;
	height:22px;
	font-family:Arial Narrow, Arial, sans-serif;
	text-decoration: none;
	color: #EF7A0B;
	text-transform:uppercase;
	}
  ul#Navigation a:hover {
	color: #FFFFFF;
	font-family:Arial Narrow;
	text-decoration:underline;
  }
  
  ul#Navigation a:active {
	color: #0b3d92;
	font-family:Arial Narrow;
	text-decoration:underline;
  }
  
ul#subNavigation {
    width: 140px; /*Breite der Navigation */
    margin: 0; padding: 0.8em;
  }
  
  * html ul#subNavigation {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    w\idth: 10em;
    padding-left: 0.8em;
    padd\ing-left: 0.5em;
  }
  
ul#subNavigation li {
    list-style: none;
    margin: 0.3em; /*Abstand vertikal der ersten Ebene */
	padding: 0;
  }

  ul#subNavigation a {
	display:block;
	padding: 0px 0px 0px 22px;
	font-size:11px;
	height:22px;
	font-family:Arial Narrow;
	text-decoration: none;
	color: #414141;
	text-transform:uppercase;
}
  ul#subNavigation a:hover {
	color: #0b3d92;
	font-family:Arial Narrow;
	text-decoration:underline;
  }
 
/*Formulare*/
input{
	border:1px solid #888888;
	width:165px;
	height:20px;
	background-color: #859ec8;
	margin:2px;
	color: #565655;
}
.input1{
   background:#ffffff;
   border:1px solid #91908d;
   width:201px; height:15px;
   color:#91908d;
   font-size:10px
}
#input2{
   width:44px; height:11px;
   border:0px;
}
#input3{
   width:39px; height:11px;
   border:0px;
}
textarea{
	background:#ffffff;
	border:1px solid #91908d;
	width:201px;
	height:49px;
	overflow:auto;
	font-family:Tahoma;
	font-size:11px;
	color:#CCC
}
