@charset "utf-8";

body {
	font-size: 76%;
	font-family: "Times New Roman", Times, Geneva;
	background-color: #3d5045;
	margin: 0;
	padding: 40px 20px 20px;
	text-align: center;
}

td, p {
	font-size: 1em;
}

a:link {
	color: black;
	text-decoration: underline
}

a:visited {
	color: black;
	text-decoration: underline
}

a:hover {
	color: black;
	text-decoration: none
}

a:active {
	color: black;
	text-decoration: none
}

select {
	font-size: 12px;
}

input {
	font-size: 12px;
}

textarea {
	font-size: 12px;
}

#wrapper {
	position: relative;
	width: 764px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
}

.homepage #wrapper {
	width: 700px;
}

#google_translate_element {
	position: absolute;
	top: -35px;
	right: 0;
	height: 30px;
	overflow: hidden;
}

#topnav {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.nav {
	color: white;
	text-decoration: none;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}

.nav a:link {
	color: white;
	text-decoration: none
}

.nav a:visited {
	color: white;
	text-decoration: none
}

.nav a:hover {
	color: white;
	text-decoration: underline
}

.nav a:active {
	color: white;
	text-decoration: underline
}

#footer {
	color: white;
	font-size: 0.8em;
	background-color: #1e1e1e;
	margin-top: 2px;
	padding: 5px 20px;
}

#footer a:link {
	color: white;
	text-decoration: underline
}

#footer a:visited {
	color: white;
	text-decoration: underline
}

#footer a:hover {
	color: white;
	text-decoration: none
}

#footer a:active {
	color: white;
	text-decoration: none
}

.hometxt {
	color: black;
	font-size: 0.9em;
	font-weight: normal;
	background-image: url(../media/home_signbg.gif);
	padding: 0 10px;
}

.hometxt p {
	padding: 0;
	margin: 0 0 0.3em;
}

.required {
	color: red;
}

.maintable {
	background-color: white;
	border: solid 2px white;
}

.tarifftable {
	background-color: white;
}

.tarifftable td {
	
}

.caption {
	font-size: 0.9em;
	padding-top: 5px;
	padding-bottom: 5px;
}

.address {
	font-size: 0.9em;
}

#homecontact {
	position: absolute;
	top: 133px;
	left: 10px;
}

#homecontact p {
	font-size: 0.9em;
	margin: 0 0 2px;
	padding: 0;
	color: white;
}

#homecontact a {
	color: white !important;
}
