body.body {
	height:100%;
	padding:0; 
	background:#f0f0f0; 
}

div#all {
	width: 1010px; 
	margin: 20px auto;
}

div#page {
	width: 1007px;
	background: url('../img/shadow_right.gif') #fff repeat-y top right;
	padding-bottom: 10px
}

div#logo {
	padding-top: 20px;
	padding-left: 30px;
}

div#navi_top {
	width: 998px;
	height: 27px;
	margin-top: 30px;
	background: url('../img/btn_bg.gif') repeat-x;
}

div#navi_top div.bar_left {
	background: url('../img/btn_r.gif') no-repeat right;
	width: 50px;
	height: 23px;
	float: left;
}

div#navi_top div.bar_right {
	background: url('../img/btn_l.gif') no-repeat left;
	width: 9px;
	height: 23px;
	float: left;
}

div#navi_top a {
	display: block;
	background: url('../img/btn.gif') no-repeat;
	width: 126px;
	height: 23px;
	margin: 0;
	float:left;
	padding-top: 3px;
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #888;
	font-size:14px;
	line-height:100%;
	text-decoration:none;
}

div#navi_top a:hover {
	background: url('../img/btn_active.gif') no-repeat;
	color: #666;
}

div#navi_top a:active {
	padding-top: 4px;
}

div#col_left {
	clear: left;
	float: left;
	width: 560px;
	min-height: 400px;
	border: 1px solid #aaa;
	margin: 30px 15px 30px 30px;
	padding: 15px
}

div#col_right {
	float: left;
	width: 300px;
	min-height: 400px;
	border: 1px solid #aaa;
	margin: 30px 0px 30px 0px;
	padding: 15px
}

div#navi_bottom {
	clear: left;
	width: 998px;
	height: 22px;
	margin-bottom: 16px;
	background: url('../img/btn_small_bg.gif') repeat-x;
}

div#navi_bottom div.bar_left {
	background: url('../img/btn_small_r.gif') no-repeat right;
	width: 9px;
	height: 18px;
	float: right;
}

div#navi_bottom div.bar_right {
	background: url('../img/btn_small_l.gif') no-repeat left;
	width: 50px;
	height: 18px;
	float: right;
}

div#navi_bottom a {
	display: block;
	background: url('../img/btn_small.gif') no-repeat;
	width: 125px;
	height: 18px;
	margin: 0;
	float:right;
	padding-top: 2px;
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #888;
	font-size:11px;
	line-height:100%;
	text-decoration:none;
}

div#navi_bottom a:hover {
	background: url('../img/btn_small_active.gif') no-repeat;
	color: #666;
}

div#navi_bottom a:active {
	padding-top: 3px;
}

div#footer {
	padding-left: 20px;
	font-size: 11px;
	color: #bbb;
}

div#footer a {
	color: #bbb;
}

/* Typografie */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #717171;
	font-size:14px;
	line-height:130%;
}

a:link, a:visited {
	color: #6187B5;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

h1 {
	font-size: 1.7em;
	line-height: 100%;
	margin-top: 0;
}

.infobox {
	background: #FED9D8;
	padding: 1em;
}

.table_with_border {
	border-collapse: collapse;
}

.table_with_border td, .table_with_border th {
	padding: 2px;
	border: 1px solid #717171;
}

.durchgestrichen {
	text-decoration: line-through;
}

.user_entry {
	font-family: Courier, "Courier New", Monaco, monospace;
	color: #009;
	background-color: #eee;
	padding: 0 2px;
}
