/* Standards */ 

body {
	color: #4C4C4C;
	margin: 0;
	padding: 0;
	background-color: #f8f8f8;
	font: 13px/20px "Lucida Sans Unicode", "Lucida Grande", Lucida, Verdana, sans-serif;
	height:100%;
	/* overflow-y:auto; */ 
}

#print-header {
	display: none;
}

.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

/* Sidebar */

#sidebar {
	display: block;
	position: fixed;
	background-color: #f8f8f8;
	width: 175px;
	top: 50px;
	left: 0px;
	height: 100%;
}

* html #sidebar {
	position: absolute;
}

/* Sidebar Logo */

#sidebar #logo {
	background: url(logo_white.gif) no-repeat;
	width: 75px;
	height: 75px;
	margin-bottom: 50px;
	margin-left: 50px;
}

#sidebar #logo img {
	text-decoration: none;
	border: 0px;
}

#sidebar #logo h1 {
	display: none;
}

/* Sidebar Menu */

#sidebar #menu {
	margin-bottom: 50px;
	margin-left: 50px;
}

#sidebar #menu ul {
	list-style-type: none;
	text-align: left;
	text-indent: -1em;
}

#sidebar #menu ul li a {
	text-decoration: none;
	color: #a8a8a8;
	letter-spacing: 0.08em;
	padding-left: 10px;
}

#sidebar #menu ul li {
	font-weight: bold;
	font-variant: small-caps;
	/* text-transform: lowercase; */
	font-size: small;
	line-height: 17px; /* Firefox benoetigt die Angabe der line-height auf eben der li Elemente */
	text-indent: -3.2em;
	margin: 0;
}

#sidebar #menu ul li a:hover {
	background: url(list-on-white.gif) left center no-repeat;
	color: #666;
}

#sidebar #menu ul li a#current {
	background: url(list-active-white.gif) left center no-repeat;
	color: #000;
}

/* Sidebar Tools 1 */

#sidebar #tools-2 {
	margin-bottom: 50px;
	margin-left: 50px;
	margin-top:120px;
}

#sidebar #tools-2 #toolsnav {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 15px;
	display: inline;
	overflow: hidden;
}

#sidebar #tools-2 #toolsnav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#sidebar #tools-2 #toolsnav a {
	float: left;
	padding: 15px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 20px; /* for IE5/Win */
}

#sidebar #tools-2 #toolsnav a:hover {
	background-position: 0 -20px;
}

#sidebar #tools-2 #toolsnav a:active, #sidebar #tools-2 #toolsnav a.selected {
	background-position: 0 -40px;
}

#sidebar #tools-2 #toolsnav #thumbnails a {
	width: 16px;
	margin-right: 6px;
	/* margin-left: 12px; */
	background: url(raster-off-white.gif) top left no-repeat;
}

#sidebar #tools-2 #toolsnav #thumbnails a.current {
	width: 16px;
	background: url(raster-on-white.gif) top left no-repeat;
}

#sidebar #tools-2 #toolsnav #thumbnails a:hover {
	width: 16px;
	background: url(raster-over-white.gif) top left no-repeat;
}

#sidebar #tools-2 #toolsnav #liste a {
	width: 16px;
	background: url(liste-off-white.gif) top left no-repeat;
}

#sidebar #tools-2 #toolsnav #liste a.current {
	width: 16px;
	background: url(liste-on-white.gif) top left no-repeat;
}

#sidebar #tools-2 #toolsnav #liste a:hover {
	width: 16px;
	background: url(liste-over-white.gif) top left no-repeat;
}


/* Tools 2 */

#sidebar #tools-1 {
	margin-bottom: 50px;
	margin-left: 50px;
}

#sidebar #tools-1 #toolsnav-2 {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 15px;
	display: inline;
	overflow: hidden;
}

#sidebar #tools-1 #toolsnav-2 li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#sidebar #tools-1 #toolsnav-2 a {
	float: left;
	padding: 15px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 20px; /* for IE5/Win */
}

#sidebar #tools-1 #toolsnav-2 a:hover {
	background-position: 0 -20px;
}

#sidebar #tools-1 #toolsnav-2 a:active, #sidebar #tools-1 #toolsnav-2 a.selected {
	background-position: 0 -40px;
}

#sidebar #tools-1 #toolsnav-2 #white a {
	width: 16px;
	margin-right: 6px;
	/* margin-left: 12px; */
	background: url(style-white-on-white.gif) top left no-repeat;
}

