/* TYPO3 CVS id: $id$ */
/* Template stylesheet which can be used for new sites */
/* Make a copy of this stylesheet to some other location, modify it and use it from there! */
/*

Colorscheme is not valid:

Background Color 1: #EDEBF1;	(Background 1)
Background Color 1-dimmed: #D8D7DC;	(Background 1 - dimmed)
Background Color 2: #F5FFAA;	(Background 2)
Background Color 3: #D1D2E4;	(Background 2)

Text, main:	#000000
Text Color 1: #186900;	(red)
Text Color 2: #10007B;	(green)
Text Color 3: #8A0020;	(blue)

Links		#000066
Link hover: #660000;

Borders/Lines	#333333
*/




/*
P, TD, UL, OL { font-size: 11px; }
INPUT, TEXTAREA, SELECT { padding-left: 5px; font-size: 11px; }
*/

/********************************/
/* 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: #CCCCCC dotted 1px; margin-bottom: 17px; margin-top: 17px }
DIV.csc-frame-rulerAfter { border-bottom: #CCCCCC dotted 1px; margin-bottom: 16px; margin-top: 20px }
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 #333333; }
DIV.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

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; }

/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
span.important { color: #8A0020; }
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }

/******************/
/* Headers, plain */
/******************/
H1 { font-size: 20px; }
h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-top:0px;
    margin-bottom:0px;
    color: #003C7A;
    font-size: 12px;
}
/* H2 { margin: 0px 0px 0px 0px; margin-top: 21px; margin-bottom: 2px; } */
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0px; }

