* {
	margin: 0;
	padding: 0;
}

HTML, BODY, INPUT {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

BODY {
	background-color: #ffffff;
}

#header {
	width: 900px;
	height: 51px;
	margin: 0px;
	padding: 0px;
	background : url(../images/pheader.jpg) no-repeat;
	position: absolute;
	top: 30px;
	left: 50px;
	background-image: url(../images/header.jpg);
}


#kontakt * {
	float: left;
}

#kontakt {
	background-color: #E5E5EB;
	font-size: 88%;
	padding-top: 0.3em;
	padding-right: 15px;
	padding-bottom: 0.5em;
	padding-left: 15px;
	position: absolute;
	left: 630px;
	width: 240px;
	height: 15px;
	top: 30px;
}

#eyecatcher {
	width: 100%;
	height: 180px;
	margin: 0px;
	padding: 0px;
	background : #5371B9 url(../images/s2dlogo.jpg) no-repeat 50px 0px;
	position: absolute;
	top: 84px;
	left: 0px;
	background-color: #5371B9;
}

#topic {
	position: absolute;
	top: 234px;
	left: 50px;
	width: 200px;
	background-color: #E5E5EB;
	padding: 0px;
	margin: 0px;
}

#content {
	width: 680px;
	margin: 0px;
	background-color: #ffffff;
	position: absolute;
	top: 264px;
	left: 250px;
	padding-top: 0.4em;
	padding-right: 1.4em;
	padding-bottom: 0.4em;
	padding-left: 1.4em;
}

#content1 {
	width: 500px;
	padding: 10px;
	margin: 0px;
	background-color: #ffffff;
	position: absolute;
	top: 264px;
	left: 250px;
	line-height: 1.6em;
}

#content2 {
	width: 680px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	position: absolute;
	top: 264px;
	left: 250px;
	line-height: 1.6em;
}

#sidebar {
	position: absolute;
	top: 264px;
	left: 770px;
	width: 160px;
	padding: 10px;
	border-left: 1px solid #5371B9;
	border-bottom: 1px solid #5371B9;
	background-color: #ffffff;
}

.Stil1 {
	font-size: 100%;
	font-weight : bold;
	font-size: 12px;
	margin: 0px;
	color: #314576;
	letter-spacing : 1px;
}

ul#first_list {
	list-style-type: none;	
	padding-left: 1px;
}

ul#second_list {
    list-style-type: none;
    padding-right: 17px;	
} 

