body 
{
 font-size:14px;
 text-align:center;
}


a:link, a:visited, a:active, a:hover
{ 
  text-decoration:underline;
  font-weight:bold;
  color:black;
  font-size:12px;
}

a:active, a:hover
{ 
  color:black;
}

a.menu:link, a.menu:visited
{ 
  color:black;
  text-decoration:none;
}

a.menu:active, a.menu:hover
{ 
  color:#EB6A28;
}

#title {
  height:70px;
  padding:10px;
  background-color:white;
  margin:0px;
  border-top:solid 0.1em;
  border-right:solid 0.1em;
  border-left:solid 0.1em;
  text-align:left;

}

#menu {

  background-color:white;
  text-align: left;
  padding:10px 0px 10px 10px;
  font-size:14px;
  font-family:Arial;
  border-right:solid 0.1em;
  border-left:solid 0.1em;
}

#content {
  border-top:0.1em solid ;
  border-right:0.1em solid;
  border-bottom:0.1em solid;
  border-left:.1em solid;
  background-color:#EB6A28;
  padding:15px;
  font-size:14px;
  font-family:Arial;
  height: 450px;
  text-align:left;
  line-height: 1em;
}

#content  textarea{
height:150px;
width: 200px;
}

#content  input{
width: 200px;
}

#kontakt_links {
float:left;
width: 200px;

}

#kontakt_rechts {
margin-left:250px;
width: 200px;

}

#paper {
 display:none;
}

 
h2 {
font-size:20px;color:#000000;
}

h3 {
font-size:14px;color:#000000;
}

p {
margin-top:0px;
}