#sidebar #tools-1 #toolsnav-2 #white a:hover {
	width: 16px;
	background: url(style-white-over-white.gif) top left no-repeat;
}

#sidebar #tools-1 #toolsnav-2 #gray a {
	width: 16px;
	margin-right: 6px;
	/* margin-left: 12px; */
	background: url(style-gray-off-white.gif) top left no-repeat;
}

#sidebar #tools-1 #toolsnav-2 #gray a:hover {
	width: 16px;
	background: url(style-gray-over-white.gif) top left no-repeat;
}

#sidebar #tools-1 #toolsnav-2 #black a {
	width: 16px;
	margin-right: 6px;
	/* margin-left: 12px; */
	background: url(style-black-off-white.gif) top left no-repeat;
}

#sidebar #tools-1 #toolsnav-2 #black a:hover {
	width: 16px;
	background: url(style-black-over-white.gif) top left no-repeat;
}



#sidebar #notes-1 {
	clear: both;
	padding-top: 50px;
	margin-left: 15px;
	width: 145px;
	overflow:hidden;
}

#sidebar #notes-1 p,
#sidebar #notes-1 h1,
#sidebar #notes-1 h2,
#sidebar #notes-1 h3,
#sidebar #notes-1 h4,
#sidebar #notes-1 h5,
#sidebar #notes-1 h6 {
	font-size: 100%;
	margin: 0;
	margin-left: 33px;
	padding: 0;
}

/* Tools 3 Language */

#sidebar #tools-3 {
	margin-bottom: 50px;
	margin-left: 50px;
}


#sidebar #tools-3 ul {
	list-style-type: none;
	text-align: left;
	text-indent: -1em;
}

#sidebar #tools-3 ul li a {
	text-decoration: none;
	color: #a8a8a8;
	letter-spacing: 0.08em;
	padding-left: 10px;
}

#sidebar #tools-3 ul li {
	font-weight: bold;
	font-variant: small-caps;
	/* text-transform: lowercase; */
	font-size: small;
	line-height: 17px; /* Firefox benoetigt die Angabe der line-height auf eben der li Elemente */
	text-indent: -3.2em;
	margin: 0;
}

#sidebar #tools-3 ul li a:hover {
	background: url(list-on-white.gif) left center no-repeat;
	color: #666;
}

#sidebar #tools-3 ul li a.current {
	background: url(list-active-white.gif) left center no-repeat;
	color: #000;
}


/* Content */




#content {
	margin-left: 175px;
	margin-top: 50px;
	margin-right: 0;
}

/* Content Text */

#content p,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	font-size: 100%;
	margin: 0;
	padding: 0;
}


#content h1, #content h4 {
	font-size: 100%;
	margin: 0 ! important;
	padding: 0 ! important;
}

#content h5 {
	font-weight: normal;
	font-size: 100%;
	margin: 0 ! important;
	padding: 0 ! important;
}

/* Content Columns */

#content .content_columns {
}

/* Content Columns Column Standard */

#content .content_columns .content_column_300 {
	width: auto;
	height: auto;
	float: left;
	min-width: 325px;
	margin: 0 ! important; 
	padding: 0 ! important;
}

#content .content_columns .content_column_300 p,
#content .content_columns .content_column_300 h1,
#content .content_columns .content_column_300 h2,
#content .content_columns .content_column_300 h3,
#content .content_columns .content_column_300 h4,
#content .content_columns .content_column_300 h5,
#content .content_columns .content_column_300 h6 {
	width: 300px;
	margin-right: 25px;
	margin: 0 ! important; 
	padding-bottom: 15px;
}

#content .content_columns .content_column_300 .csc-textpic, #content .content_columns .content_column_300_last .csc-textpic {
	margin-right: 25px;
	padding: 0 !important;
}

/* Content Columns Column Last */

#content .content_column_300_last {
	width: auto;
	height: auto;
	float: left;
	/* min-width: 300px; */
	margin: 0; 
	padding: 0;
}

#content .content_columns .content_column_300_last p,
#content .content_columns .content_column_300_last h1,
#content .content_columns .content_column_300_last h2,
#content .content_columns .content_column_300_last h3,
#content .content_columns .content_column_300_last h4,
#content .content_columns .content_column_300_last h5,
#content .content_columns .content_column_300_last h6 {
	width: 300px;
	margin: 0 ! important; 
	padding-bottom: 15px;
}

