
/*-----------------------------------------------------------------------------------

	Theme Name: markengluehen
	Theme URI: http://www.markengluehen.de
	Author: Stefanie Hafner
	Author URI: http://www.stefanie-hafner.de

-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	globale Angaben
	2.	Absaetze
	3.	Menue und Links
	4.	Textelemente
	5.	Tabellen und Auflistungen
	6.	Optik - Bilder und Linien
	10.	Divs

-----------------------------------------------------------------------------------*/


/* Import Fonts
------------------------------------------------------------ */
/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v25-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-300italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v25-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-300italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v25-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-700italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v25-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-700italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}



/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset & Clearfix
/*-----------------------------------------------------------------------------------*/


* {
padding: 0;
margin: 0;
border: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	1.	globale Angaben
/*-----------------------------------------------------------------------------------*/

html {

background-color:#ec7300;
font-family: 'Roboto Condensed',  Tahoma, Geneva, sans-serif;
color:#7c7b80;
font-weight: 300;
font-size:16px;
line-height:20px;
}

body {	
font-family: 'Roboto Condensed',  Tahoma, Geneva, sans-serif;
font-weight: 300;
color:#7c7b80;
font-size:16px;
line-height:20px;
}

html>body {
color:#7c7b80;	
font-family: 'Roboto Condensed',  Tahoma, Geneva, sans-serif;
font-size:16px;
line-height:20px;
}


.links
{
float: left;
margin: 0 0.5em 0.5em 0;
}

.rechts {
float: right;
margin: 0 0 0.5em 0.5em;
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Absaetze
/*-----------------------------------------------------------------------------------*/

p {
padding-bottom: 30px;
}

div.txtintro p {
padding-bottom: 1px;
}

div.catItemReadMoreteser p
{
padding-bottom: 0px;
padding-top: 10px;	
}

div.gruenderteaserlistenelement p
{
padding-bottom: 1px;	
}

div.gruenderteaserlistenelement div.catItemReadMoreteser p
{
padding-top: 1px;	
}

div.txtzusatz p {
padding-bottom: 2px;
}

div#mininav p {
padding-bottom: 10px;
}

div.acc-content p
{
padding-top: 10px;
padding-bottom: 10px;
}

div.referenzlistenelement p
{
padding-bottom: 2px;
color:#9a9a9a;
font-size: 14px;
}

div.partnerlistenelement p
{
padding-bottom: 2px;
color:#9a9a9a;
font-size: 14px;
}

div.itemHeaderNewsintro p
{
padding-bottom: 1px;	
}

/*-----------------------------------------------------------------------------------*/
/*	3.	Menue und Links
/*-----------------------------------------------------------------------------------*/

a:active, a:focus{outline: none}



div.txtcontent a, div.txtcontent  a:link, div.txtcontent  a:visited, div.txtcontent  a:active, div.txtcontent  a:focus,
div.acc-content a, div.acc-content  a:link, div.acc-content  a:visited, div.acc-content  a:active, div.acc-content  a:focus
{
color:#ed7900;
text-decoration:none;	
background-image:url(../images/lnk-pfeil.png);
background-repeat:no-repeat;
background-position: 2px 7px;
padding-left:12px;
}

div.txtcontent a:hover,
div.acc-content a:hover
{
color:#fa9f41;
text-decoration:none;	
}

div.txtcontent a.blanko, div.txtcontent  a.blanko:link, div.txtcontent  a.blanko:visited, div.txtcontent  a.blanko:active, div.txtcontent  a.blanko:focus,
div#contentrechts a.blanko, div#contentrechts  a.blanko:link, div#contentrechts  a.blanko:visited, div#contentrechts  a.blanko:active, div#contentrechts  a.blanko:focus,
div.custom a, div.custom  a:link, div.custom  a:visited, div.custom  a:active, div.custom  a:focus,
div.acc-content a.linkthumb , div.acc-content  a.linkthumb :link, div.acc-content  a.linkthumb :visited, div.acc-content  a.linkthumb :active, div.acc-content  a.linkthumb :focus
{
color:#ed7900;
text-decoration:none;	
background-image:none;
padding-left:0;
}

div.txtcontent a.blanko:hover,
div#contentrechts a.blanko:hover,
div.custom a.blanko:hover,
div.custom a.linkthumb:hover
{
color:#fa9f41;
text-decoration:none;	
}


div.txtcontent a.linkthumb, div.txtcontent  a.linkthumb:link, div.txtcontent  a.linkthumb:visited, div.txtcontent  a.linkthumb:active, div.txtcontent  a.linkthumb:focus
{
color:#ed7900;
text-decoration:none;	
background-image:none;
padding-left:0;
}

div.txtcontent a.linkthumb:hover
{
color:#fa9f41;
text-decoration:none;	
}


div#footerinhalt a, div#footerinhalt  a:link, div#footerinhalt  a:visited, div#footerinhalt  a:active, div#footerinhalt  a:focus,
a.lnkgrau, a.lnkgrau:link, a.lnkgrau:visited, a.lnkgrau:active, a.lnkgrau:focus,
div#txtinhaltli a.lnkgrau, div#txtinhaltli  a.lnkgrau:link, div#txtinhaltli  a.lnkgrau:visited, div#txtinhaltli  a.lnkgrau:active, div#txtinhaltli  a.lnkgrau:focus
{
font-family: 'Roboto Condensed',  Tahoma, Geneva, sans-serif;
font-weight: 300;
font-size:13px;
color:#949494;
text-decoration:none;	
}

div#footerinhalt a:hover,
a.lnkgrau:hover,
div#txtinhaltli  a.lnkgrau:hover
{
font-family: 'Roboto Condensed',  Tahoma, Geneva, sans-serif;
font-weight: 300;
font-size:13px;
color:#10C500;
text-decoration:none;	
}


div#contentrechts div.partnerlistenelement  a:link, div#contentrechts div.partnerlistenelement  a:visited, div#contentrechts div.partnerlistenelement a:active, div#contentrechts div.partnerlistenelement a:focus
{
color:#7c7b80;
text-decoration:none;	
background-image:url(../images/lnk-pfeil.png);
background-repeat:no-repeat;
background-position: 2px 6px;
padding-left:12px;
}

div#contentrechts div.partnerlistenelement a:hover
{
color:#ed7900;
text-decoration:none;	
}



.txthoehe
{
line-height:26px;	
}


div#mininav a, div#mininav  a:link, div#mininav  a:visited, div#mininav  a:active, div#mininav  a:focus
{
opacity: 1;			
}

div#mininav a:hover
{
opacity: 0.6;
-webkit-transition: opacity 0.5s;
-moz-transition:    opacity 0.5s;
-o-transition:      opacity 0.5s;
-ms-transition: opacity 0.5s; 
transition: opacity 0.5s;
}


/* ------ menuheader - oben, rechts horizontal ---------- */


ul.menuheader
{
padding:0;
margin:0;
display: block;
list-style:none;
}


 ul.menuheader li
{
padding:0;
margin:0;	
text-decoration:none;
list-style: none;
display: inline-block;	
width:105px;
height:137px;	
background-image:none;
padding-top:78px;
text-align:center;
}

 ul.menuheader li.active,
  ul.menuheader li.active:hover
{
font-family: 'Roboto Condensed',  Tahoma, Geneva, sans-serif;
font-weight: 300;
color:#616066;
line-height:26px;
font-size:18px;
text-decoration:none;
background-image:url(../images/btn-pfeile.png);
background-position:top left;
background-repeat:no-repeat;
}

 ul.menuheader li a:link,
 ul.menuheader li a:visited
{
font-family: 'Roboto Condensed',  Tahoma, Geneva, sans-serif;
font-weight: 300;
color:#616066;
line-height:26px;
font-size:18px;
text-decoration:none;
background:none;	
}

 ul.menuheader li.active a:link,
 ul.menuheader li.active a:visited
{
font-family: 'Roboto Condensed',  Tahoma, Geneva, sans-serif;
font-weight: 300;
color:#616066;
line-height:26px;
font-size:18px;
text-decoration:none;
}

 ul.menuheader li a:hover,
 ul.menuheader li a:active,
 ul.menuheader li a:focus
{
font-family: 'Roboto Condensed',  Tahoma, Geneva, sans-serif;
font-weight: 300;
color:#616066;
line-height:26px;
font-size:18px;
text-decoration:none;
}

 ul.menuheader li:hover
{
background-image:url(../images/btn-blanko.png);
background-position:top left;
background-repeat:no-repeat;
}



/* ------ Footermenue  - Ebene 1 ---------- */

ul.menusub
{
list-style:none;
margin:0 ;
padding:0 ;
}



 ul.menusub
{
        list-style-type:none !important;
        margin:0 0 0px 0px ;
        padding:0 0 0px 0px ;

}

 .module_content ul.menusub
{
        margin-left:-5px;
        padding:0 0 0 0 ;
}

 ul.menusub li
{
        padding: 0;
		margin-top:5px;
		margin-bottom:5px;
		padding-bottom:5px;
		border-bottom:solid 1px #f6bc80;	
		
}

 ul.menusub li.active
{
        padding: 0;
		margin-top:5px;
		margin-bottom:5px;
		padding-bottom:5px;
		border-bottom:solid 1px #f6bc80;	
		
}

 ul.menusub li a:link,
 ul.menusub li a:visited
{
        display:block;
        font-family: 'Roboto Condensed',  Tahoma, Geneva, sans-serif;
		font-weight:  normal;
		color:#fdeedf; /* gruen */
		font-size:14px;
		text-decoration:none;
		text-transform:lowercase;
		
}

 ul.menusub li.active a:link,
 ul.menusub li.active a:visited
{
        display:block;
        font-family: 'Roboto Condensed',  Tahoma, Geneva, sans-serif;
		font-weight: 300;
		color:#fdeedf; /* rot */
		font-size:14px;
		text-decoration:none;
		text-transform:lowercase;
}

 ul.menusub li a:hover,
 ul.menusub li a:active,
 ul.menusub li a:focus
{
        display:block;
        font-family: 'Roboto Condensed',  Tahoma, Geneva, sans-serif;
		font-weight: 300;
		color:#ffffff; /* rot */ 
		font-size:14px;
		text-transform:lowercase;
		text-decoration:none;
}

/* ------ Content-Links  - Ebene 2 ---------- */

ul.menuweiterelnks
{
list-style:none;
margin:0 ;
padding:0 ;
display: block; 
width:470px;
}



 ul.menuweiterelnks
{
        list-style-type:none !important;
        margin:0 0 0px 0px ;
        padding:0 0 0px 0px ;

}

 .module_content ul.menuweiterelnks
{
        margin-left:-5px;
        padding:0 0 0 0 ;
}

 ul.menuweiterelnks li
{
        padding: 0;
		margin-top:5px;
		margin-bottom:5px;
		padding-bottom:5px;
		border-bottom:none;
		display: inline;	
		margin-right:4px;
		/* white-space:nowrap;  */
		
}

 ul.menuweiterelnks li.active
{
        padding:0;
		
}

 ul.menuweiterelnks li a:link,
 ul.menuweiterelnks li a:visited
{
 color:#ed7900;
text-decoration:none;	
background-image:url(../images/lnk-pfeil.png);
background-repeat:no-repeat;
background-position: 3px 6px;
padding-left:12px;
font-size:16px;
		
}

 ul.menuweiterelnks li.active a:link,
 ul.menuweiterelnks li.active a:visited
{
 color:#ed7900;
text-decoration:none;	
background-image:url(../images/lnk-pfeil.png);
background-repeat:no-repeat;
background-position: 3px 6px;
padding-left:12px;
font-size:16px;
}

 ul.menuweiterelnks li a:hover,
 ul.menuweiterelnks li a:active,
 ul.menuweiterelnks li a:focus
{
color:#fa9f41;
text-decoration:none;	
}



/*-----------------------------------------------------------------------------------*/
/*	4.	Textelemente
/*-----------------------------------------------------------------------------------*/


h1
{
font-family: 'Roboto Condensed',  Tahoma, Geneva, sans-serif;
font-weight: 300;
color:#ed7900;
font-size:30px;
line-height:38px;
padding-top:0;
padding-bottom:25px;
text-transform:lowercase;
}

h2
{
font-family: 'Roboto Condensed',  Tahoma, Geneva, sans-serif;
font-weight: 300;
color:#ed7900;
font-size:22px;
line-height:30px;
padding-top:0;
padding-bottom:25px;
}

h2.newstitel
{
font-family: 'Roboto Condensed',  Tahoma, Geneva, sans-serif;
font-weight: 300;
font-size:20px;
color:#6c6b6f;
line-height:30px;
padding-top:0;
padding-bottom:0;
}

div#newsbox h2
{
font-family: 'Roboto Condensed',  Tahoma, Geneva, sans-serif;
font-weight: 300;
font-size:20px;
color:#9a9a9a;
line-height:30px;
padding-top:0;
padding-bottom:10px;
}


h3
{
font-family: 'Roboto Condensed',  Tahoma, Geneva, sans-serif;
font-weight: 300;
color:#ed7900;
font-size:18px;
line-height:25px;
padding-top:0;
padding-bottom:20px;
}
.accordion a
{
font-family: 'Roboto Condensed',  Tahoma, Geneva, sans-serif;
font-weight: 300;
color:#ed7900;
font-size:18px !important;
line-height:25px;
padding-top:0;
padding-bottom:20px;
text-decoration: none;
}

.accordion .acc-content a
{
font-size:16px !important;
}


h3.padbotmini
{
font-family: 'Roboto Condensed',  Tahoma, Geneva, sans-serif;
font-weight: 300;
color:#ed7900;
font-size:18px;
line-height:18px;
padding-top:0;
padding-bottom:2px;
}

h3.xac-trigger,
.xac-trigger span
{
font-family: 'Roboto Condensed',  Tahoma, Geneva, sans-serif;
font-weight: 300;
color:#ed7900;
font-size:18px;
line-height:25px;
text-transform:lowercase;
}


h4, h5
{
font-family: 'Roboto Condensed',  Tahoma, Geneva, sans-serif;
font-weight: 300;
color:#000000;
font-size:14px;
line-height:20px;
padding-bottom:5px;
}

h6
{
font-family: 'Roboto Condensed',  Tahoma, Geneva, sans-serif;
font-weight: 300;
color:#9a9a9a;
font-size:20px;
line-height:20px;
padding-bottom:5px;
}


.txtgrau
{
color:#9a9a9a;
}

.txtdunkelgrau
{
color:#7c7b80;
}

.txtgraubold
{
color:#9a9a9a;
font-weight:bold;
}

.txtschwarz
{
color:#000000;
}

.txtschwarzbold
{
color:#000000;
font-weight:bold;
}

.txtorange
{
color:#ed7900;
}

.txtorangebold
{
color:#ed7900;
font-weight:bold;
}

.txtorange-mit-pfeil
{
color:#ed7900;
padding-left:24px;
line-height:28px;
background-image:url(../images/pfeile-grau-klein.png);
background-position:0px 0;
background-repeat:no-repeat;
}

.txt-mit-pfeil
{
padding-left:24px;
line-height:28px;
background-image:url(../images/pfeile-grau-klein.png);
background-position:0px 0;
background-repeat:no-repeat;
}


/*-----------------------------------------------------------------------------------*/
/*	5.	Tabellen und Auflistungen
/*-----------------------------------------------------------------------------------*/

td
{
 text-align:left;
}



ul
{
list-style:none;
}

div#contentrechts ul, div#contentrechts p ul
{
margin:0 0 -10px 0px;
padding:0;
}




li
{
font-size:14px;
padding-bottom:3px;
padding-top:3px;
}


div#contentrechts .itemFullText li, div#contentrechts p .itemFullText li
{
font-weight: 300;
padding-left:14px;
padding-bottom:5px;
background-image:url(../images/liste.png);
background-position: 1px 11px;
background-repeat: no-repeat;
color:#7C7B80;
font-size:16px;
line-height:25px;
}


div#contentrechts .txtweiterelinks li, div#contentrechts p li
{
background-image:none;
padding:0;	
}

div#contentrechts p ul.txtliste li,
div#contentrechts ul.txtliste li
{
font-weight: 300;
padding-left:14px;
padding-bottom:2px;
background-image:url(../images/liste.png);
background-position: 1px 11px;
background-repeat: no-repeat;
color:#7C7B80;
font-size:16px;
line-height:25px;
}


/*-----------------------------------------------------------------------------------*/
/*	6.	Optik - Bilder, Ecken und Linien
/*-----------------------------------------------------------------------------------*/

img, a img
{
border: 0;
}

.thumb
{
margin:0;
padding:0;	
padding-right:28px;
margin-right:3px;
background: url(../images/icon-zoom2.png) no-repeat right bottom;
}

img.refimg
{
border: 0;
padding-bottom:10px;
}

hr {
 border: 0; /* Furr Firefox und Opera */
 padding-bottom:40px;
 padding-top:1px;
 border-bottom: 1px solid #dadada;
 height: 1px;
 margin-bottom:40px;
}


div.referenzlistenelement hr {
 border: 0; /* Furr Firefox und Opera */
 padding-bottom:5px;
 padding-top:1px;
 border-bottom: 1px solid #dadada;
 height: 1px;
 width:250px;
 margin-bottom:5px;
 margin-left:0;
 padding-left:0;
 text-align:left;
}

div.partnerlistenelement hr {
 border: 0; /* Furr Firefox und Opera */
 padding-bottom:5px;
 padding-top:1px;
 border-bottom: 1px solid #dadada;
 height: 1px;
 width: 360px;
 margin-bottom:5px;
 margin-left:0;
 padding-left:0;
 text-align:left;
}



div.catItemReadMore hr {
 border: 0; /* Furr Firefox und Opera */
 padding-bottom:17px;
 padding-top:1px;
 border-bottom: 1px solid #dadada;
 height: 1px;
 width:250px;
 margin-bottom:17px;
 margin-left:0;
 padding-left:0;
 text-align:left;
}

div.catItemReadMoreteser hr,
hr.orangedick
 {
 border: 0; /* Furr Firefox und Opera */
 padding-bottom:17px;
 padding-top:1px;
 border-bottom: 3px solid #ec7500;
 height: 1px;
 width:120px;
 margin-bottom:17px;
 margin-left:0;
 padding-left:0;
 text-align:left;
}



/*-----------------------------------------------------------------------------------*/
/*	10.b	Divs allgemein
/*-----------------------------------------------------------------------------------*/



#weissebox {
        clear:both;
		margin:0;
		width:100%;
		min-height:250px;
		text-align:center;
        background-color: #ffffff;
}

