/* ----------------------------------------------------------------------------
  Allgemeine Projekt einstellungen
---------------------------------------------------------------------------- */
body {
	background-color: #FFFFFF;
	width:100%;
	margin:0px;
	padding:0px;
	text-align: center; /* align-center IE-hack */
}

/* ----------------------------------------------------------------------------
  Default CSS
---------------------------------------------------------------------------- */
body, tr, th, td, ul, li, font, p, b, i {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
}

th {
	text-align:left;
	vertical-align:top;
	padding-top:2px;
}

/* Links -------------------------------------------------------------------- */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* Links -------------------------------------------------------------------- */
a         { color: #CC0000;text-decoration: none; }
a:link    { color: #CC0000; text-decoration: none; }
a:visited { color: #CC0000; text-decoration: none; }
a:hover   { color: #CC0000; text-decoration: none; }
a.Navigation         { color: #00539A; text-decoration: none; }
a.Navigation:link    { color: #00539A; text-decoration: none; }
a.Navigation:visited { color: #00539A; text-decoration: none; }
a.Navigation:hover   { color: #00539A; text-decoration: none; }
a.rootliner         { color: #000000; text-decoration: none; }
a.rootliner:link    { color: #000000; text-decoration: none; }
a.rootliner:visited { color: #000000; text-decoration: none; }
a.rootliner:hover   { color: #000000; text-decoration: none; }

a.InfoNavigation         { color: #ff3300; text-decoration: none; }
a.InfoNavigation:link    { color: #ff3300; text-decoration: none; }
a.InfoNavigation:visited { color: #ff3300; text-decoration: none; }
a.InfoNavigation:hover   { color: #ff3300; text-decoration: none; }

a.more         { color: #990000; text-decoration: none; }
a.more:link    { color: #990000; text-decoration: none; }
a.more:visited { color: #990000; text-decoration: none; }
a.more:hover   { color: #990000; text-decoration: none; }

/* Formulare ---------------------------------------------------------------- */
form {
	padding:0px;
}

input.sword {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input.swordbtn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* ----------------------------------------------------------------------------
  Navigation
  das css für die einzelenen bereiche ist im externen css
---------------------------------------------------------------------------- */
a.m1         { color: #333333; text-decoration: none; text-align: left; padding:0px; margin:0px;}
a.m1:link    { color: #333333; text-decoration: none; }
a.m1:visited { color: #333333; text-decoration: none; }
a.m1:hover   { color: #333333; text-decoration: none; }

/* nav0 */
.unt, .jug, .dok, .sho, .def, .def_a, .met, .met_a {
	background-color:#EAEAEA;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	border: 1px solid #FFFFFF;	
} 

.unt_a, .aus_a, .wet_a, .jug_a, .dok_a, .sho_a{
	border: 1px solid #FFFFFF;	
}

.unt_a{background-color:#81D6FD;}
.aus_a{}
.wet_a{}
.jug_a{background-color:#E271E2;}
.dok_a{background-color:#99CC33;}
.sho_a{background-color:#FF6666;}

.m1icon {
	text-align: center;
	width: 20px;
	float:left;
}

.m1item {
	font-weight: bold;
	margin-left:20px;
	padding:0px;
}

/*-- NEW ------------------------------------------------- */

/*-- Haupt-Navigation (Level 1) -------------------------------------------- */
.nav0, .nav0_a {
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	border: 1px solid #FFFFFF;
	background-color:#EAEAEA; /* default -> change per visualkey */
} 

/*-- Level 2 : -------------------------------------------------------------- */
.sub1 {
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	border-right: 1px solid #949494;
	border-bottom: 1px solid #949494;
	border-left: 1px solid #949494;
	background-color:#EAEAEA; /* default -> change per visualkey */
}

/*-- Level 2 : Aktiv / Open ------------------------------------------------- */
.sub1_a {
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: bold;
	border-right: 1px solid #949494;
	border-bottom: 1px solid #949494;
	border-left: 1px solid #949494;
	background-color:#CCCCCC; /* default -> change per visualkey */
}


/*-- Level 3 : Default ------------------------------------------------------ */
.m3item {
	margin-left:2px;
	padding:0px;
}

.sub2space {
	margin-left:2px;
	padding:0px;
	background-color:#FFFFFF;
}

.sub2 {
	padding:0px;
	padding-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	border-right: 1px solid #949494;
	border-bottom: 1px solid #949494;
	border-left: 1px solid #949494;
	background-color:#EAEAEA; /* default -> change per visualkey */
}

/*-- Level 3 : Aktiv / Open ------------------------------------------------- */
.sub2_a {
	padding:0px;
	padding-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: normal;
	border-right: 1px solid #949494;
	border-bottom: 1px solid #949494;
	border-left: 1px solid #949494;
	background-color:#FFFFFF;
}

/*-- NEW END ------------------------------------------------- */


/*-- Level 2 : Default ------------------------------------------------------ */
.m2item {
	font-weight: bold;
	margin-left:2px;
	padding:0px;
}

.sub1unt, .sub1aus, .sub1wet, .sub1jug, .sub1dok, .sub1sho, .sub1met, .sub1def {
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	border-right: 1px solid #949494;
	border-bottom: 1px solid #949494;
	border-left: 1px solid #949494;
}

.sub1unt{background-color:#;}
.sub1aus{}
.sub1wet{}
.sub1jug{background-color:#F0B8F0;}
.sub1dok{background-color:#;}
.sub1sho{background-color:#;}
.sub1met{background-color:#FFFFFF;}
.sub1def{background-color:green;}

/*-- Level 2 : Aktiv / Open ------------------------------------------------- */
.sub1unt_a, .sub1aus_a, .sub1wet_a, .sub1jug_a, .sub1dok_a, .sub1sho_a, .sub1met_a, .sub1def_a {
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: bold;
	border-right: 1px solid #949494;
	border-bottom: 1px solid #949494;
	border-left: 1px solid #949494;
}

.sub1space {background-color:#FFFFFF;} /* space box */
.sub1unt_a{background-color:#;}
.sub1aus_a{background-color:#FF9933;}
.sub1wet_a{background-color:#FFCC33;}
.sub1jug_a{background-color:#E271E2;}
.sub1dok_a{background-color:#99CC33;}
.sub1sho_a{background-color:#;}
.sub1met_a{background-color:#CCCCCC;}
.sub1def_a{background-color:green;}

/*-- Level 3 : Default ------------------------------------------------------ */
.m3item {
	margin-left:2px;
	padding:0px;
}

.sub2space {
	margin-left:2px;
	padding:0px;
	background-color:#FFFFFF;
}

.sub2unt, .sub2aus, .sub2wet, .sub2jug, .sub2dok, .sub2sho {
	padding:0px;
	padding-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	border-right: 1px solid #949494;
	border-bottom: 1px solid #949494;
	border-left: 1px solid #949494;
}

.sub2unt{background-color:#C0EAFE;}
.sub2aus{background-color:#FFCC99;}
.sub2wet{background-color:#FFE599;}
.sub2jug{background-color:#F0B8F0;}
.sub2dok{background-color:#CCE599;}
.sub2sho{background-color:#FFB2B2;}

/*-- Level 3 : Aktiv / Open ------------------------------------------------- */
.sub2unt_a, .sub2aus_a, .sub2wet_a, .sub2jug_a, .sub2dok_a, .sub2sho_a {
	padding:0px;
	padding-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: normal;
	border-right: 1px solid #949494;
	border-bottom: 1px solid #949494;
	border-left: 1px solid #949494;
	background-color:#FFFFFF;
}

/* ----------------------------------------------------------------------------
  Layouts / Layers Position
---------------------------------------------------------------------------- */

/* box um alles */
#container {
	background-image: url(../img/menu_bg.gif);
	background-repeat: no-repeat;
	width: 786px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

/* spalte links */
#langselect {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top:8px;
	height:32px;
	border-right: 1px solid #949494;
	background-color:#ffffff;
}

#basicnavigation {
	width:186px;
	height:260px;
	vertical-align:bottom;
}

#contentnavi {
	float:left;
	width:186px;
}

/* spalte rechts */
#metanavigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top:8px;
	padding-left:8px;
	height:32px;
	background-color:#F5F5F5;
}
#headimages {
	height:240px;
	background-color:#F5F5F5;
}

#breadcrumbbg {
	background-image: url(/Kunden/Sac/Bilder/bg_breadcrumb.jpg);
	padding:0px;
}

/* damit es im richtig IE geht.... */
#breadcrumbie {
	padding:0px;
	width:585px;
	height:20px;
	border-bottom: 1px solid #000000;
}

#breadcrumb {
	padding-top:3px;
	padding-left:8px;
	padding-right:0px;
	height:19px;
	width:575px;
}

#printpage {
	float:right;
	position:relative; top:-20px;
}

#contenttext {
	padding:0px;
	margin:0px;
	width:600px;
	background-color:#F5F5F5;
	vertical-align:top;
}

#cnormal {
	vertical-align:top;
	background-color:#F5F5F5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left:8px;
	padding-right:7px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	height:100%;
}

#cnormalframe {
	vertical-align:top;
	background-color:#F5F5F5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	height:100%;
}

td.tdcright {
	background-image:url(Kunden/Sac/Bilder/bg_content_r.gif);
}

#cright {
	margin-left:5px;
	margin-right:5px;
	width:190px;
	height:100%;
}

#footer {
	clear:left;
	height:50px;
	border-top: 1px solid #949494;
	background-color:#ffffff;
}


/* ----------------------------------------------------------------------------
  Ab hier Typo3 Content Design
---------------------------------------------------------------------------- */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Content Header ---------------------------------------------------------- */
/* Content Header ---------------------------------------------------------- */
a.cTitel1, a.cTitel2, a.cTitel3, a.cTitel4, a.cTitel5 { /* wenn titel in a tag */
	color:#CC0000;
}

.cTitel1, .cTitel2, .cTitel3, .cTitel4, .cTitel5 { /* Titel allg. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
}

.cTitel1, .cTitel2 {
	font-weight: bold;
	color: #0071BA;
}

.cTitel2 {
	margin-top: 0px;
	margin-bottom: 10px;
}

.cTitel3, .cTitel4 {
	font-weight: bold;
	color: #000000;
}

.cTitel5 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: 6699CC;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 10px;
	padding-right : 10px;
	margin-bottom: 10px;
}

h1 { /* Seitentitel */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	padding-top:0px;
	margin-top:0px;
}

h2.lay1, h2.lay2, h2.lay3, h2.lay4, h2.lay5 { /* Ueberschrift allg. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:0px;
}

h2.lay1 { /* Ueberschrift 1 */
	margin-bottom:10px;
}

h2.lay5 { /* Ueberschrift 5 */
	background-color:#636363;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	padding:3px;
	margin-top:0px;
	margin-bottom:0px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

/* ----------------------------------------------------------------------------
  Extension : listnews
---------------------------------------------------------------------------- */

td.listnewstitle {
	background-color:#636363;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	padding:3px;
	margin-top:0px;
	margin-bottom:0px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

td.listnews { 
	background-color:#FFFFFF;
	padding:3px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

div.listnews_dottedline { 
	padding:0px;
	border-bottom: 1px dotted #4F4F4F;
}

a.listnews         { color: #9B0000; text-decoration: none; text-align: left; padding:0px; margin:0px;}
a.listnews:link    { color: #9B0000; text-decoration: none; }
a.listnews:visited { color: #9B0000; text-decoration: none; }
a.listnews:hover   { color: #9B0000; text-decoration: none; }

/* ----------------------------------------------------------------------------
  Content : Uploads (Downloads Layout 3)
---------------------------------------------------------------------------- */

td.downloadleft { 
	background-color:#FFFFFF;
	padding:3px;
	border-left: 1px solid #000000;
}

td.downloadright { 
	background-color:#FFFFFF;
	padding:3px;
	border-right: 1px solid #000000;
}

td.download_dottedline { 
	padding:2px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

div.download_dottedline { 
	padding:0px;
	border-bottom: 1px dotted #4F4F4F;
}

a.listnews         { color: #9B0000; text-decoration: none; text-align: left; padding:0px; margin:0px;}
a.listnews:link    { color: #9B0000; text-decoration: none; }
a.listnews:visited { color: #9B0000; text-decoration: none; }
a.listnews:hover   { color: #9B0000; text-decoration: none; }

/* Content Border ------------------------------------------------------- */

.content0line { /* normale Spalte */
	border-top: 1px dotted #4F4F4F;
	height:10px;
}

.content2line { /* rechte Spalte */
	border-top: 1px dotted #4F4F4F;
	height:10px;
}

/* Content SubHeader ------------------------------------------------------- */
.cSubTitel, .cSubTitel1, .cSubTitel2, .cSubTitel3 { /* Subtitel allg. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.cSubTitel1 { 
	font-weight: bold;
}

.cSubTitel2 {
	color: #0071BA;
}

.cSubTitel3 { 
	color: #0071BA;
	font-weight: bold;
}

/* Content : Spalte 2 : TextPic ------------------- */
div.Con2tp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left : 10px;
	padding-right : 10px;
}

div.Con2tp img {
	margin-right : 5px;
}

/* Content : Spalte 0 (Normal) -------------------- */
.TPicLeft, .TPicRight, .TPicMiddle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

div.TPicLeft     { padding-left : 0px; padding-right : 0px;}
div.TPicLeft img { margin-left  : 0px; margin-right  : 5px; }

div.TPicRight     { padding-left : 0px; padding-right : 0px; }
div.TPicRight img { margin-left  : 5px; margin-right  : 0px; }

div.TPicMiddle     { padding-left : 0px; padding-right : 0px; }
div.TPicMiddle img { margin-left  : 0px; margin-right  : 0px; }

/* Content : Spalte 2 (Rechts) -------------------- */
td.SpaRight div.TPicLeft, td.SpaRight div.TPicRight, td.SpaRight div.TPicMiddle {
	text-align: left; 
}

td.SpaRight div.TPicLeft     { padding-left : 0px; padding-right : 0px;}
td.SpaRight div.TPicLeft img { margin-left  : 10px; margin-right  : 0px; }

td.SpaRight div.TPicRight     { padding-left : 0px; padding-right : 0px; }
td.SpaRight div.TPicRight img { margin-left  : 5px; margin-right  : 10px; }

td.SpaRight div.TPicMiddle     { padding-left : 0px; padding-right : 0px; }
td.SpaRight div.TPicMiddle img { margin-left  : 0px; margin-right  : 0px; }

/* LISTEN BULLETS ----------------------------------- */
ul.list {padding:0px;margin-left:25px;list-style-position:outside;}
ol.list {padding:0px;margin-left:25px;list-style-position:outside;}
ul.list2 {padding:0px;margin-left:45px;list-style-position:outside;}
ol.list2 {padding:0px;margin-left:45px;list-style-position:outside;}


/* Tabelle Layout 1 --------------------------------- */
.BgTab1r1c1, .BgTab1r1c2, .BgTab1r2c1, .BgTab1r2c2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}

.BgTab1r1c1 { /* zeile 1, celle 1 */
	font-weight: normal;
	background-color: #E1E1E1;
}

.BgTab1r1c2 { /* zeile 1, ab celle 2 */
	font-weight: normal;
	background-color: #E1E1E1;
}

.BgTab1r2c1 { /* zeile 2, celle 1 */
	font-weight: normal;
	background-color: #C7C7C7;
}

.BgTab1r2c2 { /* zeile 2, ab celle 2 */
	font-weight: normal;
	background-color: #C7C7C7;
}
/* END : Tabelle Layout 1 ---------------------------- */

/* Tabelle Layout 2 --------------------------------- */

.BgTab2hc1, .BgTab2hc2, .BgTab2r1c1, .BgTab2r1c2, .BgTab2r2c1, .BgTab2r2c2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}

.BgTab2hc1, .BgTab2hc2 { /* titel zeile, celle 1/2 */
	font-weight: bold;
}

.BgTab2r1c1, .BgTab2r1c2 {  /* titel zeile1, celle 1/2 */
	background-color: #E1E1E1;
}

.BgTab2r2c1, .BgTab2r2c2 {  /* titel zeile2, celle 1/2 */
	background-color: #C7C7C7;
}
/* END : Tabelle Layout 2 ---------------------------- */

/* Tabelle Layout 3 --------------------------------- */

.BgTab3hc1, .BgTab3hc2, .BgTab3r1c1, .BgTab3r1c2, .BgTab3r2c1, .BgTab3r2c2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}

.BgTab3hc1, .BgTab3hc2, .BgTab3r1c1, .BgTab3r2c1 { /* titel zeile, celle 1/2 */
	font-weight: bold;
}

.BgTab3r1c2 {  /* titel zeile1, celle 1/2 */
	background-color: #E1E1E1;
}

.BgTab3r2c2 {  /* titel zeile2, celle 1/2 */
	background-color: #C7C7C7;
}
/* END : Tabelle Layout 3 ---------------------------- */

/* accessibility */
.hidden 			{	display: none; }


/* **********************************************************************/
/* **********************************************************************/
/* **********************************************************************/
/* CUSTOMIZED */
/* **********************************************************************/
/* **********************************************************************/
/* **********************************************************************/
.rechts {
	text-align: right;
	margin-right: 0px
}

.tblseparator {
	border: #CBE5FE outset;
	border-width: 0px 0px 0px 1px
}

.tdline {
	border: #EFEFEF outset;
	border-width: 0px 0px 1px 0px;
	font-weight: normal;
	text-align: left;
}

.navline {
	border: #FFFFFF;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px
}

.uberschrift { /* Ueberschrift allg. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#333333;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:0px;
}

