/*********** CSS 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, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font: 1em/160% Geneva, Arial, Helvetica, sans-serif;
	color: #2b2b2b;
	background-image: url(../images/bg_right.png);
	background-repeat: repeat-y;
	background-position: 934px 0;
	background-color: #21211F;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** CLEAR **/
.clear {
	clear: both;
}

/** SPAN **/
span {
	color: #598ecf;
}

/** LINK **/

a:link{
	color:#fffafe;
	text-decoration: none;
}

a:visited{
	color:#fffafe;
	text-decoration: none;
}

a:hover{
	color: #598ecf;
}

/** MY CODE **/

/*** HEADER ***/

#header {
	width: 100%;
	height: 51px;
	background-image:url(../images/header.png);
	background-repeat: repeat-x;
	font: 0.8em/160% Geneva, Arial, Helvetica, sans-serif;
	color: #fffafe;
}

#header #adress {
	width: 500px;
	height: 20px;
	border-top: 15px solid #1e2329;
	border-left: 40px solid #1e2329;
	float: left;
}

#adress #infoemail {
    float: right;
    position: relative;
    margin-top: 3px;
    margin-right: 37px;
}

#header #quicklink_header {
	width: 193px;
	height: 20px;
	border-top: 15px solid #1e2329;
	margin-right: 30px;
	float: right;
}

#header #quicklink_header ul li {
	float: left;
}

#header #quicklink_header a {
	margin-right: 10px;
	margin-left: 10px;
}

#header #quicklink_header a:link{
	color:#598ecf;
	text-decoration: none;
}

#header #quicklink_header a:visited{
	color:#598ecf;
	text-decoration: none;
}

#header #quicklink_header a:hover{
	color: #fffafe;
}

/*** CONTAINER FOR ALL ***/
#container {
	width: 100%;
	background-image: url(../images/stranky/uvodbg.png);
	background-repeat: no-repeat;
	background-position: 934px 0px;
}

#container_projekty {
    width: 100%;
    background-image: url(../images/stranky/projekty.jpg);
    background-repeat: no-repeat;
    background-position: 934px 0px;
}

#container_finance {
    width: 100%;
    background-image: url(../images/stranky/finance.jpg);
    background-repeat: no-repeat;
    background-position: 934px 0px;
}

/*** BODY FOR TWO COLUMNS, width 934px ***/
#box {
	height: 100%;
	background-color: #21211f;
	float: left;
}

#left {
	width: 277px;
	height: 100%;
	background-color: #21211f;
	color: #fffafe;
	float:left;
}

/*** LOGO ***/
#logo {
	width: 277px;
	height: 89px;
}

#logo h1 {
	width: 277px;
	height: 89px;
	position: relative;
	overflow: hidden;
	text-align: right;
}

#logo h1 span {
	width: 277px;
	height: 89px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;	
}

#slogan {
	color: #FFF;
	font: 0.9em/100% Geneva, Arial, Helvetica, sans-serif;
	margin-left: 17px;
}

#left a#active {
	color: #598ecf;
}

#left ul {
	text-align: right;
	padding-right: 27px;
	margin-top: 30px;
	margin-bottom: 20px;
	line-height: 2.2em;
	font-weight: 500;
}

#left #contact {
	text-align: right;
	padding: 8px 27px 8px 0; 
	border-top: 1px solid #454544;
	border-bottom: 1px solid #454544;
	margin-bottom: 20px;
}

#contact h3 {
	color: #598ecf;
}

#content {
	width: 631px;
    min-height: 700px;
	float: left;
	padding: 20px 13px;
	position: relative;
	background-color: #fffafe;
}

#content h2,strong {
	color: #1f497d;
	margin-bottom: 15px;
}

#content h3 {
	color: #1f497d;
	margin-bottom: 10px;
}

#content p strong {
	font-size: 1.1em;
}

#content p {
	margin-bottom: 7px;
	text-align: justify;
	font-size: 0.95em;
}

#content ul.ulcontent {
    list-style-position: outside;
    padding-left: 30px;
    list-style-type: square;
    margin-bottom: 15px;
	font-size: 0.9em;
}

#content ul.ulcontent2 {
    padding-left: 30px;
    margin-bottom: 15px;
    list-style-position: outside;
    list-style-type: lower-alpha;
}

#content ul.ulcontent_alpha {
    padding-left: 40px;
    margin-bottom: 15px;
    list-style-position: outside;
    list-style-type: upper-alpha;
}

ul.ulcontent ol {
    padding-left: 30px;
    list-style-type: circle;
    list-style-position: inside;
}

#content .underline {
    text-decoration:  underline;
}

#content .uppercase {
    text-transform: uppercase;
}

#content a:link{
    color:#2e2e2e;
    text-decoration: none;
}

#content a:visited{
    color:#2e2e2e;
    text-decoration: none;
}

#content a:hover{
    color: #598ecf;
}

#financerizika li {
    font-size: 0.8em;
    float: left;
    margin-right: 7px;
}

#trable {
    padding-top: 5px;
}

/*** FOOTER ***/
#footer {
	width: 96%;
	height: 70px;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	padding: 51px 2% 0px 2%;
}

#footer h3 {
	color: #fffafe;
	font-size: 0.9em;
	margin: 0px;
}

#footer p {
	margin: 0px;
	line-height: 15px;
	font-size: 0.7em;
	color: #fffafe;
}

#cadero {
	float: left;
}

#author {
	float: right;
}

#author ul {
	
}

#author ul li {
	float: left;
}

#author a {
	font-size: 0.8em;
	margin-right: 10px;
	margin-left: 10px;
}

#author a:link{
	color:#fffafe;
	text-decoration: none;
}

#author a:visited{
	color:#fffafe;
	text-decoration: none;
}

#author a:hover{
	color: #598ecf;
}

#author #auth {
	text-align: right;
}

#author #auth a:link {
font-size: 1em;
	color:#666;
	text-decoration: none;
}

#author #auth a:visited {
font-size: 1em;
	color:#666;
	text-decoration: none;
}

#author #auth a:hover{
	color: #fffafe;
}