/* --- Start Hauptdivs --- */

 #left-side-outer {
        width:50%;
        float:left;
        margin-right:-478px;
        height: 800px;
    }
    #left-side{
        margin-right:478px;
        height: 800px;
		background-color:#ffffff;
		background-image:url(../images/main-background.jpg);
		background-position:top left;
		background-repeat:repeat-x;
    }
    #center-column {
		background-color:#ffffff;
		background-image:url(../images/main-background.jpg);
		background-position:top left;
		background-repeat:repeat-x;
        width:956px;
        float:left;
        position:relative;
        z-index:10;
        min-height:800px;
    }
    #right-side-outer {
        width:50%;
        float:right;
        margin-left:-478px;
        height: 800px;
		/* Abdeckung fuer Pixelfehler Safari */
		
		background-image:url(../images/main-background.jpg);
		background-position:top left;
		background-repeat:repeat-x;
    }
    #right-side {
        margin-left:478px;
        height: 800px;
		text-align:center;
		background-color:#ffffff;
		background-image:url(../images/main-background.jpg);
		background-position:top left;
		background-repeat:repeat-x;
    }

	#mininav {
	padding-top:250px;
	display:none;
	-webkit-text-size-adjust: none;
	
	}


/*** 960andup ***/


/* --- Ende Hauptdivs --- */
	
	
#headerbox {
clear: both;	
width:956px;
height:137px;
text-align:left;
background-image:url(../images/menue-leiste-blanko.png);
background-position:bottom left;
background-repeat:repeat-x;
-webkit-text-size-adjust: none;
}

