/*******************************/
/* CSS file by martin@loitzl.com 
   & ISOEG www.inetservice.at 
   2005, 2006 				   */
/*******************************/


/****************************************/
/****        TEXT Styles   ********************/
/****************************************/


h1 {
       font-size: 11px;
       color: 999999;
       font-family:verdana;
       margin:0px 0px 0px 0px;
       padding:0px;
}

ul {

      padding: 0px;
      margin: 0px;
      font-family: verdana;
      font-size: 11px;
      color: 666666;

}

li {

      padding: 1px;
      margin: 0px;
      margin-left: 2em;
}

a, a:visited {
     color: #a23b26;
     letter-spacing: 0px;
}

p i {
     font-weight: 600;
     letter-spacing: 1px;
     font-size: 11px;
     text-align: justify
}

table {
   font-family: verdana;
   font-size: 11px;
   color: #666666;
   line-height: 100%;
   text-align: left;
}



/****************************************/
/****       LAYOUT Styles   ********************/
/****************************************/


BODY { 
	background-color: #ccc;
	/*
	background-image: url("background.jpg");
	background-repeat: no-repeat;
	*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
	/* line added by isoeg */
	text-align: center;
}

/* def added by isoeg */
/* container for center page */
#maincontainer { 
	position:relative;	
	display:block;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 920px;
}

.backgroundpic {
	width: 920px;
	height: 210px;
	background: url("bg_74.jpg") no-repeat;
}

#contentcontainer {
	position: relatvie;
	top: 210px;
}

/* end def */
p.bodytext 
   {
    margin: 0.0px 0.0px 0.0px 0.0px; 
    font: 11.0px Verdana;
    color: #666666; 
    text-align:justify;
    }

    
    /* From: http://www.daltonlp.com/daltonlp.cgi?item_type=1&item_id=217 */

.trans_box 
   {
    font-family:verdana;
                /*    font-weight:lighter; */
    padding:0px;
    margin:0px;
               /* border:solid 1px #555; */

    /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='fileadmin/template/transparent.png');
    }

    /* IE ignores styles with [attributes], so it will skip the following. */


.trans_box[class] 
   {
    background-image:url(transparent.png); 
    }


.grey_box {
    font-family:verdana;
	/*    font-weight:lighter; */
    padding:0px;
    margin:0px;
               /* border:solid 1px #555; */

    /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='fileadmin/template/grey.png');
    }


.grey_box[class] 
   {
    background-image:url(grey.png); 
    }


.normal_box 
   {
    font-family:verdana;
                /* font-weight:light; */
    padding:0px;
    margin:0px;
                /* border:solid 1px #555; */
    }



.logo_box 
   {
    position: absolute;
              /* border: solid 1px #555; */
    top: 35px;
    left: 44px;
    z-index:99; 
    width: 130px; 
    height: 130px;
	background:url(logo.gif) no-repeat;
    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/template/logo.png', sizingMethod='scale');*/
    } 

.logo_box[class] 
    {
     background-image:url(logo.png); 
     }

.logo_box_link {
    top: 35px;
    left: 44px;
    z-index:98; 
    width: 130px; 
    height: 130px;
}

.energetica_box {
    position: absolute;
	padding-top: 12px;
    left: 775px;
    width: 124px; 
    height: 29px;
	background-image:url(energetica_logo_neu.gif);
} 

#sub_menu_background_grey {
    position:absolute;
    top:210px;
    left:0px;
    width:920px;
    height:350px;
    z-index: 2;
}


#left_top_down {
    position:absolute;
    top:0px;
    left:0px;
    width:30px;
    height:210px;
    z-index:3;
}


#top_left_right {
    position:absolute;
    top:0px;
    left:0px;
    width:920px;
    height:35px;
}

#main_menu_background {
    position:absolute;
    top:120px;
    left:0px;
    width:920px;
    height:44px;
}

    #sub_menu_background {
    position:absolute;
    top:0px;
    left:44px;
    width:168px;
    height:210px;
    z-index: 4;
}

    #sub_menu_main_area_background {
    position:absolute;
	background: url(leftmenubg.gif) repeat-y;
    top:210px;
    left:0px;
    width:212px;
    height:300px;
    z-index: 5;
}

