/* Styles for gianzauna.de */
/* @author: Sabine Wei߸ <sabine.weiss@netz-schmiede.de>  */

*{
  margin:0;
  padding:0;
}

body{
	margin:0;
	padding: 0;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	background-color: #C8C8C8;
	color: #202020;
	height: 100%;
}

html {
	height: 100%;
}

iframe {
	overflow: hidden;
}

#maincontainer{
	width: 912px; /*Width of main container*/
	margin: 70px auto 0px auto; /*Center container on page*/
	background-color: #FFFFFF;
}

#uid68 #maincontainer{
	position: relative;
}

/* Some general settings for appearance */

h1 {
	font-weight: bold;
	font-size: 1.2em;
	font-style: normal;
	margin: 2px 0 10px 0;
	line-height: 1.2em;
}

h2 {
	margin: 0px 0px 5px 0px;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
}

acronym {
	cursor: help;
	text-decoration: underline;
}

a, a:focus, a:link, a:visited{
  color: #6CBBC2;
  text-decoration: underline;
}

a:hover, a:active, a.active{
  color: #404040 !important;
  text-decoration: underline;
}

a img {
	border: 0px;
	padding: 0;
}

blockquote{
  font-style: italic;
}

/* Some more general settings for lists */
ul, ol {
	padding: 0;
	margin: 1em 0 2em 2em;
}

ul>li {
	margin-bottom: 0.5em;
}

ul li {
	margin-bottom: 0.5em;
}

ol>li {
	margin-bottom: 1em;
	list-style: decimal outside;
}

ol li {
	margin-bottom: 1em;
	list-style: decimal outside;
}

/* Table settings */

table {
  border: 0;
  border-collapse:collapse;
  margin: 0 0 1.2em 0;
}

td {
	padding-right: 5px;
}

/* ... and the most general text setting is...  */
p {
margin: 0 0 1.2em 0;
}

/* Helper classes */

.floatLeft{float: left;}
.floatRight{float:right;}
.clear{clear:both;}
.clearLeft{clear:left;}
.clearRight{clear:right;}
.top{vertical-align:top;}
.middle{vertical-align:middle;}
.bottom{vertical-align:bottom;}
.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}
.white{color:white;}

/* And from here the more individual settings */

#header{
	width: 912px;
	height: 76px;
	background: transparent;
	z-index: 555;
	position: relative;
}

#logoSchatten {
	position: absolute;
	top: 0px;
	left: 39px;
	width: 212px;
	height: 60px;
	background: #202020;
	filter:alpha(opacity=40);
	-moz-opacity:0.40;
	-khtml-opacity: 0.40;
	opacity: 0.40;
}

#logo {
	position: absolute;
	top: 0px;
	left: 36px;
	width: 212px;
	height: 57px;
	padding: 0;
	color: #FFFFFF;
	background: transparent;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#naviMain {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 900px;
	height: 32px;
	font-size: 1em;
	font-weight: bold;	
	line-height: 2.2em;
	background: #FFFFFF;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}

#naviLang {
	position: absolute;
	right: 20px;
	top: 15px;
}

#contentwrapper{   
	position: relative;
	clear: left;
	float: left;
	margin: -70px 0 2px 6px;
	width: 900px;
	height: 450px;
	background: #BAC4E8;
}


#contentcolumn{  /*entspricht middleColumn */
	position: relative;
	overflow: auto;
	width: 448px;
	height: 275px;
	margin: 0 0 0 452px; /*Set left margin to LeftColumnWidth*/
	padding-top: 148px;
}

#contentcolumn img {
  padding: 5px 5px 0 0;
}

.intro {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

.intro img {
	padding: 0px;
	width: 900px;
	height: 450px;
}

#container {
	width: 417px;
	height: 232px;
	overflow: hidden;
	background: #FFFFFF;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}

#scrollable{
	position: relative;
	padding: 10px 10px 10px 15px;
	width: 392px;
	height: 212px;
	overflow-y: auto;
	overflow-x: hidden;
	overflow-y: hidden;
}

