@CHARSET "ISO-8859-1";

#naviAktuell {
	position: absolute;
	left: 155px;
	top: -1px;
	padding: .4em 1.2em;
	border: 1px solid black;
	background-color: black;
	color: white;	
}

/* -----------------------------------------------------------------------------------------*/
/* SUBNAVI */

#subNavi {
	position: absolute;
	text-align: center;
	top: 0px;
	left: 90px;
	margin: 0px;
	padding: 4px;
	font-family: arial, sans-serif;
	font-size: 80%;
	background-color: white;
}


#aktuellSubNavi {
	margin: 0.1em;
	margin-top: 0;
	margin-bottom: 0;
	padding: .2em 1em;
	border: 1px solid #747474;
	color: white;
	background-color: black;
}

#subNavi a{
	text-decoration: none;
	margin: 0.1em;
	margin-top: 0;
	margin-bottom: 0;
	padding: .2em 1em;
	color: black;
	background-color: white;
	border: 1px solid #747474;
}

* html subNavi a , * html subNavi span{
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}

#subNavi a:hover{
	color: white;
	background-color: black;
	padding: .2em 1em;
}


/* SUBNAVI */
/* -----------------------------------------------------------------------------------------*/

/* INHALT (Emmentaler Rösti) */

#inhalt {
	height: 42.5em;
}


#emmentalerRoesti {
	position: absolute;
	top: 50px;
	left: 20px;
	width: 644px;
	height: auto;
	text-align: left;
	font-family: arial, sans-serif;
	font-size: 100%;	
}

#schriftRoesti {
	height: 43px;
	width: 476px;
}

#jedeRoesti{
	margin-top: 10px;
	text-indent: 7px; 	/*Rückt erste Zeile ein*/
}


#table {
	margin-top: 15px;
	
}

#kolonnenBreite {
	width: 450px;
}

.kleiner {
	font-size: 95%;
}

.kleiner p {
	margin-top: 3px;
        margin-bottom: 5px;
}

#halbePortion {
	margin-top: 20px;
	text-indent: 7px;
}
/*------------------------------------------------------------------------------------------*/