﻿/*
==============================================================
 Service Menu                                                         
==============================================================
*/

#serviceMenu
{
  height:82px;
  width:177px;
}

#serviceMenu .container
{
  position:absolute;
  bottom:0px;
  padding-left:18px;
  background:url(/images/dashed_vertikal_streg.gif) repeat-y top left;
}

#serviceMenu ul
{
  padding:0;
	margin:0;
	list-style:none;
}

#serviceMenu a
{
  color:#333;
  text-decoration:none;
  display:block;
  padding-bottom:2px;
}
#serviceMenu a:hover
{
  color:#cc0082;
}

#serviceMenu label
{
  width:60px;
  float:left;
}

#serviceMenu input
{
  height:12px;
  width:81px;
  border:1px solid #030;
  padding:0;
  float:left;
}

#serviceMenu .container img
{
  height:14px;
  width:14px;
  display:block;
  padding-left:2px;
  float:left;
  cursor:pointer;
}

#serviceMenu .PrintPage
{
  position:absolute;
  top:86px;
  margin-left:139px;
}



/*
==============================================================
 Intranet Menu                                                         
==============================================================
*/

#intranetMenu ul
{
  padding:0;
	margin:0;
	list-style:none;
}

#intranetMenu a
{
  color:#333;
  text-decoration:none;
  text-align:right;
  display:block;
  padding-bottom:3px;
}


/*
==============================================================
 Top Menu                                                         
==============================================================
*/

#topMenu ul
{
  padding:0;
	margin:0;
	list-style:none;
}

#topMenu li
{
  float:left;
}

#topMenu a
{
  color:#333;
  text-decoration:none;
  display:block;
  padding-right:16px;
}

#topMenu a.selected
{
  color:#09F;
}

#topMenu a:hover
{
  color:#09F;
}


/*
==============================================================
 Sub Menu                                                         
==============================================================
*/

#subMenu ul
{
  padding:0px 0px 0px 0px;
	margin:0;
	list-style:none;
}

#subMenu ul.level0
{
 padding:0px 0px 0px 17px;
 background-image: url('../images/vertical_small_dashed.gif');
 background-position: 1px 0px;
 background-repeat:no-repeat;
 min-height:180px;
}

#subMenu ul.level1 ul
{
  margin-left:35px;
}

#subMenu li.level0
{
  font-size:11px;
  font-weight:bold;
  text-transform:uppercase;
}

#subMenu li.level1
{
  font-size:10px;
font-weight:normal;
text-transform:none;
}

#subMenu li.selected
{

}

#subMenu a.selected,
#subMenu a.ancestor
{
 color:#601a71;
}

#subMenu a
{
  display:block;
  color:#000;
  text-decoration: none;
  display: block;
  padding-bottom: 3px;
}

#subMenu ul.level1 a
{
  padding-left:35px;
  width:180px;
}


#subMenu ul.level2 a
{
  border-left: solid 1px #000000;
  padding-left:35px;
    width:140px;
}

#subMenu ul.level1
{
  padding-bottom:20px;
}
#subMenu a:hover
{
  color:#cc0082;
}


/*
==============================================================
 Breadcrumb                                                         
==============================================================
*/

#breadcrumb
{
 display:none;
  height:25px;
  width:465px;
}

.subSektion #breadcrumb
{
  padding-right:21px;
  background-color:#fff;
}

#breadcrumb ul
{
  padding:0;
	margin:0;
	list-style:none;
}

#breadcrumb li
{
  float:left;
}

#breadcrumb a
{
  color:#999;
  text-decoration:none;
  display:block;
  padding-right:5px;
}

/*
==============================================================
 Print                                                         
==============================================================
*/

#Print
{
  float:right;
  display:none;
}

/*
==============================================================
 Page Tools                                                         
==============================================================
*/

#pageTools
{
  margin-top:20px;
}

#pageTools ul
{
  padding:0;
	margin:0;
	list-style:none;
}

#pageTools li
{
  float:left;
}

#pageTools a
{
  color:#999;
  text-decoration:none;
  display:block;
  padding-right:10px;
}

#pageTools img
{
  border:none;
}


/*
==============================================================
 Sitemap                                                         
==============================================================
*/

#Sitemap ul
{
  padding: 0;
  margin: 0;
  list-style: none;
}

#Sitemap ul li
{ 
  margin: 0px 0px 0px 15px;/* can be adjusted with care (styling)*/
  padding: 0px 0px 0px 20px;/* can be adjusted with care (styling)*/
  display: block;
}

#Sitemap ul > li
{
  margin-top: 0px;
}

#Sitemap ul li.rootItem
{ 
  margin: 0px;/* can be adjusted with care (styling)*/
  padding: 0px
}

#Sitemap ul li.level1
{ 
  margin-right: 20px;/* can be adjusted with care (styling)*/
  padding: 0px
}

#Sitemap div
{
  position: absolute;
  margin-left: -20px;
  border-color: #cdcdcd; /*line color of tree*//* can be adjusted with care (styling)*/
}

#Sitemap span
{
  font-size: 0px;
  line-height: 0px;
}

/* ---------- */

#Sitemap .hori
{
  border-bottom-style: solid;
  border-bottom-width: 1px;
  width: 15px;
}

#Sitemap .vert
{
  width: 0;
  border-left-style: solid;
  border-left-width: 1px;
}

#Sitemap .hori,
#Sitemap .last
{
  height: 8px; /* Half height of: <A> height */
}

/* ---------- */

#Sitemap a
{
  padding: 0px;/* can be adjusted (styling)*/
  text-decoration: none;/* can be adjusted (styling)*/
}

#Sitemap a
{
  color:#000;
}

#Sitemap .level1 a
{
  color:#000;
  font-weight:normal;
}

#Sitemap .level2 a
{
  color:#601a71;
}


#Sitemap a:hover
{
  color:#601a71;
}

#Sitemap a.rootItem
{ 
  font-weight: bold;
}

#Sitemap a.level1
{
  font-weight: bold;
}

#Sitemap ul.level1
{
  margin-left: 10px;
}

#Sitemap > ul.level1
{
  margin-left :-10px;
}
