/*----------------------------------------
Allgemeine Definitionen
------------------------------------*/

html {
	padding:0; 
	margin:0; 
	height:100%;	
}

body {
	padding:0; 
	margin:0; 
	height:100%;
	background-color: #FFF;
	text-align: center;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}
/* div { border: 1px solid red; } */

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	clear: both;
}

/*----------------------------------------
Container für gesamten Inhalt
------------------------------------*/
#main {
	position: relative;
	margin: auto;
	text-align: left;
	width: 760px;	
	height: 100%;
	min-height: 100%;
/*
	
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;*/
}

/* Wird nur so im IE/Mac einigermassen korrekt angezeigt: */
html>body #main {
	/*height: auto;*/
}

/*----------------------------------------
Kopfzeile mit Logo und Meta-Navigation
------------------------------------*/
#kopfzeile {
	border-left: 2px solid #5984A4;
	border-right: 2px solid #5984A4;
	width:756px; 
	height:65px;
}

#logo {
	width:319px; 
	height:65px;
	float: left;
}

#metanav {
	width: 420px;
	height: 27px;
	float: right;
	text-align: right;
	background-image: url(../bilder/bg_menu_oben.gif);
	background-color: #5984A4;
}

#druck-link {
	display: none;
}

/*----------------------------------------
Balken mit Breadcrumbs und Button Druckversion
------------------------------------*/
#balken {
	border-left: 2px solid #5984A4;
	border-right: 2px solid #5984A4;
	background-color: #5984A4;
	width: 756px;
	height: 35px;
	overflow: hidden;	
}

#breadcrumb {
	float: left;
	width: 550px;
	height: 35px;
	vertical-align: bottom;
}

#druckversion {
	float: right;
	width: 105px;
	height: 35px;
	text-align: right;
	padding-right: 45px;
	vertical-align: bottom;
}

#screenversion {
	display: none;
}

/*----------------------------------------
Container mit Haupt-Navigation und Inhalt
------------------------------------*/
#content {
	border-top: 2px solid #FFF; 
	border-left: 2px solid #5984A4;
	border-right: 2px solid #5984A4;
	border-bottom: 1px solid #5984A4;
	overflow: visible; 
	background: url(../bilder/bg_main.gif) repeat-y 0 0;
	
}

#hauptnav {
	float: left;
	height: 100%;
		width: 168px;
	padding-top: 10px;
	}

#hauptnav-hilite {
	padding: 0;
		position:relative;
	left: 162px;
	top: 12px;
	width: 17px;
	height: 10px;
	z-index: 5; 
		
}

#w3c {
	padding: 100px 0 25px 5px;
}

#inhalt { 
	height: 100%;
		padding-top: 20px;
	padding-bottom: 20px;
	float: right;
	width: 690px;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width: 586px;
}

/*----------------------------------------
News
------------------------------------*/
#news-intro {
	padding: 5px 50px 5px 50px;
	background-color: #E4EEF3;
	width: 586px;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width: 486px;
	
}

#news-inhalt {
	padding-left: 50px;
	padding-top: 25px;
	width: 638px;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width: 538px;
}

/*----------------------------------------
Projekte
------------------------------------*/
#projekte-liste {
	padding-left: 50px;
	width: 638px;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width: 538px;
}

/*----------------------------------------
allg. Text
------------------------------------*/
#artikel {
	padding-left: 50px;
	padding-right: 50px;
	/* text-align: justify; */
	width: 586px;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width: 486px;
}

/*----------------------------------------
Netzpartner
------------------------------------*/
.ansprechpartner {
	float: left;
	padding-bottom: 10px;
	width: 293px;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width: 243px;
}

.institution {
	float: right;
	padding-bottom: 10px;
	width: 293px;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width: 243px;
}

/*----------------------------------------
Seitenfuss
------------------------------------*/
#fuss {
	padding-top: 10px;
	padding-right: 50px;
	width: 706px;
	height: 35px;
	text-align: right;
}

#druck-fuss {
	display: none;
}

/*------------------------------------------
Formular
------------------------------------------*/
form {
	margin-top: 1em;
}
form br {
  	clear: both;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

label.left {
   	float: left;
   	width: 6em;
   	margin-right: .4em;
   	margin-bottom: .4em;
   	font: .8em Arial, Helvetica, sans-serif;
   	color: #5984A4;
	cursor: pointer;
}

input, select, textarea {
   	float: left;
   	border: 1px solid #5984A4;
   	margin-bottom: .4em;
   	font: .8em Arial, Helvetica, sans-serif;
   	color: #5984A4;
	cursor: pointer;
}

input:focus, textarea:focus {
	background-color: #E4EEF3;
}

input.submit {
		margin-left: 23.4em;
	 
	border: 1px solid #5984A4;
   	margin-top: 1.0em;
   	font: bold .8em Arial, Helvetica, sans-serif;
   	color: #5984A4;
	background-color: #FFF;
	width: 8em;
}

