body, td, th {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#444545;
	font-size:10px;
	line-height: 15px;
}

a {
	color: #444545;
}

a:hover {
	color: #177EBF;
}

.tooltypes {
	line-height: 15px;
	padding:6px 12px;
	border-top: 1px solid #BFBFBF;
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
}

#nav {
	width:250px;
	margin:32px 0;
}

#nav h1 {
	margin:22px 0 0 0;
	padding:6px 0 6px 17px;
	background:url(layoutimages/navi-title.gif) repeat-x;
	font-size:10px;
	line-height:15px;
}

#nav p {
	margin:0;
	padding:0;
}

#nav a {
	display:block;
	padding:3px 0 3px 30px;
	border-bottom:1px solid #FFFFFF;
	background:url(layoutimages/navi-arrow.gif) no-repeat;
	color:#444545;
	text-decoration:none;
}

#nav a:hover {
	color:#444545;
	background-color:#C8D8E2;	
}

#subnav {
	position:absolute;
	left:648px;
	top:98px;
	width:300px;
	text-align:right;
}

#subnav .kontakt {
	text-decoration:none;
	padding:0 0 0 18px;
	background:url(layoutimages/contact_out.gif) no-repeat;
}

#subnav .kontakt:hover {
	background:url(layoutimages/contact_over.gif) no-repeat;
}	

#subnav .home {
	text-decoration:none;
	padding:0 0 0 18px;
	background:url(layoutimages/home_out.gif) no-repeat;
}

#subnav .home:hover {
	background:url(layoutimages/home_over.gif) no-repeat;
}	

.link {
	color: #444545;
	text-decoration: none;
}

.link:hover {
	color: #177EBF;
}

.copyright {
	color: #7DB5D8;
	text-decoration: none;
}

.copyright:hover {
	color: #FFFFFF;
}

.tablecell {
	padding:2px 6px;
	border-top: 1px solid #BFBFBF;
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
}

.tablecell-left {
	padding:2px 6px;
	border-top: 1px solid #BFBFBF;
	border-left: 1px solid #BFBFBF;
}

.tablecell-right {
	padding:2px 6px;
	border-top: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
}

.accent {
	background:#177ebf;
	padding:1px;
	color:#FFFFFF;
}

