@CHARSET "UTF-8";

@import "ecken.css";

@import "calendarControl.css";

*,html {
	margin: 0;
	padding: 0;
}

#content ul {
	margin-left: 30px;
	margin-bottom: 20px;
}

body {
	background: #759438;
	margin: 100px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#area {
	width: 980px;
	margin: 0 auto;
}

#main {
	background: #fff;
	border: 1px solid #cac6c6;
	margin-top: 0;
	border-top: 0;
	border-bottom: 0;
	text-align: left;
}

#header {
	position: relative;
	height: 70px;
}

#titel {
	position: absolute;
	top: 19px;
	left: 40px;
}

#logo {
	position: absolute;
	right: 40px;
	top: 19px;
	width: 190px;
	height: 40px;
	background: url(../images/logo.png) right no-repeat;
	top: 19px;
}

#clear {
	clear: both;
}

#content {
	width: 550px;
	padding: 0 0 20px 40px;
	float: left;
}

#content ul li {
	margin-bottom: 10px;
}

#logo_text {
	background: url(../images/logo_text.png) right no-repeat;
	height: 42px;
}

#frame_left {
	margin-right: 40px;
	text-align: left;
	float: right;
	width: 190px;
	margin-right: 40px;
}

#menu ul {
	padding-left: 15px;
}

#menu ul li {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}

#menu ul li a:link,#menu ul li a:visited {
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #b3c390;
}

#menu ul li a:hover,#menu a:active,#menu ul li.active a {
	color: #759438;
}

#menu ul ul li a:link,#menu ul ul li a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 0 0 0 10px;
	margin: 0 0 15px 0;
	border-bottom: 1px dashed black;
}

#menu ul ul li a:active,#menu ul ul li a:hover,#menu ul ul li.subactive a
	{
	border-left: 5px solid #759438;
	background: #b3c390;
	color: #fff;
	border-bottom: none;
	padding-right: 10px;
}

#menu ul ul {
	border-left: 1px solid #759438;
	margin: 0 0 10px 15px;
	padding: 0;
}

#menu ul ul li {
	padding: 0;
	margin: 8px 0;
}

#login {
	font-weight: bold;
	color: #759438;
	padding: 40px 0 0 15px;
	height: 142px;
}

input {
	border-right: #759438 1px solid;
	border-bottom: #759438 1px solid;
	border-top: #666 1px solid;
	border-left: #666 1px solid;
}
input.radio {
	border: 0;
}
#formButton a {
	color: #759438;
	padding: 2px 30px;
	background-color: #b3c390;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	text-decoration: none;
	font-weight: bold;
}

table.login {
	border: 0;
}

table.login td,table.login th {
	border: 0;
	vertical-align: top;
}

table.login th {
	color: #666;
}

table.display {
	float: left;
	border-collapse: collapse;
	font-size: 10px;
}

table.display td,table.display th {
	border: 1px solid #000;
	padding: 3px;
}
table.display th {
	background: #eee;
}

table.question2,table.contenttable {
	
}

table.question2 td,table.question2 th,table.contenttable td,table.contenttable th
	{
	background: #eee;
	text-align: center;
	padding: 10px;
}

table.question2 td.label {
	text-align: left;
}

table.question2 th,table.contenttable th {
	vertical-align: bottom;
}

table {
	font-size: 11px;
	border: 1px solid #000;
	margin: 0 0 25px 0;
	border-collapse: collapse;
}

table td,table th {
	border: 1px solid #000;
	padding: 5px;
	text-align: left;
}

table th {
	padding-right: 25px;
}

table.plain {
	border: none !important;
	margin: 0 !important;
}
table.plain td, table.plain th {
	padding: 4px !important;
	text-align: left !important;
	border: none !important;
	vertical-align: top !important;
}

#formButton a:hover {
	color: #759438;
	background-color: #b3c390;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 0px;
	border-right: 0px;
	text-decoration: none;
}

a:link,a:visited {
	text-decoration: none;
	color: #759438;
}

a:active,a:hover {
	color: #759438;
	text-decoration: underline;
}

h1 {
	font-size: 19px;
	color: #759438;
}

h2 {
	font-size: 16px;
	color: #759438;
	background: #d4dcbe;
	padding: 3px;
	margin: 10px 0 10px 0;
}

h3 {
	font-size: 14px;
	color: #000;
	padding: 0;
	margin-bottom: 8px;
}

/*�bershrift H4 wird f�r Meldungen benutzt*/
h4 {
	font-size: 14px;
	color: red;
}

p {
	padding-top: 7px;
	padding-bottom: 13px;
	margin-top: 0;
}

#footer {
	position: relative;
	border-top: 1px solid #d4dcbe;
	text-align: center;
	color: #759438;
	padding: 4px 0;
}

#submenu {
	margin-top: 0;
}

#submenu ul {
	padding: 10px 0;
}

#submenu ul li {
	padding: 0px 15px 0px 0;
}

ul.horizontal li {
	display: inline;
	list-style-type: none;
	font-weight: bold;
	margin-left: 0;
}

#copyright {
	text-align: right;
	padding-right: 15px;
	padding-top: 5px;
	color: #fff;
	font-size: 10px;
}

#submenu ul ul li a:link,#submenu ul ul li a:visited {
	border-left: 5px solid #759438;
	border-bottom: 1px dashed black;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding: 0 10px 0 10px;
	margin: 0 0 15px 0;
}

#submenu ul ul li a:active,#submenu ul ul li a:hover {
	color: #fff;
	padding: 0 10px 0 10px;
	margin: 0 0 15px 0;
	text-decoration: none;
	background: #b3c390;
	border-bottom: none;
}

#submenu ul ul {
	border-left: 1px solid #759438;
	margin: 0 0 0 15px;
	padding: 0;
}

#submenu ul ul li {
	padding: 5px 10px 20px 0;
	margin: 0;
}

span.fett {
	color: red;
}

p.script {
	margin-left: 15px;
}

.errors {
	clear: both;
	border: 1px solid #900;
	background: #eee;
	margin-top: 1.5em;
	padding: 1em;
}

.questionnaireErrors {
	margin-left: 20px;
	margin-bottom: 0px !important;
}

#questionnaireStatusBar {
	border: 1px solid #333;
	background: #fff;
	padding: 2px;
	width: 121px;
	margin-bottom: 5px;
}

.messages {
	clear: both;
	border: 1px solid #759438;
	background: #eee;
	margin-top: 1.5em;
	padding: 1em;
}

table.td-left td {
	text-align: left !important;
}

table.th-left th {
	text-align: left !important;
}

table.th-valign-top th {
	vertical-align: top !important;
}

table.td-valign-top td {
	vertical-align: top !important;
}

div.disabledInput {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	width: 140px;
	height: 1.2em;
	padding: 2px 0.75em 0 0;
	border: 1px #ccc solid;
	background: #eee;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.csc-uploads-0 {
border:0;
}

table.csc-uploads-0 td, table.csc-uploads-0 th{
border:0;
}

@media print {
	#header, #frame_left, #footer, #copyright, .xtop, .xbottom {
		display: none;
	}
	#main {
		border: none !important;
		width: 100%;
	}
	#content {
		width: 90%;
	}
}
