/* Global styles  & Reset*/  
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot{   
    margin:0;   
    padding:0;   
    border:none;   
    outline:0;   
}   
html,body{   
    height:100%;   
}
html {
	overflow-y:scroll;
}
body{   
	font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	background:url(img/bg01.gif) repeat-x #000;
	color:#fff;	
}   
:focus{   
    outline:none;   
}   
hr{   
    border:1px solid #000;   
}   
table{     
    border-collapse:collapse;   
    border-spacing:0;   
}     
p{   
    margin-bottom:10px;   
}
a {
	outline:none;
	color:#bababa;
} 
a:hover {
	color:#eaeaea;
} 
::selection {
	background: #1965c9; /* Change selected text color for Safari */
	color:#cccccc;
}
::-moz-selection {
	background: #1965c9; /* Change selected text color for Firefox */
	color:#cccccc;
} 
/* CMS styles  */  
#Name{   

}   
#Info{   
    display:block;   
}
#Info ul, 
#Info ol,
#content ul,
#content ol{   
    padding:5px 0 10px 15px;  
	list-style:none;
}   
#Info ul li, 
#Info ol li,
#content ul li,
#content ol li{   
	padding:0 0 0 10px;
	background:url(img/arrow.gif) 0 6px no-repeat; 
}  
/* Page styles */

#intro{
	background:none;
	background-color:#666666;
	color:#fff;
}
#intro a{
	color:#fff;
}
#intro a:hover{
	text-decoration:none;
}
#introwrap {
	width:100%;
	height:540px;
	position:absolute;
	left:0; top:50%;
	margin:-270px 0 0 0;
	background:#cccccc;
}
#slideshow {
	height:500px;
	width:750px;
	margin:0 auto;
}
#introtop,
#introbottom {
	height:20px;
	background:#999999;
	text-align:center;
}
#introbottom a {
	font-weight:bold;
	text-decoration:none;
}
#container {
	position:relative;
	width:900px;
	margin:0 auto;
}
#header {
	position:relative;
	height:275px;
	background:url(img/bg-header.jpg) center bottom no-repeat;
}
#header #headerslide{
	position:absolute;
	left:0px;
	top:30px;
	width:600px;
	height:240px;
}
#header h1,#header h2,#header #adres {
	text-indent:-9999px;
	position:absolute;
}
#header #adres a{
	position:absolute;
	left:730px;
	top:245px;
	width:98px;
	height:12px;
}
ul#navtop {
	position:absolute;
	top:5px;
	right:0px;
	width:190px;
	height:20px;
}
ul#navtop li {	
	list-style-type:none;
	float:left;
}
ul#navtop li a {
	height:20px;
	width:67px;
	display:block;
	text-decoration:none;
	background-image:url(img/navtop.jpg);
	margin:0 6px 0 0;
	color:#bababa;
	text-align:center;
	font-size:11px;
	line-height:20px;

}
ul#navtop li a:hover {
	color:#eaeaea;
}
#menu {
	position:relative;
	height:30px;
	background-image:url(img/bg-menu.gif);
	font-size:12px;
}
ul#nav {
	position:absolute;
	top:0px;
	left:0px;
	width:900px;
	height:30px;
	padding:0 0 0 6px;
}
ul#nav li {
	list-style:none;
	float:left;
	padding:0 10px;
	background:url(img/square.gif) 5px 15px no-repeat;
}
ul#nav li a {
	display:block;
	text-decoration:none;
	color:#ffffff;
	line-height:30px;
}
ul#nav li a:hover {
	background:url(img/square.gif) 0 24px repeat-x;
}
#content {
	position:relative;
	padding:10px 20px;
	background:url(img/bg-content.jpg) top left repeat-x #676767;	
	min-height:350px;
}
#content a {
	color:#7298c9;
}
#content a:hover{
	text-decoration:none;
}
#content p{
	padding:5px 0 10px 0;
}
#content h1{
	font-size:24px;
	color:#cccccc;
	border-left:5px solid #1965c9;
	line-height:30px;
	text-indent:5px;
	margin:0 0 15px 0;
}
#content h2{
	font-size:18px;
	font-weight:normal;
	margin:5px 0 0 0;
}
#content #newsletter{
	padding:25px 0 0 0;
}

#footer {	
	background:url(img/bg-footer.gif) top center no-repeat;
	padding:7px 0 5px 0;
	color:#666666;
}
#footer img{
	vertical-align:sub;
}
