@import url(reset.css);

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background: #fff url(../images/header_background.gif) 0 -25px repeat-x;		
	line-height: 15px;
	color: #454545;
}

a:link, a:visited {
	color: #454545;	
}

a:hover, a:active, a:focus {
	color: #00a6eb;	
}

h2 {
	font-size: 14px;
	margin: 30px 0 10px 10px;	
	font-weight: bold;
}

p {
	margin: 10px 0 10px 10px;	
}

p#copyright {
	margin: 40px 0 0 10px;
	padding-top: 5px;
	border-top: 1px dotted #454545;		
}

strong {
	font-weight: bold;
}

#header {
	width: 550px;
	margin: 0 auto 0 auto;		
	padding: 10px 0 10px 0;
	text-align: left;
	position: relative;
}

#link_pcwelt {
	text-align: right;
	position: absolute;
	top: 10px;
	right: 0;
}

#link_pcwelt {
	color: #fff;
	text-decoration: none;
}


#link_pcwelt img {
	width: 75px;
	height: 25px;
	margin: 5px 0 0 0;
}

#content {
	padding: 20px 0 10px 0;
	width: 550px;
	text-align: left;
	margin: 0 auto 0 auto;
}