#logobox {
clear: both;
float:left;	
width:350px;
padding-top:65px;
height:65px;
text-align:left;
-webkit-text-size-adjust: none;
}

#menuebox {
float:right;	
width:540px;
height:137px;
text-align:right;
-webkit-text-size-adjust: none;
}


#bannerbox {
clear: both;
float:left;
width:956px;
height:267px;
text-align:left;
-webkit-text-size-adjust: none;
}

#contentbox {
clear: both;	
width:956px;
padding-top:60px;
text-align:left;
-webkit-text-size-adjust: none;
}

#contentlinks {
clear: both;
float:left;	
width:295px;
margin-left:60px;
text-align:left;
-webkit-text-size-adjust: none;
}

#contentrechts {
float:right;	
width:515px;
min-height:250px;
text-align:left;
background-image:url(../images/pfeile-grau.png);
background-repeat:no-repeat;
background-position:0 66px;
padding-top:35px;
padding-left:35px;
padding-bottom:100px;
-webkit-text-size-adjust: none;
}

div.txtintro
{
clear:both;
font-size:20px;
color:#6c6b6f;
line-height:30px;
width:500px;
-webkit-text-size-adjust: none;
}

div.txtcontent
{
clear:both;
font-size:16px;
line-height:25px;
width:500px;
-webkit-text-size-adjust: none;
}

