﻿/* CSS new pro header */

/* HEADER */
div#header {
 height: 105px;
 background: url(../images/bg_header.gif) repeat-x;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10.5pt;
 margin: 0 0 15px 0;
}

div#header_holder {
 height: 105px;
 background: url(../images/bg_header_holder.gif) no-repeat;
 padding: 0 0 0 210px;
}

h1 span {display: none;
}


div#webquest {
 height: 73px;
 background: url(../images/bg_webquest.gif) no-repeat top right;
 text-align: right;
}
div#webquest h2 {display: none;
}
div#webquest div {
 padding: 35px 80px 0 0; 
	}

div#webquest a {
		background: url(../images/arrow.gif) no-repeat 0px 5px;
		padding: 0 0 0 12px; 
		font-size: 8.25pt;
		font-family: verdana;
		color: #CF1111; 
		font-weight: bold;
	}



/* NAVIGACE */
div#nav {
padding: 10px 0 0 0;
}
div#nav ul {
margin: 0;
padding:0;
}
div#nav ul li {
float: left;
 background: url(../images/arrow.gif) no-repeat 0 0.4em;
 padding-left: 10px;
 margin-right: 20px;
  list-style-type: none;}
 
div#nav ul li a {font-size: 0.85em;
 color: #336699;
 font-weight: bold;
 text-decoration: none;
}





