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

 
 
 
 
/**
 *
 * 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;
	background: #fffaef url(raster.jpg) repeat-x top; /* beige hell + rasterlinien*/
	text-align: center;
	}
	
	
/* oben: logo und zeichnung ----------------------------------------- */
#kopp { /*960breit*/
	margin: 0 auto;
	text-align: left;
	width: 920px;
	/*background: #ccc;*/
	padding-left: 40px;
	}
	
/* container im kopfbereich ----------------------------------------- */
#logo { 
	float:left;
	margin: 20px 0;
	}
#zeichnung { 
	float:right;
	}
	
	
/* inhaltsbereich --------------------------------------------------- */
#content { 
	text-align: left;
	background: #f4efd9 url(linie1.jpg) repeat-x top; /* beige dunkel + linie oben*/
	}

	
.xxx { /*880breit + 4px rahmen + jew. 40px padding*/
	margin: 0 auto;
	text-align: left;
	width: 880px;
	padding: 40px;
	background: #fff;
	border-top: #515516 1px solid;
	border-left: #515516 1px solid;
	border-right: #515516 1px solid;
	}

.linie {  /*linie unten*/
	height: 15px;
	background: url(linie2.jpg) repeat-x top; 
	clear: both;
	}
		
	
/* fuss: copyright-zeile -------------------------------------------- */
#fuss { /*960breit*/
	margin: -10px auto 0 auto;
	text-align: left;
	width: 920px;
	padding-left: 40px;
	font-size: 10px;
	}
	
/* clear float ------------------------------------------------------ */
.clear { 
	height: 1px;
	display:block !important;
	display:none; /* nur für den IE6 */
	clear: both;
	}
	
/* links ------------------------------------------------------------ */
a:focus { outline: none; }
a {	text-decoration: none; }

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

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

a img { border: none; }

/* impressum --------------------------------------------------------- */
.impressum { font-size: 12px; line-height: 16px; }


/* test-formatierungen ----------------------------------------------- */
.xxx h2 { 
	font-size: 17px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Helvetica, Arial, Sans-Serif;
	line-height: 160%;
	color: #515516;
	} /*überschriften*/
	
.xxx p { padding-bottom:10px; } 