/* LS site. */
html {padding: 0; }
body {
	margin: 0px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
	background-color:#F0F0F0; 
}
td,p{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	line-heigh: 11px;
}

#logo { position:absolute; top:5px; left:0px; width:194px; height:18px; }
#navigation { position:absolute; top:0px; left:230px; width:194px; height:18px; z-index:100;}

#fixiert {
    position: absolute;
    top:40px; left:40px;
	width:500px;
    border: 0px;
  }
  
#sprache {
    position: absolute;
    top:-500px; left:-40px;
    width:194px; height:18px; 
    border: 0px;
  }

html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
}
html>body #sprache {  /* nur fuer moderne Browser! */
    position: fixed;
}

  #Inhalt {

    margin-top:109px;
    margin-left:40px;
	padding: 0px;
  }

[if lt IE 7]
  @media screen {
    html, body {
      height: 100%; overflow-y: hidden;
    }
    #Scrollbereich {
      height: 100%; width: 100%; overflow: auto;
    }
    #Inhalt {
      position: static;
    }
  }
[endif]
p,td, li, th {
	margin: 0px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
}
.small {
	font-size: 10px;
	line-height: 15px;
}

.big {
	font-size: 18px;
	font-family: helvetica, Arial, sans-serif;
}
.bigbold {
	font-size: 18px;
	font-weight: bold;
	font-family: helvetica, Arial, sans-serif;
}

.reversed {
	color: #FFFFFF;
}

.heading {
	color: #000000;
	font-size: 12px;
}

.sub {
	color: #3399CC;
}

.lite {
	color: #999999;
}

a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
  color: #999999;
  text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

a:active {
	color: #330000;
}

a.litelink:link {
	color: #999999;
	text-decoration: none;
}

a.litelink:visited {
  color: #999999;
  text-decoration: none;
}

a.litelink:hover {
	color: #666666;
	text-decoration: none;
}

a.litelink:active {
	color: #330000;
}

a.underline:link {
	color: #666666;
	text-decoration: none;
}

a.underline:visited {
  color: #999999;
  text-decoration: none;
}

a.underline:hover {
	color: #666666;
	text-decoration: underline;
}

a.underline:active {
	color: #330000;

}

td.sub_nav{
height:14px;
padding-left:15px;
vertical-align:middle;
}
a.e2p{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
}
.headline{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-heigh: 11px;
}
.subheadline{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #3399CC;
	font-size: 11px;
	line-heigh: 11px;
}
.text{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	line-heigh: 11px;
}