/* default.css for pureklimaschutz.ch */
/* Import other stylesheets ---------------------------------------------------- */
@import url("reset.css");
/* ----- general --------------------------------------------------------------- */
html, body {
	height: 100%;
}
body {
  background: #f8f7f7;
  color: #000000;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 75%;
  margin: 0;
  padding: 0;
  text-align:center;
}
#all {
  background: #fff url(../images/common/shadow_middle.gif) repeat-y 50% 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px;
  text-align: left;
  width: 800px;
}
h1 {
	color: #002e60;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 35px 0;
}
h2 {
  color: #222;
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
}
h3 {
	color: #002e60;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 1em;
}
h4 {
	color: #002e60;
	font-size: 1.1em;
	font-weight: normal;
  line-height: 1.5em;
  margin: 3em 0 0;
}
h5 {
	color: #002e60;
	font-size: 1.1em;
	font-weight: bold;
  line-height: 1.5em;
  margin: 3em 0 0;
}
p {
  font-size: 1em;
  line-height: 1.5em;
	margin: 0 0 1em;
}
strong {
  font-weight: bold;
}
/* ----- header ---------------------------------------------------------------- */
#header {
	position: relative;
}
#logo {
	position: absolute;
	left: 28px;
	top: 12px;
  width: 100px;
	z-index: 10;
}
#language_switch {
	background: #f8f7f7;
	height: 25px;
	padding: 0 20px;
}
#language_switch p {
	color: #002e60;
	font-size: 9px;
	margin: 0;
	padding-top: 9px;
	text-align: right;
}
#language_switch .smallink {
	color: #002e60;
}
#language_switch a {
	color: #002e60;
	text-decoration: none;
}
#language_switch a:focus, #language_switch a:hover { 
  text-decoration: underline;
}
#headerimage {
	background: #fff url(../images/common/shadow_top.gif) no-repeat 50% 0;
	padding: 3px 10px 0;
}
#headerimage p {
	margin: 0;
}
#headerimage img {
	border-bottom: 1px solid #fff;
}
/* ----- menubar --------------------------------------------------------------- */
div#menubar {
  background: #002e60;
  border-bottom: 1px solid #aaa;
	margin: 0 10px;
  padding: 2px 0 0;
}

ul#navmenu {
  margin: 0 0 0 7px;
  border: 0 none;
  padding: 0;
  width: 100%; /*For KHTML*/
  list-style: none;
  height: 24px;
  text-align:right;

}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 20px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 140px;
  list-style: none;
  display: none;
  position: absolute;
  top: 22px;
  left: 0;
  text-align:right;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

#frame ul#navmenu a {
  text-decoration: none;
}

/* Root Menu */
ul#navmenu a {
  padding: 0 14px 0 14px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #002e60;
  color: #fff;
  font: bold 12px/22px  Arial, Verdana;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #002e60;
  color: #ccc;

}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #002e60;
  color: #fff;
  font-size:10px;
  height:24px;
  text-align:left;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  color: #ccc;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 150px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

/* ----- main ------------------------------------------------------------------ */
#main {
  padding: 0 10px;
}
#main a {
	color: #002e60;
	font-weight: bold;
	text-decoration:none;
}
#main a:hover {
  text-decoration:underline;
}
/* ----- content --------------------------------------------------------------- */
#col1 {
	display: inline;
	float: left;
	width: 550px;
}
#col1_content {
	padding: 25px 20px 50px;
}
#col1 p {
  text-align: justify;
}
.tabulator p {
  clear: both;
  font-weight: bold;
  text-align: left;
}
.tabulator em {
  display: inline;
  float: left;
  font-style: normal;
  font-weight: normal;
  width: 13em;
}

.tabulator_dl em {
  display: inline;
  float: left;
  font-style: normal;
  font-weight: normal;
  width: 26em;
}


/* > Verwaltungsrat */

table.verwaltungsrat td,
table.verwaltungsrat th {
	padding: 0 0 3em;
	vertical-align: top;
	text-align: left;
}

table.verwaltungsrat td.td_img {
	padding: 5px 20px 3em 0;
}

table.verwaltungsrat td.td_img img {
	border: 1px solid #ddd;
}

table.verwaltungsrat h4 {
	margin-top: 0;
}



/* Formulare */
.contactform {
	
}
#col1 p.required {
	font-size: .9em;
	text-align: right;
}
span.required {
	color: #ed0000;
}
.contactform label {
	display: block;
	float: left;
	width: 100px;
}
.contactform p {
	overflow: hidden;
}
.formButtons {
	border: 1px solid #ccc;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	background-color: #002e60;
	font-size: 1em;
	font-style: normal;
	text-align: center;
	vertical-align: middle;
	height: 2em;
}
.formFields {
	color: #222;
	background-color: #eee;
	border: 1px solid #ccc;
	height: 20px;
	font-size: 1em;
	width: 300px;
}
.formFieldMultiline {
	color: #222;
	background-color: #eee;
	border: 1px solid #ccc;
	font-size: 1em;
	width: 300px;
}
.contactform input:focus, .contactform textarea:focus {
	border-color: #002e60;
}
/* ----- aside ----------------------------------------------------------------- */
#aside {
	margin: 0 0 0 550px;
}
#aside_content {
	padding: 0 20px 50px;
}
.module {
	padding: 25px 0 0;
}
.line_under {
	border-bottom: 1px dotted #222;
	padding-bottom: 7px;
}
#aside h3 {
	color: #222;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 15px;
}
/* ----- footer ---------------------------------------------------------------- */
#footer, .push {
	clear: both;
	height: 120px;
}
#footer {
	background: #f8f7f7 url(../images/common/shadow_bottom.gif) no-repeat 50% 0;
	color: #aaa;
	font-size: .8em;
	line-height: 1.3em;
  margin: 0 auto;
	text-align: center;
	width: 800px;
}
.secondmenu {
  color:#444;
	height: 29px;
	padding: 7px 0 5px;
  text-align:center;
}
.secondmenu p {
  padding: 0;
	text-align:center;
}
.secondmenu a {
  font-size: 1.2em;
  color: #444;
  text-decoration:none;
}
.secondmenu a:focus, .secondmenu a:hover {
  color: #111;
}




