@charset "utf-8";

html,body {
	margin:0;
	padding:0;
	/* [disabled]height:100%; */
	background-color: #333;
}
body  {
	font-family: 'Ubuntu', Verdana, Geneva, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}

/* ~~ Element/tag selectors ~~ */
h1, h2, h3, h4, h5, h6, p, img, pre, blockquote, form, address, ul, ol, li, hr, br {
	margin: 0; /* neutralize browser spacing for vertical elements */
	padding: 0;
}

h1 {
	font-size: 2em;
	padding: 90px 0 10px 0;
	/* [disabled]margin: 6px 0; */
	font-weight: 500;
	color: #b81141;
	letter-spacing: 0.1em;
	line-height: 1.3;
}
p {
	font-size: 1.4em;
	/* [disabled]font-style: normal; */
	line-height: 1.5;
	text-align:left;
	font-weight: 500;
	letter-spacing: 0em;
	color: #b81141;
	padding: 10px 35px 15px 0;
/*	width: 600px;*/
}

img { border: none;}

a {
	text-decoration: none;
	font-weight: 500;
}

/* ~~ Arnold Krohne Box ~~ */

#content_N {
	margin:75px auto;
	width: 690px;
	background-color: #daef8d;
	height: 500px;
}
#content_N img {
	margin:50px 30px 50px 50px;
/*	margin:0 30px 50px 0;*/
	float: left;
}
a.pfeilVor:link, a.pfeilVor:visited {
	background: url(../_nav/uMenu_rot.gif) no-repeat;
	background-position: right center;
	padding: 5px 0 5px 210px;	 	
	}
a.pfeilVor:hover, a.pfeilVor:active { 
	background: url(../_nav/uMenu_rot.gif) no-repeat;
	background-position: right center;
	padding: 5px 0 5px 210px;		
	}