/**
 * Druck-Stylesheet für gr-a.net
 * 
 * gr-a.net
 * michael schäfer 
 * 24.04.2008
 * 
 * @file	print.css
 * @update	2008-06-10
 */

 
/**
 *
 * grundlegende Definitionen
 *
 */
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
 
html { height: 100%; margin-bottom: 1px; }

body { 
	font-size: 14px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Helvetica, Arial, Sans-Serif;
	line-height: 160%;
	color: #000;
	text-align: center;
	}
	
	
/* oben: logo und zeichnung ----------------------------------------- */
#kopp { /*960breit*/
	margin: 0 auto 50px auto;
	text-align: center;
	width: 920px;
	}
	
#zeichnung { 
	display:none
	}
	
	
/* inhaltsbereich --------------------------------------------------- */
#content { 
	text-align: left;
	}

.gra { /*960breit + 4px rahmen*/
	margin: 0 auto;
	text-align: left;
	width: 800px;
	}

	
/* container im inhaltsbereich -------------------------------------- */
#nav { display:none	} /*navgation links*/
	
#leistungen { display:none } /*navigation oben*/
	
#inhalte { /*497breit*/
	width: 497px;
	/*background: yellow;*/
	float: left;
	padding: 20px 40px 60px 40px;
	} /*seiteninhalt*/
	
#inhalte h1 { 
	font-size: 17px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Helvetica, Arial, Sans-Serif;
	line-height: 160%;
	color: #515516;
	} /*überschriften*/

#quadrate { /*200breit*/
	width: 200px;
	/*background: red;*/
	float: left;
	} /*arbeitsbeispiele*/

.linie {  display:none	}
		
	
/* fuss: copyright-zeile -------------------------------------------- */
#fuss { display:none }
#print { text-align: left; width: 800px; font-size: 10px; line-height: 14px; }
	
	
/* clear float ------------------------------------------------------ */
.clear { 
	height: 1px;
	clear: both;
	}

/* textspalten ------------------------------------------------------ */
.sp1 { float: left; width: 120px; } 
.sp2 { float: left; width: 200px; } 
.sp3 { float: left; width: 90px; } 
.sp4 { float: left; width: 360px; } 
	
	
	
	
/**
 *
 * Definitionen einzelner Klassen/Bereiche
 *
 */
 
/* aufzählungen: generell erstmal quadrat! -------------------------- */	
ul { list-style-type:square; } 
 
/* aufzählungen im inhaltsbereich ----------------------------------- */	
#inhalte ul { list-style-position:inside; list-style-image:url(/_fx/minig.gif); }
#inhalte ul li.fld { display: inline; } /*fortlaufend*/

 		
/* arbeitsbeispiele ------------------------------------------------- */
#quadrate ul { 
	list-style-type: none; 
	padding: 0; 
	margin: 20px 0 20px 50px; 
	}

#quadrate ul li {
	margin: 0;
	padding: 8px 10px 0 0;
	}
	
p.datumhome { 
	padding: 0; 
	margin: -10px 0 0 0;
	font-size: 10px;
	color: #a8aa8a;
	width: 80px;
	text-align: right;
	}
	

	

/* zuständig -------------------------------------------------------- */
.zustaendig { 
	color: #515516;
	margin: 20px 0 0 0;
	}
	
.zustaendig ul { 
	list-style-type: none; 
	padding: 0; 
	margin: 5px 0; 
	}

.zustaendig ul li {
	margin: 0;
	padding: 0 10px 0 0;
	display: inline;
	}
.zustaendig ul li img {
	border: 2px #a1121d solid;
	}



/* links ------------------------------------------------------------ */
a:focus { outline: none; }
a {	text-decoration: none; }

/*emaillink*/
#team a, a.email { color: #515516; border-bottom: 1px solid #a1121d; } 

/*links im text*/
#team a, a.lx { color: #515516; border-bottom: 1px solid #a1121d; } 

/*xing link*/
#team a.xing { border:none; } 

/*link weitere beispiele */
a.wbsp { color: #fff; border-bottom: 1px solid #fff; font-weight: bold; }

/*link impressum */
#fuss a { color: #000; border-bottom: 1px solid #000; }

a img { border: none; }

/* impressum --------------------------------------------------------- */
.impressum { font-size: 10px; }

/* teambox ---------------------------------------------------------- */
.tf { float:left; } /*foto*/
#team { float:left; text-align: left; padding:20px; color: #515516; }
.teamtext { padding:20px 0 0 0; text-align: left; }
#teamprintlogo { width:380px; text-align: center; }
#teamprint { width:380px; text-align: left; }
#teamprint hr {
 	border: 0px; /* Für Firefox und Opera */
	border-top: solid 1px #515516;
	border-bottom: transparent;
}
