/*
===================================================================================

Stiftung Umwelt-Einsatz - Grundlayout

Author:			Gabriela Waldmüller, www.dev-net.ch
Version:		0.1
Datum:			08.01.2010

Description:	

===================================================================================
*/

*
{
margin: 0px;
padding: 0px;
}
html { height: 100%; }
body { min-height:100%;height:100%;}

body {
	background-color: #999999;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; 
	line-height:16px;
	color: #333333;
	overflow:auto;
}
#wrapper {
	margin-top: 0px;
	margin-bottom:0;
	margin-left:auto; 
	margin-right:auto;
	padding: 0;
	width:1000px;
	border:0;
	display: block;
	float: none;
	position:relative;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */ 
	background-color:#fff;
	overflow: hidden;
	z-index:1;
	/*background:#fff url(../images_design/logo.gif) 870px 15px no-repeat;*/
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#header {
	margin:0;
	padding:0;
	height: 140px;
	border:0px solid green;
}
#header.start{
background:url(../images_design/sus_start1.jpg) left no-repeat;
}
#header.uwes{
background:url(../images_design/uwes1.jpg) left no-repeat;
}
#header.pub{
background:url(../images_design/uwes.jpg) left no-repeat;
}
#header.ueb{
background:url(../images_design/ub.jpg) left no-repeat;
}
#header.spenden{
background:url(../images_design/sus_start.jpg) left no-repeat;
}
#header.tmauern {
background:url(../images_design/tm.jpg) left no-repeat;
}
#header.spenden {
background:url(../images_design/spenden.jpg) left no-repeat;
}
/* --------------Schriftzug SUS oben------------- */
#headerimage{
height:110px;
background:url(../images_design/header.gif) 224px 5px no-repeat;
}
#headerimagefr{
height:110px;
background:url(../images_design/header_fr.gif) 224px 5px no-repeat;
}
/* -----------------Inhalt--------------------- */
#content {
background-color: #ffffff;
padding: 0;
margin: 0px 8px 0 210px;
border:0px solid green;
}


/* --------------hauptnavigavtion oben------------- */
#menutop{
margin:0;
background-color:#fff;
height:30px;
padding-left:15px;
border-top:1px solid #c6c6c6;
border-bottom:1px solid #c6c6c6;
}


#menutop ul, li{
margin:0; border:0; padding:0; list-style:none;
}
#menutop ul.menu li{
    text-align: left;
    float: left;
    list-style: none;
    padding: 3px 7px 3px 15px;
    margin: 5px 20px 5px -10px;
}
#menutop ul.menu li.current{
    text-align: left;
    float: left;
    list-style: none;
    padding: 3px 7px 3px 15px;
    margin: 5px 20px 5px -10px;
	color:#8c8b8b;
}
#menutop ul.menu li.current a{
	color:#be0000;
}

#menutop .menu li a{
	font-size:12px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
#menutop .menu li a:hover{
	color:#be0000;
	font-size:12px;
	font-weight:bold;
}
#lang{
float:right;
width:32px;
padding: 9px 0 0 0;
margin:0;
}
#lang a{
color:#be0000;

}
#lang a:hover{
color:#333333;
text-decoration:none;

}
#lang a.na{
color:#333333;

}
#lang a.na:hover{
color:#be0000;
text-decoration:none;

}
/* --------------linke navigavtion------------- */
#left {
float: left;
width: 210px;
margin:0;
background-color:#cf2f2f;
padding: 0px;
}
/* -----------submenu--------------------------- */
#submenu{
margin:64px 0px 2px 10px;
}
#submenu li
{
list-style: none;
margin: 0;
padding: 3px 7px 3px 15px;
}
#submenu li#active
{
list-style: none;
margin: 0;
padding: 3px 0px 3px 15px;

}
#submenu li a { 
text-decoration: none; 
color:#fff;
font-weight:bold;
}
#submenu li.current a { 
text-decoration: none; 
color:#333333;
font-weight:bold;
padding-right:10px;
}
#submenu li a:hover { 
text-decoration: none; 
color:#333333;
}
#submenu li.current a:hover { 
text-decoration: none; 
color:#ffffff;
}
/* --------------sub-submenu------------- */
#subsub li 
{
list-style: none;
margin: 0;
padding: 0 7px 3px 25px;
}
#subsub li a { 
text-decoration: none; 
color:#fff;
}
#subsub li.current a { 
text-decoration: none; 
color:#333333;
font-weight:bold;
padding-right:10px;
}
#subsub li a:hover { 
text-decoration: none; 
color:#333333;
}
#subsub li.current a:hover { 
text-decoration: none; 
color:#ffffff;
}
/* --------------rechte Spalte------------- */
#right {
	float: right;
	width: 180px;
	margin: 0;
	padding: 0;
	/*border-left:1px solid #c6c6c6;*/
	display:block;
	background:url(../images_design/bg_right.jpg) repeat-y;
}

#box{
border: 0;
margin:0;
padding:33px 0 10px 0px;
font-size:11px;
}
#box h2{
color:#333333;
background-color:#fff;
border-bottom:1px solid #c6c6c6;
border-top:1px solid #c6c6c6;
font-size:12px;
font-weight:bold;
line-height:20px;
padding:0 10px 0 10px;
margin:0 0 5px 1px;
text-align:left;
}

.start{
color:#333333;
background-color:#fff;
border-bottom:1px solid #c6c6c6;
font-size:12px;
font-weight:bold;
line-height:2px;
padding:0 10px 0 0;
margin:0 0 5px 0;
text-align:left;
}
.boxtext{
padding:5px 10px 5px 10px;
}
.job{background-color:#ffCCCC;}
#box a { 
text-decoration: underline; 
color:#be0000;
}
#box a:hover { 
text-decoration: none; 
color:#333333;
}
#left,
#right,
#content
{
	/* Needed so that all columns look equally long */
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
}

