@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}

#container {
width: 968px;
background: #FFFFFF;
margin: 0 auto;
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
}

#banner {
	background-image: url(images/GlaPaBanner.gif);
	height: 35px;
	width: 823px;
	padding-top: 165px;
	padding-left: 145px;
}
#main_image {
	background-image: url(images/GlaPaMainKU.jpg);
	height: 260px;
	width: 800px;
	padding-top: 375px;
	padding-left: 168px;
}
#footer {
	background-image: url(images/GlaPaFooterKurs.jpg);
	height: 165px;
	width: 870px;
	padding-top: 35px;
	padding-left: 45px;
}
.center {
	text-align: center;
}

#main_text {
	width: 650px;
	line-height: 120%;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	padding: 12px;
	position: relative;
	top: -300px;
	left: -80px;
}

#main_text h3 {
	font-size: 150%;
	color: #0084b1;
	margin-top: 10px;
	margin-bottom: 20px;
}

#main_text h4 {
	font-size: 100%;
	margin:0 auto;
}

#main_text p{
	font-size: 100%;
	line-height: 120%;
	margin:0 auto;
}
#foot_text f1{
	font-size: 120%;
	color: #010101;
	line-height: 120%;
	margin:0 auto;
	margin-top: 10px;
	margin-left: 50px;
	margin-bottom: 10px;
}

#left_column {
	float: left;
	width: 316px;
}
#column_container {
	float: left;
	width: 652px;
}
#right_column {
	float: right;
	width: 316px;
}
#center_column {
	width: 316px;
	margin-left: 10px;
}
