/*
	nn4.css / Author Bernhard Welzel / welzel@innocasto.com
*/

/* global white space reset */

* 	{
		margin: 0;
		padding: 0;
		border: 0;
		font-size:1em;
	}

html	
	{
		height: 100%;
	}

body
	{
		min-height: 101%; /* scrollbars for netscape & firefox */
		font-size: 62.5%;
		color:#000;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		background-color:#fff;
	}



/* css floatclearing */ 

.clearfix:after
	{
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
	/* fix for safari */
	.clearfix { display: block; } 
	
	/* overflow-method to clear float */
	.floatbox { overflow:hidden; }
	
	/* IE-Clearing: Ben?tigt nur der Internet Explorer und ?ber iehacks.css zugeschaltet */
	#ie_clearing { display: none } 



@media screen, print
	{
		.skip
			{
				position: absolute;
				left: -999em; 
				/* width: 100px; unn?tig? */
			}
		a.skip,	
		a.skip:hover
			{
				text-decoration: none; /* avoid a -1000px dotted line */
			}
		a.skip:focus, a.skip.focus {
			top: 0;
			left: 0;
		}		
	}

/* headings */
.content h1
	{
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 0 0 0.5em 0;
		padding: 0;
        color: #330000; /*8B5928;*/
font-weight:bold;
	}
.content h2
	{
		font-size: 1.2em;
        line-height: 1.5;
	
		padding: 0;
        color: #330000; /*8B5928;*/
font-weight:bold;

	}
.content h3
	{
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 0 0 0.5em 0;
		padding:0;
        color: #330000; /*8B5928;*/
font-weight:bold;
	}
.content h4
	{
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
        color: #330000; /*8B5928;*/
font-weight:bold;
	}
.content h5
	{
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
        color: #330000; /*8B5928;*/
	}
.content h6
	{
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
        color: #330000; /*8B5928;*/
	}
/* headings end */

/* base font size */
.content  p,
.content blockquote,
.content pre,
.content cite,
.content code,
.content table,
.content ul > li,
.content ol > li,
.content dl > dd,
.content dl > dt,
.content td,
.content th
	{
		font-size:1.2em;
		line-height: 1.1;
color:#330000; /*8B5928;*/
	}
	
/* Lists & cite */

.content ul,
.content ol,
.content dl
	{
		margin-bottom:4px;
		margin-top:3px;
	}
.content li
	{
		margin-left: 1.5em;
	}

.content dt
	{
		font-weight: bold;
	}
.content dd
	{
	}
	
.content blockquote,
.content cite
	{
		margin: 0 0 1em 1.5em;
		width: auto;
	}
	

/* links */
.content a,
.content a:link 
.content a:active
	{
		color: #330000; /*8B5928;*/
		text-decoration: underline;
	}

.content  a:link:hover
	{
		text-decoration: underline;
		color: red;
	} /*  "... prevents hover styles from being applied to non-hyperlink anchors."     <http://devedge.netscape.com/viewsource/2003/arbitrary-hover/> */	

	
.content a:visited
	{
		color: #330000; /*8B5928;*/
		text-decoration: underline;
	}
.content a:hover
	{
        color: red;
		text-decoration: underline;
	}
a:focus {}
.content a:focus:hover {}
	

/* style external links different */
a[href*="http://"] {  }

/* links end */



/* TEXT */
.content p
	{
		margin-top:12px;
	}
.content blockquote
	{
		border-left:10px solid #ddd;
		margin-left:10px;
	}
.content pre
	{
		font-family: monospace;
	}
.content strong,
.content b
	{
		font-weight: bold;
	}
.content em,
.content i
	{
		font-style:italic;
	}
.content code
	{
        font-family: "Courier New", Courier, monospace;
        white-space: pre;
    }
/* END TEXT */
	
/* LISTS */
.content ul
	{
        line-height:1.4em;

	}
.content ul li
	{
	margin-bottom:3px;
	}
.content ol
	{
	}
.content ol li
	{
	}
.content dl
	{
	}

.content dl dt
	{
		font-weight: bold;
	}
.content dl dd
	{
	}
/* END LISTS */
	
	
/* TABLE */

.content table
	{
		font-family:inherit;
		font-size:inherit;
		font-weight:inherit;
		margin: 0 0 1.5em 0;
		margin-bottom:12px;
		margin-top:12px;
	}
.content table caption
	{
		font-weight: bold;
		padding: 0 0 1.5em 0;
	}
.content th
	{
		font-weight: bold;
		text-align: left;
		padding-bottom:4px;
	}
.content td
	{
	padding-bottom:4px;
	}
	
/* END TABLE */	

address {}

/* Section 9: Text */
/* 9.2: Structured text */
em {}
strong {}
dfn {}
code {}
samp {}
kbd {}
var {}
cite {}
abbr {}
acronym {}
blockquote {}
q {}
sub {}
sup {}

/* Section 17: Forms */
form {}
input {}
input:focus {}
button {}
button:focus {}
select {}
select:focus {}
optgroup {}
option {}
textarea {}
textarea:focus {}
label {}
fieldset {}
legend {}

input, textarea, select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
border:1px solid #ccc;
}

input, select, table, textarea { font: inherit; }


.content .pagetitle
{
font-weight:normal;
margin-bottom:8px;
}

