/* 
*  content.css - Peter Eberhardt Neue Seite 
*  @description Allgemeine Klassen, die den Inhalt betreffen
*  @author Florian Wagner
*  @date 21.07.2008
*/

#content{
 font-family: Verdana, Arial;
 color: #B0AFAF;
 font-size:71%;
 line-height:1.9em;
 text-align:left;
 overflow:hidden;
 }
 
table{ font-size:100%; }
p{ padding-bottom: 10px;}
.whitefont{ color:#FFF; }
a{ color: #FFF; }
h1{ display:inline;color: #4B4B4B; font-weight:normal;font-size:100%; }
h2{ color:#A44212; font-size:110%; font-weight:normal; margin-bottom:5px; }
h3{ color: #FFF; font-size: 110%;font-weight:normal; margin-top:10px; }

.einleitung{ color: #BB4D04; }



.farbe1{ color: #BB4D04; }
.linkfarbe{ color: #2D71C4; }

.eingerueckt{
 padding-left:20px;
 }
 
.weit_eingerueckt{
 padding-left:50px;
 }

.links{ float:left; }
.rechts{float:right;}
.clear{clear:both;}
.nodeko{ text-decoration:none;margin:0;padding:0; }

.centertext{
 text-align:center;
 }
 
.rechteck{
 background: url(bilder/symbole/rechteck_kupfer.gif) no-repeat 0 5px;
 padding-left: 15px !important;
 padding-top: 0 !important;
}
	.rechteck h1{
	 display:block !important;
	 color: #BB4D04;
	 }

ul.liste{
 list-style: none;
 margin-left:50px;
 color: #2D71C4;
}
/* ----- Impressum -------------------------------------------------------------- */
#impressum{ margin-top:10px; }
#impressum td{ vertical-align:top;}
#impressum .label{ font-weight:bold; padding-right:20px;}
/* ------------------------------------------------------------------------------- */

/* ------ Büroprofil ------------------------------------------------------------- */
 .liste2{
 list-style:none;
 padding-top: 4px;
 }
 
 .liste2 li{
 margin-bottom:5px;
 color: #2D71C4;
 }
 
 .tabellebuero{
 float:left;
 
 margin-top:7px;
 }
 
 
 .tabellebuero td{
 padding:0 10px 7px 0;
 vertical-align:top; 
 }
 
 .tabellebuero td.label{
 font-weight:bold;
 }

/* ----- Projektkategorien ------------------------------------------------------- */
div#projektkategorien img{
 margin-bottom:0px;
 }
	
/* --------Projekte---------------------------------------------------------------------- */
div.projekt{
margin: 15px 0 15px 0;
width:540px;
float:left;
line-height: 1.3em;
color: #FFF;
}

.projekt h2{
 color:#FFF;
 font-size: 11px;
 font-weight:bold;
 margin-bottom:15px;
}

.projekt img{
float:left;
margin: 0 10px 0 0;
}

	
	

/* --------Projektdetails ---------------------------------------------------------------------- */
 
 h1.projektdetails{
 float:left;
 width:100%;
 margin: 15px 0 15px 0;
 font-weight:bold;
 font-size:100%;
 padding-top:5px;
 color: #FFF;
 }
 
div#thumbnails{
 float:right;
 width:65px;
 line-height:0.1px;
 }
 
 	img.thumbnail{
 	border: 0 none;
 	margin: 0 0 28px 0;
 	}

img.bildgross{
width:447px;
margin:0;
padding:0;
line-height:0;
}

 div#projektdetails{
  float:left;
  margin:0;
  width: 447px;
 }
 
	p.bildunterschrift{
	text-align:right;
	margin:-5px 0 0 0;
	padding: 0 3px 0 0;
	color: #FFF;
	}
	
	p.projektbeschreibung{
	padding-top:5px;
	color: #B0AFAF;
	}

 table.projektdaten{
 width:300px;
 padding:0;
 cellspacing:2px;
 margin:0;
 color: #B0AFAF;
 }
 




