@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: #000000;
	line-height: 140%;
    text-align: left;
	background-color: #fff;
}

body {
   margin-top: 0px;
   margin-right: 0px;
   margin-left: 0px;
}

/* links */     	
a:link {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #000;
    background-color: #dbb4c8;
	text-decoration: none;
}
a:link.nav_marked {
  background-color: #dbb4c8;
}
a:visited.nav_marked {
  background-color: #dbb4c8;
}
a:link.nav_unmarked {
}
a:hover.nav_marked {
}

/*sonstiges*/

.frame {
	margin-left:14px;
}

.footer {
  position:absolute;
  bottom:0px;
  height:0px;
  float:none:
}

.header {
  position:fixed;
  top:40px;
  left:14px;
  height:150px;
  width:500px;
  float:none:
}

.gallery {
  position:absolute; 
  top:190px; 
  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;
}