/* --- CSS Document Dählhölzli CSS --- */
html, body {
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-family: Arial Regular, Arial, Verdana, Helvetica, sans-serif;
	height:100%;
        width: 975px;
        background-color: #ffffff;
       	background-repeat:repeat-y;
	background-image: url(images/sidebarblue.gif);

}


#imgoben {
	width: 964px;
	height: 150px;
	float: left;
	margin-bottom: 30px;
	margin-left: 16px;
}

* html #imgoben {
	margin-left: 8px;
}

#container {
	float:left;
	width: 100%;
    height: auto !important;
    min-height: 300px;
   	height: 300px;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}


a:link { color:#17415F; text-decoration: none;}
a:visited { color:#17415F; text-decoration: none;}
a:hover { color:#B2D7F3; text-decoration: none;}

h1 { font-size: 18px;}

#inhaltlinks {
   background-image: url(images/pinguin.jpg);
   background-repeat: no-repeat;
   background-position:top;
   margin-left: -10px;
   margin-top: 20px;
   float:left;
   height: 300px;
   width:250px;
   border: solid 0px #FFFFFF;
   padding:0em;
   text-align: left;
}


/*IE HACK 6*/
* html #inhaltlinks { margin-top:50px; height: 600px;}
/*IE HACK 7*/
*+html #inhaltlinks { margin-top:80px;}

*+html #inhaltrechts { margin-top:70px;}

#inhaltrechts {position:relative;
	 margin-top:60px;
	 border:0px solid #FFFFFF;
	 padding:1em;
	 padding-right: 10px;
	 margin-right: 60px;
	 overflow:hidden;
	 color: #0062B0;
 }

* html #inhaltrechts {margin-right: 0px; margin-top: 20px;}

#inhalt {
        width: auto !important;
        height: auto !important;
        margin: 0px 0px 0px 0px;

}

#header {
	margin: 0px;
	background-color: #FFFFFF;
	height: 100px;
	width: 100%;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin-left: 16px;
}

#navtop {
	float:right;
	margin-top: 75px;
	width: 150px;
	height: 15px;
	color: #0062B0;
	font-size: 10px;
}

#navtop a:link { color: #0062B0; text-decoration: none;}
#navtop a:visited { color: #0062B0; text-decoration: none;}
#navtop a:hover { color: #B2D7F3; text-decoration: none;}


#navigation {
	width: auto !important;
	height: 26px;
	margin-left: 16px;

}
#navend {
	background: url(images/sidenavi.gif) no-repeat;
	height: 25px;
	width: 165px;
		position: relative;
	left: 782px;
	bottom: 24px;
}

* html #navend {
	top: -25px;
}

*+html #navend {
	top: -25px;
}

#footer {
	float: left;
	color: #0668B3;
	height:25px;
	width: 975px;
	margin: 20px 0px 20px 16px;
	border: solid 0px #000000;
}


/* --- FORMULAR STYLE --- */
form {
	width: 300px;

}

input { border:solid 1px #766352; background: #E1EDF9;}

#person label {
	display: block;
	font-weight: normal;
	font-size:11px;
}

legend {
	font-weight: bold;
	font-size: 100%;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

fieldset {
	border: solid 1px #766352;

}


textarea {
	width: 200px;
	height: 90px;
	border: solid 1px #766352;

}

input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus { border: 1px solid #a9cbff; }
input, textarea { background: #fff top left repeat-x; font: 1em/1.6em "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif; border: 1px solid #0062B0; color: #0062B0; padding: 2px; background: #E1EDF9;}
select { border: solid 1px #0062B0;}

#name, #firmenname, #strasse, #plz, #ort, #land, #telefon, #fax, #email { width: 200px; }