/* Content Columns Column Teaser  */

#content .content_column_300_teaser {
	width: 300px;
}

/* Content Columns Column Teaser First  */

#content .content_column_300_teaser_first {
	width: 300px;
}

#content .content_column_300_teaser img.tx-bfteaser-pi1 {
	border-top: 3px solid #333;
	padding-top: 12px;
	margin-top: 12px;
	margin-right: 25px;
	margin-bottom: 12px ! important;
}

#content .content_column_300_teaser_first img.tx-bfteaser-pi1 {
	margin-right: 25px;
	margin-bottom: 12px ! important;
}

#content .content_column_split {
	width: auto;
	height: auto;
	float: left;
	margin: 0; 
	padding: 0;
}

#content .content_column_splitter {
}

#content h1.tx-bfteaser-pi1 {
	width: 300px;
	display: inline;
}

#content .new {
	color: #ffffff;
	background-color: #93d912;
	margin: 2px;
	font-size: 10px;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-right: 3px;
	padding-top: 0px;
	text-transform: lowercase;
	display: inline;
}

#content h1.tx-bfteaser-pi1 a {
	text-decoration: none;
}

#content h1.tx-bfteaser-pi1 a:hover {
	border-bottom: 1px solid #000;
}

#content h1.tx-bfteaser-pi1 a:visited {
	background-position: right center;
	background-image: url(visited.gif);
	background-repeat: no-repeat; 
	text-decoration: none;
	color: #4C4C4C;
	padding: 0 ! important;
	margin: 0 ! important;
	padding-right: 16px ! important;
	border: 1px solid white;
}


#content p.tx-bfteaser-pi1 {
	width: 300px;
	padding: 0 ! important; 
}

/* Content Page Navigation */

#content .tx-gsipagenav-pi1 {
	margin-bottom: 12px;
}

/* Content Listmenu */

#content .csc-menu-1 {
	padding-left: 0;
	margin-left: 0;
}

#content .csc-menu-1 li {
	list-style: none;
	margin: 0;
	padding: 0.25em;
	font-weight: bold;
}

#content .csc-menu-1 li a {
	color: #333;
	text-decoration: none;
	/* border-bottom: 1px solid #333; */
}

#content .csc-menu-1 li a:hover {
	text-decoration: none;
	color: #000 ! important;
	border-bottom: 1px solid #000;
}

#content .csc-menu-1 li a:visited {
	background-position: right center;
	background-image: url(visited.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #4C4C4C;
	padding-right: 16px;
}


/* Content Links  */

#content a {
	color: #333;
}

#content a:hover {
	color: #000;
}

#content p a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #333;
}

#content p a:hover {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #000;
}

/* Content Images  */

#content .csc-textpic-image {
	padding-bottom: 25px;
	margin-bottom: 0 ! important;
}

/* Content Mailform  */

#content .csc-mailform {
	border: 0;
	margin: 0;
	padding: 0;
}

#content .csc-mailform-field label {
	display: block;
	font-weight: bold;
	border: 0;
	margin: 0;
	padding: 0;
}

#content .csc-mailform-field input, #content .csc-mailform-field textarea {
	display: block;
	margin-bottom: 12px;
	width: 275px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 3px;
	line-height: 15px;
	font-size: 12px;
}

#content .csc-mailform-submit {
	width: auto ! important ;
}

/* Subtext */ 

#subtext {
	margin-left: 175px;
	margin-top: 0;
	margin-right: 25px;
}

/* Footer */ 

#footer {
	border-top: 3px solid #333;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: 175px;
	margin-top: 10px;
	margin-right: 50px;
}

#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

#footer a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

/* Grid */

table {
    border-collapse: collapse;
    margin-right: 50px;
}

#grid thead td, #grid thead th {
    text-align: left;
    color: #000;
    padding-left: 1ex;
    padding-right: 1ex;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

#grid thead th.titel, #grid thead th.beschreibung, #grid thead th.datum, #grid thead th.bereich   { 
	border-right: 1px solid #000;
    white-space: nowrap;
}

#grid thead tr {
    background-color: #a8a8a8;
}

#grid tbody td {
	vertical-align: top;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border-bottom: 1px solid #a8a8a8;
}

