
	*, all {
		margin: 0;
		padding: 0;
	}

	html {
		height: 100%;
	}

	body {		
		height: 100%;
		padding: 0;
		margin: 0;
		background-image: url("../img/body.bg.gif");
	}
	
	div#overall {
		width: 908px;
		min-height: 100%;
		_height: 100%;
		margin:auto;
		background-image: url("../img/overall.bg.png");
		_background: none;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/overall.bg.png', sizingMethod='scale');
	}
	
	div#overall * {
		position: relative;
	}
	
	div#header {
		width: 772px;
		margin: auto;
		height: 136px;
		background-image: url("../img/header.bg.gif");
		background-repeat: repeat-x;
		margin-bottom: 4px;
	}
	
		div#header div.links {
			height: 110px;	
			clear: both;	
		}
		
		div#header div.links a.logo {
			margin-top: 60px;
			float: left;
		}
		div#header div.links img.gestalten {
			margin-top: 60px;
			float: right;
		}
		
	
	div#cite {
		width: 772px;
		margin: auto;
		margin-bottom: 25px;
	}
	
	div#content {
		width: 772px;
		margin: auto;
	}
	
	div#footer {
		width: 772px;
		height: 29px;
		margin: auto;
		background-image: url("../img/dotline.gif");
		background-repeat: repeat-x;
		
		margin-top: 25px;
		padding-top: 15px;
	}
	
		div#footer a {
			text-decoration: none;
		}
		
		div#footer a.top {
			float: right;
		}