@font-face {
    font-family: Clarendon;
    src: url('fonts/CLB_____.PFB');
	font-family: Georgia;
    src: url('fonts/georgia.ttf');
}


body,select,option,input,textarea {
	font-family: Georgia, Verdana;
    font-size: 10px;
	font-weight: normal;
	color: #3a3a3a;
	line-height: 140%;
    text-align: left;
	background-color: #fff;
}

body {
   margin-top: 0px;
   margin-right: 0px;
   margin-left: 0px;
}

/* links */     	
a:link {
	color: #3a3a3a;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #3a3a3a;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #000;
        background-color: #; 
	text-decoration: underline;
}
a:link.nav_marked {
	color: #000;
        background-color: #; 
	text-decoration: underline;
}
a:visited.nav_marked {
	color: #000;
        background-color: #; 
	text-decoration: underline;  
}
a:link.nav_unmarked {
}
a:hover.nav_marked {
}

/*sonstiges   40*/

.frame {
	margin-left:14px;
}

.footer {
  position:fixed;
  bottom:14px;
  right: 28px;
  float:none:
}

.header {
  position:fixed;
  top:56px;
  left:14px;
  height:150px;
  width:550px;
  float:none:
}

.gallery {
  position:absolute; 
  top:182px; 
  height:350px; 
  float:none;
}

.textl {
  text-align:left;
  margin-left:14px;
  float: none;
}

.textr {
  text-align:right;
  margin-right:14px;
  float: right;
}

.foot_textl {
  text-align:left;
  position:fixed;
  margin-left:14px;
  float: none;
}

.spacer {
  margin-top:3px;
}
