td{
	font-family: verdana;
	font-size: 11px;
	line-height: 17px;
}

td.white{
	font-family: verdana;
	font-size: 11px;
	color: #ffffff;
	line-height: 17px;
}

td.head{
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #5D6120;
}

td.tabhead{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

h2{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #5D6120;
}

td.service{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

a{
	color: #5D6120;
}

a:hover{
	color: #5D6120;
	text-decoration: none;
}

a.white{
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}

a.white:hover{
	color: #5D6120;
	text-decoration: none;
	font-weight: bold;
}

a.navigator{
	color: #5D6120;
	text-decoration: none;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
}

a.navigator:hover{
	color: #000000;
	text-decoration: none;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
}

a.button{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.button:hover{
	color: #5D6120;
	font-weight: bold;
	text-decoration: none;
}

a.abisz{
	font-size: 14px;
	color: #5D6120;
	text-decoration: none;
	font-weight: bold;
}

a.abisz:hover{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.subnav{
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

a.subnav:hover{
	color: #000000;
}

/* Formulare */

input{
	font-family: verdana;
	font-size: 11px;
	background-color: #ffffff;
	border: #5D6120;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	text-align: left;
}

textarea{
	font-family: verdana;
	font-size: 11px;
	background-color: #ffffff;
	border: #5D6120;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

select {
	font-family: verdana;
	list-style-type: square;
	color : #000000;
	font-size : 11px;
}

option{
	font-weight: normal;
}


/* NAV */

.ndnavtd {
	text-align: center;
	height: 22px;
	border-bottom: solid 1px #e4e7cf;
	border-left: solid 1px #e4e7cf;
	border-right: solid 1px #e4e7cf;
}

.ndnav {
	text-decoration: none;
	display: block;
	height: 20px;
	padding-top: 3px;
}

.ndnav:hover {
	background-color: #e4e7cf;
}