body
{
	font-size: 13px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #FFF url('../pic/bg.png') repeat;
}
a
{
	text-decoration: none;
	color: #000;
}
a:hover
{
	text-decoration: underline;
}
p
{
	margin: 0;
}
.rahmen, .rahmen2
{
	background-color: #F5F5F5;
	white-space: nowrap;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	overflow: auto;
	min-width: 376px;
	min-height: 334px;
}
.rahmen2
{
	min-width: 875px;
	min-height: 725px;
}
.kopf
{
	height: 74px;
	background: url('../pic/logokem.png') no-repeat 20px 6px;
	border-bottom: 1px solid #BBB;
}
.inhalt-login
{
	border: 1px solid #BBB;
	border-radius: 4px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15), 0 10px 10px -10px rgba(0, 0, 0, 0.2);
	display: inline-block;
	margin: 15px 20px;
}
.inhalt-login h1
{
	background-color: #0087a6;
	font-size: 17px;
	line-height: 20px;
	color: #F5F5F5;
	margin: 0;
	padding: 8px;
	cursor: default;
	border-radius: 3px 3px 0 0;
	text-align: center;
}
.inhalt-login form
{
	background-color: #EEE;
	padding: 16px;
	border-radius: 0 0 3px 3px;
}
.inhalt-login .p-1
{
	margin-bottom: 8px;
}
.inhalt-login .p-2
{
	margin-bottom: 10px;
}
.inhalt-login p.error-msg
{
	margin: 16px 0 0 80px;
	font-weight: bold;
	color: #CC0000;
	cursor: default;
}
.inhalt-logout, .inhalt-logimp
{
	margin: 15px 20px;
	white-space: normal;
	cursor: default;
}
.inhalt-logout a
{
	color: #0000EE;
}
.inhalt-logout h1, .inhalt-logimp h1
{
	font-size: 26px;
	line-height: 31px;
	margin: 0 0 18px;
}
.inhalt-logout p, .inhalt-logimp p
{
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 6px;
}
.fuss
{
	border-top: 1px solid #BBB;
	background-color: #DDD;
	padding: 5px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
input[type="text"], input[type="password"]
{
	cursor: text;
	padding: 6px 8px;
	outline: none;
	margin: 0;
	border: none;
	font-size: inherit;
	font-family: inherit;
	background-color: #FFF;
	width: 200px;
}
.text
{
	box-shadow: 0 1px 1px #000 inset, 0 1px 1px -1px #FFF;
	border: 1px solid #BBB;
	background-color: #FFF;
	border-radius: 4px;
	padding: 2px;
	display: inline-block;
}
.text:hover
{
	border-color: #888;
}
label
{
	display: inline-block;
	cursor: default;
	width: 80px;
	font-weight: bold;
}

button::-moz-focus-inner
{
	padding: 0;
	border: 0;
	margin: 0;
}
button
{
	cursor: pointer;
	outline: none;
	border: 1px solid #BBB;
	padding: 10px;
	margin: 0 0 0 80px;
	background-color: transparent;
	border-radius: 4px;
	box-shadow: 0 1px 2px #FFF inset, 0 -1px 2px #CCC inset;
	font-size: inherit;
	font-family: inherit;
	font-weight: bold;
	width: 222px;
}
button div
{
	position: relative;
}
button:hover
{
	border-color: #888;
}
button:active
{
	position: relative;
	vertical-align: -1px;
	padding: 11px 10px 9px;
	box-shadow: 0 1px 1px #000 inset, 0 1px 1px -1px #FFF;
}
.fwb{font-weight: bold;}
.pb-10{padding-bottom: 10px;}
.pb-20{padding-bottom: 20px;}
.w-840{width: 840px;}
.taj{text-align: justify;}