/* ---- GENERAL ---- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	background:#FFF url(/grafik/bg_main.gif) repeat-x scroll 0 0;
}
html {
	height: 101%;
}
img {
	border:none;
}
a,
a:link,
a:visited {
	font-weight:normal;
	text-decoration:none;
	font-size: 11px;
	color:#336699
}
a:hover,
a:active {
	color:#CC0000;
}
form {
	display:inline;
	margin:0;
	padding:0;
}
input,
select,
textarea {
	width:246px;
	border:1px solid #CCC; /* #F7B72E; */
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
input.radio {
	border:none;
	width:auto;
	float:left;
}
input.checkbox {
	border:none;
	width:auto;
	float:left;
}
p.radio,
p.checkbox {
	height:15px;
	line-height:15px;
	margin:0;
}
p.radio span,
p.checkbox span {
	float:left;
	display:block;
	position:relative;
	margin:3px 0 0 3px;
}
ul, ol {
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
/* ---- COLORS ---- */
.red {
	color:#CC0000;
}
.orange {
	color:#FF9900;
}
.green {
	color:#008800;
}

/* ---- MISC ----*/
.center {
	text-align:center;
}
/* ---- MAIN ---- */
div.outerContainer {
	width:964px;
	margin:20px auto;
	padding:8px;
	background:transparent url(/grafik/bg_shadow.jpg) no-repeat scroll top left;
}
div.innerContainer {
	width:902px;
	margin:0 auto;
	padding:30px;
	background-color:#FFF;
	border:1px solid #CCC;
}

/* ---- LOGO ---- */
div.logoContainer {
	float:left;
	width:274px;
	height:106px;
	padding:0;
}
div.positionContainer {
	float:right;
	width:250px;
	height:28px;
	margin:25px 0 0 0;
	text-align:right;
}
div.positionContainer a,
div.positionContainer a:link,
div.footerContainer a,
div.footerContainer a:link {
	font-size:10px;
	font-weight:normal;
}
p.spacerRight {
	margin:0 10px 0 0;
	padding:0;
}
div.hr250 {
	margin:2px 0 0 0;
	background:transparent url(/grafik/hr.gif) repeat-x scroll top left;
	border:none;
	height:2px;
	width:250px;
}
div.hrm5 {
	height:2px;
	margin:5px 0;
	background:transparent url(/grafik/hr.gif) repeat-x scroll top left;
	border:none;
}
div.positionMessage {
	line-height:25px;
	height:25px;
	margin-top:5px;
}
div.positionMessageSuccess {
	line-height:25px;
	height:25px;
	border:1px solid #008800;
	color:#008800;
	white-space:nowrap;
	text-align:center;
}

.clearBoth {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}

div.leftContainer {
	float:left;
	width:220px;
	height:450px;
}
div.mainContainer {
	float:right;
	width:660px;
   min-height:430px;
   height:auto !important;
   height:430px;
	background-color:#F0FEFF;
	border:1px solid #CCC;
	padding:10px;
}


/* ---- NAVI ---- */
div.navi {
	margin:10px 0 10px 10px;
}

/* ---- NAVI BACKGROUNDS FOR 3 STATES ---- */
div.navi ul {
	background:transparent url(/grafik/line.gif) repeat-y scroll 0 0;
}
div.navi ul li {
	background:transparent url(/grafik/line_arrow.gif) no-repeat scroll 0 0;
	list-style-type:none;
	padding:0 0 0 33px;
	line-height:23px;
	margin:0;
}
div.navi ul li.first {
	background:transparent url(/grafik/line_arrow_first.gif) no-repeat scroll 0 0;
}
div.navi ul li.last {
	background:transparent url(/grafik/line_arrow_last.gif) no-repeat scroll 0 0;
}
/* ---- NAVI BACKGROUND-HOVERS FOR 3 STATES ---- */
div.navi ul li:hover {
	background:transparent url(/grafik/line_arrow_ro.gif) no-repeat scroll 0 0;
}
div.navi ul li.first:hover {
	background:transparent url(/grafik/line_arrow_first_ro.gif) no-repeat scroll 0 0;
}
div.navi ul li.last:hover {
	background:transparent url(/grafik/line_arrow_last_ro.gif) no-repeat scroll 0 0;
}
/* ---- NAVI BACKGROUNDS FOR 3 ACTIVE STATES ---- */
div.navi ul li.active_first {
	background:transparent url(/grafik/box_active_first.gif) no-repeat scroll 0 0;
}
div.navi ul li.active_last {
	background:transparent url(/grafik/box_active_last.gif) no-repeat scroll 0 0;
}
div.navi ul li.active {
	background:transparent url(/grafik/box_active.gif) no-repeat scroll 0 0;
}
div.navi ul li a ,
div.navi ul li a:link,
div.navi ul li a:visited {
	font-weight:bold;
}

div.boxContainer {
	font-size:11px;
	line-height:16px;
	padding:10px;
	margin:46px 10px 10px 10px;
	border:1px solid #CCC;
	background:#F0FEFF none no-repeat scroll 0 0;
}
.Firefox div.boxContainer {
	margin:41px 10px 10px 10px;
}
/* ---- MESSAGE BOXES ---- */
div.boxContainerMessage {
	font-size:11px;
	line-height:16px;
	padding:10px;
	margin:10px 10px 10px 10px;
	border:1px solid #CCC;
	background:#F0FEFF none no-repeat scroll 0 0;
}
div.boxContainerMessage h3 {
	width:100%;
	margin:0;
}

div.footerContainer {
	margin:20px 0 0 652px;
	width:250px;
	text-align:right;
}
div.contentLeft {
	float:left;
	width:35%;
}
div.contentRight {
	float:right;
	width:55%;
}
div.floatLeft {
	float:left;
}
div.floatRight {
	float:right;
}

/* ---- PAGINATION ---- */
div.paginationLeft {
	float:left;
}
div.paginationRight {
	float:right;
}
div.paginationLeft,
div.paginationRight {
	height:20px;
	line-height:20px;
}

table.pagination {
	background:#FFF none no-repeat scroll 0 0;
	border:1px solid #CCC;
	padding:0 0;
}
table.pagination td {
	background:#FFF none no-repeat scroll 0 0;
}
ul.pagination {
	display: inline;
	padding:0;
	margin:0;
	list-style-type:none;
}
ul.pagination li {
	float:left;
	border: 1px solid #CCC;
	padding: 0 5px;
	margin: 1px;
	text-align: center;
	cursor: pointer;
	background-color:#F0FEFF;
	height:16px;
	line-height:16px;	
}
.pages {
	font-size:10px;
	color:#999;
}
ul.pagination li a,
ul.pagination li span {
	font-weight:normal;
	text-decoration:none;
	font-size:10px;
}
ul.pagination li.active {
	border:1px solid #F7B72E;
	background-color:#FFF9DF;
	color:#CCC;
}

ul.ul2 {
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.ul2 li {
	background:transparent url(/grafik/list_arrow.gif) no-repeat scroll 0 5px;
	list-style-type:none;
	padding:0 0 0 12px;
	line-height:16px;
	margin:0 0 10px 0;
}

h3.arrow {
	background:transparent url(/grafik/list_arrow.gif) no-repeat scroll 0 4px;
	padding:0 0 0 12px;
}

#iframe_logs {
	border:1px solid #CCC;
	width:100%;
	height:428px;
	background-color:#FFFFFF;
}

/* ---- INPUT FIELDS --- */
.input_button 	{
	width:178px;
	border:1px solid #CCC; /* #F7B72E; */
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background:transparent url(../grafik/sort_row_bg.gif) repeat-x scroll 0pt 50%;
	cursor:pointer;
}
.input_button:hover {
	background: url(../grafik/sort_row_bg_ro.gif) repeat-x scroll 0 50%;
}
.input_search 	{
	Background-color:#FFF9DF;
	width:178px;
	border:1px solid #CCC; /* #F7B72E; */
	margin:0 0 2px 0;
}
input.input_search {
	width:174px;
}
.Firefox input.input_search {
	width:176px;
}
div.search {
	text-align:center;
	display:inline;
}

/* ---- FORM ---- */
.content_form {
	text-align:left;
	background-color:#F1F1F1;
	border:1px solid #CCC;
	width:100%;
}
.content_form tr {
	background-color:#FFF;
}
.content_form td {
	padding:4px;
	border:1px solid #CCC;
	
}
.content_form td.form_names {
	width:38%;
	text-align:left;
}
.content_form td.form_inputs {
	width:60%;
	text-align:left;
}
.content_form td.form_inputs_center {
	width:60%;
	text-align:left;
}
.content_form td.form_helps {
	width:2%;
	text-align:center;
}
.content_form td.form_content {
	padding:0;
	text-align:center;
	font-weight:bold;
	background-color:#FFF9DF;
	border:1px solid #CCC; /* #F7B72E; */
}
input.input_date {
	/* background-color:#FFF9DF; */
	width:222px;
	border:1px solid #CCC; /* #F7B72E; */
	padding: 1px 2px !important;
	padding: 0;
	float:left;
}

/* ---- TABLE ADMIN ---- */
table.table_admin {
	border:1px solid #CCC;
	background-color:#F1F1F1;
	width:660px;
}

table.table_admin tr.headings td {
	background:transparent url(../grafik/sort_row_bg.gif) repeat-x scroll 0pt 50%;
	border:1px solid #CCC;
	padding:2px 4px;
	text-align:center;
	height:20px;
}
table.table_admin td.normal {
	border:none;
}
table.table_admin tr.normal td {
	text-align:center;
	height:20px;
	line-height:20px;
}
table.table_admin div.normal {
	text-align:left;
}
table.table_admin tr.normal td,
table.table_admin div.normal {
	border:1px solid #CCC;
	padding:0;
	margin:0;
	background:#FFF none no-repeat 0 0;
}
table.table_admin div.preview {
	padding:10px;
	font-size:12px;
	line-height:16px;
	text-align:left;
}
div.left {
	text-align:left;
}
table.table_admin div.preview h3,
div.entry h3 {
	margin:0;
	color:#666;
	font-size:15px;
	letter-spacing:+0.5pt;
}
table.table_admin div.preview span.sub,
div.h2 span.sub,
div.entry span.sub {
	display:block;
	font-size:10px;
	color:#999;
	margin:5px 0 0 13px;
}
.IE div.h2 span.sub {
	margin-top:-8px;
}
/*div.rss_footer,
div.entry div.rss_footer {
	float:right;
	margin:10px 0 0 0;
	text-align:right;
	background:transparent url(/grafik/hr.gif) repeat-x scroll top right;
	width:250px;
	color:#666;
}*/

div.entry {
	text-align:left;
	margin:0 0 10px 48px;
	padding:10px;
	font-size:12px;
	line-height:17px;
	width:550px;
}
div.entry2 {
	text-align:left;
	margin:0 0 10px 40px;
	padding:10px;
	font-size:11px;
	line-height:16px;
	width:550px;
}
div.entry3 {
	text-align:left;
	margin:0 0 10px 30px;
	padding:10px;
	font-size:11px;
	line-height:12px;
	width:550px;
}
div.entry4 {
	text-align:left;
	margin:0 0 10px 30px;
	padding:0 10px;
	font-size:11px;
	line-height:12px;
	width:550px;
}
div.entry5 {
	text-align:left;
	width:610px;
	padding:0 10px;
	margin:0 auto;
}
div.entry5 table {
	width:590px;
}
table.table_admin tr.normal td.noBorder,
table.table_admin tr.normal td.button_small {
	background:transparent none no-repeat 0 0;
	border:none;
}
a.sort-arrow-desc,
a.sort-arrow-asc {
	background:transparent url(../grafik/sort_on_bg.gif) no-repeat scroll 0%;
	border-right:1px solid #FFFFFF;
	border-top:1px solid #929292;
	border-bottom:1px solid #FFFFFF;
	padding-bottom:1px;
	display:block;
	width:100%;
	white-space:nowrap;
	text-decoration:none;
}
table.table_admin tr.normal td.button_small {
	color: #C64934;
	font-family: Arial, Hevlvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	border: 1px solid #CCC;
	width: auto;
	background:transparent url(../grafik/sort_row_bg.gif) repeat-x scroll 0 50%;
	white-space: nowrap;
	cursor:pointer;
}
table.table_admin tr.normal td.button_small:hover {
	background: transparent url(../grafik/sort_row_bg_ro.gif) repeat-x scroll 0 50%;
}

.button {
	color: #C64934;
	font-family: Arial, Hevlvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	border: 1px solid #CCC;
	width: auto;
	background:transparent url(../grafik/sort_row_bg.gif) repeat-x scroll 0 50%;
	padding: 1px 15px;
	line-height: 16px;
	height: 16px;
	white-space: nowrap;
	cursor:pointer;
}
.IE .button,
.IE7 .button {
	line-height: 17px;
}

.button:hover {
	background: url(../grafik/sort_row_bg_ro.gif) repeat-x scroll 0 50%;
}

.success {
	color:#008800;
	border:1px solid #008800;
	background-color:#FFF;
	line-height:20px;
}
.error {
	color:#CC0000;
	border:1px solid #CC0000;
	background-color:#FFF;
	line-height:20px;
}
.full {
	margin:0 0 10px 48px;
	width:550px;
}
td.form_names {
	background:transparent url(/grafik/hr.gif) repeat-x scroll bottom left;
	width:150px;
	vertical-align:bottom;
	line-height:16px;
}
div.caution {
	background:transparent url(/grafik/caution.gif) no-repeat scroll 5px center;
	width:380px;
	border:1px solid #CC0000;
	background-color:#FFF; /*#FFDFE4;*/
	padding-left:26px;
	height:30px;
	line-height:30px;
	color:#CC0000;
}
h1 {
	font-size:16px;
	font-weight:bold;
	margin:0 0 5px 0;
	width:350px;
}
.h1 {
	margin: 25px 10px 10px 10px;
	padding:0 0 0 40px;
	background:transparent url(/grafik/logo_small.gif) no-repeat scroll 0 0;
	height:32px;
}
h2 {
	font-size:12px;
	font-weight:bold;
	margin:0 0 10px 0;
	letter-spacing:+0.5pt;
}
.h2 {
	margin: 0 10px;
	padding:0 0 0 40px;
}
h3 {
	font-size:12px;
	font-weight:bold;
	margin:0 0 5px 0;
	letter-spacing:0.2pt;
	color: #666666;
}
td.align_bottom {
	vertical-align:bottom;
}
table.align_top td {
	vertical-align:top;
	font-weight:bold;
	font-size:12px;
	line-height:14px;
}
table.padHeader td {
	padding:6px 15px 6px 0;
	white-space:nowrap;
}
table.padHeader td.go {
	padding:8px 15px 8px 5px;
}
td.impressum {
	vertical-align:top;
}
td.impressum p {
	line-height:18px;
	margin:0;
	font-size:12px;
	font-weight:bold;
	color:#333;
}
img.floatImageLeft {
	float:left;
	margin:0 10px 0 0;
}
a.pdflink {
	display:block;
	background:transparent url(/grafik/pdf.gif) no-repeat scroll 0 4px;
	padding:0 0 0 25px;
	line-height:25px;
}
table.imgTable td {
	text-align:center;
	border-collapse:collapse;
	padding:12px;
	width:550px;
}
table.leistungen {
	border-collapse:collapse;
	padding:0 12px 12px 12px;
	border:none;
	width:90%;
}
