@charset "UTF-8";

body {
	padding: 0;
	margin: auto;
	font-family: "Arial", sans-serif;
	font-size: 13px;
	color: #565656;
	line-height: 1.4em;
	background-color:#e7dfbd;
}

img {
	border: 0px;
}
br {
	clear: both;
}

#page {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	min-height:675px;
	background-color:#ffffff;
}
	#page #logo {
		position:absolute;
		left:0px;
		top:0px;
		width:485px;
		height:570px;
		background-image:url(../img/png/logo.png);
		z-index:100;
	}
	
	#page #kontakt {
		position:absolute;
		left:100px;
		top:540px;
		width:200px;
		height:150px;
		z-index:100;
		color:#c8bd92;
	}
		#page #kontakt a{
			text-decoration:none;
			color:#c8bd92;
		}
		#page #kontakt a:hover{
			text-decoration:underline;
			color:#c8bd92;
		}
	
	#page #menu {
		position:absolute;
		left:0px;
		top:285px;
		width:600px;
		height:180px;
		z-index:101;
		
		color:#565656; 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:18px; 
		text-decoration:none;
	}
	
		#page #menu a{
			color:#565656; 
			font-family:Arial, Helvetica, sans-serif; 
			font-size:18px; 
			text-decoration:none;
		}
		#page #menu a:hover{
			color:#565656; 
			font-family:Arial, Helvetica, sans-serif; 
			font-size:18px; 
			text-decoration:none;
		}
	
	#page #content_page {
		position:absolute;
		left:0px;
		top:0px;
		width:980px;
		height:675px;
		background-color:#ffffff;
	}
	
	#page #content_page #header{
		position:absolute;
		padding-left:80px;
		left:361px;
		top:226px;
		height:64px;
		width:549px;
		z-index:98;
		background-image:url(../img/gif/bg_header.gif);
		background-repeat:no-repeat;
		background-position:right;
	}
	
	#page #content_page #sub_menu{
		position:absolute;
		padding-left: 70px;
		padding-top:13px;
		left:361px;
		top:278px;
		width:549px;
		height:33px;
		z-index:1000;
		
		color:#c8bd92;
		font-size:14px;
	}
		#page #content_page #sub_menu a{
			color:#c8bd92;
			font-size:14px;
			text-decoration:none;
		}
		#page #content_page #sub_menu a:hover{
			color:#c8bd92;
			font-size:14px;
			text-decoration:none;
		}
	
	
	#page #content_page #content{
		position:absolute;
		top:324px;
		left:361px;
		width:619px;
		height:287px;
		overflow: hidden;
		z-index:110;
	}
		#page #content_page #content #scroll-content {
			position: absolute;
			padding-left:15px;
			padding-right:20px;
			top: 0;
		}
	#page #content_page #logos{
		position:absolute;
		padding-top:6px;
		padding-left:12px;
		top:611px;
		left:361px;
		height:51px;
		width:608px;
		z-index:110;
		background-image:url(../img/png/bg_footer_content.png);
		background-repeat:no-repeat;
	}

	#scroll-controls{
		position: absolute;
		top: 630px;
		left: 840px;
		height: 50px;
		width: 100px;
		z-index:120;
	}
	#scroll-controls a.up-arrow{
		height: 38px;
		width: 39px;
		background: transparent url('../img/png/up.png') no-repeat;
		position:absolute;
		top: 40;
		left: 0;
	}
	#scroll-controls a.up-arrow:hover{
		background: transparent url('../img/png/up-hover.png') no-repeat ;
	}
	#scroll-controls a.down-arrow{
		height: 38px;
		width: 39px;
		background: transparent url('../img/png/down.png') no-repeat ;
		position: absolute;
		margin-left:40px;
		
	}
	#scroll-controls a.down-arrow:hover{
		background: transparent url('../img/png/down-hover.png') no-repeat ;
	}
	
ul{
	list-style-image: url(../img/gif/ul.gif);
}
	
a{
	text-decoration:none;
	color:#c8bd92;
}	

a:hover{
	text-decoration:underline;
	color:#c8bd92;
}	

.table1{
	font-size:12px;
	color:#c8bd92;
}
	
