/* DATEI: basis.css
--------------------------------------------------------------------------------------- 
Hauptfarben:
Rot: #D10020
Blau: #1A3CA1
Text: #333333
Dunkelgrau: #B6BDC2
Hellgrau: #DAE2E8
*/

/* Allgemeine Neutralisation
--------------------------------------------------------------------------------------- */

* { background-color: transparent; }

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset { font: 12px Arial, Helvetica, sans-serif; margin: 0; padding: 0; }

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address { margin: 1em 0; padding: 0; }

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote { margin-left: 2em; }

/* Miscellaneous conveniences: */
form label { cursor: pointer; }
fieldset { border: none; }
input, select, textarea { font-size: 100%; font-family: inherit; }


/* Allgemeine Angaben
--------------------------------------------------------------------------------------- */

/* F?r Browserprobleme mit relativen Schriftgr??en und permanenten Scrollbalken rechts: */
html { font-size: 100.01%; height: 101%; }

body { background: #ccc; color: #333; text-align: center; background: #ccc url(../img/bg_kachel04.jpg) fixed;}

/* Zum Aufl?sen von float: */
.breaker, .clear { clear: both; height: 0; overflow: hidden;  }

hr { border: none; color:#ccc; height: 1px; background: #ccc; margin:20px 0 20px 0; }

img { border: none; }
p { line-height: 140%; }
input, textarea, option { padding-left: 2px; }
table { border-collapse:collapse; }
td { vertical-align : top; }
pre { font-family: monospace;  }
strong { font-weight: bold; }

a { color:#cc0000; text-decoration:none; }
a:hover { color:#cc0000; text-decoration:underline; }
a:visited {}
a:active {}
a:focus { outline: 0; }

.trenner { height: 1px; background: url(../img/line_grey.gif) repeat-x left ; margin: 10px 0 10px 0; }

/* Headers */
h1 { font-size: 36px; font-weight: normal; color: #cc0000; margin: 0; padding:0; }
h2 { font-size: 16px; font-weight: bold; color: #cc0000; }
h3 { font-size: 24px; font-weight: normal; color: #cc0000; margin: 0 0 25px 0; padding:0; }
h4 { font-size: 12px;  font-weight: bold; color: #000; }
h5 { font-size: 11px; font-weight: bold; color: #000; }

/* Headers, with link */
h1 a, h2 a, h3 a, h4 a, h5 a { color: #cc0000; text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover { text-decoration: underline; }

/* Seitenstruktur / Container
--------------------------------------------------------------------------------------- */

#main { width: 762px; margin: 0 auto; padding-top: 65px; text-align: left; }
#headerContainerContainer { position: relative; height: 90px; width: 762px; }
#headerContainer { height: 90px; width: 762px; background: url(../img/bg_header.png) no-repeat top left;  }
#menu { width: 762px; height: 35px; background: url(../img/bg_menu.png) no-repeat top left;  }
#contentStart { width: 762px; background: url(../img/bg_mainimg.png) no-repeat top left; }
#contentContainer { width: 762px; padding: 30px 0 30px 0; background: #fff; margin-bottom: 10px; }
#contentContainerTemplate2 { width: 762px; padding: 0 0 30px 0; background: #fff/* url(../img/bg_page1.jpg) no-repeat top left*/; margin-bottom: 10px; }
#headerImg { width: 762px; height: 320px; overflow:hidden; margin-bottom: 10px; }
#col1 { float: left; width: 665px; margin-left: 40px; }
#col2 { float: right; width: 233px; }
#teaserContainerContainer { position: relative; width: 762px; height: 170px; }
#teaserContainer { width: 762px; height: 170px; overflow:hidden; background: url(../img/bg_footer.png) no-repeat top left;}
#footer { width: 762px; font-size: 9px; padding-bottom: 30px; color: #58585A; text-transform:uppercase; }

/* Header
--------------------------------------------------------------------------------------- */

#headerLogo { position: absolute; top: 18px; left: 25px; width: 280px; height: 55px; overflow: hidden; }
#headerSearch { position: absolute; top: 55px; right: 25px; height: 14px; width: 124px; color: #666; text-align: right; }
#headerSearch form { margin:0; padding:0; background: none; }
#headerSearch input.searchword { position: absolute; top:2px; left:0; margin:0; height: 10px;  width: 100px; border: #ccc 1px solid; padding: 0 0 2px 2px; color: #ccc; font-size: 10px; }
#headerSearch input.searchbutton { position: absolute; top:2px; left:110px; width: 13px; margin:0; height: 13px; border: none; cursor:hand; cursor:pointer; background: url(../img/suchbutton.gif) no-repeat left top;}
#headerClaim { position: absolute; top: 20px; right: 25px; height: 24px; width: 255px; color: #666; text-align: right; }

/* ------------- Menu ------------------- */

#menu {}

#menu table {
list-style-type:none;
margin: 0;
padding: 0;

}

#menu table td {
 margin:0; padding:0; width: 151px; height: 30px; line-height: 30px; font-size: 14px; float: left; text-align: center; 
}

#menu table td a	{
color: #333;
/*padding: 1px 3px 1px 3px;*/
display:block;
font-weight: bold;
}

#menu table td a:hover	{
text-decoration:none;
color: #666;
}

#menu table td a.act	{
text-decoration:none;
color: #000;
}

#menu table td a.act:hover	{
text-decoration:none;
color: #000;
}


ul.layermenu  {
margin: 0;
padding: 1px;
list-style-type:none;
color: #939393; 
background-color: #fff;
width: 149px;
font-size: 10px;
}

ul.layermenu li {
margin: 0;
padding: 0;
text-align: left;
}

ul.layermenu li a	{
color: #333;
display:block;
padding: 3px 3px;
width: 143px;
text-transform: uppercase;
}

ul.layermenu li a:hover {
color: #333;
text-decoration:none;
background-color: #cac8c8;
}



/* Inhalte col1
--------------------------------------------------------------------------------------- */


/* Inhalte col2
--------------------------------------------------------------------------------------- */

/* Headers */
#col2 h1 { font-size: 16px; font-weight: normal; color: #000; text-transform: uppercase; }
#col2 h2 { font-size: 14px; font-weight: normal; color: #000; }
#col2 h3 { font-size: 13px; font-weight: normal; color: #000; }
#col2 h4 { font-size: 12px;  font-weight: bold; color: #000; }
#col2 h5 { font-size: 11px; font-weight: bold; color: #000; }

/* Headers, with link */
#col2 h1 a, #col2 h2 a, #col2 h3 a, #col2 h4 a, #col2 h5 a { color: #cc0000; text-decoration: none; }
#col2 h1 a:hover, #col2 h2 a:hover, #col2 h3 a:hover, #col2 h4 a:hover, #col2 h5 a:hover { text-decoration: underline; }

#sideNavTop { background: #fff url(../img/bg_sideBox_top.gif) no-repeat left top; height: 10px; }
#sideNavBottom { background: #fff url(../img/bg_sideBox_bottom.gif) no-repeat left bottom; height: 10px; margin-bottom: 10px; }
#sideNav { background: #f8fafd url(../img/bg_sideBox_content.gif) no-repeat left bottom; border-left: 1px solid #d0d0d0; padding: 0 10px 0 10px; }
#sideNav ul { margin: 0; padding: 0 0 1px 0; list-style-type:none; }
#sideNav li	{ margin: 0 0 1px 0; padding: 0; font-size: 12px; }
#sideNav li.act { }
#sideNav li a	{ line-height: 20px; padding: 0 0 0 5px; color: #000; display: block; width: 217px; /* width: wichtig f?r IE6 in Verbindung mit display:block; */ font-weight: normal; }
#sideNav li a:hover	{ background: #cc0000; color: #fff; text-decoration: none; }
#sideNav li a.act	{ color: #fff; background: #cc0000; }
#sideNav li a.act:hover	{ text-decoration: none; }

/*.sideBox { margin-bottom: 10px; height: 125px; overflow:hidden; }*/

/*.sideBox { margin-bottom: 10px; }*/
.sideBoxTop { background: #f8fafd url(../img/bg_sideBox_top.gif) no-repeat left top; height: 10px; margin: 0; padding: 0;}
.sideBoxContent { background: #f8fafd url(../img/bg_sideBox_content.gif) no-repeat left bottom; border-left: 1px solid #d0d0d0; padding: 0 10px 10px 10px; margin: 0; }
.sideBoxBottom { background: #f8fafd url(../img/bg_sideBox_bottom.gif) no-repeat left bottom; height: 10px;  margin-bottom: 10px; padding: 0; }


/* Headers */
.sideBox h1 { font-size: 16px; font-weight: bold; color: #cc0000; margin: 0; padding:0; }
.sideBox h2 { font-size: 16px; font-weight: bold; color: #cc0000; }
.sideBox h3 { font-size: 14px; font-weight: bold; color: #cc0000; margin-bottom: 5px; padding:0; }
.sideBox h4 { font-size: 12px;  font-weight: bold; color: #000; }
.sideBox h5 { font-size: 11px; font-weight: bold; color: #000; }

/* Headers, with link */
.sideBox h1 a, h2 a, h3 a, h4 a, h5 a { color: #000; text-decoration: none; }
.sideBox h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover { text-decoration: underline; }


.boxcolor1 { background: #F1F5F8; border: #ccc 1px solid; padding: 0 10px; margin-bottom: 10px; }
.boxcolor2 { background: #DEE7EC; border: #ccc 1px solid; padding: 0 10px; margin-bottom: 10px; }
.boxcolor3 { background: #D0DEEB; border: #ccc 1px solid; padding: 0 10px; margin-bottom: 10px; }


/* Teaser Boxen
--------------------------------------------------------------------------------------- */

.boxBig1 { position: absolute; top: 0; left: 0; width: 355px; height: 60px; padding: 10px; overflow:hidden; color: #FFFFFF; }
.boxBig2 { position: absolute; top: 0; right: 5px; width: 355px; height: 60px; padding: 10px; overflow:hidden; color: #FFFFFF; }
.boxBig3 { position: absolute; top: 85px; left: 0; width: 355px; height: 60px; padding: 10px; overflow:hidden; color: #FFFFFF; }
.boxBig4 { position: absolute; top: 85px; right: 5px; width: 355px; height: 60px; padding: 10px; overflow:hidden; color: #FFFFFF; }

.boxBig1 h5, .boxBig2 h5, .boxBig3 h5, .boxBig4 h5 {
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
color: #FFFFFF;
margin: 0;
padding: 0;
}

.boxBig1 p, .boxBig2 p, .boxBig3 p, .boxBig4 p {
margin: 0;
padding: 0;
font-size: 11px;
line-height: 120%;
}

.boxBig1 a, .boxBig2 a, .boxBig3 a, .boxBig4 a  { color: #fff; }
.boxBig1 a:hover, .boxBig2 a:hover, .boxBig3 a:hover, .boxBig4 a:hover  { color: #fff; text-decoration:none; }


/*
.boxSmall1 { position: absolute; top: 135px; left: 0; width: 233px; height: 125px; overflow: hidden; }
.boxSmall2 { position: absolute; top: 135px; left: 243px; width: 233px; height: 125px; overflow: hidden; }
.boxSmall3 { position: absolute; top: 135px; right: 243px; width: 233px; height: 125px; overflow: hidden; }
.boxSmall4 { position: absolute; top: 135px; right: 0; width: 233px; height: 125px; overflow: hidden; }
*/


/* Footer
--------------------------------------------------------------------------------------- */
#footer a { color:#58585A; }
#footer a:hover { color:#58585A; }






/* TYPO3:Content
--------------------------------------------------------------------------------------- */
/* First Header */
h1.csc-firstHeader, h2.csc-firstHeader, h3.csc-firstHeader, h4.csc-firstHeader, h5.csc-firstHeader {  margin-top: 0px; }

/* Header date */
p.csc-header-date { font-size: 90%; color: #186900; }

/* Subheader, general */
p.csc-subheader { font-style: italic; background-color: #EDEBF1; }

/* Subheader, specific */
p.csc-subheader-0 { font-style: normal; }
p.csc-subheader-1 { color: #186900; }
p.csc-subheader-2 { color: #10007B; }
p.csc-subheader-3 { color: #8A0020;}

/**********/
/* Images */
/**********/

/* Images / Captions */
.csc-textpic-caption { 
	font-size: 90%; 
}
/**********/
/* Images, Version 3.9.0 */
/**********/
/* Images / Tables / Floating text */
table.imgtext-table { 
	border: 0px;
}

/* Images / Tables / Wrapped text */
/* When "Text w/Image" elements are wrapping the text into a table the top-margin of Hx elements should be transferred to the wrapping table instead. This is done here: */
table.imgtext-nowrap {
	border: 0px;
}
table.imgtext-nowrap h1, table.imgtext-nowrap h2, 
table.imgtext-nowrap h3, table.imgtext-nowrap h4, 
table.imgtext-nowrap h5 {
	margin-top: 0px; 
}



/***************/
/* Bulletlists */
/***************/

/* Bulletlists, general */
ul.csc-bulletlist li {}

/* Bulletlists, specifically */
ul.csc-bulletlist-0 { }
ul.csc-bulletlist-1 { 
	color: #186900; 
	list-style-type : decimal; 
}
ul.csc-bulletlist-2 { 
	color: #10007B; 
	list-style-position : inside;
}
ul.csc-bulletlist-3 { 
	color: #8A0020; 
	list-style-image: url(img/red_arrow_bullet.gif); 
}



/*********************/
/* Tables, generally */
/*********************/

table.contenttable { 
	border-top: #ccc 1px solid; 
	margin: 10px 0px; 
	width: 100%;
	border-collapse:separate;
        border-spacing:0; 
}
table.contenttable tr td, table.contenttable tr th { 
	padding: 5px;
	border-bottom: #ccc 1px solid; 
}
table.contenttable tr td p, table.contenttable tr th p  { margin:0; }
table.contenttable tr {  }


/* Tables, specifically */
table.contenttable-0 p { }

table.contenttable-1 p { 
	color: #186900; 
}
table.contenttable-1 tr.tr-0 td p { 
	font-weight: bold; 
}
table.contenttable-1 tr.tr-0 td { 
	background-color: #D1D2E4;
}

table.contenttable-2 p { 
	color: #10007B; 
}
table.contenttable-2 tr td.td-0 { 
	background-color: #F5FFAA;
}
table.contenttable-2 tr td.td-0 p { 
	font-weight: bold; 
}

table.contenttable-3 p { 
	color: #8A0020; 
}
table.contenttable-3 tr td.td-0, 
table.contenttable-3 tr.tr-0 td { 
	background-color: #D1D2E4;
}
table.contenttable-3 tr td.td-0 p, 
table.contenttable-3 tr.tr-0 td p { 
	font-weight: bold; 
}

.tr-even {
background-color:#E6E8EE;
}

.tr-odd {}







/************************/
/* Filelinks, generally */
/************************/
table.csc-uploads { 
	border: 0px; 
}
table.csc-uploads tr td p { }
table.csc-uploads tr.tr-even td { 
	background-color: #EDEBF1; 
}
table.csc-uploads tr.tr-odd td { 
	background-color: #D8D7DC; 
}
table.csc-uploads tr td.csc-uploads-icon { 
	padding: 0 6px;  
	width: 1%; 
	text-align: center; 
	vertical-align: middle; 
}
table.csc-uploads tr td.csc-uploads-fileName { 
	width: 80%; 
	padding-left: 5px; 
}
table.csc-uploads tr td.csc-uploads-fileName p a { 
	font-weight: bold; 
}
table.csc-uploads tr td.csc-uploads-fileName p.csc-uploads-description { 
	font-style: italic; 
}
table.csc-uploads tr td.csc-uploads-fileSize { 
	white-space: nowrap; 
	padding: 0 6px; 
}

/* Filelinks, specifically */
table.csc-uploads-1 { 
	border-color: #186900; 
}
table.csc-uploads-2 { 
	border-color: #10007B;
}
table.csc-uploads-3 { 
	border-color: #8A0020; 
}
table.csc-uploads-3 tr td { 
	vertical-align: middle; 
}
table.csc-uploads-3 tr.tr-even td.csc-uploads-icon img { 
	border: 2px solid #333333; 
	}
table.csc-uploads-3 tr.tr-odd td.csc-uploads-icon img { 
	border: 2px solid #333333; 
}


/*****************/
/* Various Forms, Version 3.9.0 */
/*****************/

/* Email, Login and Search forms generally: */
form table tr td { padding-left: 5px; padding-right: 20px; }
form table tr td.csc-form-labelcell, form table tr td.csc-form-commentcell { background-color: #D8D7DC; }
form table tr td.csc-form-fieldcell { background-color: #EDEBF1; }
form table tr td.csc-form-fieldcell input, form table tr td.csc-form-fieldcell select, form table tr td.csc-form-fieldcell textarea { border: 1px solid #333333; }
form table tr td.csc-form-labelcell p.csc-form-label-req { font-weight: bold; }

/* Email form, specifically */
form table.csc-mailform tr td.csc-form-labelcell  { }

/* Search form, specifically */
form table.csc-searchform { width: 100%; }
form table.csc-searchform tr td { padding: 5px 5px 5px 5px; }
form table.csc-searchform tr td.csc-form-labelcell, form table.csc-searchform tr td.csc-form-commentcell { font-weight: bold; }
form table.csc-searchform tr td.csc-form-fieldcell input, form table.csc-searchform tr td.csc-form-fieldcell select { width: 100%; }

/* Login form, specifically */
form table.csc-loginform { width: 70%; }

/*****************/
/* Various Forms */
/*****************/

/* Email, Login and Search forms generally: */

fieldset {
	border:0px;
}
.csc-mailform-field {
	margin: 5px 0;
	clear:both;
}
.csc-mailform-field label { 
	float:left;
	text-align:right;
	margin-right: 5%;
	width:30%;
}
.csc-mailform-field input,
.csc-mailform-field textarea,
.csc-mailform-field select,
.csc-mailform-radio fieldset {
	width:50%;
	background-color:#fff;
}
input.csc-mailform-submit,
input.csc-mailform-check,
.csc-mailform-radio input {
	width:auto;
}
input.csc-mailform-submit {
        margin-left: 35% !important;/* see label width + margin*/
}
.csc-mailform-radio legend {
	display:none;
}

.csc-mailform-radio fieldset input {
	float:none;
}
.csc-mailform-radio fieldset label {
        text-align:left;
        float:none;
        width:auto;
        margin: 0;
}

.csc-loginform {
	padding: 5px;
	background-color: #EDEBF1;
}
.csc-loginform-field {
	margin: 5px 0;
}
.csc-loginform-field label { 
	float:left;
	text-align:right;
	margin-right: 5%;
	width:30%;
}
.csc-loginform-field input {
	width:50%;
	background-color:#fff;
}
input.csc-loginform-submit {
	width:auto;
        margin-left: 35% !important;/* see label width + margin*/
}



/*****************/
/* Search result */
/*****************/

/* Search Result, result information box: */
table.csc-searchResultInfo {  
	margin-top: 10px; 
	width: 100%;
}
table.csc-searchResultInfo tr { 
	background-color: #EDEBF1; 
}
table.csc-searchResultInfo tr td p { 
	padding: 0px 5px 0px 5px;
}
table.csc-searchResultInfo tr td.csc-searchResultRange p { 
	font-weight: bold; 
}
table.csc-searchResultInfo tr td.csc-searchResultPrevNext { 
	text-align: right; 
}

/* Search Result, header + abstract: */
h3.csc-searchResultHeader a { 
	color: #186900; 
}
h3.csc-searchResultHeader { 
	background-color: #EDEBF1; 
	font-size: 14px; 
	padding-left: 5px; 
}
p.csc-searchResult { 
	font-style: italic; 
	margin-left: 20px;
}

/* Search word markup */
span.csc-sword { 
	font-weight: bold; 
	color: red; 
}


/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
div.csc-menu { 
	margin-left: 10px; 
}
div.csc-menu p { 
	font-weight: bold;
	margin: 1px 0px 0px 0px; 
	padding: 2px 2px 2px 10px; 
	background-color: #EDEBF1; 
}
div.csc-menu p a { 
	color: #000000; 
	text-decoration: none; 
}
div.csc-menu p a:hover { 
	color: #660000; 
	text-decoration: underline; 
}
div.csc-menu p.csc-section { 
	font-weight: normal; 
	margin-left: 20px; 
	font-style: italic; 
}

/* Menu / Sitemap, "Menu of these pages" */
div.csc-menu-def p {  }

/* Menu / Sitemap, "Menu of subpages to these pages" */
div.csc-menu-1 { }

/* Menu / Sitemap, "Sitemap" */
div.csc-menu-2 { }
div.csc-menu-2 p.csc-sitemap { }
div.csc-menu-2 p.csc-sitemap-level1 { 
	margin-left: 20px; 
}
div.csc-menu-2 p.csc-sitemap-level2 { 
	margin-left: 40px; 
}
div.csc-menu-2 p.csc-sitemap-level3 { 
	margin-left: 60px; 
}
div.csc-menu-2 p.csc-sitemap-level4 { 
	margin-left: 80px; 
}
div.csc-menu-2 p.csc-sitemap-level1 a { 
	color: #000000; 
}
div.csc-menu-2 p.csc-sitemap-level2 a { 
	color: #186900; 
}
div.csc-menu-2 p.csc-sitemap-level3 a { 
	color: #10007B; 
}
div.csc-menu-2 p.csc-sitemap-level4 a { 
	color: #8A0020; 
}

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
div.csc-menu-3 { }
div.csc-menu-3 p.csc-section { 
	margin-left: 0px; 
}
div.csc-menu-3 p.csc-section a { 
	color: #186900; 
}

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
div.csc-menu-4 { }
div.csc-menu-4 p { 
	margin-top: 2px; 
}
div.csc-menu-4 p.csc-abstract { 
	font-weight: normal; 
	font-style: italic; 
	margin-top: 0px; 
	padding: 0px 2px 2px 20px; 
}

/* Menu / Sitemap, "Recently updated pages" */
div.csc-menu-5 { }

/* Menu / Sitemap, "Related pages (based on keywords)" */
div.csc-menu-6 { }

/* Menu / Sitemap, "Menu of subpages to these pages + sections" */
div.csc-menu-7 { }
div.csc-menu-7 p { 
	font-weight: bold; 
}
div.csc-menu-7 p.csc-section a { 
	color: #186900; 
}

/********************************/
/* Frames, spacing, link-to-top */
/********************************/
p.csc-linkToTop { 
	text-align: right; 
}
p.csc-linkToTop a { 
	font-weight: bold; 
}

div.csc-frame { 
	border: 0px; 
}
div.csc-frame-invisible {}
div.csc-frame-rulerBefore { 
	border-top: 1px solid #333333; 
	margin: 20px 0 10px 0;
}
div.csc-frame-rulerAfter { 
	border-bottom: 1px solid #333333; 
	margin: 10px 0 20px 0;
}
div.csc-frame-indent { 
	padding-left: 100px; 
}
div.csc-frame-indent3366 { 
	padding-left: 33%; 
}
div.csc-frame-indent6633 { 
	padding-right: 33%; 
}
div.csc-frame-frame1 { 
	background-color: #EDEBF1; 
	padding: 2px 4px 2px 4px; 
	border: 1px solid #333; 
	margin-bottom: 20px;
}
div.csc-frame-frame2 { 
	background-color: #F5FFAA; 
	padding: 2px 4px 2px 4px; 
	border: 1px solid #333; 
	margin-bottom: 20px;
}

div.csc-frame-frame1 h1, 
div.csc-frame-frame1 h2, 
div.csc-frame-frame1 h3, 
div.csc-frame-frame1 h4, 
div.csc-frame-frame1 h5 { 
	margin-top: 2px; 
}
div.csc-frame-frame2 h1, 
div.csc-frame-frame2 h2, 
div.csc-frame-frame2 h3, 
div.csc-frame-frame2 h4, 
div.csc-frame-frame2 h5 {
	margin-top: 2px; 
}


/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
img.frontEndEditIcons { vertical-align: middle; margin: 0px 2px 0px 2px; }

/* Default styles for the Admin Panel */
table.typo3-adminPanel { 
	border: 1px solid black; 
	background-color: #F6F2E6; 
}
table.typo3-adminPanel tr.typo3-adminPanel-hRow td { 
	background-color: #9BA1A8; 
}
table.typo3-adminPanel tr.typo3-adminPanel-itemHRow td { 
	background-color: #ABBBB4; 
}
table.typo3-adminPanel table, table.typo3-adminPanel td { 
	border: 0px; 
}
table.typo3-adminPanel td font { 
	font-family: verdana; font-size: 10px; color: black; 
}
table.typo3-adminPanel td a font { 
	font-family: verdana; 
	font-size: 10px; 
	color: black; 
}
table.typo3-editPanel { 
	border: 1px solid black; 
	background-color: #F6F2E6; 
}
table.typo3-editPanel td { 
border: 0px; 
}


/* TYPO3:Ext mailformplus
--------------------------------------------------------------------------------------- */

.tx-thmailformplus-pi1  {
padding: 5px 15px;
margin: 20px 0 20px 0;
background: #f4f4f4;
border-top: #D0D0D0 1px solid; border-bottom: #D0D0D0 1px solid; }

.tx-thmailformplus-pi1 form {
margin:0; 
padding:0;
}

.required {
font-size: 10px;
margin-bottom: 10px;
color: #999;
}

.tx-thmailformplus-pi1 input, .tx-thmailformplus-pi1 select, .tx-thmailformplus-pi1 textarea {
font-family: Arial, sans-serif;
background: #fff;
border:#ccc 1px solid;
padding: 3px;
}

.tx-thmailformplus-pi1 table { width: 100%; }

.tx-thmailformplus-pi1 table td { padding: 0 15px 5px 0;}

.tx-thmailformplus-pi1 table span.title { font-size: 11px; font-weight: bold; }

input.mp_vorname, input.mp_plz, textarea.mp_kommentar, input.mp_ort, input.mp_nachname, input.mp_strasse, input.mp_tel, input.mp_email, select.mp_anrede, input.mp_geb, input.mp_beruf, input.mp_errvon, input.mp_errbis, input.mp_title, input.mp_mobile, input.mp_fax, input.mp_graduation, input.mp_training, input.mp_studies     {
width: 170px;
}


textarea.mp_kommentar, textarea.mp_qualifications {
width: 290px;
height: 150px;
}

input.mp_plz, input.mp_errvon, input.mp_errbis  {
width: 40px;
}

input.mp_ort  {
width: 120px;
margin-left: 5px;
}



.error {
color: #cc0000;
background: #fff;
font-size: 11px;
font-weight: bold;
border: #cc0000 1px solid;
padding: 15px;
margin-bottom: 10px;
}

.error ul {
font-weight: normal;
margin-top: 5px;
margin-bottom: 0;
}


input.mp_submit {
border: #cc0000 1px solid;
padding: 2px 5px 2px 5px;
font-weight: bold;
color: #ffffff;
background-color: #cc0000;
text-decoration: none;
}

/* TYPO3:Ext Direkt Mail Newsletter Subscription
--------------------------------------------------------------------------------------- */

.tx_subscr_newsletter   {
padding: 15px;
margin: 20px 0 20px 0;
background: #F7F9FC;
border-top: #D0D0D0 1px solid; border-bottom: #D0D0D0 1px solid; }

.tx_subscr_newsletter input     {
font-family: Arial, sans-serif;
background: #fff;
border:#ccc 1px solid;
padding: 3px;
}

.tx_subscr_newsletter #submit { margin-top: 10px; }

.tx_subscr_newsletter #submit input {
border: #cc0000 1px solid;
padding: 2px 5px 2px 5px;
font-weight: bold;
color: #ffffff;
background-color: #cc0000;
text-decoration: none;
}

/* TYPO3:Ext tt_news
--------------------------------------------------------------------------------------- */

.news-list-container {  }

.news-list-item {
background: url(../img/line_grey.gif) repeat-x left bottom;
padding: 10px 0 10px 0;
}

.news-list-date {
font-size: 11px;
}

.news-list-item h3, .news-list-item h3 a {
margin:3px 0 5px 0;
font-size: 14px;
font-weight: bold; color: #cc0000; padding:0;
}

.news-list-item p.bodytext  {
margin:0;
}

.news-list-teaser {}

.news-single-item h1 { font-size: 24px; font-weight: normal; color: #cc0000; margin: 0 0 25px 0; padding:0; }

.news-single-item h3 {
font-size: 12px;
font-weight: bold;
margin: 10px 0 10px 0;
}

.news-single-subheader {
font-weight: bold;
}

.news-single-img{
margin: 10px 0 10px 0;
}

p.news-single-imgcaption {
font-size: 11px;
margin:3px 0 0 0;
color:#999999;
}

.news-single-backlink {
background: url(../img/line_grey.gif) repeat-x left top; 
margin: 5px 0 5px 0;
padding: 10px;
}


.news-amenu-container h2 {
display:none;
}

.news-amenu-container ul {
margin:0;
padding:0;
list-style-type:none;
font-size: 11px;
}

.news-amenu-container ul li {
float:left;
margin: 0 10px 0 0;
padding:0;
}

.news-amenu-container ul li.news-amenu-item-year {
border-bottom: #cccccc 1px solid;
padding:0 0 3px 0;
margin:0 0 3px 0;
float:none;
text-align: right;
}

.news-amenu-container ul li.news-amenu-item-year dd {
font-weight: bold;
font-size: 14px;
margin:0;
padding:0;
}


/* TYPO3:Ext indexed_search
--------------------------------------------------------------------------------------- */

.tx-indexedsearch-rules {
font-size: 11px;
}

.tx-indexedsearch-rules h2 {
font-size: 12px;
font-weight: bold;
margin-top: 50px;
}


.tx-indexedsearch-browsebox {
border-bottom: #cccccc 1px solid;
padding-bottom: 10px;
margin-bottom: 10px;
}

input.tx-indexedsearch-searchbox-sword {
font-family: Arial, sans-serif;
background: #fff;
border:#ccc 1px solid;
padding: 3px;
}

input.tx-indexedsearch-searchbox-button {
border: #cc0000 1px solid;
padding: 2px 5px 2px 5px;
font-weight: bold;
color: #ffffff;
background-color: #cc0000;
}


/* TYPO3:Ext Glossar
--------------------------------------------------------------------------------------- */

.tx-sgglossary-pi1 h1 { margin: 0 0 25px 0; }


/* TYPO3:Ext Stellenangebote
--------------------------------------------------------------------------------------- */

.tx-exinitvacancy-list { background: url(../img/line_grey.gif) repeat-x left top; padding-bottom: 10px; }
.tx-exinitvacancy-list .tx-exinitvacancy-joboffer { padding: 10px 0; background: url(../img/line_grey.gif) repeat-x left bottom; }
.tx-exinitvacancy-list .tx-exinitvacancy-headline { font-size: 14px; font-weight: bold; margin-bottom: 5px; } 
.tx-exinitvacancy-list .tx-exinitvacancy-introduction { margin:0; }
.tx-exinitvacancy-list .tx-exinitvacancy-pagesmenu { margin: 5px 0; }

.tx-exinitvacancy-details {}
.tx-exinitvacancy-details .tx-exinitvacancy-headline {}
.tx-exinitvacancy-details .tx-exinitvacancy-introduction { font-weight: bold; }
.tx-exinitvacancy-details .tx-exinitvacancy-description { margin-bottom: 10px; }
.tx-exinitvacancy-details .tx-exinitvacancy-requirements { margin-bottom: 10px; }
.tx-exinitvacancy-details .tx-exinitvacancy-company { font-weight: bold;  }
.tx-exinitvacancy-details .tx-exinitvacancy-address { margin-bottom: 10px; }
.tx-exinitvacancy-details .tx-exinitvacancy-contact-person { margin-bottom: 10px; }
.tx-exinitvacancy-details .tx-exinitvacancy-attachments { margin-bottom: 10px; }
.tx-exinitvacancy-details .tx-exinitvacancy-apply-link-container { margin-bottom: 10px; text-align: right; font-weight: bold; }

.tx-exinitvacancy-details .tx-exinitvacancy-link-back { padding: 10px 0; background: url(../img/line_grey.gif) repeat-x left top;}

/* Debugging
--------------------------------------------------------------------------------------- */

/*
h1, h2, h3, h4, h5, p, 
ul, ol, li, blockquote, pre{ 
	border: 1px dotted #999999;
}
td table { 
	border: 1px dotted #000099;
}
div { 
	border: 1px dotted #990000;
}
img.spacer-gif { 
	border: 1px solid black; 
}
*/




/* *********************** FCE *****************************/

/* ******************************* STARTPAGE */

div.box_startpage, div.box_startpage_gp {
height: 305px;
width: 757px;
overflow: hidden;
position: relative;
margin: 0;
padding: 0 0 5px 0;
background-image: url('../flash/img01.jpg');
background-repeat: no-repeat;
}

div.box_startpage .box_bg, div.box_startpage_gp .box_bg {
position: absolute;
top: 0;
left: 0;
z-index: 1;
margin: 0;
padding: 0;
}

div.box_startpage .box_fg_container, div.box_startpage_gp .box_fg_container {
position: absolute;
top: 70px;
left:0;
width: 358px;
height: 115px;
z-index: 2;
}

div.box_startpage .box_fg, div.box_startpage_gp .box_fg  {
background-image: url('../img/bg_header_startseite.png');
width: 358px;
height: 115px;
overflow:hidden;
padding: 5px;
}

div.box_startpage .box_fg .box_header, div.box_startpage_gp .box_fg .box_header {
padding: 2px 5px 0 20px;
}


div.box_startpage .box_fg .box_content, div.box_startpage_gp .box_fg .box_content {
padding-top: 5px;
width: 330px;
}

div.box_startpage .box_fg .box_content p, div.box_startpage_gp .box_fg .box_content p {
padding-left: 20px;
margin: 0;
}

div.box_startpage .box_fg .box_link, div.box_startpage_gp .box_fg .box_link {
width: 30px;
height: 30px;
position: absolute;
top: 95px;
left: 335px;
}

div.box_startpage_gp .box_link_persoenlich {
	position: absolute; left: 400px; top: 70px; width: 190px; height: 210px; overflow:hidden;
	z-index: 2;
}

/*  ******************************* SUBPAGE */

div.box_subpage, div.box_subpage_gp {
height: 305px;
width: 757px;
overflow: hidden;
position: relative;
margin: 0;
padding: 0;
z-index: 1;
/*background: url(../img/bg_mainimg.png) no-repeat top left;*/
}

div.box_subpage .box_header_container, div.box_subpage_gp .box_header_container {
position: absolute;
bottom: 18px;
left:0;
width: 325px;
height: 75px;
z-index: 2;
}

div.box_subpage .box_header, div.box_subpage_gp .box_header {
background-image: url('../img/bg_header_folgeseite.png');
width: 325px;
height: 75px;
overflow:hidden;
}

div.box_subpage .box_header img, div.box_subpage_gp .box_header img {
position: relative;
top: 7px;
left: 24px;
}

div.box_subpage .box_submenu, div.box_subpage_gp .box_submenu {
position: absolute;
top: 86px;
right: 5px;
width: 180px;
z-index: 2;
}

div.box_subpage .box_submenu .box_submenuContainer, div.box_subpage_gp .box_submenu .box_submenuContainer {
width: 180px;
padding: 5px;
overflow:hidden;
background-image: url('../img/bg_submenu.png');
}

div.box_subpage .box_submenu .box_submenuContainer ul, div.box_subpage_gp .box_submenu .box_submenuContainer ul {
margin: 0;
padding: 0;
list-style-type: none;
}

div.box_subpage .box_submenu .box_submenuContainer ul li, div.box_subpage_gp .box_submenu .box_submenuContainer ul li {
margin: 0;
padding: 0 0 0 15px;
background-repeat: no-repeat;
background-position: 0 3px;
}

div.box_subpage .box_submenu .box_submenuContainer ul li.square1, div.box_subpage_gp .box_submenu .box_submenuContainer ul li.square1 {
background-image: url('../img/quadrat1.gif');
}

div.box_subpage .box_submenu .box_submenuContainer ul li.square2, div.box_subpage_gp .box_submenu .box_submenuContainer ul li.square2 {
background-image: url('../img/quadrat2.gif');
}

div.box_subpage .box_submenu .box_submenuContainer ul li.square3, div.box_subpage_gp .box_submenu .box_submenuContainer ul li.square3 {
background-image: url('../img/quadrat3.gif');
}

div.box_subpage .box_submenu .box_submenuContainer ul li a, div.box_subpage_gp .box_submenu .box_submenuContainer ul li a {
color: #555555;
font-size: 11px;
text-decoration: none;
text-transform: uppercase;
}

div.box_subpage .box_submenu .box_submenuContainer ul li a.act, div.box_subpage_gp .box_submenu .box_submenuContainer ul li a.act {
font-weight: bold;
}

/* PERSOENLICHES */
div.box_subpage .box_link {
	position: absolute; left: 19px; top: 169px; width: 128px; height: 23px; overflow:hidden;
	z-index: 2;
}

div.box_subpage_gp .box_link {
	position: absolute; left: 400px; top: 70px; width: 190px; height: 210px; overflow:hidden;
	z-index: 2;
}


/* ******************************* MAINCONTENT */

div.box_mainContent {
margin-top: 5px;
width: 762px;
}


div.box_mainContent .box_mainContentTop {
height: 5px;
width: 762px;
overflow:hidden;
background-image: url('../img/bg_content_top.png');
}

div.box_mainContent .box_mainContentMiddle {
background-image: url('../img/bg_content_middle.png');
padding: 10px 25px;
width: 712px;
overflow:hidden;
}

div.box_mainContent .box_mainContentMiddle p, div.box_mainContent .box_blogContentMiddle p {
/*margin: 0;
padding: 0;*/
}

div.box_mainContent .box_mainContentMiddle h1, div.box_mainContent .box_blogContentMiddle h1 {
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
}

div.box_mainContent .box_mainContentBottom {
height: 10px;
width: 762px;
overflow:hidden;
background-image: url('../img/bg_content_bottom.png');
}

div.box_serviceNetwork {
height: 305px;
width: 757px;
overflow: hidden;
position: relative;
margin: 0;
padding: 0;
}

div.box_serviceNetwork .box_bg {
position: absolute;
top: 0;
left: 0;
z-index: 1;
margin: 0;
padding: 0;
}

div.box_serviceNetwork .box_fg_container {
position: absolute;
top: 70px;
left:0;
width: 325px;
height: 110px;
z-index: 2;
}

div.box_serviceNetwork .box_fg {
background-image: url('../img/bg_header_startseite.png');
width: 325px;
height: 110px;
overflow:hidden;
padding: 5px;
}

div.box_serviceNetwork .box_fg .box_header {
padding: 2px 5px 0 20px;
}

div.box_serviceNetwork .box_fg .box_content {
width: 330px;
padding-top: 5px;
}

div.box_serviceNetwork .box_fg .box_content p {
padding-left: 20px;
margin: 0;
}

div.box_serviceNetwork .box_fg .box_link {
width: 30px;
height: 30px;
position: absolute;
bottom: 0;
right: 0;
}










/* SERVICENET NEU */
div.box_servicenet_small {
height: 305px;
width: 757px;
overflow: hidden;
position: relative;
margin: 0;
padding: 0;
}

div.box_servicenet_small .box_bg {
position: absolute;
top: 0;
left: 0;
z-index: 1;
margin: 0;
padding: 0;
}

div.box_servicenet_small .box_fg_container {
position: absolute;
top: 70px;
left:0;
width: 325px;
height: 110px;
z-index: 2;
}

div.box_servicenet_small .box_fg {
background-image: url('../img/bg_header_startseite.png');
width: 325px;
height: 110px;
overflow:hidden;
padding: 5px;
}

div.box_servicenet_small .box_fg .box_header {
padding: 2px 5px 0 20px;
}

div.box_servicenet_small .box_fg .box_content {
width: 330px;
padding-top: 5px;
}

div.box_servicenet_small .box_fg .box_content p {
padding-left: 20px;
margin: 0;
}

div.box_servicenet_small .box_fg .box_link {
width: 30px;
height: 30px;
position: absolute;
bottom: 0;
right: 0;
}

div.box_servicenet_big {
height: 615px;
width: 762px;
overflow: hidden;
position: relative;
margin: 0;
padding: 0;
background-image: url('../img/bg_mainimg615.png');
}

div.box_servicenet_big .box_bg {
position: absolute;
top: 0;
left: 0;
z-index: 1;
margin: 0;
padding: 0;
}

div.box_servicenet_big .box_fg_container {
position: absolute;
top: 70px;
left:0;
width: 325px;
height: 110px;
z-index: 2;
}

div.box_servicenet_big .box_fg {
width: 325px;
height: 110px;
overflow:hidden;
padding: 5px;
}

div.box_servicenet_big .box_fg .box_header {
padding: 2px 5px 0 20px;
}

div.box_servicenet_big .box_fg .box_content {
width: 330px;
padding-top: 5px;
}

div.box_servicenet_big .box_fg .box_content p {
padding-left: 20px;
margin: 0;
}

div.box_servicenet_big .box_fg .box_link {
width: 30px;
height: 30px;
position: absolute;
bottom: 0;
right: 0;
}

div.button_location {
width: 19px;
height: 19px;
z-index: 3;
}

div.button_location_hidden {
display: none;
}

div.map_link {
position: absolute;
bottom: 10px;
right: 15px;
z-index: 3;
font-size: 11px;
}

div.map_link a {
color: #333333;
}







div.box_content .box_location {

}

div.box_content .box_location h2 {
margin: 0;
padding: 0;
font-size: 12px;
}

div.box_content .box_location .box_location_address {
margin: 0 0 5px; 0;
}

div.box_content .box_location .box_location_web {
margin: 0 0 5px; 0;
}

div.box_content .box_location_hidden {
display: none;
}

div.box_content .box_location .box_left {
float:left; 
width: 450px;
}

div.box_content .box_location .box_right {
float:right; 
text-align: right;
width: 150px;
}


/* BLOG */
div.box_mainContent .box_blogContentMiddle {
background-image: url('../img/bg_content_middle.png');
padding: 15px 0 15px 25px;
width: 737px;
overflow:hidden;
}

div.blogContent {
width: 480px;
float: left;
padding: 0 15px 0 0;
}

div.blogFunctions {
width: 232px;
float: right;
margin-right: 6px;
}

/* iepngfix
--------------------------------------------------------------------------------------- */

img, div, a { behavior: url(/fileadmin/templates/iepngfix/iepngfix.htc) }




/* PERSOENLICHES 
div.box_link {
	position: absolute; left: 19px; top: 169px; width: 128px; height: 23px; overflow:hidden;
	z-index: 2;
}*/