div.txtzusatz
{
clear:both;
margin-top:20px;
background-color:#f8f8f8;
width:470px;
padding:30px 20px;
color:#ed7900;
-webkit-text-size-adjust: none;
}

div.txtzusatznews
{
clear:both;
margin-top:20px;
background-color:#f8f8f8;
width:470px;
padding:30px 20px;
-webkit-text-size-adjust: none;
}

div.txtzusatzgrau
{
clear:both;
margin-top:1px;
background-color:#f8f8f8;
width:470px;
padding:30px 20px;
-webkit-text-size-adjust: none;
}

div.txtweiterelinks
{
clear:both;
margin-top:0;
background-color:#f8f8f8;
width:470px;
padding:30px 20px;
color:#ed7900;
-webkit-text-size-adjust: none;
}

div.txtpfad
{
clear:both;
font-size:14px;
line-height:25px;
width:300px;
color:#a0a0a2;
text-transform:lowercase;
-webkit-text-size-adjust: none;
}

div.txtnewsdatum
{
clear:both;
font-size:14px;
line-height:25px;
width:100px;
color:#ed7900;
text-transform:lowercase;
-webkit-text-size-adjust: none;
}

div.txtgruendernews
{
clear:both;
font-size:14px;
line-height:25px;
width:100%;
color:#ed7900;
text-transform:lowercase;
-webkit-text-size-adjust: none;
}