#main_area_container {
	position:relative;
	background-color:#FFFFFF;
	background-image: url(leftmenubg.gif);
	background-repeat: repeat-y;
    top:0px;    
    width:auto;
	padding-left: 212px;
    background-color: #fff;
	height: 300px;
}

/* for ff, opera */
#main_area_container[id] {
	height:auto;
	min-height: 300px;
}

#main_area {
    position:relative;
    width:auto;
    margin: 0px;
    padding: 19px;
    background-color: #fff;
}


#main_menu_container {
	padding:0px;
	position:absolute;
	top:120px;
	left:212px;
	width:708px;
	height:15px;
/*	text-align: center;*/
	background-color: #fff;
	/*	z-index:99;*/
    }

#sub_menu_container {
	position:absolute;
    top:211px;
    left:45px;
    width:167px;
	text-align: left;
}


/* http://www.aspekt1.net/ms/dev/vertical-align.html */
    #main_menu, #main_menu ul {
	position:absolute;
	float: left;
/*	top: 50%; */
	height: 11px;
	margin-top: -12px;
	margin: 0 0 0 0;
	width: 100%;
	list-style: none;
	font-weight: 300;
	font-size: 11px;
	padding: 0;
	background-color: #fff;
	/*    border: solid #eda;*/
/*    border-width: 1px 0px; */
    }

                #main_menu li {
                float: left;
	border-right: solid 1px;
	border-color: #CC0000;
                padding: 0;
	margin: 0;
    }

	
	#main_menu li a{
	padding-left: 16px;
	padding-right: 16px ;
	background-color: #fff;
	color: #999999;
                font-size: 11px;	
                font-family:verdana;
                text-decoration: none;
                letter-spacing: 0px;
    }
	
	#main_menu li a.selected{
	padding-left: 16px;
	padding-right: 16px;
	background-color: #CC0000;
	color: #fff;
                font-size: 11px;
                font-family:verdana;
	text-decoration: none;
                letter-spacing: 0px;
    }
	
/*Harry http://www.aspekt1.net/ms/dev/vertical-align.html */
    #sub_menu, #sub_menu ul {
	margin-left: 4px;
	margin-right: auto;
	margin: 0 0 0 0;
	width: 100%;
	list-style: none;
	font-weight: 200;
	font-size: 11px;
	padding: 0;
    }
	
	#sub_menu li {
	background-color: #CC0000;
/*	color: #fff; */
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 1px;
               	
    }
	
	#sub_menu li a{
	text-decoration: none;
	background-color: #CC0000;
	color: #fff;
	margin: 0;
	margin-left: 8px;
    padding: 0;
    letter-spacing: 0px;
   }
   
   	#sub_menu li a.selected{
	text-decoration: none;
	font-weight: bold;
	background-color: #CC0000;
	color: #fff;
	margin: 0;
	margin-left: 8px;
	padding: 0;
        letter-spacing: 0px;
   }

#sub_sub_menu, #sub_sub_menu ul {
background-color: #fff;

}

#sub_sub_menu li{
padding-left: 1em;
text-align:left;
background-color: #fff;
}

#sub_sub_menu li a{
text-align:left;
background-color: #fff;
color: #000;
}

#sub_sub_menu li a.selected{
text-align:left;
background-color: #fff;
color: #000;
}

.contentfooter {
	width: 920px;
	height: 50px;
	background: #C0C0C0 url(leftfooterbg.gif) repeat-y;
}

#extramenu {
	position:absolute;
	right: 20px;
	top: 12px;
	text-align:right;
}


#extramenu img { 
	display: inline;
	margin-left: 10px;
	border: none;
}

#extramenu div {
	display:inline;
}

/* CSC Sitemap Definitions by ISOEG */

.csc-menu-2 p {
	height: 10px;
	line-height: normal;
	margin: 0;
	padding-bottom: 2px;
}

.csc-sitemap a {
	text-decoration:none;
      color: 666666;

}

.csc-sitemap a:visited {
	text-decoration: none;
      color: 666666;

}

.csc-sitemap a:hover {
	text-decoration: underline;
      color: 666666;

}

.csc-sitemap a:active {
	text-decoration: none;
      color: 666666;

}

.csc-sitemap-level1 {
	font-weight: bold;
	padding-left: 10px;
	font-size:12px;
	padding-top: 5px;
}

