@import url('gewering-de.css');

div.index {
	position: relative;
	width: 600px;
	height: 400px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background: url(../pics/bg.gif) no-repeat;
}

div.index div.willkommen {
	position: absolute;
	width: 200px;
	height: 90px;
	left: 220px;
	top: 130px;
}

div.index div.markus {
	position: absolute;
	width: 90px;
	height: 130px;
	left: 0px;
	top: 130px;
}

div.index div.thomas {
	position: absolute;
	width: 90px;
	height: 130px;
	right: 0px;
	top: 150px;
}

div.index div.impressum {
	position: absolute;
	width: auto;
	height: auto;
	left: 0px;
	bottom: 15px;
}

div.index div.eMail {
	position: absolute;
	width: auto;
	height: auto;
	left: 0px;
	bottom: 0px;
}

div.index div.copyright {
	position: absolute;
	width: auto;
	height: auto;
	right: 0px;
	bottom: 0px;
}

div.index div.valid {
	position: absolute;
	width: auto;
	height: auto;
	left: 210px;
	bottom: 0px;
}

div.index div.no-hanging-text {
	position: absolute;
	width: auto;
	height: auto;
	right: 0px;
	bottom: 15px;
}