@import url("wrap.css");
@import url("navigation.css");
@import url("header.css");
@import url("sidebar.css");
@import url("content.css");
@import url("comments.css");
@import url("footer.css");

	/* Global reset of paddings and margins for all HTML elements */
	* { margin: 0; padding: 0; }
	/* Correction: margin/padding reset caused too small select boxes. */
	option { padding-left: 0.4em; }
	/* Clear borders for <fieldset> and <img> elements */
	fieldset, img { border: 0 solid; }
	/* new standard values for lists, blockquote and cite */
	ul, ol, dl { margin: 0 0 1em 1em; }
	/* quickfix IE6 float / position: relative bug for list elements */
	ul, ol, dl { position: relative; }
	/* li { margin-left: 1.5em; line-height: 1.5em; } */
	dt { font-weight: bold; }
	dd { margin: 0 0 1em 2em; }
	blockquote, cite { margin: 0 0 1em 1.5em; font-size: 0.93em; width: auto; }
	
	body {
		position:relative;
		color: #444;
		font-size: 62.5%; /* 1em auf 10px setzen */
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background: url(../img/pattern.gif) repeat top left;
	}
	
	a:link, a:visited {
		color: #0A4861;
	}
	
	a#actual, a:hover, a:active {
		color: #444;
	}
	
		
	h2 a:link, h2 a:visited {
		color: #0A4861;
		text-decoration: none;
	}
	
	h2 a#actual, h2 a:hover, h2 a:active {
		color: #444;
		text-decoration: none;
	}
	
	h1 { font-size: 20px; }
	h2 { font-size: 18px; }
	h3 { font-size: 16px; }
	h4 { font-size: 14px; }
	/* h4 { font-size: 14px; margin: 10px; font-weight: bold; font-size: 0.8em; color: #0A4861; } */
	h5 { font-size: 12px; }
	h6 { font-size: 10px; }

	#pbody {
		margin: 0;
	}
	

	
