body {
	margin: 0;
	padding: 0 0 0 140px;
	background-color: #F0F0F0;
	background-image:url(/images/bg_body.gif);
	background-repeat: repeat-y;
}
div#navigation {
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	height: 100%;
}
@media screen{
body>div#navigation {
	position: fixed;
}
}
* html body {
	overflow: hidden;
} 
* html div#body {
	height: 100%;
	overflow: auto;
}

/* -------------------------------------------------- global ---------------------------------------------------- */
body, td, th, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #4C4C4C;
}

form { display: inline; }

a:link, a:hover, a:active, a:visited { text-decoration:underline; color:#4C4C4C; }
a:hover { text-decoration: none; }

:focus { outline: 0 none; }

img { border: none; }

h2 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: -3px;
	padding: 0px;
}

p {
	margin-top: 2px;
	margin-bottom: 15px;
}

/* -------------------------------------------------- custom ---------------------------------------------------- */
.txtError { color: red; }

#body {
	background-image: url(/images/bg_verlauf.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top left;
}

#navigation {
	background-color: #F0F0F0;
}

#tblNavi {
	margin-top: 10px;
	background-image:url(/images/bg_navi_verlauf.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#main {
	width: 700px;
	height: 100%;
	margin-left: 10px;
	background-color: white;
}

#content {
	padding: 10px 45px 0px 45px;
}

#footer {
	margin-left: 220px;
	margin-top: 30px;
	margin-bottom: 30px;
}

p.raeume {
	margin-top: 4px;
	margin-bottom: 5px;
}

#downloads th {
	text-align: left;
	background-color: #666666;
	font-weight: bold;
	color: white;
	padding-left: 5px;
	border-top: 10px solid white;
	border-bottom: 10px solid white;
}

#downloads td {
	text-align: left;
	padding: 2px 2px 2px 5px;
}
