/* Stylesheet */

* {
	font-family: arial, sans-serif;
}

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 100.1%;
	color: #000000;
}

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

a:hover {
	text-decoration: underline;
}

a.fett,a.fett:link,a.fett:visited,a.fett:hover {
	font-weight: bold;
}

p {
	text-align: justify;
}

img {
	border-width: 0px;
}

img.design {
	display: block;
}

img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#basetable {
	border-collapse: collapse;
	font-size: 0.7em;
	text-align: left;

	width: 801px;

	position: relative;
	height: 100%;
	min-height: 100%;

	border-right: 1px solid #000000;
}

#header {
	height: 130px;
	min-height: 130px;
	max-height: 130px;
	border-bottom: 1px solid #000000;
}

#table_header {
	position: absolute;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 130px;
}

#header,#table_header img {
	vertical-align: bottom;
}

#page {
	text-align: left;
	vertical-align: top;

	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;

	position: relative;
	/*min-height: 100%;*/

	font-size: 0.7em;
}

* html #page {
	/*height: 100%;*/
}

td#sidebar {
	width: 150px;
	border-right: 1px solid #000000;
	vertical-align: top;
	text-align: left;
	padding-top: 150px;
	padding-left: 10px;
}

col.sidebar {
	width: 160px;
}

col.content {
	width: 640px;
}

div#topmenu {
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	border-bottom: 1px solid #000000;
}

#content {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	vertical-align: top;
	text-align: left;
}

td#content {
	padding-top: 140px;
}

/*
#footer,#footer_table {
	position: relative;
	height: 20px;
	line-height: 20px;
	padding-left: 15px;
	padding-right: 15px;
	color: #000000;
	text-align: center;
	vertical-align: middle;

	margin-top: -21px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.7em;

	width: 770px;
	border-top: 1px solid #000000;
	clear: both;
}

#footer_table {
	margin-left: 0px;
	margin-right: auto;
}
*/

h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 20px;
	color: #000000;
	vertical-align: middle;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000000;
}

/* Formulare */

table.form td.label {
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}


form {
	margin: 0px;
	padding: 0px;
}

textarea {
	font-family: Courier New;
	font-size: 1.1em;
}

input, select, textarea {
	border: 1px solid #CA1400;
}

fieldset {
	border: 1px solid #065492;
}

legend {
	color: #065492;
	font-weight: bold;
}

.fett {
	font-weight: bold;
}

ul.list {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	list-style-type: none;
}

ul.list li {
	margin: 0px;
	padding: 0px;
	background-image: url(../gfx/li.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	padding-left: 10px;
}
