.menu {
	color: #C7D7E2;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.menuborder {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: #C7D7E2 4px solid;
}
.menuborder .menu a {
	color: #FFFFFF;
	text-decoration: none;
}
.menuborder .menu a:hover {
	color: #C7D7E2;
	text-decoration: none;
}
.text_normal {
	font-family: Tahoma;
	font-size: 14px;
}
.borderpoza {
	border: 4px solid #C7D7E2;
}
.tdpadding {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.text_footer {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 12px;
	margin: 10px;
	font-weight: bold;
}
.text_title {
    font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #5D9BB5;
}
.text_title_alb {
    font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #5D9BB5;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #5D9BB5;
}
a:hover {
	text-decoration: underline;
	color: #5D9BB5;
}
a:active {
	text-decoration: none;
	color: #5D9BB5;
}
.bordertabelleft {
	border-bottom: 4px solid #5D9BB5;
	border-left: 4px solid #5D9BB5;
	border-top: 4px solid #5D9BB5;
	padding-left: 15px;
}
.bordertabelright {
	border-bottom: 4px solid #5D9BB5;
	border-top: 4px solid #5D9BB5;
	border-right: 4px solid #5D9BB5;
}
