body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(/x-mkp/bilder/bg.gif);
	background-repeat: repeat-y;
}

p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1c472c;
	color: #000000;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

input {
	padding-left: 2px;
}

textarea {
	width: 406px;
	height: 168px;
}

textarea.short {
	width: 406px;
	height: 68px;
}

h1, h2, h3, h4, big {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

h3 a {
	font-size: 13px;
	color: #c04040;
}

big a {
	font-size: 13px;
	color: #c04040;
	font-weight: bold;
}

a {
	color: #5f5f5f;
	color: #906714;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.requested {
	font-size: 11px;
	color: #ee6060;
}

.navbar {
	color: #c04040;
	font-size: 10px;
	padding: 4px;
}

.navbar a {
	color: #5f5f5f;
	text-decoration: none;
}

.navbar a:hover {
	text-decoration: underline;
}

.navbar-box {
	color: #c04040;
	font-size: 10px;
	padding: 4px;
}

.navbar-box a {
	color: #5f5f5f;
	text-decoration: none;
}

.navbar-box a:hover {
	text-decoration: underline;
}

a.active {
	color: #c04040;
}

.alarm {
	color: #cc0000;
	font-weight: bold;
}

.print {
	border: 1px #808080 solid;
	vertical-align: top;
	width: 100%;
}

.entry1 {
	padding: 8px;
	border: solid 1px #ffffff;
	border-style: outset;
	background-color: #f9f9f9;
	width: 500px;
}

.entry2 {
	padding: 8px;
	border: solid 1px #ffffff;
	border-style: outset;
	background-color: #f7f7f7;
	width: 600px;
}

.scroll {
	overflow: auto;
	border: 1px #808080 solid;
	padding: 2px;
	vertical-align: top;
	width: 460px;
	color: #000000;
	background-color: #ffffff;
}

.scroll a {
	color: #5f5f5f;
	color: #906714;
	text-decoration: none;
}

.scroll a:hover {
	color: #000000;
	text-decoration: underline;
}

.scroll p, .scroll td, .scroll ul, .scroll li, .scroll ol, .scroll body {
	color: #000000;
}

.scrolly a {
	color: #927632;
	text-decoration: none;
}

.scrolly a:hover {
	color: #4c472c;
	text-decoration: underline;
}


.header {
	color: #ffffff;
	background-color: #b0b0b0;
	padding: 2px;
}

.header a {
	color: #ffffff;
	text-decoration: none;
}

.header a:hover {
	color: #000000;
	text-decoration: none;
}
.row {
	background-color: #efefef;
}

.pre-text {
	font-family: Courier New, Courier;
	font-size: 11px;
}

.showIt {
	display: inline;
}

.hideIt {
	display: none;
}


/* ---------- Bild-Upload ---------- */

.imgscroll {
	overflow: auto;
	border: 1px #808080 solid;
	padding: 2px;
	vertical-align: top;
	width: 460px;
	height: 128px;
}

.iconscroll {
	overflow: auto;
	border: 1px #808080 solid;
	padding: 2px;
	vertical-align: top;
	width: 360px;
	height: 58px;
}

.docscroll {
	overflow: auto;
	border: 1px #808080 solid;
	padding: 2px;
	vertical-align: top;
	width: 460px;
	height: 16px;
}

.remove {
	border: none;
	background-color: #d4d0c8;
	background-color: #f4ede1;
	border: solid 2px #ffffff;
	border-style: outset;
	color: #000000;
	font-size: 10px;
	cursor: pointer;
	width: 140px;
}


/* ---------- Kalender ---------- */

.dynCalendar { background-color: #e3b133; border: 2px outset white; visibility: hidden; position: absolute; top: 1px; left: 1px; }

.dynCalendar_header{ font-family: Arial, Verdana, Helvetica, Sans-Serif; font-size: 11px; font-weight: bold; }
.dynCalendar_dayname { background-color: #ffffff; border: 1px solid #000000; font-family: Arial, Verdana, Helvetica, Sans-Serif; font-size: 11px; text-align: center; text-decoration: none; }

a.day { font-family: Arial, Verdana, Helvetica, Sans-Serif; color: #000000; text-decoration: none; }
a.day:hover { font-weight: bold; }
a.sday { font-family: Arial, Verdana, Helvetica, Sans-Serif; color: #cc0000; text-decoration: none; }
a.sday:hover { font-weight: bold; }

.dynCalendar_day { background-color: #ffffff; color: #000000; font-family: Arial, Verdana, Helvetica, Sans-Serif; font-size: 11px; text-decoration: none; }

.dynCalendar_today { background-color: #ffffff; border: 1px solid #cc0000; font-family: Arial, Verdana, Helvetica, Sans-Serif; font-size: 11px; font-weight: bold; text-decoration: none; }
