html, body{
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: verdana, arial, helvetica;
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 100%;
}

body{
	background-repeat: repeat-y;
	background-position: left top;
	width:100%;
	height: 100%;
	}
	
	
#page{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 954px;
}
	
#header{
	height: 232px;
	width: 954px;
	background-repeat: no-repeat;
	background-position: left top;
}

#content{
	background-image: url(img/middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#headerinnen{
	padding: 0 0 0 140px;
}

#blick, #ballons, #folien{
	width: 220px;
	height: 232px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#blick a, #ballons a, #folien a{
	width: 220px;
	height: 232px;
	border: 1px solid #000;
}

/************************************************/
	
#topnav{
	margin: 0;
	padding: 0 0 0 130px;
}

#nav{
	font-size: 90%;
	margin: 0;
	padding: 20px 20px 20px 43px;
}

#nav li{
	float: left;
	list-style: none;
}

#nav li a{
	padding: 0 2px 0 3px;
	color: #6d6d6d;
	text-decoration: none;
}

#nav li a:hover, #topnav #nav #active a{
	color: #000;
}
/************************************************/
#footer{
	text-align: center;
	font-size: 80%;
	color: #6d6d6d;
	padding-bottom: 30px;
	}
/************************************************/

.clear{clear: both;}

a{
	color: #ec2c90;
	text-decoration: underline;
}

a:hover{
	color: #03ac4f;
}

h1{
	margin:0;
	padding: 0 0 20px 0;
	font-size: 110%;
	color: #000;
}
	
h2{
	margin:0;
	padding: 20px 0 10px 0;
	font-size: 110%;
	color: #000;
}

#impressum{
	color: #6d6d6d;
	text-decoration: none;
}

#impressum:hover{
	color: #000;
}


