@CHARSET "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	background-color: #B3B3A8;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 80%;
	line-height: 130%;
	color: white;
}

img {
	border: 0px;
}

div#ct {
	width: 910px;
	height: 636px;
	border: 10px solid white;
	margin: 30px auto auto auto;
	
}

	div#header {
		width: 910px;
		height: 150px;
		position: relative;
	}
	
		img#logo-schuetze-goessner {
			position: absolute;
			width: 152px;
			height: 150px;
			top: 0px;
			left: 0px;
		}
		
		div#ct-tl {
			position: absolute;
			width: 303px;
			height: 150px;
			top: 0px;
			left: 152px;
			background-image: url(../images/bg-tl-index.jpg);
		}
		
		div#ct-tr {
			position: absolute;
			width: 304px;
			height: 150px;
			top: 0px;
			right: 151px;
			background-image: url(../images/bg-tr-index.jpg);
		}
		
		div#ct-tl h1 {
			margin-top: 100px;
		}
		
		div#ct-tr h1 {
			margin-top: 76px;
		}
		
		div#ct-tl h1, div#ct-tr h1 {
			font-size: 145%;
			color: white;
			font-weight: normal;
			line-height: 120%;
			margin-left: 20px;
		}
		
		img#logo-fuerst {
			position: absolute;
			width: 151px;
			height: 150px;
			top: 0px;
			right: 0px;
		}
	
	div#separator {
		width: 910px;
		height: 10px;
		position: relative;
	}
	
		div#separator-l {
			position: absolute;
			width: 455px;
			height: 10px;
			top: 0px;
			left: 0px;
			background-color: #EC7404;
		}
		
		div#separator-r {
			position: absolute;
			width: 455px;
			height: 10px;
			top: 0px;
			right: 0px;
			background-color: #447EBC;
		}
	
	div#main {
		width: 910px;
		height: 476px;
		background-image: url(../images/bg-content-index.jpg);
	}
	
		div#content {
			position: relative;
		}
		
			div#info-index-schuetze-goessner {
				position: absolute;
				top: 40px;
				left: 30px;
				font-weight: bold;
			}
			
			div#info-index-emigration {
				position: absolute;
				top: 140px;
				left: 300px;
				font-weight: bold;
				font-size: 120%;
			}
			
			div#info-index-fuerst {
				position: absolute;
				top: 40px;
				right: 30px;
				text-align: right;
				font-weight: bold;
			}
