html, body {	
  background-color: white;
 	font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 0.950em; 
  color: grey;
 	margin: 0px;
 	padding: 0px;
  margin-top: 10px;
}

#wrapper{
	margin: 0 auto;
	text-align: left;
	width: 780px;
	height: 600px;
  /*border: dotted 1px red;*/
	display: block;
  padding-bottom: 5px;

}

#top_col {
  /*border: 1px solid red;*/
  float: left;
  margin: 10px 0 20px 0;
}

.foto{
  margin: 0px 0px 0px 0px;
}

#left_col {
  /*border: 1px solid red;*/
  float: left;
}

#box {
  -moz-border-radius: 8px 8px 8px 8px; /* Firefox */
  -webkit-border-radius: 8px 8px 8px 8px; /* Chrome, Safari */
  -khtml-border-radius: 8px 8px 8px 8px; /* Konqueror */
  border-radius: 8px 8px 8px 8px; /* CSS3 */
  behavior:url(border-radius.htc); /* Internet Explorer */
  margin: 20px 0px 0px 0px;
  border: solid 1px lightgray;
  padding: 10px 5px 5px 10px;
  width: 163px;
  height: 168px;
}

.scrolltext {

  overflow-y: scroll;
  float: left;
  height: 320px;
 }

#content {
  -moz-border-radius: 8px 8px 8px 8px; /* Firefox */
  -webkit-border-radius: 8px 8px 8px 8px; /* Chrome, Safari */
  -khtml-border-radius: 8px 8px 8px 8px; /* Konqueror */
  border-radius: 8px 8px 8px 8px; /* CSS3 */
  behavior:url(border-radius.htc); /* Internet Explorer */
  margin: 0px 0px 0px 0px;
  padding: 10px 5px 10px 10px;
  width: 565px;
  height: 363px;
  border: solid 1px #666666;
  float: right;
  
}

#service{
  margin: 10px 0 20px 0;
}

/*** Links für Mail ***/
a.mail:link {
        color: gray;
        text-decoration: none;
        font-size: 0.950em;
        font-weight: bold;
}

a.mail:visited {
        color: gray;
        text-decoration: none;
        font-size: 0.950em;
        font-weight: bold;
}


a.mail:hover {

        color: orange;
        text-decoration: none;
        font-size: 0.950em;
        font-weight: bold;
}

a.mail:active {

        color: orange;
        text-decoration: none;
        font-size: 0.950em;
        font-weight: bold;
}

/*** Links Hauptnavigation ***/
a.nav:link {

        color: gray;
        text-decoration: none;
        font-size: 0.950em;
        
}

a.nav:visited {

        color: gray;
        text-decoration: none;
        font-size: 0.950em;
        
}


a.nav:hover {

        color: orange;
        text-decoration: none;
        font-size: 0.950em;

}

a.nav:active {

        color: orange;
        text-decoration: none;
        font-size: 0.950em;
}

/*** Links Service Navigation ***/
a.nav2:link {

        color: gray;
        text-decoration: none;
        font-size: 0.950em;

}

a.nav2:visited {

        color: gray;
        text-decoration: none;
        font-size: 0.950em;
}

a.nav2:hover {

        color: black;
        text-decoration: none;
        font-size: 0.950em;
}

a.nav2:active {

        color: black;
        text-decoration: none;
        font-size: 0.950em;
}

#aktiv{

        /*background-color: rgb(154,255,1);*/
        text-decoration: underline;
        font-size: 0.950em;
}

/*** Links für Realisation ***/
a.real:link {
        color: gray;
        text-decoration: none;
        font-size: 0.950em;
     
}

a.real:visited {
        color: gray;
        text-decoration: none;
        font-size: 0.950em;
}


a.real:hover {
        color: gray;        
        text-decoration: none;
        font-weight: bold;
}

a.real:active {
        color: gray;
        text-decoration: none;
        font-size: 0.950em;
}

.clear{
	clear: both;
}