/*	
Neuschnee - Brueckstrasse 52 - 44135 Dortmund
T. 0231 - 1672335 
F. 0231 - 1672336
www.neuschnee.de
------------------------------------------------------------------------------*/
/*	html
------------------------------------------------------------------------------*/
html {
	min-height: 100%;
	margin-bottom: 0px;
}
/*	body
------------------------------------------------------------------------------*/
body {
	
	font-family:arial, helvetica, sans-serif;
	font-weight:normal;
	font-size: 0.8em;
	line-height:1.6em;
	margin:0px;
	background-color:#FFFFFF;
	color:#003366;
	text-align:center;
	vertical-align:middle;
}



/*	website
------------------------------------------------------------------------------*/
#website {
	position:relative;
	display:block;
	margin:6% auto 0px auto;	
	height:580px;
	width:990px;
	text-align:left;
	line-height:1.4em;
	padding:0;
}

/*	links
------------------------------------------------------------------------------*/
pre			{font-size:1.1em; }
a:link  { text-decoration:underline; color:#003366;margin: 0;}
a:visited  { text-decoration:underline; color:#003366;margin: 0;}
a:hover { text-decoration:none; color:#003366;margin: 0;}


/*	text
------------------------------------------------------------------------------*/
.artikel {
	font-size:1em;
	margin-left:30px;
	margin-right:20px;
	text-align:left;
	line-height:1.4em;
	width:80%;
	max-width:600px;
	background-color: white;
	font-stretch: inherit;
	font-style: inherit;	
	
	}
	
h1, h2, h3, h4, h5, h6, pre, code { font-size:1.3em; font-weight:bold ; margin-left:30px;
	margin-right:20px;}