#up{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 10px;
	background-color: white;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(images/up.gif);
	z-index:2;
	visibility: hidden;
}

#down{
	position:absolute;
	bottom: 0px;
	right: 0px;
	width: 10px;
	height: 10px;
	background-color: white;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(images/down.gif);
	z-index:2;
	visibility: hidden;
}

#leftRight {
	position: absolute;
	top: 350px;
	width: 417px;
	height: 30px;
	line-height: 2em;
}

#leftRightActive {
	background: #FFFFFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
	display: block;
	width: 100%;
	height: 100%;	
}

#naviContentLeft {
	text-align: left;
}

#naviContentLeft a{
	background-image: url(images/links.gif);
	background-repeat:no-repeat;
	background-position: center left;
	padding: 0px 5px 3px 22px;
	color: #000000;
}


#naviContentRight {
	text-align: right;
}


#naviContentRight a, #mailformformtype_mail {
	padding: 0px 22px 3px 5px;
	background-image: url(images/rechts.gif);
	background-repeat:no-repeat;
	background-position: center right;
	color: #000000;
}


#leftcolumn{      
	float: left;
	position: relative;
	overflow: hidden;
	width: 415px; /*Width of left column*/
	height: 230px; 
	margin: 78px 0 0 0;
	margin-left: -869px; /*Set left margin to -(MainContainerWidth)*/
	text-align: left;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}

h3.toggler {
	cursor: pointer;
	border: none;
	font-size: 12px;
	color: #FFFFFF;
        height: 18px;
	width: 405px;
	margin: -3px 0 0px 0;
	padding: 3px 5px 0;
	text-align: right;
}

.element img{
}


#overview {
	height: 255px;
	width: 518px;
	padding: 8px 15px;
	background: #D6DCEE;
	position: absolute;
	top: 100px;
	left: 176px;
}

#overview p, #overviewText p {
	margin: 0;
}

#overview p img {
	padding: 4px;
}

#overviewText {
	width: 518px;
	padding: 5px 15px;
	position: absolute;
	top: 373px;
	left: 176px;
	background: #FFFFFF;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}

#footer{
	clear: both;
	height: 93px;
	font-style: normal;
  font-size: 0.9em;
  background: transparent;
	z-index: 554;
}

#footer p {
	padding: 60px 0 0 16px;
}

#footer img {
	padding: 60px 0 0 8px;
	border: none;
}

#iframeWrapper{
	padding-bottom: 6px;
	margin-left: 6px;
}


#fabrics {
  position: relative;
  overflow: visible;
  height: 78px;
  width: 150%;
}

#naviOverview{
	background: #D6DCEE;
}

/* kontaktformular */

#mailform {
	margin-top: 10px;
	font-size: 0.85em;
	font-weight: bold;
	color: #000000;
}

.csc-mailform-field {	
	margin: 4px 10px 0px 5px;
	padding: 0px 5px;
	background: #BAC4E8;	
	filter:alpha(opacity=99);
	-moz-opacity:0.99;
	-khtml-opacity: 0.99;
	opacity: 0.99;
	border: 1px solid #202020;
	
}

.csc-mailform-field label {
	margin-top: 2px;
	position: absolute;
	text-align: left;
	vertical-align: top;
}

.csc-mailform-field select, .csc-mailform-field input {
	height: 17px;
}

.csc-mailform-field textarea {
	height: 79px;
}

.csc-mailform-field select, .csc-mailform-field input, .csc-mailform-field textarea {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 0 0 0;
	background: transparent;
	border: none;
}

#mailformName_Vorname {
	margin-left: 94px;
	width: 295px;
}

#mailformEMail_oder_Telefonnummer {
	margin-left: 159px;
	width: 230px;
}

#mailformIhre_Nachricht {
	margin-left: 82px;
	width: 307px;
}

#mailformAdresse {
	margin-left: 54px;
	width: 335px;
}

#mailformPLZ_Ort_Land {
	margin-left: 84px;
	width: 305px;
}

#mailformformtype_mail {
	margin-left: 220px;
	font-size: 1.1em;
}
