/* Stylesheet für die Projektseite unterlandstafette.ch */

/* ---------------------------------------
   Farbschema 
   --------------------------------------- */
   
/* Hellblau aus Logo Unterlandstafette: #DADBF4: 
   background-color 'body', formulare,  Aufzählungszeichen
   
   Dunkelblau aus Logo Unterlandstafette: #4043C0: 
   h1,h2,h4;  color #metanavi;  a, a:link;  border color formulare und fieldset
   
   Komplementärfarbe zu #4043C0 = #FF9900
   a:hover, a:focus;  border left #metanavi;  copyright;  quicklinks title;  formular: legend, pflichtfeld, send, register
   
   Weiss #FFFFFF:
   background-color #wrapper, #header, #navigation, #content;  #sidebar a;  Logos Sponsoren;
   
   Schwarz #333333:
   color 'body';  
*/

/* ---------------------------------------
   Kalibrierung und allgemeine Styles
   --------------------------------------- */

/* Kalibrierung der wichtigsten Abstände */
* {	padding: 0;	margin: 0; }
/* Abstand nach unten */
p, ul, ol { margin-bottom: 1em; }
/* Verschachtelte Liste ohne Abstand */
ul ul { margin-bottom: 0; }
/* Abstand von links */
li {
	margin-left: 2em;
}


/* Allgemeine Selektoren */

html {height: 101%; } /* erzwingt Scrollbar im Firefox */
body {
	height: 101%; /* erzwingt Scrollbar im Firefox */
	color: #333333; /* Schriftfarbe */
	background-color: #DADBF4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 72%;
}

p {
   width: 650px;
   line-height: 1.3em;
}
h1 { 
    font-size: 150%;
	color: #4043C0;
	letter-spacing: 1px;
	margin-bottom: 1em; 
}	
h2 {
	font-size: 110%;
	color: #4043C0;
	margin-top: 1em;
	margin-bottom: 1em; 
}
h3 {
	font-size: 100%;
	color: #FF9900;
}
h4 {
	font-size: 100%;
	color: #4043C0;
} 


/* Hyperlinks allgemein */

a {
	text-decoration: none; /* Unterstreichung entfernen */
	color: #4043C0;
}
a:link { color:  #4043C0; }

a:visited {
	color: #660099;
}
a:hover, 
a:focus {
	color: #FF9900;
	border:none; 
}
a:active {
	color: #FF9900;
	border:none; 
}

/* Tabellen im Contentbereich */

#content caption {
text-align:left;
margin-bottom: 10px;
margin-top:10px;
}

#content table {border:none;
}

#content th {
    text-align:left;	
}

#content td {
	text-align:left;
}

#content th a {
	color: #FF9900;
}

/* Allgemeine Klassen */

.clearing {clear:both;}

.floatleft {
	float:left;
	width:360px;
	padding-bottom:50px;
}

.floatleft_1 {
	float:left;
	width:250px;
	padding-left: 20px;
	padding-bottom: 10px;
}

.floatleft_2 {
	float:left;
	width:250px;
	padding-left: 20px;
	padding-top: 10px;

}

.floatleft_3 {
	float:left;
	width:290px;
	padding-top: 10px;
}

.floatleft_4 {
	float:left;
	width:100px;
  padding-left: 70px;
}

.sitemap {
	margin-left:30px;
} 

.sitemap2 {
	margin-left:50px;
} 

/* Allgemeine IDs */

#flughafenlogo { 
  float: left;
  width: 150px;
  margin: 10px 126px 0px 126px;
  border: none;
}

#logo { 
  float: left;
  width: 198px;
  background-color: #FFFFFF;
  margin: 0px 0px 0px 36px;
}

#mobiliarlogo { 
  float: left;
  width: 131px;
  margin: 10px 0px 0px 38px;
  border: none; 
}

#nbtlogo { 
  margin: 10px 50px 20px 0px;
  border: none;
}

#schmaehlogo { 
  float: left;
  width: 113px;
  margin: 10px 30px 0px 0px;
  border: none;
}
	
#zulogo { 
  margin: 10px 0px 20px 0px;
  border: none;
}

/* ---------------------------------------
   Styles für die Layoutbereiche
   --------------------------------------- */

#content { 
  width: 800px;
  margin-top: 0px;
  background: #FFFFFF;
}

#footer {
	clear: both;
	padding-top: 20px; 
}

#header {
	background-color: #FFFFFF;
	width: 930px;
	height: 80px;
	padding: 10px 0 0 0;
	margin: 0px;
}

#header a img {
	border: none; 
}

#header h1 {
    float: right;
	width: 665px;
	margin: 0;
}

#header #metanavi {
    float: right;
	width: 204px;
	margin-top: 40px;
	margin-right:38px;
}

#maincontent {
  float: left;
  width: 650px;
  margin: 0px 10px 0px 38px;
  display:inline;
}

#maincontent li {
	margin-left: 2em;
	margin-bottom: 0.5em;
	list-style-image: url(images/li_logopunkt.gif);	 
}

#maincontent img {
	margin: 0px 20px 0px 0px;
}
	
#maincontent a img {
	border: none; 
}

#metanavi ul {
  margin-bottom: 0;
}