/* --------------Inhaltsgestaltung------------- */
p, pre{
padding: 5px 10px;
margin:0;
}

#textmitte{
width:520px;
float:left;
clear:right;
line-height:18px;
padding:27px 10px 10px 20px;
}
#textmitte ul, li{
margin:0 0 0 10px; border:0; padding:0; list-style:square;
}
.colleft{
width:255px;
float:left;
border:0px solid blue;
}
.collright{
width:255px;
float:right;
border:0px solid blue;
}
.colleftspez{
width:200px;
float:left;
border:0px solid blue;
}
.collrightspez{
width:310px;
float:right;
border:0px solid blue;
}

a {
text-decoration: none; 
color:#be0000;
}
a:hover{
text-decoration: none; 
color:#333333;
}


h1{
font-size:20px;
color:#333333;
margin:0 0 10px 0;
line-height:25px;
}
h1.test{
font-size:17px;
color:#be0000;
margin:0 0 10px 0;
letter-spacing: 1px;
}
#textmitte img {
margin:10px 0 10px 0;
}
#textmitte img.boxim {
margin:10px 0 5px 0;
}
#textmitte h2{
color:#8c8b8b;
/*background-color:#f1f1f1;*/
border-bottom:1px solid #c6c6c6;
border-top:1px solid #c6c6c6;
font-size:12px;
font-weight:bold;
line-height:20px;
padding:0 5px 0 5px;
margin:0 0 5px 0;
text-align:left;
}
#textmitte h2.first{
padding:0 5px 0 5px;
margin:0 0 0 0;
line-height:20px;

}
#textmitte h2.bk{
padding:0 5px 0 0;
margin:0 0 0 0;
line-height:20px;
}
.ctxt{
margin:0;
padding:0 5px 0 5px;
}
.clr{clear:both;}

img{border:none;}

hr{
background-color:#c6c6c6; /* Mozilla 1.4 */
color:#c6c6c6; /* IE 6 */
border: #c6c6c6; /* Opera 7.11 */
height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}
.goleft{
float:left;border:1px solid blue;
margin:0 0 10px 0;
}
.small{
font-size:10px;
}
.red{
color:#B9290C;
}
/* --------------formular------------- */

form { margin: 0; width: 500px; padding-bottom: 30px; }

fieldset {margin: 0 0 22px 0; border: 1px solid #c6c6c6; padding: 12px 17px; background-color: #fff; }
legend { background-color: #fff; border: 0; color: #000; font-weight: bold; padding: 4px 8px 4px 4px;}

label.float { float: left; display: block; width: 100px; margin: 4px 0 0 0; clear: left; text-align:right;padding:0 10px 0 0;}
label.floatfr { float: left; display: block; width: 110px; margin: 4px 0 0 0; clear: left; text-align:right;padding:0 10px 0 0;}
label { display: block; width: auto; margin: 0 0 10px 0; }
label.spam-protection { display: inline; width: auto; margin: 0; }
input-two
input.inp-text, input.choose, input.answer, .inp-alter { border: 1px solid #c6c6c6; padding: 3px;}
input{background: #FFF url(../images_design/form.png) 0 0 repeat-x;border-top: 1px solid #c6c6c6; padding: 3px;border-right: 1px solid #c6c6c6; padding: 3px;border-left: 1px solid #c6c6c6;}
input:focus{background: #FFF url(../images_design/form_act.png) 0 0 repeat-x; padding: 3px;border-right: 1px solid #c6c6c6; padding: 3px;border-left: 1px solid #c6c6c6;}
textarea{background: #FFF url(../images_design/tarea01.png) bottom no-repeat;border-top: 1px solid #c6c6c6; padding: 3px;border-right: 1px solid #c6c6c6;border-left: 1px solid #c6c6c6;}
textarea:focus{background: #FFF url(../images_design/tarea1.png) bottom no-repeat;}
input.inp-text { width: 292px; margin: 0 0 8px 0; }
input.inp-alter { width: 50px; margin: 0 0 8px 0; }
textarea { width: 292px; height: 150px;}
checkbox{border: 1px solid #c6c6c6;}
input.choose { margin: 0 2px 0 0; }
input.answer { width: 40px; margin: 0 0 0 10px; }
input.submit-button {margin-top: 15px;padding:3px;font-size:11px; }

#check1 {float:right;margin:4px 0 0 0;width:250px;padding:0 0 10px 0;border:0px solid green;clear:right;height:17px;}
form br { display: none; }

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../images_design/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(../images_design/radio.gif) no-repeat;
}
.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(../images_design/select.gif) no-repeat;
	overflow: hidden;
}
.formb{
margin-top:3px;
font-weight:bold;
}
.formn{
margin-top:2px;
font-weight:normal;
}
/* ==================== Form style sheet END ==================== */
.space{
	margin:0 0 5px 0;
	}
label.error{font-weight:bold;
font-size:14px;
color:red;
	
	}
a.p1 {display:block; text-decoration:none; background:#fff; border:0; margin:0; float:left;}
a.p1 span {display:block; border:0;}
a.p1:hover {text-decoration:none; background-color:#8c97a3; color:#000; position:relative; z-index:500;}
a.p1 p {display:block; position:absolute; left:-9999px; padding:10px; width:420px;opacity:0;

-o-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
-icab-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
-khtml-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);

-o-border-radius: 8px;
-icab-border-radius: 8px;
-khtml-border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;

 -webkit-transition: opacity 0.6s ease-in-out;

}


a.p1:hover p {top:-65px; left:60px; padding:10px; border:1px solid #aaa; background:#fff; opacity:1.0;

}
.info{float:left;margin:0 15px 0 0;}