.csc-sitemap-level2 {
	font-weight: normal;
	font-size:11px;
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.csc-sitemap-level3 {
	font-weight: normal;
	font-size:10px;
	padding-left: 50px;
}

.csc-sitemap-level4 {
	font-weight: normal;
	font-size:10px;
	padding-left: 70px;
}

/* definitions for indexed search */

	/* default styles for extension "tx_indexedsearch" */
	.tx-indexedsearch {
		font-size: 11px;
		width:670px;
	} 
	
	.tx-indexedsearch .tx-indexedsearch-searchbox INPUT,
	.tx-indexedsearch .tx-indexedsearch-searchbox SELECT
	{
		font-size: 11px;
	}
	
	.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
		width:100px; 
	}
	
	.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
		width:150px; 
	}
	
	.tx-indexedsearch .tx-indexedsearch-rules {
		font-size: 10px;
		color: gray;
	}
	
	.tx-indexedsearch .tx-indexedsearch-rules h2 {
		font-size: 12px;
		color: gray;
	}
	
	.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw {
		font-weight:bold;
		font-style:normal;
	}
	
	.tx-indexedsearch .tx-indexedsearch-whatis { 
		margin-top:10px; margin-bottom:5px;
	}
	
	.tx-indexedsearch P.tx-indexedsearch-noresults {
		text-align:center;
		font-weight:bold; 
	}
	
	.tx-indexedsearch div.tx-indexedsearch-sectionlinks {
		margin-bottom: 20px;
	}
	
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { 
		background: none;
	}
	
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P {
		font-weight:bold;
		font-size: 12px;
	}
	
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent {
		font-weight:normal;
	}
	
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P {
		font-style:normal;
	}
	
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup {
		color:red;
	}
	
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
		font-size: 9px;
		font-style:italic;

	}
	
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
		margin-top:20px;
		margin-bottom:5px; 
		border-bottom: 1px solid #DCEFFD;
	}
	
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { 
		margin-top:0px;
		margin-bottom:0px;
		font-size: 13px;
		font-weight:bold;
		padding: 2px 2px;
		border:none;
	}
	
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE {
		background:#cccccc; 
	}
	
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { 
		vertical-align:middle;
	}
	
	.tx-indexedsearch .tx-indexedsearch-res .noResume {
		color : #666666;
	}

	input {
		   font-family:verdana;
		font-size: 11px;
		color: #666666;
	}
	
	textarea {
		font-family:verdana;
		font-size: 11px;
		color: #666666;
	}

	.center {
		text-align: center;
	}

	.pictext {
		text-align:center;
		vertical-align:top;
		font-size: 9px;
		padding: 5px 0px;
	}
	
	.pictext a {
		color: #666666;
	}	
	
	.contacttable {
		width: 670px;
	}
	
	.contacttable[class] {
		width: 100%;
	}
	
#main_area .news-single-additional-info {
  display:none;
}

#news_downloads .news-single-item{
background-color:#FFFFFF;
border:none;
margin:0px;
padding:0px;
}

#news_downloads .news-single-files{
background:none;
border:none;
margin:0 0 3px;
padding:3px;
}
#news_downloads dt{
font-family:Verdana;
}

#news_downloads dd{
margin:0px;
padding-top:5px;
font-family:Verdana;
}
#news_downloads dd img{
padding-right:10px;
}

/*
.news-single-item, #main_area_container, .contentfooter {
position:relative;
float:left;
}
#contentcontainer {
position:relative;
float:left;
top:0;
}

#main_area_container {
  width:708px;
}

#sub_menu_container {
top:0;
}
*/

#news_downloads {
  position:relative;
  float:left;
  margin:0em;
  padding:0em;
  width:100%;
  overflow:hidden;
  font-size:10px;
}
#news_downloads .news-single-item {
  background:none;
}

#news_downloads p.bodytext {
text-align:left;
}

#newlanguagelinks {
  position:absolute;
  margin:0 auto;
  width:900px;
  z-index:100;  
}






/* styles neu */
p, ul, li {
    font: 11.0px Verdana;
    color: #666666; 
    text-align:justify;
}

#main_area a img {
  border:none;
}
/* styles neu */
