body {
	background-color: white; margin: 0px; text-align: center; color: black;
}
body, input, select, textarea {
	font-family: Trebuchet MS, sans-serif;
}

a {
	color: #FE0000; text-decoration: none; font-weight: bold;
}
a:hover, a.a {
	color: #4F78B0; text-decoration: none;
}

/* paragraph */
p, ul, address, td, blockquote {
	font-size: 14px;
}

h2 {
	margin: 0px; font-size: 30px; color: black; margin-top: 25px; margin-bottom: 35px; text-align: center; border-bottom: 20px solid #976B59; width: 60%;
}
h3 {
	font-size: 20px; color: #4E78AF;
}

hr {
	border: 0px; height: 1px; color: #605B46; background-color: #605B46;
}
p:first-child, h3:first-child {
	margin: 0px;
}

/* other */
input, select, textarea {
	background-color: #DDF0FF; border: 1px solid #21597B; margin: 1px; _margin: 0px;
}

td input, td select, td textarea, p input, p select, p textarea {
 font-size: 100%;
}

fieldset {
	margin: 0x; padding: 0px; border: 0px;
}

acronym {
	border-bottom: 1px dotted #023153;
}

.small {
	font-size: .65em;
}


#body {
	text-align: left; background: white url(../images/body-bg.gif) top left repeat-y; margin: 0px auto;
}
#body h1 {
	height: 130px; margin: 0px; background: transparent url(../images/top.jpg) top left no-repeat;
}
#body h1 span, #body #menu span {
	display: none;
}
#body h1 #langsk, #body h1 #langen, #body h1 #langde {
	float: left; display: block; width: 30px; height: 16px; margin-top: 106px; border: 1px solid #124FBA;
}
#body h1 #langsk {
	background: transparent url(../images/flag-sk.gif) center no-repeat;
	margin-left: 130px;
}
#body h1 #langen {
	background: transparent url(../images/flag-en.gif) center no-repeat;
	margin-left: 8px;
}
#body h1 #langde {
	background: transparent url(../images/flag-de.gif) center no-repeat;
	margin-left: 8px;
}
#body h1 #langsk:hover, #body h1 #langen:hover, #body h1 #langsk.a, #body h1 #langen.a {
	border: 1px solid #00125E;
}

#body #menu {
	height: 65px; margin: 0px; background: transparent url(../images/menu.jpg) top left no-repeat; padding-left: 40px; padding-top: 4px;
}
#body #menu a {
	color: white;
}
#body #menu a:hover, #body #menu a.a {
	color: #FFEA00;
}

#body #left {
	float: left; width: 448px; _width: 520px; padding: 0px 24px 22px 48px;
}
#body #right {
	margin-left: 550px; padding-left: 26px;
}

#body #footer {
	clear: both; _clear: none; _float: left; _width: 100%; margin: 0px; padding: 2px 20px; background-color: black; text-align: right;
}
#body #footer a {
	color: white; font-size: 80%;
}
#body #footer a:hover {
	text-decoration: underline;
}

.imgRight {
	float: right; margin: 10px; margin-right: 0px; margin-top: 0px; border: 1px solid #9B8DA5;
}


table th {
	background-color: #9B8DA5;
}
table.bold {
	font-weight: bold;
}
tr.td1 td {
	background-color: #E2DCE6;
}
