body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
}

/* LAYOUT --------------------------------------- */

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 908px;
}
#head {
	border: 1px solid #dadada;
	width: 906px;
	height: 158px;
	background-image: url(img/euro_tc_logo.jpg);
	background-repeat: no-repeat;
}
#mainmenu {
	float: left;
	width: 160px;
}
#content {
	float: left;
	width: 528px;
	padding: 0px 30px;
}
#submenu {
	float: left;
	width: 160px;
}

/* DEFINITIONEN ---------------------------------- */

.menu {
	border: 1px solid #dadada;
	font-size: 11px;
	line-height: 16px;
}
.menu h1 {
	display: block;
	margin: 0px;
	padding: 2px 5px;
	background-color: #edf6fb;
	color: #53a4d6;
	font-size: 11px;
}
.menu p {
	padding: 6px 5px 6px 15px;
	margin: 0px;
}
.menu ul {
	margin: 10px 10px;
	padding: 0px 0px 0px 15px;
	list-style-image: url(img/list.gif);
}
.menu li a:link {
	text-decoration: none;
	color: #666666;
}
.menu li a:visited {
	text-decoration: none;
	color: #666666;
}
.verlauf {
	position: relative;
	width: 160px;
	height: 19px;
	background-image: url(img/verlauf.gif);
	background-repeat: repeat-x;
}
.copyright {
	position: relative;
	width: 160px;
	height: 40px;
	background-image: url(img/copyright.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	color: #53a4d6;
	text-align: center;
	padding-top: 60px;
}
#content h1 {
	font-size: 11px;
	font-weight: bold;
	color: #53a4d6;
	padding-bottom: 10px;
}
#content h2 {
	font-size: 11px;
	font-weight: bold;
}
#content p {
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 11px;
}
#content img {
	float: left;
	margin: 0px 7px 7px 0px;
	border: 1px solid #dadada;
}


#content a:link {
	text-decoration: underline;
}

/* Styles ---------------------------------- */

.hellblau {
	color: #53a4d6;
}
.fett {
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #53a4d6;
}
