/*  - style.css -  stylesheet für gerling-arendt.de */

body {
	margin: 0px;
	background-color: #F4F4F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 9px;
	margin-left: auto;
	}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

h1 {
	font-size: 16px;
	font-weight: bold; 
	color: #000033;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 9px;
	margin-left: auto;
	}
	
h2 { 
	font-size: 14px; 
	font-weight: bold;	
	color: #000033;	
	margin: 1px auto;
	}
	
h3 { 
	font-size: 13px;
	font-weight: bold; 
	color: #000033; 
	margin: 1px auto;
	}
	
h3.unterh1 {
	font-size: 13px;
	font-weight: bold; 
	margin: 15px auto 1px 1px;
	}

h4 { 
	font-size: 13px;
	font-weight: bold; 
	color: #000033; 
	margin: 1px auto;
	}

li {
	margin-left: -17px;
	}

strong {
	color: #000033;
	}
	
.legende {
	font-size: 11px; 
	color: #000000;
	}
	
.anmerkung {
	font-family: Courier, Monaco, sans-serif;
	font-size: 12px;
	color: #FF6600;
	}

/* Positionierung */

.blue {
	background-color: #012B55;
	}


/* Projekte Detail */
.pro_texte {
	float: left;
	overflow: visible;
	width: 405px;
	}

.spacer_105 {
	float: left;
	width: 105px;
	height: 350px;
	}

.pro_bilder {
	float: left;
	width: 150px;
	height: 100%;
	font-size: 11px;
	}
/* Projekte Detail Ende*/

/* Projekte Detail Layers */
.layer_415x335 {
	position: absolute;
	width:415px;
	height:335px;
	z-index:1;
	left: 270px;
	top: 192px;
	background-image: url(../img/laybk/laybk415x335.gif);
	border: 1px none #000000;
	visibility: hidden;
	}
/* Projekte Detail Layers Ende */

/* Postitionierung Ende */

/* Links */

/* soll Strichellinie um Links formatieren, unterstützt leider kaum ein Browser */
a, area {
	outline-style: none;
	border: 0px;
	}

a:link, a:visited {
	color: #990000;
	text-decoration: none;
 	}

a:hover {
	color: #990000;
	text-decoration: underline;
	}

a:active {
	color: #C00000;
	text-decoration: none;
	}

/* Hoover-Rahmen um die Bild-Links */
a:link {}
a:visited {}
a:hover {}
a:active {}

a.picli:link img, a.picli:visited img {
	border: solid #F4F4F5 1px;
	}

a.picli:hover img {
	border: solid #990000 1px;
	}

a.picli:active img {
	border: solid #F4F4F5 1px;
	}

/* "fette" links */
a.pro {
	font-weight: bold;
	line-height: 15px;
	color: #990000;
	}

a.pro:link, a.pro:visited {
	text-decoration: none;
	}
  
a.pro:hover {
	text-decoration: underline;
	}

a.pro:active {
	text-decoration: none;
	}

a.propas {
	font-weight: bold;
	color: #666666;
	line-height: 15px;
	text-decoration: none;
	}

/* fuer den Rahmen der Linkbilder */
a.close {
	font-size: 11px;
	color: #990000;
	}

a.close:link, a.close:visited {
	text-decoration: none;
	}

a.close:hover {
	text-decoration: underline;
	}

a.close:active {
	text-decoration: none;
	}

/* Projekte: Headlines als Links; */
a.head:link, a.head:visited, a.head:hover, a.head:active {
	text-decoration: none;
	}

/* Specials for Foot: */
.ffs, a.fm {
	font-size: 11px
	}
	
a.fm:link, a.fm:visited {
	color: #990000; 
	text-decoration: none;
	}
	
a.fm:hover {
	color: #990000;
	text-decoration: underline;
	}

a.fm:active {
	color: #990000; 
	text-decoration: none;
	}
