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

body.index {
	background: #f2f2f2 url(/x-mkp/bilder/bg-index.gif);
}

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

*:focus,
a:active {
	outline: none;
}

input.box {
	border: none;
	width: auto;
}

input {
	padding: 3px 3px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #ccc;
}

.rounded {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
}

input.submit {
	background: #622000;
	cursor: pointer;
	margin-top: 20px;
	color: #fff;
	border: solid 1px #622000;
	line-height: 14px;
}

input.submit:hover {
	background: #6A6A6A;
	cursor: pointer;
	margin-top: 20px;
	border: solid 1px #aaa;
	line-height: 14px;
}

select {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #ccc;
	padding: 3px 3px;
}

textarea {
	width: 406px;
	height: 138px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #ccc;
	padding: 2px 2px;
}

textarea.short {
	width: 406px;
	height: 68px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #ccc;
	padding: 2px 2px;
}

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

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

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

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

.sta_exh {
	color: #777;
}

a:hover {
	text-decoration: underline;
}

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

hr {
  color: #ddd;
	background-color: #ddd;
	height: 1px;
	border: 0;
	width: 100%;
}

.navbar {
	color: #c04040;
	font-size: 10px;
	padding: 4px 4px;
	line-height: 1.5em;
	/*background: #fffcf9;*/
}

.navbar a, .navbar * {
	color: #5f5f5f;
	text-decoration: none;
	padding: 0px 0px;
}

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

.navbar-box {
	color: #c04040;
	font-size: 10px;
	padding: 4px 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;
}

.new {
	text-decoration: none;
	font-weight: bold;
	padding: 0px 2px;
	background: #494949;
	color: #ffffff;
}

.print {
	border: 1px #ccc solid;
	vertical-align: top;
	width: 100%;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
}

.entry1, .entry2, .entry3 {
	padding: 10px 10px;
	border: solid 1px #ffffff;
	border-style: outset;
	background-color: #f3f3f3;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-icab-border-radius: 6px;
	border-radius: 5px;
}

.entry1 {
	width: 500px;
}

.entry2 {
	width: 650px;
	margin-top: 10px;
}

.entry3 {
	width: 770px;
}

#import-form form table {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 10px;
}

.entry1 hr,
.entry2 hr,
.entry3 hr {
  color: #e4d3bf;
	background-color: #e4d3bf;
	height: 1px;
	border: 0;
	width: 100%;
	margin: 12px 0px;
}

.scroll {
	overflow: auto;
	border: 1px #ccc solid;
	padding: 2px 2px;
	vertical-align: top;
	width: 460px;
	color: #000000;
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
}

.scroll a {
	color: #5f5f5f;
	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;
}

textarea.txtar1 {
	width: 450px;
	height: 60px;
}

#printIt {
	margin-left: 60px;
	color: #000;
	width: 800px;
	padding: 0;
	line-height: 1.2em;
}


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

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

.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;
	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;
}


/* ---------- Hinweis ---------- */

.notes {
	color: #b68b08;
	font-size: 10px;
}

/* ---------- Infouebersicht ---------- */

.info_1 {
	height: 24px;
}

.div1 {
	line-height: 16px;
	vertical-align: middle;
}

/* ---------- Informationsbutton ---------- */

#info, #info1, #info2, #info3, #info4 {
	border: solid 1px #F0B708;
	visibility: hidden;
	position: absolute;
	top: 10px;
	left: 100px;
	background: #f8f8f8;
	font-size: 10px;
	color: #b68b08;
	width: 600px;
	height: 90px;
	padding: 8px 8px;
	z-index: 100;
}