#grid tbody td.titel, #grid tbody td.bereich, #grid tbody td.datum   {
    white-space: nowrap;
    border-right: 1px solid #a8a8a8;
}

#grid tbody td.kunde {
    white-space: nowrap;
}


#grid tbody td.titel a  {
	text-decoration: none;
	font-weight: bold;
}

#grid tbody td.titel a:visited {
	background-position: right center;
	background-image: url(visited.gif) ! important;
	background-repeat: no-repeat;
	text-decoration: none ! important;
	color: #4C4C4C ! important;
	padding-right: 16px ! important;
}

#grid tbody td.titel a:hover  {
	color: #000 ! important;
	border-bottom: 1px solid #000;
}
#grid tbody td.beschreibung {
    border-right: 1px solid #a8a8a8;
}

#grid tr.odd {
    background-color: #f2f2f2;
}

#grid .x-grid-pad, #grid .x-grid-order {
    font-weight: bold;
}

/* Image Zoom */

.remo-zoom-in {
	cursor: -moz-zoom-in;
}

.remo-box {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff no-repeat center;
	z-index: 41;
}

.remo-loading {
	background-image: url(spinner.gif);
}

.remo-content {
	width: 100%;
	height: 100%;
}

.remo-box-focus .remo-content {
	cursor: -moz-zoom-out;
}

.remo-box-dragging .remo-content {
	cursor: move;
}

.remo-btn-close {
	position: absolute;
	left: -15px;
	top: -15px;
	width: 30px;
	height: 30px;
	text-decoration: none;
	border: 0;
	/* background: url(closebox.png) no-repeat top left; */
	visibility: hidden;
	cursor: pointer;
}

.remo-title-wrap {
	position: absolute;
	left: 0;
	bottom: 10px;
	overflow: hidden;
	text-align: left;
	display: none;
}

.remo-title {
	position: relative;
	
}

.remo-title-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	background-color: #fff;
	z-index: 99;
}

.remo-title-txt {
	position: relative;
	padding: 5px 15px;
	color: #000;
	z-index: 101;
}

.remo-img {
	display: block;
	border: 0;
	width: 100%;
	height: 100%;
}

.remo-bg {
	position: absolute;
	width: 33px;
	height: 40px;
}

.remo-bg-n {
	left: 0;
	top: -40px;
	width: 100%;
	background: url(remo_bg_n.png) repeat-x;
}

.remo-bg-ne {
	right: -33px;
	top: -40px;
	background: url(remo_bg_ne.png) no-repeat;
	
}

.remo-bg-e {
	right: -33px;
	top: 0;
	height: 100%;
	background: url(remo_bg_e.png) repeat-y;
}

.remo-bg-se {
	right: -33px;
	bottom: -40px;
	background: url(remo_bg_se.png) no-repeat;
}

.remo-bg-s {
	left: 0;
	bottom: -40px;
	width: 100%;
	background: url(remo_bg_s.png) repeat-x;
}

.remo-bg-sw {
	left: -33px;
	bottom: -40px;
	background: url(remo_bg_sw.png) no-repeat;
}

.remo-bg-w {
	left: -33px;
	top: 0;
	height: 100%;
	background: url(remo_bg_w.png) repeat-y;
}

.remo-bg-nw {
	left: -33px;
	top: -40px;
	background: url(remo_bg_nw.png) no-repeat;
}


/*tooltip*/

.tool-tip {
	color: #fff;
	/* width: 200px; */
	max-width: 250px;
	z-index: 13000;
}
 
.tool-title {
	display: none;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 4px;
	background-color: #555;
	color: #fff;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
}

.tx-felogin-pi1 fieldset {
	border:0;
	margin: 0;
	padding: 0;
}

.tx-felogin-pi1 fieldset legend {
	display: none;
}

.tx-felogin-pi1 fieldset label {
	font-weight: bold;
}


#content .content_columns .content_column_300 .tx-felogin-pi1 div {
	width: 	300px;
	margin-bottom: 10px;
}

.tx-felogin-pi1 fieldset input {
	display: block;
	margin-bottom: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 3px;
	line-height: 15px;
	font-size: 12px;
}

.csc-uploads-icon {
width: 50px;
}

.csc-uploads-fileName {
width: 250px;
}

.csc-uploads {
margin-bottom: 25px;
}




/*ab hier von Wolfram Scheible eingefŸgt*/

