@charset "UTF-8";
/* CSS Document */

body {
  background: #333;
  color: #333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

img, img a {
	border: 0px;
}

p {
	margin: 0;
	padding: 0;
}

strong {
	font-weight: bold;
}

.clear {
	clear: both;
}



/* Hauptcontainer */

#MAIN {
  border: 0px solid red;
  left: 50%;
  height: 510px;
  margin: -255px 0 0 -450px;
  position: absolute;
  border: 0px solid red;
  top: 50%;
  width: 900px;
}


/* Navi oben */

#NAVI_LEFT {
	width: 450px;
	height: 22px;
	float: left;
	padding-top: 8px;
	text-align: left;
	color: #fff;
}

#NAVI_RIGHT {
	width: 450px;
	height: 22px;
	float: right;
	padding-top: 8px;
	text-align: right;
	color: #fff;
}

#NAVI_LEFT a, #NAVI_RIGHT a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
}

#NAVI_LEFT a:hover, #NAVI_RIGHT a:hover {
	color: #5ec760;
}

#NAVI_LEFT .act, #NAVI_RIGHT .act {
	color: #5ec760;
}


/* Footer */

#FOOTER_LEFT {
	width: 450px;
	height: 22px;
	float: left;
	padding-top: 8px;
	text-align: left;
	color: #fff;
}

#FOOTER_RIGHT {
	width: 450px;
	height: 22px;
	float: right;
	padding-top: 8px;
	text-align: right;
	color: #fff;
}

#FOOTER_LEFT a, #FOOTER_RIGHT a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
}

#FOOTER_LEFT a:hover, #FOOTER_RIGHT a:hover {
	color: #5ec760;
}

#FOOTER_LEFT .act, #FOOTER_RIGHT .act {
	color: #5ec760;
}


/* Inhalte */

#INHALT_LINKS {
	width: 450px;
	height: 450px;
	float: left;
	background: #fff;
	text-align: left;
	background: url(../bilder/laub_balken.jpg) no-repeat;
}

#TEXT {
	padding-left: 35px;
	padding-right: 35px;
}

#INHALT_LINKS img {
	padding-left: 35px;
	padding-right: 35px;	
}

.csc-header {
	padding-left: 35px;
	padding-top: 30px;
	padding-right: 35px;
	padding-bottom: 10px;
}

h1 {
	font-size: 24px;
	font-weight: normal;
}

#INHALT_LINKS_DATEN {
	width: 900px;
	height: 450px;
	float: left;
	background: #fff;
	text-align: left;
	background: url(../bilder/laub_balken_breit.jpg) no-repeat;
}

#INHALT_RECHTS {
	width: 450px;
	height: 450px;
	float: right;
	background: url(../bilder/laub_balken_rechts.jpg) no-repeat;
	text-align: left;
}


#INHALT_LINKS a {
	color: #00a500;
	text-decoration: none;
}

#INHALT_LINKS a:hover {
	text-decoration: underline;
}

#INHALT_RECHTS a {
	color: #00a500;
	text-decoration: none;
}

#INHALT_RECHTS a:hover {
	text-decoration: underline;
}

#INHALT_LINKS ul {
	padding: 0;
	list-style: none;
}

#INHALT_LINKS li {
	background: url(../bilder/liste_quadrat.gif) no-repeat left 8px;
	padding-left: 16px;
}

#INHALT_RECHTS ul {
	padding: 0;
	list-style: none;
}

#INHALT_RECHTS li {
	background: url(../bilder/liste_quadrat.gif) no-repeat left 8px;
	padding-left: 16px;
}

#INHALT_RECHTS img, #INHALT_RECHTS dl, #INHALT_RECHTS dt {
	padding: 0;
	margin: 0;
}

#INHALT_LINKS object {
	clear: both;
}

.tx-felogin-pi1 {
	padding-left: 35px;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 10px;
}

#remoteupload {
	padding-left: 35px;
	padding-top: 30px;
	padding-right: 35px;
	padding-bottom: 0px;
	background: transparent;
}

table {
	width: 800px;
	border: 0;
	cellspacing: 0;
	cellpadding: 0;
	padding: 0;
	border-spacing: 0;
	border-top: 1px solid #333;
}

th {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	border: 0;
	border-bottom: 1px solid #333;
	background: #a1dd8d;
}

td {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	border: 0;
	border-bottom: 1px solid #333;
	padding: 5px;
	text-align: center;
	background: #e0f6da;
}

tr {
	border: 0;
	padding: 0;
}

hr {
	border: 0;
}