
body {
	background-color: #ffffff;
	font-family: Arial,Helvetica,sans-serif;
}

table.main_menu {
	width: 90%;
	margin: 10px 5%;
}

#image_left {
	text-align: right; 
	width: 50%
}

#image_center{
	text-align: center;
}

#image_right {
	text-align: left;
	width: 50%
}

#main_welcome {
	padding: 20px 0px;
	text-align: center;
	color: black;
	font-size: large;
	font-weight: bold;
	letter-spacing: 15px;
}


#main_aktion {
	border: 2px solid #1A74BB;
	text-align: center;
	font-size: xx-large;
	color: #E10B2A;
	padding: 20px;
	margin: 5px 5%;
}

#main_aktion a {
	color: #1A74BB;
}

#main_aktion a:hover {
	color: #E10B2A;
}

#main_ecdl_testcenter {
	color: #E10B2A;
	font-size: larger;
	text-align: center;
}

#copyright {
	vertical-align: top;
	text-align: right;
	font-size: x-small;
	border-top: 2px solid  #1A74BB;
	padding-right: 20px;
}

td.main_centered {
	text-align: center;
}

td.bottom_link {
	text-align: center;
	color: #1A74BB;
}

td.bottom_link a:link, td.bottom_link a:visited {
	color: #1A74BB;
	text-decoration: underline;
	padding: 0px 2px;
}
td.bottom_link a:hover {
	background-color: #bcd1e0;
	text-decoration: none;
	border-top: 1px solid #1A74BB;
	border-bottom: 1px solid #1A74BB;
}

.title {
	color: #E10B2A;
	font-size: large;
	margin-bottom: 1.5em;
}

.address {
	color: #1A74BB;
	font-size: smaller;
}

table.main_menu {
	margin: 10px 5%;
	width: 90%;
}

img {
	border: none;
}

hr.blue {
	color: #1A74BB;
}

td.footer_left {
	border-top: 2px solid #1A74BB;
	padding-left: 20px;
}
td.footer_left img {
	margin: 5px 0px;
}
