﻿body {
	font-family:Arial, Helvetica, sans-serif;
}

a:link {
	color: #4C85C5;
	text-decoration: none;
}

a:visited {
	color: #4C85C5;
	text-decoration: none;
}

a:hover {
	color: #4C85C5;
	text-decoration: none;
}

.titel {
	font-weight: bold;
	color: #2868B2;
	vertical-align: middle;
}

.main {
	width: 100%;
	height: 100%;
	border: 0px;
    
}

.menu {
	width: 100%;
	border: 0px;
}

.bg_light {
	background-color: #EBEBEB;
}

.bg_dark {
	background-color: #C0C0C0;
}

.picture {
	border-width: 0;
	vertical-align: middle;
}

.footer {
	background-color: #EBEBEB;
	text-align: center;
	font-size: xx-small;
	height: 2em;
}

.td_space_l {
	width: 5%;
	height: 100%;
}

.td_text {
	width: 75%;
	height: 100%;
}

.td_space_R {
	width: 20%;
	height: 100%;
}
