@import url("style-navi.css");

body {
	background: #F9E7B5 url("bild/back.jpg");
	text-align: center;
	font-family: Verdana, Arial, Helvetica, Sans Serif;	
	font-size: 80%;
	line-height: 1.7em;		
	color: #FFFFCD;	
}
#all {
	position: relative;
	overflow: hidden;
	width: 760px;
	margin: auto;
	border: 5px outset #E1D58B;
	background: #14342A;	
}
#navigation {
	float: left;
	width: 290px;
	min-height: 600px;	
	text-align: left;
	padding-top: 140px;
	background: url("bild/tableback.jpg") no-repeat;	
}
#navigation table {
	margin-left: 40px;	
}
#inhalt {
	float: right;
	width: 470px;
	text-align: left;	
}
#inhalt p, #inhalt h2 {
	margin: 0 20px 10px 0;
}
.clearer {
	clear: both;
}
a {
	color: #F9E7B5;
	text-decoration: none;
}
a:hover {
	color: #F9E7B5;
	text-decoration: underline;
}

td {
	vertical-align: top;
}
.migliliste {
	font-size: 0.9em;
}
span.fett {
	color: #DFD;
	font-weight: bold;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: dotted 1px #FFFFCD;
}
ul.auflisten li {
	list-style-image: url(bild/pin.gif);
	line-height: 12pt;
	margin: 6px;
}
.pic {
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #777;
	background-color: #FAF9E7;
}
.tableborder {
	border: 2px outset #FFFFCD;
}
.tab1 {
	padding: 0 8px;
	font-weight: bold;
	background: #14342A;	
}
.tab2 {
	color: #14342A;
	padding: 4px 8px 6px;
	background: #FFEEBF;
	font-size: 0.9em;
}

