/* CSS Document */

HTML, BODY, TD, INPUT, SELECT {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

BODY {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	overflow: hidden;
	background-color: #E4E3E3;
	background-image: url(../img/design/bg.gif);
	background-position: center 0;
	background-repeat: repeat-y;
}

#logo {
	position: absolute;
	left: 100px;
	top: 0px;
	width: 900px;
	height: 80px;
	background: url(../img/design/ssw-tschlin.gif) no-repeat;
}

#container-hp {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	width: 900px;
	height: 1090px;
	border-top: 1px solid #cdcdcd;
	background: url(../img/design/startseite.jpg) no-repeat;
	overflow: hidden;
	z-index: 0;
}

#title-hp {
	position: absolute;
	left: 200px;
	top: 120px;
	width: 500px;
	height: auto;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	white-space: nowrap;
	overflow: auto;
	z-index: 1;
}

#text-hp {
	position: absolute;
	left: 60px;
	top: 170px;
	width: 780px;
	height: auto;
	text-align: center;
	font-size: 14px;
	overflow: auto;
	z-index: 2;
}

#thanks-hp {
	position: absolute;
	left: 60px;
	top: 292px;
	width: 780px;
	height: auto;
	text-align: center;
	font-size: 14px;
	overflow: auto;
	z-index: 2;
}

#thanks-hp a {
	text-decoration: none;
	color: #94091E;
}

#thanks-hp a:hover {
	text-decoration: none;
	color: #000000;
}

#come-in-hp {
	position: absolute;
	left: 50px;
	top: 330px;
	width: 800px;
	height: auto;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	font-weight: bold;
	overflow: auto;
	z-index: 3;
}

#come-in-hp a {
	text-decoration: none;
	color: #94091E;
}

#come-in-hp a:hover {
	text-decoration: none;
	color: #000000;
}

#copyright {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	letter-spacing: 2px;
	font-size: 10px;
	width: 500px;
	left: 200px;
	top: 720px;
	text-align: center;
	overflow: auto;
	z-index: 4;
}

#copyright a {
	text-decoration: none;
	color: #94091E;
}

#copyright a:hover {
	text-decoration: none;
	color: #666666;
}

#info {
	position: absolute;
	width: 370px;
	height: 330px;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -165px;
	border: #2961A5 solid 1px;
	background: #BDCFE7;
	z-index: 20;
	font-size: 12px;
	line-height: 18px;
	padding-left: 15px;
	padding-right: 15px;
	visibility: visible;
}

#info a {
	text-decoration: none;
	color: #94091E;
}

#info a:hover {
	text-decoration: none;
	color: #666666;
}

