@charset "UTF-8";
/* CSS Document */

*{
	padding: 0;
	margin: 0;
	color: #848483;
	font-family: Times, serif;
	font-size: 14px;
}

a{
	text-decoration: none;
	font-style:italic;
}

a:hover{
	text-decoration: underline;
}

html{
	height: 100%;
	width: 100%;
}

body{
	width: 100%;
	height: 100%;
	position: relative;
}

h1{
	font-size: 20px;
	font-weight: normal;
}

h1 a{
	font-size: 20px;
	color: red;
}

strong{
	font-weight: bold;
}

#head{
	background-color: #f7f7f7;
	min-width: 100%;
	width: 100%;
	float: left;
}

#content{
	background-color: #fff;
	background-image: url(_img/spiegel_header.gif);
	background-repeat: no-repeat;
	min-width: 100%;
	width: 100%;
	min-height: 100%;
	height: 100%;
	float: left;
	padding: 100px 0px 65px 0px;
	
}

#adress{
	float: left;
	padding-left: 115px;
	text-align: right;
	}

#imprint{
	clear: left;
	width: 450px;
	padding-top: 40px;
	margin-left: 420px;
	padding-left: 30px;
	border-top: 1px solid #ccc;
	}

#welcome{
	position: absolute;
	left: 450px;
	top: 300px
	}