div.itemHeaderNewsintro
{
clear:both;
font-size:20px;
color:#6c6b6f;
line-height:30px;
width:500px;
-webkit-text-size-adjust: none;	
}

div.catItemDateCreated
{
clear:both;
font-size:14px;
line-height:25px;
width:300px;
color:#ed7900;
-webkit-text-size-adjust: none;
}

div.catItemNewsTitle
{
clear:both;
font-size: 16px;
line-height: 25px;
-webkit-text-size-adjust: none;
}


#footerbox {
clear: both;	
width:956px;
padding-top:40px;
padding-bottom:50px;
text-align:left;
-webkit-text-size-adjust: none;
}


#footerlinks {
clear: both;
float:left;	
width:240px;
text-align:left;
color:#b85200;
padding-top:35px;
padding-left:50px;
font-size:14px;
-webkit-text-size-adjust: none;
}

#footerrechts {
float:right;	
width:515px;
text-align:left;
background-image:url(../images/pfeile-weiss.png);
background-repeat:no-repeat;
background-position:top left;
padding-top:35px;
-webkit-text-size-adjust: none;
}


div.footerinhalt {
float:left;	
font-size:12px;
width:150px;
margin-right:55px;
text-align:left;
-webkit-text-size-adjust: none;
}

#footerlinie{
        clear:both;
		margin:0;
		width:100%;
		text-align:center;
        height: 3px;
        background-color: #ffffff;
    }
	
#footerband {
        margin:0;
		width:100%;
		background-color: #ec7300;
    }
	
#animation
{
background-image:url(../images/bild-ani-background.jpg);
background-repeat:no-repeat;
background-position:top left;	
}

div.cn_photosflamme1
{
background-image:url(../images/brennen1.jpg);
background-repeat:no-repeat;
background-position:top left;	
}

div.cn_photosfunken1
{
background-image:url(../images/funken1.jpg);
background-repeat:no-repeat;
background-position:top left;	
}

div.cn_photosbrand1
{
background-image:url(../images/brand1.jpg);
background-repeat:no-repeat;
background-position:top left;	
}

#zusatzlinks,
#newsbox
{
padding-top:5px;
margin-bottom:80px;
font-size:14px;
}

div.newsteaserlistenelement
{
width:250px;
font-size:14px;
}

div.gruenderteaserlistenelement
{
width:260px;
font-size:14px;
}

		
		
div.partnerlistenelementinfo
{
clear:both;
width:350px;	
padding-left:12px;
}

/* ----[ K2-ELEMENTE ]----*/


div.itemView {
    border-bottom: 1px dotted #FFFFFF;
    margin: 0;
    padding: ;
}


#k2Container {
    padding: 0 0 5px;
}



div#contentbox a.k2ReadMore, div#contentbox  a.k2ReadMore:link, div#contentbox  a.k2ReadMore:visited, div#contentbox  a.k2ReadMore:active, div#contentbox  a.k2ReadMore:focus,
div#zusatzlinks a, div#zusatzlinks  a:link, div#zusatzlinks  a:visited, div#zusatzlinks  a:active, div#zusatzlinks  a:focus
{
color:#9a9a9a;
text-decoration:none;	
background-image:url(../images/lnk-pfeil.png);
background-repeat:no-repeat;
background-position: 2px 6px;
padding-left:12px;
}

div#contentbox a.k2ReadMore:hover,
div#zusatzlinks a:hover
{
color:#ed7900;
text-decoration:none;	
}




div#newsbox a.k2ReadMoreteaser, div#newsbox  a.k2ReadMoreteaser:link, div#newsbox  a.k2ReadMoreteaser:visited, div#newsbox  a.k2ReadMoreteaser:active, div#newsbox  a.k2ReadMoreteaser:focus
{
color:#9a9a9a;
text-decoration:none;	
background-image:url(../images/lnk-pfeil.png);
background-repeat:no-repeat;
background-position: 2px 5px;
padding-left:12px;
margin-top:2px;
}