#metanavi li {
    display: inline;
	list-style-type: none;
	margin: 0 0 0 10px;
}

#metanavi a {
    color: #4043C0;
	font-size: 90%;
	text-decoration: none;
	border-left: 1px solid #FF9900;
	padding: 0px 0px 0px 3px;	
}

#metanavi a:hover,
#metanavi a:focus,
#kontakt #metanavi01 a, 
#impressum #metanavi02 a,
#sitemap #metanavi03 a {
	color: #FF9900;
}

#navigation { 
  margin: 28px 38px 28px 38px; 
  width: 930px;
}

#sidebar {
  float: right;
  width: 68px;
  margin-top: 38px;
}

#sidebar li{
	list-style-type: none;
	display:block;
	padding: 5px 0px 10px 0px;
	margin: 0;
}

#sidebar a {
	display: block; /* ganze Fläche anklickbar machen */
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#sidebar a:hover,
#sidebar a:focus {
	color: #FF9900;
}

#sidebar img {
	margin-bottom:10px;
}

#wrapper {
	background-color: #FFFFFF;
	width: 930px;
	margin: 0px auto;
}

/* ----------------------------------------------
   CSS für die runden Ecken im Footer
   ---------------------------------------------- */
   
div.rundebox {
	width: 930px;
  	background-image: url(images/links_unten.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.rundebox div.mittlerebox {
   background: url(images/rechts_unten.gif) no-repeat right bottom; 
   padding-bottom: 10px; /* Abstand unterhalb des Textes */ 
}   
div.rundebox div.innerebox {
   background: url(images/links_oben.gif) no-repeat left top;
}
div.rundebox h4 {
	background: url(images/rechts_oben.gif) no-repeat right top;
	padding: 4em 4em 1em 1em; 
	color: #FF9900;
	font-size: 80%;
	font-style: normal;  /* normale Schrift, nicht kursiv */
	letter-spacing: 1px; /* Abstand zwischen den Buchstaben */
	text-align:right;
}

div.rundebox p { padding: 0 1em; }

/* ----------------------------------------------
   CSS für die runden Ecken im Sidebar Fenster
   ---------------------------------------------- */

div.rundebox2 {
	width: 160px;
  	background-image: url(images/links_unten2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
}
div.rundebox2 div.mittlerebox2 {
   background: url(images/rechts_unten2.gif) no-repeat right bottom; 
   padding-bottom: 10px; /* Abstand unterhalb des Textes */ 
}   
div.rundebox2 div.innerebox2 {
   background: url(images/links_oben.gif) no-repeat left top;
}
div.rundebox2 div.innerebox2 img {
   margin: 10px;
}
div.rundebox2 h4 {
	background: url(images/rechts_oben.gif) no-repeat right top;
	padding: 1em 1em 0 1em; /* unten kein padding */	
	font-size: 110%;
	color: #FF9900;
}

div.rundebox2 a {
	padding: 0em 1em 0 1em; /* unten kein padding */	
	font-size: 110%;
}

div.rundebox2 p { padding: 0 1em; }

/* ---------------------------------------
   Formulare
   --------------------------------------- */
form#anmeldeformular{
	width: 580px;
	background:#DADBF4;
	color: black;
	font-size: 100%;
	line-height: 2.5;
	padding: 10px;
	border: 1px solid #4043C0;
	margin:0;
}

form#sponsorenformular {
	width: 580px;
	background:#DADBF4;
	color: black;
	line-height: 2.5;
	padding: 10px;
	border: 1px solid #4043C0;
	margin:0;
}

/* Die Elementegruppen */

fieldset {
	padding: 5px;
	margin: 10px;
	border: 1px solid #4043C0;
}

legend {
	font-weight: bold;
	font-size: 100%;
	color: #FF9900;
	padding: 0 2px;
	border: none;
}

/* Beschriftung */

label { 
   position: relative;
   bottom: 3px; 
	cursor: pointer; 
} 

label.davor {
	float: left;
	clear: left; 
	width: 130px;
	text-align: right;
	margin-right: 10px;
}

label.neben {
	margin-left: 20px;
	margin-right: 10px;
}

label.davor2 {
	float: left;
	clear: left; 
	width: 50px;
	text-align: left;
}

label.neben2 {
	margin-left: 10px;
	margin-right: 58px;
}

label.danach {
    margin-left: 10px;
}

.pflichtfeld {
	color: #FF9900;
}

#send{
	position: relative;
	top: 20px;
	left: 500px;
	cursor: pointer;
	padding: 5px;
    background-color: #FF9900;
}

#absenden{
	position: relative;
	top: 20px;
	left: 500px;
	cursor: pointer;
	padding: 5px;
    background-color: #FF9900;
}

#register{
	position: relative;
	top: 10px;
	left: 50px;
	cursor: pointer;
	padding: 5px;
    background-color: #FF9900;
}

input#email1 {
	background-color:#DADBF4;
	margin-top: 20px;
	float: left;
	width: 150px;
}

input#email2 {
	background-color:#DADBF4;
	margin-top: 20px;
	float: left;
	width: 200px;
}

#at {
	float: left;
	width: 30px;
	margin-top: 20px;
	text-align: center;
	color: #4043C0;
	font-size: 150%;
	font-weight: bold;	
	
}