body, blockquote * {font:12px "Helvetica Neue", Helvetica, Arial, sans-serif;}

#header {
				height: 93px;
				background: url(../img/header_bg.png) 0 0 repeat-x;
				margin: 0 0 16px 0;
				width: 100%;
}
#footer {
				height: 24px;
					background: url(../img/footer_bg.png) 0 0 repeat-x;
				margin: 16px 0 0 0;
				width: 100%;
}

#main {
				padding: 0 7% 0 5%;
}

div#main .column {
				float: left;
}

div#content {margin:12px 0%; width:80%;
}

#menu {
/*  border-bottom: 1px solid #e9ccac;  */
  padding: 10px 20px 10px 0px;
	height: auto;
  list-style-type: none;
  list-style-position: outside;
}

#menu li {
	height: 20px;
  padding-left: 20px;
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
}

  #menu li a { 
		background: url(../img/buttons/mempty.jpg) 0 0 no-repeat;
		color: white;
		height: 20px;
		display: block;
    padding-left: 20px;
/*		text-shadow: 0px 1px 1px white; */
    }

#arcmenu li {
	height: 20px;
  padding-left: 8px;
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}


  #arcmenu li a.hovered { 
		background: url(../img/buttons/mempty_.jpg) 0 0 no-repeat;
		color: black;
/*		text-shadow: 0px 1px 1px black; */
		}

  #arcmenu li a { 
		background: url(../img/buttons/mempty.jpg) 0 0 no-repeat;
		color: white;
		height: 20px;
		display: block;
    padding-left: 30px;
/*		text-shadow: 0px 1px 1px white; */
    }

  #menu li a.hovered { 
		background: url(../img/buttons/mempty_.jpg) 0 0 no-repeat;
		color: black;
/*		text-shadow: 0px 1px 1px black; */
		}

	a:link   { color: #003366; text-decoration: none }
	a:visited { color: #003366; text-decoration: none }
	a:hover  { color: #CCCCCC; text-decoration: none }

	.colored { color: #DE8F00 ! important; 
		         font-weight: bold;
	}

	h1,h2,h3 {
		color: #DE8F00 ! important;
	}

	h2 {
		font-size: 16px;
	}

	h1 {
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	p {
		margin-top: 1em;
		margin-bottom: 0em;
	}

  .nonewline {
	}
 
	em { text-decoration: underline; 
	     font-style: normal;
		   font-weight: normal;
		 }

		 /* ramki do gridu */
		 /*
div.section div.column {border-left:1px solid #a1b04a; border-bottom:1px solid #a1b04a; background:#f8f9f4;}
div.section div.column:last-child {border-right:1px solid #a1b04a;}
div.section div.column_content {padding:5px; margin:5px;}
*/

