@charset "UTF-8";
/* CSS Document */

body {
background-color:#ffffff;
/*font-family:Tahoma, Geneva, sans-serif;*/
font-family:"opensans-regular-webfont"; 	/*für eingebettete Schrift*/
/*font-variant:small-caps;*/
font-size:13px;
line-height:20pt;
}

/*////////////////////für eingebettete Schrift///////////////////////////////////*/

@font-face { 
font-family:'opensans-regular-webfont';
  src: url('../font/opensans-regular-webfont.eot.eot');
  src: url('../font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),			
       url('../font/opensans-regular-webfont.woff') format('woff'),
       url('../font/opensans-regular-webfont.ttf') format('truetype'),
       url('../font/opensans-regular-webfont.svg#opensans-regular-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*////////////////////für eingebettete Schrift///////////////////////////////////*/


#wrapper {
position:absolute; 
width:1000px; height:100%; right: 50%; left: 50%; margin-left: -500px;
position:absolute;
height:auto;
margin-top:70px;
background-color:#FFF;
}

.logo {
margin-left:200px;
}

#content {	
position:absolute;
width:auto;
height:2800px;
margin-top:120px;							/*abstand für text oben*/
}

.menue {
font-size:13px;
}

.menue a {								/*abstand einzelne Links voneinander*/
margin-left:53px;
}

.text {
width:600px;
margin-left:200px;
margin-right:200px;
}

.top {									/*Position "to TOP" Link */
	margin-left:780px;
	position:relative;
	margin-top:-45px;
}


.linie {									/*trenner zwischen Text*/
  border-bottom-color:#CCC;
  border-bottom-width:1px;
  border-bottom-style:solid;
  width:800px;
}

.linie2 {									/*trenner Impressum*/
  border-bottom-color:#CCC;
  border-bottom-width:1px;
  border-bottom-style:solid;
  width:600px;
}

.portait {
position:absolute;
float:left;
margin-right:500px;
}

a:link {text-decoration:none; color:#255A8E}
a:visited {text-decoration:none; color:#255A8E}	
a:hover {text-decoration:line-through; color:#255A8E}
	
	
