html, body {

	margin: 0;
	padding: 0;
	/*background-image:url(../grafiken/bg.gif);*/
	background-repeat: repeat-x;
	height: 100%;
	background-color:#cccccc; 

}



#page {
	height: 100%; /* das hier fuer den ie */
}

/* folgende anweisung wird nicht vom ie interpretiert */


#page[id] {
    height:auto;
    min-height:100%;	
}

#page {
	margin: 0 auto;
	width: 824px;
	min-height:100%;
	position: relative;
}


#head {
	background-image:;
	background-repeat: repeat-x;
	height:145px;
	width:824px;
	float:left;
	background-color:white;
}



#logo {
	background-image:url(logo.gif);
	background-repeat: repeat-x;
	height:80px;
	width:301px;
	margin: 35px 0 0 53px;
}

#main{
	float:left;
	z-index:2;
	display: inline;
	margin : 0 0 0 0;
	padding:0;
	width: 824px;
	background-color:#FFFFFF;
}


#subnavi {
	float:left;
	z-index:4;
	margin : 70px 0 0 0;
	padding:0;
	width: 296px;
	height:100%;
	display: inline;
}


#content {
	float:left;
	z-index:4;
	margin : 70px 0 0 35px;
	padding:0;
	max-width: 460px;
	min-width: 460px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#000000;
	line-height:20px;
}

#contentext {
	float:left;
	z-index:4;
	margin : 70px 0 0 35px;
	padding:0;
	max-width: 460px;
	min-width: 460px;
	font-family:'Times New Roman',Times,serif;
	font-size:0.9em;
	color:#000000;
	line-height:20px;
}

h1 { 
	margin: 0; padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.7em;
	color:#15a1b0;
	font-weight:normal;
}

h2 { 
	margin: 0; padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#15a1b0;
	font-weight:normal;
}
h3 { 
	margin: 0; padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#15a1b0;
	font-weight:normal;
}


/*#contenttxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#000000;
	line-height:20px;
}*/



#footer{
	float:left; 
	width: 100%; 
	height: 25px;
	background: #ee7700;
	margin: 0 auto;
	bottom: 0px;
	text-align: center;
}

#bigline{
	float:left; 
	width: 100%; 
	height: 7px;
	background: #ee7700;
	margin: 0 auto;
	bottom: 0px;
	text-align: center;
}

#smallline{
	float:left; 
	width: 100%; 
	height: 1px;
	background: #ee7700;
	margin: 0 auto;
	bottom: 0px;
	text-align: center;
}

.footertxt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.6em;
	color:#000000;
	margin: 5px 0 0 0;
}



h1#ext { 
	margin: 0; padding: 0;
	font-size:1.5em;
	color:#000;
	font-weight:normal;
}

h2#ext { 
	margin: 0; padding: 0;
	font-size:1em;
	color:#939393;
	font-weight:bolder;
}
h3#ext { 
	margin: 0; padding: 0;
	font-size:0.9em;
	color:#939393;
	font-weight:bolder;
}


a:link {
  color: #f3830b;
  text-decoration:none;
}

a:visited {
  color: #f3830b;
  text-decoration:none;
}

a:active {
  color: #f3830b;
  text-decoration:none;
}

a:hover {
  color: #f3830b;
  text-decoration:underline;
}

#footer a:hover {
  color: #ffffff;
}