/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A { color: #003C7A; text-decoration: none; }
H2 A { color: #003C7A; }
H3 A { color: #003C7A; }
H4 A { color: #003C7A; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration: underline; }

/* Header date */
P.csc-header-date { font-size: 10px; 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; }



/*******************/
/* RTE / Bodytext: */
/*******************/
P.bodytext { font-size: 12px; color: #000000; line-height: 15px; }
/*
P.bodytext A { font-weight: bold; }
*/




/**********/
/* Images */
/**********/

/* Images / Captions */
P.csc-caption { font-size: 10px; font-style: italic; }

/* 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 { font-size: 11px; }

/* Bulletlists, specifically */
UL.csc-bulletlist-0 { color: #000000; }
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); }



/************************/
/* Filelinks, generally */
/************************/
TABLE.csc-uploads { border: 0px; }
TABLE.csc-uploads TR TD P { background-color : transparent; font-size: 12px; }
TABLE.csc-uploads TR TD { vertical-align : top; }
TABLE.csc-uploads TR.tr-even { background-color: #EDEBF1; }
TABLE.csc-uploads TR.tr-odd { background-color: #D8D7DC; }
TABLE.csc-uploads TR TD.csc-uploads-icon { padding-left: 6px; padding-right: 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-left: 6px; padding-right: 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 */
/*****************/

/* Email, Login and Search forms generally: */
FORM TABLE TR TD { padding-left: 0px; 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 */
fieldset.csc-mailform, 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%; }


/*****************/
/* Search result */
/*****************/

/* Search Result, result information box: */
TABLE.csc-searchResultInfo { margin-left: 0px; 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: 0px; }
DIV.csc-menu P { }
DIV.csc-menu P A {}
DIV.csc-menu P A:hover { }
DIV.csc-menu P.csc-section { 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 0px 0px 0px; }

/* 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; }



/****************************************/
/* 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; }


/*************/
/* 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; }
*//* new */

/*
div.csc-textpic-below div.csc-textpic-text {
    margin-bottom: 15px;
}
*/


.csc-textpic-caption {
    font-size: 11px;
    padding: 2 2 8 5px;
}

div.csc-textpic-caption-c .csc-textpic-caption {
text-align:center;
}
div.csc-textpic-caption-r .csc-textpic-caption {
text-align:right;
}
div.csc-textpic-caption-l .csc-textpic-caption {
text-align:left;
}
div.csc-textpic div.csc-textpic-imagecolumn {
display:inline;
float:left;
}

/*
div.csc-textpic-border div.csc-textpic-imagewrap {
/*
    border:2px solid black;
    padding:0px;

    background-color: black;
    z-index: 500;
}
*/ 

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
    border-bottom:0px solid grey;
    padding:0px;
}

div.csc-textpic-imagewrap {
    padding:0pt;
    margin-bottom: 15px;
}
div.csc-textpic img {
border:medium none;
}
div.csc-textpic div.csc-textpic-imagewrap div.csc-textpic-image {
float:left;
}
div.csc-textpic div.csc-textpic-imagewrap ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
padding:0pt;
}
div.csc-textpic div.csc-textpic-imagewrap ul li {
float:left;
margin:0pt;
padding:0pt;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
float:left;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dt {
float:none;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd {
float:none;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd img {
border:medium none;
}
dl.csc-textpic-image {
margin:0pt;
}
dl.csc-textpic-image dt {
display:inline;
margin:0pt;
}
dl.csc-textpic-image dd {
margin:0pt;
}
div.csc-textpic-clear {
clear:both;
}
div.csc-textpic-left div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-left div.csc-textpic-imagewrap .csc-textpic-image {
display:inline;
margin-right:10px;
}
div.csc-textpic-right div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-right div.csc-textpic-imagewrap .csc-textpic-image {
display:inline;
margin-left:10px;
}
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
display:inline;
margin-left:10px;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
margin:0pt;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
margin:0pt;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
margin-bottom:5px;
}
div.csc-textpic-equalheight div.csc-textpic-imagerow {
display:block;
margin-bottom:5px;
}
div.csc-textpic div.csc-textpic-imagerow {
clear:both;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-firstcol {
margin-left:0px !important;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-lastcol {
margin-right:0px !important;
}
div.csc-textpic-intext-left div.csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
margin-right:10px !important;
}
div.csc-textpic-intext-right div.csc-textpic-imagewrap, div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
margin-left:10px !important;
}
div.csc-textpic-above div.csc-textpic-text {
clear:both;
}
div.csc-textpic-center {
text-align:center;
}
div.csc-textpic-center div.csc-textpic-imagewrap {
margin:0pt auto;
}
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
text-align:left;
}
div.csc-textpic-center div.csc-textpic-text {
text-align:left;
}
div.csc-textpic-right div.csc-textpic-imagewrap {
float:right;
}
div.csc-textpic-right div.csc-textpic-text {
clear:right;
}
div.csc-textpic-left div.csc-textpic-imagewrap {
float:left;
}
div.csc-textpic-left div.csc-textpic-text {
clear:left;
}
div.csc-textpic-intext-left div.csc-textpic-imagewrap {
float:left;
}
div.csc-textpic-intext-right div.csc-textpic-imagewrap {
float:right;
}
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
clear:both;
float:right;
}
* html div.csc-textpic-intext-right-nowrap .csc-textpic-text {
height:1%;
}
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
clear:both;
float:left;
}
* html div.csc-textpic-intext-left-nowrap .csc-textpic-text {
height:1%;
}


/***************************/
/* General element styles: */
/***************************/
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT, BODY { font-family: arial, helvetica; color: #000000; font-size: 12px; }
PRE { font-family: monospace; }

/* grau für ??? */
.grau {
    color:#777777;
}

.subtitel {
    color: #00377A;
    font-weight: bold;
}

/* 
copied from csc main css. needed for rte
*/

/*
A { color: #000066; text-decoration: underline; }
A:hover { color: #660000; }
*/
FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 0px 0px; }

/* RTE / Table styling */
TABLE.contenttable { margin: 0px 0px 0px 0px; width: 100%; }
TABLE.contenttable TR { background-color: #D0DFE6; }
TABLE.contenttable TR TD { padding: 2px 4px 3px 4px; border:1px #ffffff solid; vertical-align: top; }
/* zellen */
TD.mediumblau, TABLE.contenttable TR TD.mediumblau { background-color: #A5C1CF; }
TD.normale-zellen-links, TR.normale-zellen-links, TABLE.contenttable TR TD.normale-zellen-links, TABLE.contenttable TR.normale-zellen-links { text-align: left; padding: 2px 4px 3px 4px; border:1px #ffffff solid; vertical-align: top; }      
TD.normale-zellen-rechts, TR.normale-zellen-rechts, TABLE.contenttable TR TD.normale-zellen-rechts, TABLE.contenttable TR.normale-zellen-rechts { text-align: right; padding: 2px 4px 3px 4px; border:1px #ffffff solid; vertical-align: top; } 
/* TABLE.contenttable TR TD P.bodytext { font-size: 10px; }*/
/* kopfzeile */
TABLE.contenttable TR TH, TABLE.contenttable TR TD.kopfzelle { /*white-space: nowrap;*/  font-size: 12px; font-weight: bold; padding: 2px 4px 3px 4px; border:1px #ffffff solid; vertical-align: top; background-color: #00377A;  color:#ffffff !important; } 
TD.kopfzellen-links, TR.kopfzellen-links, TABLE.contenttable TR TD.kopfzellen-links, TABLE.contenttable TR.kopfzellen-links  { white-space: nowrap;  text-align: left; font-size: 12px; font-weight: bold; padding: 2px 4px 3px 4px; border:1px #ffffff solid; vertical-align: top; background-color: #00377A;  color:#ffffff !important; } 
TD.kopfzellen-rechts, TR.kopfzellen-rechts, TABLE.contenttable TR TD.kopfzellen-rechts, TABLE.contenttable TR.kopfzellen-rechts { white-space: nowrap; text-align: right; font-size: 12px; font-weight: bold; padding: 2px 4px 3px 4px; border:1px #ffffff solid; vertical-align: top; background-color: #00377A;  color:#ffffff !important; } 
/*********************/
/* Tables, generally */
/*********************/

/* Tables, specifically */
TABLE.contenttable-0 P { color: #000000; }

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; }

/* divers */

ul
  {
  margin: 0px 0px 0px 0px;
  padding-left: 1.25em;
  }
li
  {
  margin: 0 0 1 0px;
  /*padding: 0em;*/
  } 
dd
  {
  margin-left: 0px;
  padding-left: 0px;
}

/* farben und so
#00377A MB-Dunkelblau
#A5C1CF MB-Mittelblau
#D0DFE6 MB-Hellblau
#777777 Grau 1
#969696 Grau 2
#C0C0C0 Grau 3
#DDDDDD Grau 4
#EAEAEA Grau 5
#FF0000 Rot
#FFFFFF Weiss

*/

body  { margin: 0px; padding: 0px; } 

/* absolute positioned, independent elements */
#logo { text-align:left; position:absolute; top:18px; left:636px; }
#meta, #sgs-meta { width:450px; text-align:left;  position:absolute; top: 2px; left: 182px; }
#not-used-meta { width:450px; text-align:left;  position:absolute; top: 2px; left: 0px; }
#bigtitle { align:left; position:absolute; top:120px; left:180px; }

/* other elements*/
#container { width: 910px; position:relative; }
#allcontent { width: 910px; text-align:left; position:absolute; top: 180px; left: 0px; padding-bottom: 15px; }
#content { width: 522px; margin-top: 21px; margin-right: 20px; margin-left: 10px; }
#content_wide { width: 702px; margin-top: 21px; margin-right: 20px; margin-left: 10px; }
#crumb { height: 19px; width:542px; }

/* links einfach so */
a, a:active, a:link, a:visited, a:focus { color: #003C7A; text-decoration:underline; font-weight: bold; }
a:hover  { color: #969696; text-decoration: underline; }

/* home seite teaser1 titles. */
#teas1 h2 {
    font-size: 11px;
    color: #969696;
    padding-left: 5px;
    border-bottom: 1px solid #777777;
    margin-top: 15px;
    margin-bottom: 7px;
}
#teas1 .bodytext {
    font-size: 11px;
    color: #777777;
    padding-left: 5px;
    padding-right: 5px;
}
#teas1 .news-latest-date {
    font-weight: bold;
    font-size: 11px;
    color: #003C7A;
}
#teas1 .csc-frame-rulerAfter {
    margin-top: 6px;
    margin-bottom: 3px
}

/* forms */
input, select 
{
    border: 1px solid #C0C0C0;
    margin-bottom: 9px;
}

input.normalInput, select.normalInput
{
    width: 168px;
}
input.zip
{
    width: 50px;
    margin-right: 9px;
}
input.city
{
    width: 108px;
}
textarea.normalTextarea
{
    border: 1px solid #C0C0C0;
    margin-bottom: 9px;
    width:168px;
    height: 110px;
}



table {
    padding:0px;
    margin:0px;
    border-spacing: 0px;
    border-width:0px;
    border-collapse:collapse;
}

/* linie */
hr, hr.clearer {
    border-top: #ffffff solid 1px;
    border-bottom:#777777 dotted 1px;
}

/* suchfeld */
input.suchfeld-mini, .suchbutton-mini {
    font-size: 10px;

}



/* rechte spalte */
div.right {
    color: #003C7A;
    padding: 16 13 15 10px;
    font-weight: normal;
    font-size: 11px;
}
div.right p {
    color: #003C7A;
    font-weight: normal;
    font-size: 11px;
}

div.right h2  {
    font-weight: bold;
    margin-top:12px;
}

div.right h2.csc-firstHeader  {
    margin-top:0px;
}

div.right a, div.right a:active, div.right a:link, div.right a:visited, div.right a:hover  {
    color: #003C7A;
    text-decoration:underline;
    font-weight: normal;
    line-height: 18px;
}

td.tx-a1teasermenu-pi1 {
    vertical-align: bottom;
}

div.csc-text, div.tx-rlmpofficeimport-pi1, div.tx-rlmpflashdetection-pi1
{
    margin-bottom: 21px;
}

/**
navigationsformatierung
*/
/* subnav inaktiv */
div.sub1
{
    padding-left:12px;
    height: 22px;
    border-bottom:1px solid #D0DFE6;
}
div.sub1 a, div.sub1 a:active, div.sub1 a:link, div.sub1 a:visited {
    line-height:22px;
    color: #003C7A;
    text-decoration:none;
    font-weight: normal;
}
div.sub1 a:hover {
    background-color:none;
    color: #969696;
    text-decoration:none;
}
/* subnav aktiv */
div.sub1-act
{
    padding-left:12px;
    height:22px;
    border-bottom:1px solid #D0DFE6;
}
div.sub1-act a, div.sub1-act a:active, div.sub1-act a:link, div.sub1-act a:visited {
    line-height:22px;
    color: #969696;
    font-weight:bold;
    text-decoration:none;
}

/* subnav aktiv mit unterseiten */
div.sub1-act-withsub
{
    padding-left:12px;
    height:22px;
    border-bottom:1px dotted #D0DFE6;
    margin-bottom: 2px;
}
div.sub1-act-withsub a, div.sub1-act-withsub a:active, div.sub1-act-withsub a:link, div.sub1-act-withsub a:visited {
    line-height:22px;
    color: #969696;
    font-weight:bold;
    text-decoration:none;
}


/* subsubnav inaktiv */
div.subsub
{
    padding-left:24px;
    margin-top: 4px;
    /*border-bottom:1px dotted #D0DFE6;*/
}
div.subsub a, div.subsub a:active, div.subsub a:link, div.subsub a:visited {
    font-size:10px;
    color: #003C7A;
    text-decoration:none;
    font-weight: normal;
}
div.subsub a:hover {
    color: #969696;
    text-decoration:none;
}
/* subsubnav aktiv */
div.subsub-act
{
    padding-left:24px;
    margin-top: 4px;
    /* border-bottom:1px dotted #D0DFE6; */
}
div.subsub-act a, div.subsub-act a:active, div.subsub-act a:link, div.subsub-act a:visited {
    font-size:10px;
    color: #969696;
    font-weight:normal;
    text-decoration:none;
}
div.subsub-act a:hover {

}

/* brotkrümel */
.last a, .last a:active, .last a:link, .last a:visited, .last a:hover {
    color: #969696 !important;
}         
/* meta nav link */
.crumb a, .crumb a:active, .crumb a:link, .crumb a:visited {
    font-size:10px;
    color: #003C7A;
    text-decoration:none;
    font-weight: normal;
}
.crumb a:hover {
    text-decoration:underline;
}


/* meta nav link */
.meta a, .meta a:active, .meta a:link, .meta a:visited, .sgs-meta a, .sgs-meta a:active, .sgs-meta a:link, .sgs-meta a:visited {
    font-size:10px;
    color: #003C7A;
    line-height:21px;
    text-decoration:none;
    font-weight: normal;
}
.sgs-meta a:hover {
    text-decoration:underline;
}

/* footer */
.footer {
    font-size:10px;
    color:#969696;
    padding-right:10px;
}
.footer a, .footer a:active, .footer a:link, .footer a:visited {

    color: #003C7A;
    text-decoration:none;
    font-weight: normal;
}
.footer a:hover {
    text-decoration:underline;
}



/*
p, td  {  line-height: 15px; color:#444444; font-size: 12px; font-family:Arial, Verdana, sans-serif; }
body  { line-height: 15px; margin: 0px; padding: 0px; color: #444444; font-size: 12px; font-family:Arial, Verdana, sans-serif }

div {
    vertical-alignment: middle;
}

.title, h1 {
    font-weight: normal;
    margin-top:0px;
    margin-bottom:22px;
    color: #ff00ff;
    font-size: 22px;
}

h2 {
    font-weight: bold;
    margin-top:0px;
    margin-bottom:0px;
    color: #003C7A;
    font-size: 12px;
}

h3 {
    font-weight: bold;
    margin-top:0px;
    margin-bottom:0px;
    color: #003C7A;
    font-size: 12px;
}


*/



