
body 
{
 font-family:"Times New Roman", Times, serif;
 font-size:12px;
 background-color:#EAEAEA;
 text-align:center;
 margin: 0px;
}



/* Für Quellcode-Beispiele im Text */
code
{
 font-size:14px;
 color:#0000cc;
}

/* Der Kasten mit dem Quellcode */
pre
{
 font-size:14px;
 color:#0000cc;
 padding:5px;
}

a:link, a:visited, a:active, a:hover
{ 
  text-decoration:underline;
  font-weight: normal;
  color:#394529;
  font-size:12px;
}
a:active, a:hover
{ 
  color:#555555;
}

/* Die Hyperlinks im Menü */
a.menu:link, a.menu:visited
{ 
  color:#555555;
  text-decoration:none;
  font-family: Tahoma;
  background-image: url(../img/dot_norm.png);
  background-repeat:no-repeat;
  width:200px;
  height:17px;
  background-position: 0px -1px;
  position: relative;
 text-indent: 55px;
  padding-left: 20px;
  
}
a.menuact
{ 
    color:#555555;
  text-decoration:none;
  font-family: Tahoma;
  background-image: url(../img/dot_act.png);
  background-repeat:no-repeat;
  width:200px;
  height:17px;
  background-position: 0px -1px;
  position: relative;
 text-indent: 55px;
  padding-left: 20px;
}

/* Die Titelzeile */
img.logo  {
height:99px;
padding:0px;
text-align:center;
background-color:none;
position:relative;
width: 250px;
border: none;
top: 5px;
}


img.logo_norm  {
height:71px;
padding:0px;
text-align:center;
background-color:none;
position:relative;
width: 180px;
border: none;
top: 0px;
}

#textblock_index {
    border: medium none;
    font-family: Times,sans-serif,serif;
    font-size: 15px;
    height: 300px;
    left: 238px;
    line-height: 26px;
    padding: 0;
    position: relative;
    text-align: left;
    top: 5px;
    width: 250px;
}

#textblock_impressum {
    border: medium none;
    font-family: Times,sans-serif,serif;
    font-size: 15px;
    height: 300px;
    left: 244px;
    line-height: 16px;
    padding: 0;
    position: relative;
    text-align: left;
    top: 5px;
    width: 250px;
}

#textblock_norm {
    border: medium none;
    font-family: Times,sans-serif,serif;
    font-size: 13px;
    height: 460px;
    left: 10px;
    line-height: 16px;
    padding: 0;
    position: relative;
    text-align: left;
    top: 10px;
    width: 650px;
    overflow: auto;
    padding:0px 15px 0px 15px;
}

h1 {
	font-family: Times,sans-serif,serif;
    font-size: 44px;
    text-align: center;
    font-weight: normal;
    margin: 20px 0px 10px 0px;;
}

span {
	
    color:#555555;
  text-decoration:none;
  font-family: Tahoma;
  background-image: url(../img/dot_norm.png);
  background-repeat:no-repeat;
    background-position: 0px -1px;
  width:300px;
  height:17px;
  background-position:;
  position: relative;
 text-indent: 55px;
  padding-left: 25px;
} 
/* Das Menü */
#menu {
    background-color: none;
    color: #999999;
    height: 18px;
    position: relative;
    text-align: center;
    width: 700px;
    margin: 0px auto;
    top:80px;
}

#menu_norm {
    background-color: none;
    color: #999999;
    height: 18px;
    position: relative;
    text-align: center;
    width: 700px;
    margin: 0px auto;
    top:10px;
}

/* Der Inhalt */
#content {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #000000;
    height: 480px;
    margin: 0 auto;
    padding: 0px;
    position: relative;
    top: 70px;
    width: 700px;
}


#content_norm {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #000000;
    height: 480px;
    margin: 0 auto;
    padding: 0px;
    position: relative;
    top: 0px;
    width: 700px;
}