
/* |----------------------------------------------------| */
/* | "style.css" - Copyright (c) 2005 by Markus Kastner | */
/* |----------------------------------------------------| */

/* Normalen Formatierungen */

body {
	background-color: white;
	font-family: Arial, Veranda, sans-serif;
	font-size: 14px;
	color: #222222;
	}
a, a:visited {
	color: red;
	text-decoration: none;
	}
a:hover {
	color: blue;
	text-decoration: underlined;
	}
h1 {
	margin-left: 10px;
	}
a.print {
	margin-left: 10px;}	
hr {
	width: 300px;
	height: 3px;
	background-color: #dddddd;
	border: 1px dashed black;
	margin-left: 10px;
	text-align: left;
	}
hr.klein_hr {
	width: 90px;
	height: 3px;
	background-color: #dddddd;
	border: 1px dashed black;
	margin-left: 10px;
	}
p {
	margin-left: 10px;
	}


/* Layout Formatierungen */

#rahmen {
	width: 700px;
	height: 800px;
	border: none;
	position: absolute;
	left: 50%;
	margin-left: -350px;
	top: 20px;
	background-image: url('images/menu_bg.gif')
	}
#top {
	width: 720px;
	height: 100px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	}
#menu {
	width: 95px;
	position: absolute;
	float: left;
	text-align: left;
	margin-top: 20px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: none;
	border-top: 1px solid black;
	padding-left: 10px;
	}
#inhalt {
	width: 600px;
	height: 644px;
	position: absolute;
	overflow: auto;
	left: 120px;
	background-color: white;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-image: url('images/bg.gif');
	padding-bottom: 4px;
	margin-top: 20px;
	}

a .bullet {
	background-color: red;
	text-decoration: none;
	}
a .item {
	background-color: white;
	text-decoration: none;
	}
a:hover .bullet {
	background-color: blue;
	text-decoration: underline;
	}
.navi {
	color: #cacaca;
	font-weight: bold;
	}
input {
	width: 90px;
	height: 18px;
	background-color: #eaeaea;
	color: black;
	border: 1px solid #cccccc;
	}
.form_button {
	width: 92px;
	height: 22px;
	background-color: #eaeaea;
	color: black;
	border: 1px solid #cccccc;
	margin-top: 2px;
	}
.login_hr {
	width: 92px;
	height: 5px;
	background-color: #cccccc;
	border: 1px dashed black;
	margin-top: 20px;
	margin-left: 0px;