
/*normalisierung margin, padding*/

body, html, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h6, pre, form, fieldset, input,  blockquote, th, td, #content
{
margin:0;
padding:0;
}





/*normalisiert font-style und font-weight auf normal*/

address, caption, cite, code, dfn, em, strong, th, var
{
font-style:normal;
font-weight: normal;
}


/*normalisiert tabellen*/
table
{
border-collapse: collapse;
border-spacing:0;
}

/*entfernt border aus fieldset und img*/
fieldset, img
{
border:0;
}

/*richtet text in caption und th links aus*/
caption, th
{
text-align:left;
}

/*entfernt anfuehrungszeichen aus q*/
q:before, q:after
{
content:'';
}

/*========================================*/



body {
	font-family:  helvetica, arial, verdana, sans-serif;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;
	
	margin: 0;
	height: 100%;
	width: 100%;
}


#containall {
	margin: 0 auto;
	height: 450px;
	width: 800px;
	position: relative;
	top: 180px;
	padding: 0px;
	text-align: left;
	background-color: #fff;
}

* html #containall {
	margin-left: 100px;
	
}




/* Navigation */	
	

#navsite {
	background-color: #fff;
	width: 800px;
	height: 50px;
	padding: 0px;
	margin: 0px;
	
}

#navsite h5 {
	display:none;
}
#navsite ul {
	padding-left: 20px;
	padding-top: 20px;

	font-size: 0.8em;
	font-family:  Helvetica, Arial, Verdana, sans-serif;
	color: #1a171b;
}

#navsite ul li {
	list-style: none;
	display: inline;
	padding-right: 15px;
	
}	
	
#navsite ul li a {
	font-size: 0.8em;
	font-family:  Helvetica, Arial, Verdana, sans-serif;
	color: #1a171b;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

#navsite ul li a link {
	color: #1a171b;
}
#navsite ul li a:hover {
	color: #58585a;
}



#content {
	height: 370px;
	width: 750px;
	position: relative;

	margin-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	font-family:  Helvetica, Arial, Verdana, sans-serif;

	color: #1a171b;
	overflow: auto;


}


h2 {
	color: #1a171b;
	font-size: 1.2em;
	font-family:  Helvetica, Arial, Verdana, sans-serif;

}

p {
	line-height: 1.1em;
	font-size: 0.8em;
	font-family:  Helvetica, Arial, Verdana, sans-serif;

}


#content a {
	color: #1a171b;
	text-decoration: none;
	font-size: 100%;
}

#content a:hover {
	color: #b5007c;
}