div#newsbox a.k2ReadMoreteaser:hover
{
color:#ed7900;
text-decoration:none;	
}

div.k2Pagination {
display:inline-block;
color:#FFFFFF;
font-size:10px;
}

div.k2Pagination ul
{
	color:#7c7b80;
}


div.k2Pagination ul li.pagination-start, div.k2Pagination ul li.pagination-prev, div.k2Pagination ul li.pagination-prev span.pagenav, div.k2Pagination ul li .pagenav {
    width: 65px;
	padding:5px;
}

div.k2Pagination ul {
	padding-bottom:15px;
}


div.k2Pagination a {
    text-decoration:none;
	color:#ed7900;
}

div.k2Pagination a:hover {
    text-decoration:none;
	color:#ffffff;
	background-color:#ed7900;
}

div.k2Pagination div.clr
{
height:25px;	
}



/* ----[ Accordion-ELEMENTE ]----*/

div.acc-content
{
    font-size: 16px;
    line-height: 25px;
}

div.qaccordion .acc-header {
    background: url(../images/acc_arrow1.gif) no-repeat scroll right center rgba(0, 0, 0, 0);
    border-bottom: 1px solid #DDDDDD;
    cursor: pointer;
    margin: 15px 0 0;
    padding: 0 0 5px;
}


div.qaccordion .acc-header-active {
    background: url(../images/acc_arrow2.gif) no-repeat scroll right center rgba(0, 0, 0, 0);
    border-bottom: 1px solid #DDDDDD;
    cursor: pointer;
    margin: 15px 0 0;
    padding: 0 0 5px;
}


/* ----[ MENUE-LINKS ]----*/

#nav 
{
padding:0;
margin:0;	
}

#nav  li {
    padding:0;
}

/* all menu links */
#nav a{
	text-decoration:none;
	display:block;
	padding:0;
	margin:0;	
	background-color:#ffffff ;
	font-family: 'Roboto Condensed',  Tahoma, Geneva, sans-serif;
	font-weight: 300;
	color:#616066;
	line-height:26px;
	font-size:18px;
	width:105px;
	height:59px;
	padding-top:78px;
	text-transform:lowercase;
	text-decoration:none;
	text-align:center;
	background:none;
	-moz-border-radius: 0;
	-webkit-border-radius:0;
}


#subMenusContainer a{
	text-decoration:none;
	display:block;
	padding:0;
	margin:0;	
	background-color:#ffffff ;
	font-family: 'Roboto Condensed',  Tahoma, Geneva, sans-serif;
	font-weight: 300;
	color:#616066;
	line-height:26px;
	font-size:18px;
	width:105px;
	padding-top:5px;
	padding-bottom:5px;
	text-transform:lowercase;
	text-decoration:none;
	text-align:center;
	background:none;
	-moz-border-radius: 0;
	-webkit-border-radius:0;
}



/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#nav a{
	margin:0;
	float:left;	
	font-family: 'Roboto Condensed',  Tahoma, Geneva, sans-serif;
font-weight: 300;
}

/* Just sub menu links */
#subMenusContainer a, #nav li li a{
	text-align:left;
	font-size:14px;
	padding-top:3px;
	padding-bottom:3px;
}

/* All menu links on hover or focus */
#nav a:hover, #nav a:focus, #subMenusContainer a:hover, #subMenusContainer a:focus, #nav a.mainMenuParentBtnFocused, #subMenusContainer a.subMenuParentBtnFocused{
	background-color:#FFFFFF;
	background-image:url(../images/btn-blanko.png);
	background-position:top left;
	background-repeat:no-repeat;
	color:#ed7900;
}

/* sub menu links on hover or focus */
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#nav a.mainMenuParentBtnFocused, 
#subMenusContainer a.subMenuParentBtnFocused,
#nav li a:hover,
#nav li a:focus,
#nav li.active a,
#subMenusContainer li.active a
{
	background:none;
	/* color:#616066; */
	background-image:url(../images/btn-blanko.png);
	background-position:top left;
	background-repeat:no-repeat;
	color:#ed7900;
}

