﻿body {
	font-family:Arial, sans-serif;
	font-size:100%;
	color:#000000;
	background-image:url(../img/bg_blue.jpg); background-repeat:repeat; 
	margin:10px;
	padding:0px;
}

table {
	table-layout:fixed;
	empty-cells:show;
	border-collapse:collapse;
	border-spacing:0px;
	font-family:arial, sans-serif;
	font-size:90%;
}

table#main {
	height:600px;
	width:1000px;
	background-color:#ffffff;
	color:#000000;
}

td {
	vertical-align:top;
	margin:0px;
	padding:0px;
	border-spacing:0px;
	z-index:0;
}

td.title {
	font-weight:bold;
	font-size:110%;
	padding:5px 0px 10px 0px;
}

td#content {
	padding:10px;
	overflow:scroll;
	min-height:525px;
}

td#nav {
	background-color:#dedede;
	color:#000071;
	padding:5px;
}

td#header {
	height:75px;
	vertical-align:middle;
}

td#footer {
	height:25px;
	text-align:center;
	vertical-align:middle;
}

td.line {
	height:2px;
	border-top:1px solid #dedede;
}

th {
	text-align:left;
}

a {
	text-decoration:none;
	color:#0000ff;
	border-style:none;
}

a.nav {
	color:#000071;
}

a:hover {
	text-decoration:underline;
	color:#ababab;
}

a.nav:hover {
	text-decoration:underline;
	color:#000071;
}

textarea.nachricht {
	font-family:arial, sans-serif;
	font-size:90%;
	height:250px;
	width:300px;
}

textarea.nachricht_kurz {
	font-family:arial, sans-serif;
	font-size:90%;
	height:125px;
	width:300px;
}

input.eingabe {
	width:300px;
	font-family:arial, sans-serif;
	font-size:90%;
}

input.eingabe_kurz {
	width:150px;
	font-family:arial, sans-serif;
	font-size:90%;
}

.odd {
	background-color:#efefef;
}

div.hilfe {
	font-size:70%;
}

div.termine {
	margin-top:15px;
	background-color:#dedede;
	color:#ff1111;
	border:2px solid #000071;
	padding:5px;
}

div.popup_info {
	font-size:80%;
	background-color:#dedede;
	color:#000071;
	border:1px solid #000000;
	left:760px;
	z-index:10;
	display:none;
	position:absolute;
	width:150px;
}

img {
	border-style:none;
	border-width:0px;
}

img.thumb {
	width:150px;
}
