@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/*   RESET END */

.menu, .flash-warning, .header, .foot, .footer { display:none }

#content .text {
		display:block;
		margin:10px;
		padding:10px 20px 10px 30px;
		line-height:1.5em;
		color:#000;
		font-size:12pt;
		font-family:Arial, Helvetica, sans-serif;
	}
	
#content .text * { display:block; }
	
	/* CONTENT STYLE */
	
	#content .text p { padding:0.6em 0; }
	
	#content .text h1 { font-size:1.6em; font-weight:bold; color:#a4202e; padding:1.5em 0 1em 0; }
	#content .text h2 { font-size:1.4em; font-weight:bold; color:#a4202e; padding-bottom:1em;  }
	#content .text h3 { font-size:1.2em; font-weight:bold; color:#a4202e; padding-bottom:1em;  }
	#content .text h4 { font-size:1em; font-weight:bold; color:#a4202e; padding-bottom:1em;  }
	
	#content .text a { font-weight:normal; color:#a4202e; text-decoration:underline; }
	#content .text a:hover { text-decoration:none; }
	
	#content .text .ProjectGroupTitle { padding-bottom:1em; }
	#content .text .Project {
		width:520px;
		height:120px;
		padding:0px;
		margin:0px 0px 25px 0px;
	}
	#content .text .ProjectTitle { font-size:1.1em; font-weight:bold; color:#a91f2c; }
	#content .text .ProjectDescription { line-height:15px; }
	#content .text .ProjectImage { border:2px solid #a91f2c; border:0; height:120px; width:160px; }
	
	
	/* END CONTENT STYLE */
	
	.left { float:left; }
.right { float:right; }
.clear { clear:both; }

.hide { display:none; }

a[href $='.pdf'], a.pdf { display:block; height:14px; padding-left: 18px; padding-top:4px; background: transparent url('../../../../images/pdf_klein.gif') no-repeat center left; }
