/* CSS Document */

body,html { height:100%}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E5E5E5;
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-y; 
	background-position: top center;
}

body,td,th {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #090c11;
}

a {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #b30027;
}
a:visited {
	color: #b30027;
}
a:hover {
	color: #b30027;
}
a:active {
	color: #b30027;
}


h1 {
	font-family: Arial, Verdana;
	font-size: 16px;
	color: #090c11;
}

.menu       { color: #090c11; font-size: 11px; text-decoration: none; text-transform:uppercase}
.menu:link       { color: #090c11; font-size: 11px; text-decoration: none; text-transform:uppercase }
.menu:visited    { color: #090c11; font-size: 11px; text-decoration: none; text-transform:uppercase}
.menu:active     { color: #090c11; font-size: 11px; text-decoration: none; text-transform:uppercase}
.menu:hover     { color: #b30027; font-size: 11px; text-decoration: none; text-transform:uppercase }

.selected      { color: #b30027; font-size: 11px; text-decoration: none; text-transform:uppercase}
.selected a:link       { color: #b30027; font-size: 11px; text-decoration: none; text-transform:uppercase }
.selected a:visited    { color: #b30027; font-size: 11px; text-decoration: none; text-transform:uppercase}
.selected a:active     { color: #b30027; font-size: 11px; text-decoration: none; text-transform:uppercase }
.selected a:hover     { color: #b30027; font-size: 11px; text-decoration: none; text-transform:uppercase }

.talen a:link       { color: #ffffff; font-size: 9px; text-decoration: none; text-transform:uppercase }
.talen a:visited    { color: #ffffff; font-size: 9px; text-decoration: none; text-transform:uppercase}
.talen a:active     { color: #ffffff; font-size: 9px; text-decoration: none; text-transform:uppercase}
.talen a:hover     { color: #ffffff; font-size: 9px; text-decoration: none; text-transform:uppercase }

.validator {color: #b30027;font-size:11px;}
.validatortext {color: #b30027;}
input.stylebutton { font-size: 11px; color: #ffffff; background-color:#b30027; border:solid 1px;}
textarea, input, select { font-size: 11px; font-family: Arial;}

.captcha {border:1px solid #7f9db9}

.titel { color:#090c11; font-size:16px; text-transform:uppercase; font-weight:bold}

.border1 {border: 4px solid #e6e6e7; background-color:#e6e6e7}
.border2 {border: 4px solid #f2f3f3; background-color:#f2f3f3}