/* sub menu links themen acitve */
#nav li.active a.leistungen,
#subMenusContainer li.active a.leistungen
{
	background:none;
	color:#616066;
	background-image:url(../images/btn-wunderkerze.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#nav li.active a.agentur,
#subMenusContainer li.active a.agentur
{
	background:none;
	color:#616066;
	background-image:url(../images/btn-flamme.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#nav li.active a.projekte,
#subMenusContainer li.active a.projekte
{
	background:none;
	color:#616066;
	background-image:url(../images/btn-brand.png);
	background-position:top left;
	background-repeat:no-repeat;
}


#nav li.active a.neutral,
#subMenusContainer li.active a.neutral
{
	background:none;
	color:#616066;
	background-image:url(../images/btn-pfeile.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#nav li.active a.startup,
#subMenusContainer li.active a.startup
{
	background:none;
	color:#616066;
	background-image:url(../images/btn-startup.png);
	background-position:top left;
	background-repeat:no-repeat;
}

/* sub menu links on hover or focus but display off */
#subMenusContainer a.reflnkoff:hover, 
#subMenusContainer a.reflnkoff:focus, 
#subMenusContainer a.reflnkoff,
#nav li a.reflnkoff:hover,
#nav li a.reflnkoff:focus,
#nav li.active a.reflnkoff,
#subMenusContainer li.active a.reflnkoff,
#nav li a.reflnkoff,
#nav a.reflnkoff:hover, #nav a.reflnkoff:focus, #subMenusContainer a.reflnkoff:hover, #subMenusContainer a.reflnkoff:focus, #nav a.reflnkoff.mainMenuParentBtnFocused, #subMenusContainer a.reflnkoff.subMenuParentBtnFocused
{
display:none;
}


/* Parent Sub Menu Links ---[javascript users only]*/
.subMenuParentBtn{ 
	background: url(../images/arrow_right.gif) right center no-repeat;  
}

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused{ 
	background: url(../images/arrow_right_over.gif) right center no-repeat;  
}

/* Parent Main Menu Links ---[javascript users only]*/
.mainMenuParentBtn{	
	 background: url(../images/arrow_down.gif) right center no-repeat; 
}

/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
.mainMenuParentBtnFocused{	
	background: url(../images/arrow_down_over.gif) right center no-repeat; 
}

/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0 2px;
	margin:0 0 0 -2px;
}


/* All ULs and OLs */
#nav, #nav ul, #nav ol, #subMenusContainer ul, #subMenusContainer ol { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

/* All submenu OLs and ULs */
#nav ol, #nav ul, #subMenusContainer ul, #subMenusContainer ol {	
	/*border around submenu goes here*/	 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background:#fff;	
	border:1px solid #ffffff;
	left:0;
}


/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav li { 
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
	position:relative;
	float:left;
}

#subMenusContainer li{
	list-style: none;
}

/* main menu ul or ol elment */
#nav{
	display:block;
	list-style:none;
	margin:0 0 0 0;
	z-index:5;
/*	top:15px;*/
/*	left:50%;*/
	text-align: left;
	display:block;
}

#subMenusContainer{	display:block; 	position:absolute;	top:0;	left:0;	width:100%;	height:0;	overflow:visible;	z-index:1000000000; }


/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#nav li li{	float:none; }

#nav li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:2.2em;
}

/* third-and-above-level lists */
#nav li ul ul { margin: -1em 0 0 -1000em; }
#nav li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#nav li:hover ul{	margin-left: 0; }
#nav li li:hover ul {	margin-left: 10em; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul {  margin-left: 0; margin-top:2.2em; }
#nav li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#nav li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#nav li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#nav li:hover a:focus{ margin-left: 0; }
#nav li li:hover a:focus + ul { margin-left: 10em; }

#subMenusContainer a,
#subMenusContainer a:hover, 
#subMenusContainer a:focus,
#subMenusContainer li.active a
{
	text-align:center;
	background:none;
	background-image:url(../images/submenue-background.png);
}




/* Formularelemnte-Admin-Elemente
--------------------------------------------------------------------------------------- */



.login-fields label
{
    display: inline-block;   
    padding-bottom: 10px;
    vertical-align: top;
    width: 130px;
}


#login-form .inputbox,
.registration input,
.profile-edit input,
#login-form .inputbox,
.contact .inputbox,
.login-fields input,
.remind input,
.reset input,
.login input

{    -webkit-border-radius: 4px;
	background-color:#f1f2f4;
}

.login-fields .button
{
    padding:5px;
	background-color:#f07b00;
	-webkit-border-radius: 4px;
}

/* ----[ Neues Menu ]----*/

#extnav_2 
{
padding:0;
margin:0;	
}

#extnav_2  li {
    padding:0;
}

/* all menu links */
#extnav_2 a{
	text-decoration:none;
	display:block;
	padding:0;
	margin:0;	
	background-color:#ffffff ;
	font-family: 'Roboto Condensed',  Tahoma, Geneva, sans-serif;
	font-weight:normal;
	color:#616066;
	line-height:26px;
	font-size:18px;
	width:105px;
	height:59px;
	padding-top:78px;
	text-transform:lowercase;
	text-decoration:none;
	text-align:center;
	background:none;
	-moz-border-radius: 0;
	-webkit-border-radius:0;
}


#subMenusContainer_horizontal a{
	text-decoration:none;
	display:block;
	padding:0;
	margin:0;	
	background-color:#ffffff ;
	font-family: 'Roboto Condensed',  Tahoma, Geneva, sans-serif;
	font-weight:normal;
	color:#616066;
	line-height:26px;
	font-size:18px;
	width:105px;
	padding-top:5px;
	padding-bottom:5px;
	text-transform:lowercase;
	text-decoration:none;
	text-align:center;
	background:none;
	-moz-border-radius: 0;
	-webkit-border-radius:0;
}



/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#extnav_2 a{
	margin:0;
	float:left;	
	font-family: 'Roboto Condensed',  Tahoma, Geneva, sans-serif;
	font-weight: 300;
}

/* Just sub menu links */
#subMenusContainer_horizontal a, #extnav_2 li li a{
	text-align:left;
	font-size:14px;
	padding-top:3px;
	padding-bottom:3px;
}

/* All menu links on hover or focus */
#extnav_2 a:hover, #extnav_2 a:focus, #subMenusContainer_horizontal a:hover, #subMenusContainer_horizontal a:focus, #extnav_2 a.mainMenuParentBtnFocused, #subMenusContainer_horizontal a.subMenuParentBtnFocused{
	background-color:#FFFFFF;
	background-image:url(../images/btn-blanko.png);
	background-position:top left;
	background-repeat:no-repeat;
	color:#ed7900;
}

