@charset "utf-8";
/* CSS Document */

body{
	background-image: url(bilder/body.gif);
	background-repeat: repeat;
	background-position: center;
	text-align:center;
}
#container {

	width: 900px;
	margin:auto;
	
}

#header {
	text-align:left;
	padding-left:5px;
	height: 126px;
	position:relative;
}

#logo {
	position:absolute;
	top:5px;
}

#links {
	float: left;
	height: 380px;
	width: 165px;
}

#main_content {

	width: 730px;
	margin-left:167px;
}

#footer {
	height: 95px;
	width: 900px;
	clear: left;
}

.hg-competition {
	background-color: #135da9;
}

.hg-locations {
	background-color: #ffcc00;
}
.hg-event {
	background-color: #dd1313;
}
.hg-sponsors {
	background-color: #28bb52;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF;
	height: 350px;
	text-align: left;
	/* width: 735px;*/
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: underline;
	height: 25px;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
}
.header {
	background-color: #89afd7;
	width: 590px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
.header_event {
	background-color: #ed8989;
	width: 590px; 
}
.header_location {
	background-color: #d79600;
width: 590px; 
}

