body{
	font-family: Verdana;
	padding: 0px;
	margin: 0px;
	
	background-image: url('bg.gif');
	background-repeat: repeat-x;
}

a{
	color: #3170b1;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
}
	
a:hover{
	border-bottom: 1px solid #3170b1;
	background: #FFFDE0;
}

h12{
	font-size: 12px;
	padding: 0px; margin: 0px;
	color: #000000;
}

h1{
	font-size: 22px;
	padding: 0px; margin: 0px;
	color: #666666;
	font-weight: Normal;
}

#header{
	background-image: url('header.gif');
	background-repeat: no-repeat;
	height: 100px;
	width: 810px;
}

#head{
	margin-bottom: 10px;
}

#bar{
	font-size: 12px;
}

#content{
}

#search{
	font-size: 12px;
}

	#search a{
		color: #3170b1;
		font-weight: bold;
		text-decoration: none;
		border-bottom: 1px solid #CCCCCC;
	}
	
	#search a:hover{
		border-bottom: 1px solid #3170b1;
	}

.main_link{
	background-image: url('icon.png');
	background-repeat: no-repeat;
	background-position: 0 1;
	padding: 2 0 10 19;
}

	.main_link a{
		color: #3170b1;
		font-weight: bold;
		text-decoration: none;
		font-size: 12px;
		border-bottom: 1px solid #CCCCCC;
	}
	
	.main_link a:hover{
		border-bottom: 1px solid #3170b1;
		background: #FFFDE0;
	}
	
.sub_link{
	background-image: url('icon.png');
	background-repeat: no-repeat;
	background-position: 0 1;
	padding: 2 0 10 19;
}

	.sub_link a{
		color: #3170b1;
		font-weight: bold;
		text-decoration: none;
		font-size: 12px;
		border-bottom: 1px solid #CCCCCC;
	}
	
	.sub_link a:hover{
		border-bottom: 1px solid #3170b1;
		background: #FFFDE0;
	}
	
.result_b{
	padding: 15px;
	border-top: 1px solid #EFEFEF;
	font-size: 12px;
	background-image: url('rbg.gif');
}

	.result_b a{
		color: #3170b1;
		font-weight: bold;
		text-decoration: none;
		border-bottom: 1px solid #CCCCCC;
	}
	
		.result_b a:hover{
			border-bottom: 1px solid #3170b1;
		}
	
.dots{
	height: 2px;
	background-image: url('dot.gif');
	background-repeat: repeat-x;
}

#binfo{
	font-size: 12px;
	line-height: 16px;
}

.subinfo{
	font-size: 12px;
	width: 250px;
	margin-right: 40px;
	float: left;
	margin-top: 10px;
	color: #444444;
}

#copyright{
	color: #666666;
	font-size: 11px;
	padding: 10px;
}

	#copyright a{
		color: #3170b1;
		text-decoration: none;
		border-bottom: 1px solid #CCCCCC;
	}
	
	#copyright a:hover{
		border-bottom: 1px solid #3170b1;
		background: #FFFDE0;
	}
	
#infobox{
	padding: 20px;
	font-size: 12px;
	line-height: 20px;
	color: #444444;
}

#kontakt{
	font-size: 12px;
	color: #3D3D3D;
}

	#kontakt input{
		margin-bottom: 10px;
		margin-top: 3px;
	}