/* sub menu links on hover or focus */
#subMenusContainer_horizontal a:hover, 
#subMenusContainer_horizontal a:focus, 
#extnav_2 a.mainMenuParentBtnFocused, 
#subMenusContainer_horizontal a.subMenuParentBtnFocused,
#extnav_2 li a:hover,
#extnav_2 li a:focus,
#extnav_2 li.active a,
#subMenusContainer_horizontal li.active a
{
	background:none;
	/* color:#616066; */
	background-image:url(../images/btn-blanko.png);
	background-position:top left;
	background-repeat:no-repeat;
	color:#ed7900;
}

/* sub menu links themen acitve */
#extnav_2 li.active a.leistungen,
#subMenusContainer_horizontal li.active a.leistungen
{
	background:none;
	color:#616066;
	background-image:url(../images/btn-wunderkerze.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#extnav_2 li.active a.agentur,
#subMenusContainer_horizontal li.active a.agentur
{
	background:none;
	color:#616066;
	background-image:url(../images/btn-flamme.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#extnav_2 li.active a.projekte,
#subMenusContainer_horizontal li.active a.projekte
{
	background:none;
	color:#616066;
	background-image:url(../images/btn-brand.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#extnav_2 li.active a.startup,
#subMenusContainer_horizontal li.active a.startup
{
	background:none;
	color:#616066;
	background-image:url(../images/btn-startup.png);
	background-position:top left;
	background-repeat:no-repeat;
}

/* sub menu links on hover or focus but display off */
#subMenusContainer_horizontal a.reflnkoff:hover, 
#subMenusContainer_horizontal a.reflnkoff:focus, 
#subMenusContainer_horizontal a.reflnkoff,
#extnav_2 li a.reflnkoff:hover,
#extnav_2 li a.reflnkoff:focus,
#extnav_2 li.active a.reflnkoff,
#subMenusContainer_horizontal li.active a.reflnkoff,
#extnav_2 li a.reflnkoff,
#extnav_2 a.reflnkoff:hover, #extnav_2 a.reflnkoff:focus, #subMenusContainer_horizontal a.reflnkoff:hover, #subMenusContainer_horizontal a.reflnkoff:focus, #extnav_2 a.reflnkoff.mainMenuParentBtnFocused, #subMenusContainer_horizontal a.reflnkoff.subMenuParentBtnFocused
{
display:none;
}


#extnav_2 li.active a.neutral,
#subMenusContainer_horizontal li.active a.neutral
{
	background:none;
	color:#616066;
	background-image:url(../images/btn-pfeile.png);
	background-position:top left;
	background-repeat:no-repeat;
}


/* Parent Sub Menu Links ---[javascript users only]*/
.subMenuParentBtn{ 
	background: url(../images/arrow_right.gif) right center no-repeat;  
}

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused{ 
	background: url(../images/arrow_right_over.gif) right center no-repeat;  
}

/* Parent Main Menu Links ---[javascript users only]*/
.mainMenuParentBtn{	
	 background: url(../images/arrow_down.gif) right center no-repeat; 
}

/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
.mainMenuParentBtnFocused{	
	background: url(../images/arrow_down_over.gif) right center no-repeat; 
}

/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0 2px;
	margin:0 0 0 -2px;
}


/* All ULs and OLs */
#extnav_2, #extnav_2 ul, #extnav_2 ol, #subMenusContainer_horizontal ul, #subMenusContainer_horizontal ol { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

/* All submenu OLs and ULs */
#extnav_2 ol, #extnav_2 ul, #subMenusContainer_horizontal ul, #subMenusContainer_horizontal ol {	
	/*border around submenu goes here*/	 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background:#fff;	
	border:1px solid #ffffff;
	left:0;
}


/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#extnav_2 li { 
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
	position:relative;
	float:left;
}

#subMenusContainer_horizontal li{
	list-style: none;
}

/* main menu ul or ol elment */
#extnav_2{
	display:block;
	list-style:none;
	margin:0 0 0 0;
	z-index:5;
/*	top:15px;*/
/*	left:50%;*/
	text-align: left;
	display:block;
}

#subMenusContainer_horizontal{	display:block; 	position:absolute;	top:0;	left:0;	width:100%;	height:0;	overflow:visible;	z-index:1000000000; }


/* --------------------------[ The below is just for non-javscript users ]--------------------------*/

#extnav_2
{
font-family: 'Roboto Condensed',  Tahoma, Geneva, sans-serif;
font-weight: 300;	
}

#extnav_2 li li{	float:none; }

#extnav_2 li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
}

#extnav_2 li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:2.2em;
}

/* third-and-above-level lists */
#extnav_2 li ul ul { margin: -1em 0 0 -1000em; }
#extnav_2 li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#extnav_2 li:hover ul{	margin-left: 0; }
#extnav_2 li li:hover ul {	margin-left: 10em; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#extnav_2 li a:focus + ul {  margin-left: 0; margin-top:2.2em; }
#extnav_2 li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#extnav_2 li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#extnav_2 li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#extnav_2 li:hover a:focus{ margin-left: 0; }
#extnav_2 li li:hover a:focus + ul { margin-left: 10em; }

#subMenusContainer_horizontal a,
#subMenusContainer_horizontal a:hover, 
#subMenusContainer_horizontal a:focus,
#subMenusContainer_horizontal li.active a
{
	text-align:center;
	background:none;
	background-image:url(../images/submenue-background.png);
}

