html,
body {
	height:100%;
	margin:0;
	padding:0;
	width:100%;
}

body {
	color:#000;
	font-family:Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size:12px;
	line-height:16px;
	text-align:center;
}


div, img, form, table, tr, td {
	border:0;
	border-collapse:collapse;
	margin:0;
	padding:0;
}

ul {
	list-style:none;
	margin:0 0 15px 0;
	padding:0;
}

ul li {
	list-style-position:outside;
	list-style-type:disc;
	margin:0 0 0 35px;
	padding:0;
}

ul.ui-autocomplete li.ui-menu-item {
	list-style-position:none;
	text-align:left;
}

p {
	padding:0;
	margin:0 0 15px 0;
}

a {
	color:#000;
	text-decoration:none;
}

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

a:focus {
	outline:0;
}

a:focus img {
	outline:1px dotted;
}

a:active img {
	outline:1px dotted;
}

h1 {
	color:#333;
	font-size:16px;
	line-height:20px;
	margin:0 0 10px 0;
}

h2 {
	color:#000;
	font-size:14px;
	line-height:18px;
	margin:0 0 5px 0;
}

th {	/* IE7 turns text-align to center on th per default ... */
	padding:0;
	text-align:left;
}

td {
	vertical-align:top;
}

.clearer {
	clear:both;
}

/* google maps section -----------------------  */
#routenplan {
	display:none;
}

/* calendar section -----------------------  */
#calendar {
	border-spacing:3px;
	border-collapse:separate;
}
#calendar td {
	border-collapse:separate;
	text-align:right;
	padding:2px;
}
#calendar .td_current {
	background-color:#bbb;
	border:none;
}
#calendar .td_sel {
	border:1px solid #800;
	padding:1px;
}
#calendar .td_selcurr {
	background-color:#bbb;
	border:1px solid #800;
	padding:1px;
}
#calendar th a {
	color:#000;
	/*padding:0 2px;*/
}
#calendar td a:hover {
	background:#800;
	color:#fff;
	text-decoration:none;
}
#calendar th {
	color:#3e76af;
	font-size:14px;
}
/* calendar section -----------------------  */


/* form section -----------------------  */
#form {
	margin-left:75px;
}

#form label.desc {
	display:block;
	/*float:left;*/
	line-height:1.8em;
	vertical-align:top;
	width:120px;
}

#form .textfield {
	width:200px;
}

#form input,
#form select {
	border:1px solid #999;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:3px;
	vertical-align:top;
}

#form input.first {
	background:#fff none repeat scroll 0 0;
	margin:20px 2px 10px 125px;
}

#form em {
	color:#ee9e50;
	font-style:normal;
	font-weight:bold;
}

#inhalt #form li {
	background-image:none;
	clear:both;
	list-style:none outside none;
	padding:5px;
}

label {
	display:block;
	float:left;
	width:100px;
}

#editwindow textarea,
#editwindow .eingabe {
	margin:0 0 0 118px;
}

textarea,
.eingabe {
	width:403px;
	margin:0;
	padding:0px;
	border:1px solid #323d6c;
}

textarea {
	height:80px;
}

.eingabe {
	height:20px;
}

.button,
.ok_button {
	margin:0;
	padding:0 5px;
	background-color:#fff;
	cursor:pointer;
	border:1px solid #323d6c;
}
/* form section -----------------------  */
