/*************************************************************/
/*                                                           */
/*                                                           */
/*                  15° Stylesheet                           */
/*              2009 - Sebastian Künzel                      */
/*                                                           */
/*                                                           */
/*************************************************************/


/*************/
/*           */
/* HTML Tags */
/*           */
/*************/

html { height: 100.1%}


body {
	font-family: "arial", sans-serif;
	margin: 0;
	color: #000;
	font-size: 0.8em;
	background: #4eaf46;
	text-align: left;
}


a  {
    color: #50b958;
    text-decoration: none;
	font-weight: normal;
}


a:hover {
    color: #2b7c31;
    text-decoration: underline;
}


a img {
	border:none;
	background-color: none;
}

#info
  {
    overflow: visible;
    width: 100%;
	top: 31px;
    position: fixed;
    z-index:2;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
  }

  #infobar a, #infobar a:link, #infobar a:visited, #infobar a:active
  {
    display: block;
    float: center;
    width:100%;
    clear: both;
    color: InfoText;
    background: InfoBackground url(../layout/icon_warning.gif) no-repeat .3em .3em;
    padding: .45em .3em .45em 2em;
    border-bottom: .16em outset;
    text-decoration: none;
    cursor: default;
  }

  #infobar a:hover
  {
    color: HighlightText;
    background: Highlight url(../layout/icon_warning.gif) no-repeat .3em .3em;
  }


.normaltext {
	color: #fff;
	font-size: 0.7em;
	line-height: 1.2em;
	letter-spacing: 0.02em;
	text-decoration: none;
}

.wichtig {
	color: #349adb;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
	margin: 35px 0px 0px 0px;
	color: #4eaf46;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	margin: 35px 0px 0px 0px;
	color: #000;
}

.100table {
	width: 100%;
	height: 100%;
}

hr {
	height: 1px;
	background-color: #5d6659;
	color: #5d6659;
	border: 0px;
}

#main-block {
	width: 720px;
	margin: auto;
	text-align: left;
	font-size: 14px;
	line-height: 1.4em;
	padding: 15px;
	background: #eee;
}

#main-block td p {
	text-align: justify;
}

#main-block td {
	text-align: left;
}

#main-block .pictext {
	padding: 0px;
	text-decoration: none;
	color: #2b7c31;
	font-size: 10px;
}

#main-block s { /* umdefiniert, um farbigen text anzuzeigen */
	padding: 0px;
	text-decoration: none;
	color: #349adb;
}


#breadcrumb {
	font-size:9px;

}

.clear {
	clear:both;
}

/*******************************************************************************
        
        Horizontales Dropdown-Menu, CSS
        
        CSS-Grundlage:  Copyright by Stu Nicholls @ www.cssplay.co.uk
        Please see Copyright Notice @
        http://www.cssplay.co.uk/menus/final_drop.html
        
*******************************************************************************/

.menu {
  font-family: verdana, sans-serif; 
  width:750px;                    /*  (1)  */
  height: 218px;
  position:relative; 
  font-size:1.0em;
  padding-bottom: 10px;
  z-index:100;
}
.menu ul {                        /* UL Ebene 1 */
  padding:0; 
  margin: 0 0 0 0;
  list-style-type: none;
}
.menu ul li {                     /* Listenelemente der Ebene 1 */
  float:left;
  position:relative;
}
.menu ul li a, 
.menu ul li a:visited {           /* Links der Listenelemente der Ebene 1 */
  display:block; 
  text-decoration:none; 
  color: #000;
  font-size:12px;
  font-weight: bold;
  width:114px;                    /*   Breite von (.menu)/(Anzahl der Punkte)-(1Px)  --> (1) */
  height:25px;                    /*  (2)  */
  border:1px solid #000;          /* Border-color am besten = Hintergrundfarbe der Seite */
  border-width: 0px 1px 1px 0; 
  background: url(../../transmenu/white-65.png);
  padding-left:10px; 
  line-height:25px;               /*  --> (2)  */
}
* html .menu ul li a, .menu ul li a:visited {
  width:114px;                    /* für IE */
  w\idth:114px;                   /* für 'normale' Browser */
}
.menu ul li ul {
  display: none;
}

table {
  margin:-1px; 
  border-collapse:collapse;
}

/* li:hover  für non-IE-Browser  ---  a:hover  für IE */
  .menu ul li:hover a,
  .menu ul li a:hover {
  color: #fff; 
  background: #50b958;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
  display:block; 
  position:absolute; 
  top:25px;                          /*  --> (2)  */
  margin-top:1px;
  left:0; 
  width:150px;
}
* html .menu ul li a:hover ul {
  margin-top:0;
  marg\in-top:1px;
}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
  visibility:hidden; 
  position:absolute; 
  height:0; 
  width:0;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
  display:block; 
  background: url(../../transmenu/white-75.png); 
  color:#555;
  font-size:10px;
  font-weight:normal;
  height:auto; 
  line-height:1.1em; 
  padding:5px 10px; 
  width:129px
}
* html .menu ul li a:hover ul li a {
  width:150px;
  w\idth:129px;
}

.menu ul li:hover ul li a.drop,       /* Ebene 2 mit  Subpunkten */
.menu ul li a:hover ul li a.drop {
  background:#aaa url(../../graphics/drop.gif) bottom right no-repeat;
}

.menu ul li:hover ul li a:hover,      /* Ebene 2 hover */
.menu ul li a:hover ul li a:hover {
  background: #fff; 
  color: #000;
}

.menu ul li:hover ul li:hover ul,     /* Ebene 3 */
.menu ul li a:hover ul li a:hover ul {
  visibility:visible; 
  position:absolute; 
  left:150px; 
  top:0;
  width:150px;
}

.menu ul li:hover ul li:hover ul.left,  /* Ebene 3  letztes Element */
.menu ul li a:hover ul li a:hover ul.left {
  left:-150px;
}

