/*############################################################# Name: Deep Red Date: 2006-08-28 Description: A two-column layout with a touch of red. Author: Viktor Persson URL: http://templates.arcsin.se  Feel free to use and modify but please provide credits. #############################################################*/
/* standard elements */
* {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0;
}

body {
    background: #6C1400 url(img/bgbody.gif) repeat-y center top;
    font: normal 0.7em Tahoma,Verdana,sans-serif;
}

div a {
    color: #FFF;
    cursor: pointer;
    text-decoration: none;
}

p a {
color: #cc2224;;
    cursor: pointer;
    text-decoration: none;}

h1 {
    font: normal 34px Verdana, Georgia, Times, serif;
    padding: 8px;
}

p#first {
    text-align: left;
}

p {
    font: normal 13px  Verdana, Times, serif;
    padding-left: 8px;
    line-height: 1.8;
    padding-top: 8px;
    margin-right: 8px;
    color: #474747;
    text-align: justify;
}

ul.lista {
    font: oblique 15px  Georgia, Times, serif;
    margin-left: 28px;
    line-height: 1.8;
}

ul.lista li {
    list-style: url(img/pin.png);
    margin-left: 28px;
}

ul.lista li:hover {
    color: #Cc2224;
    cursor: pointer;
}

ul.standard li {
    list-style: none;
    padding-left: 40px;
    line-height: 1.8;
    font: normal 13px Verdana, Georgia, Times, serif;
    background-image: url(img/tick.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 12px 8px 12px 10px;
}

p img {
    border: 2px solid #ccc;
    margin: 10px;
}

p.srodek {
    font: oblique 18px  Georgia, Times, serif;
    color: #000;
}
p.wyr {
line-height: 1.8;
    font: oblique 20px Georgia, Times, serif;
	 text-align: center;
color: #Cc2224;
}
p span {
    text-transform: uppercase;
    color: #CC2224;
    font: normal 12px Verdana, Times, serif;
}

p span.start {
    color: #000;
    font: bold 12px Verdana, Times, serif;
}

ol {
    font: italic 20px Georgia, Times, serif;
    color: #999999;
    margin-left: 35px;
    margin-right: 8px;
}

ol p {
    font: normal 13px  Verdana, Georgia, Times, serif;
    padding-left: 8px;
    line-height: 1.8;
    padding: 8px;
    color: #474747;
    text-align: justify;
}

.male {
    font: oblique 13px Verdana, Georgia, Times, serif;
    padding: 10px;
    color: #000;
    float: right;
}

code {
    background: url(img/bgcode.gif);
    border: 1px solid #F0F0F0;
    border-left: 6px solid #D91623;
    color: #555;
    display: block;
    font: normal 1.2em "Lucida Sans Unicode",sans-serif;
    margin-bottom: 12px;
    line-height: 1;
    margin-top: 10px;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
	 padding-bottom: 15px;
}

code.gl {
    padding-bottom: 40px;
}

code a img {
    border: 1px solid #000;
    margin: 5px;
    float: left;
}

h2 {
    margin-top: 20px;
    margin-bottom: 20px;
	 font: bold 2em Verdana, sans-serif;
}

/* structure */
.main {
    width: 780px;
    margin: 0 auto;
}

.main_left {
    float: left;
    padding-top: 6px;
    width: 520px;
    background-color: #FFFFFF;
}

.main_right {
    border-top: 6px solid #FFF;
    float: right;
    width: 254px;
}

.footer {
    clear: both;
}

/* misc */
.left {
    float: left;
}

.right {
    float: right;
}

.header,.link_projects,.lbl,.link_updates a {
    border-bottom: 6px solid #FFF;
}

div.link_projects a:hover,div.link_updates a:hover, .content a:hover, div.footer div.left a:hover {
    background: #D7162C;
    color: #FFF;
}

/* logo */
.header {
    height: 65px;
    background-color: #D91623;
    background-image: url(img/bgheader.gif);
    background-repeat: no-repeat;
    padding-top: 85px;
    padding-left: 20px;
}

.header h1 {
    margin: 0;
    font-weight: normal;
    font-variant: normal;
    color: #fff;
    font: normal 1.5em Verdana, sans-serif;
    line-height: 1.2em;
    padding: 0;
}

/* main navigation */
.link_menu {
    background: #CC2224 url(img/grdnt_red.png) repeat-x;
}

.link_menu a {
    border-bottom: 1px solid #FFF;
    display: block;
    font: bold 0.9em Verdana,sans-serif;
    height: 18px;
    padding: 6px 0 0 10px;
    text-decoration: none;
}

.link_menu a:hover {
    background: #444;
}

/* projects */
.lbl {
    background: #222 url(img/bglbl.gif) repeat-x;
    clear: both;
    color: #FFF;
    font: normal 2em "Lucida Sans Unicode",sans-serif;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-align: center;
}

.link_projects a {
    display: block;
    height: 100px;
    text-align: center;
    color: #FFF;
    padding-top: 24px;
    width: 124px;
    font-size: 0.9em;
    font-family: sans-serif;
}

.link_projects a span {
    font: normal 4em sans-serif;
}

a.g1 {
    background: #888;
}

a.g2 {
    background: #666;
    border-left: 6px solid #FFF;
}

/* updates */
.link_updates {
    background: #222 url(img/grdnt_gray.gif) repeat-x;
}

.link_updates .lbl {
    border-top: 6px solid #FFF;
    height: 100px;
    line-height: 100px;
}

.link_updates a {
    clear: right;
    display: block;
    font: normal 1.2em "Trebuchet MS",sans-serif;
    height: 55px;
    padding: 10px 0;
    text-align: center;
}

.link_updates a span {
    float: left;
    font: normal 2.5em Verdana,sans-serif;
    letter-spacing: -2px;
    margin-left: 10px;
    margin-top: 3px;
}

/* content */
.content {
    color: #000000;
    font-family: Verdana,sans-serif;
    line-height: 1.3em;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.content a {
    color: #FD1C24;
}

.content p {
    margin: 4px 0 10px 0;
    font-size: 1.2em;
    line-height: 1.3em;
}

.content .descr {
    color: #666;
    margin-bottom: 6px;
    margin-top: 6px;
}

.content li {
    list-style: url(img/li.gif);
    margin-left: 18px;
    font-size: 1.1em;
    line-height: 1.5em;
}

/* footer */
.footer {
    color: #666;
    clear: both;
}

.footer .right a {
    background: #2A2A2A;
    color: #555;
    padding: 1px 3px;
}

.footer .right a:hover {
    background: #383838;
    color: #999;
}

.footer .left a {
    color: #777;
}

.footer .left {
    border-top: 1px solid #F0F0F0;
    padding: 9px 0 9px 9px;
    width: 407px;
}

.footer .right {
    margin-right: 8px;
    padding: 9px 0;
    text-align: right;
    width: 220px;
}

.main .main_left .header #headp {
    color: #FFFFFF;
    font-size: 1.2em;
    padding: 0;
}

.content img {
    margin: 5px;
}

#usp {
    color: #3E3E3E;
    font-size: 1.1em;
    line-height: 1.1em;
    border-left-style: solid;
    border-left-color: #DB2036;
    margin-left: -10px;
    border-left-width: 5px;
    padding-left: 7px;
    margin-top: 10px;
}

#usp2 {
    color: #FFFFFF;
    font-size: 1.25em;
    line-height: 1.4em;
    border-left-style: solid;
    border-left-color: #DB2036;
    margin-left: 0px;
    border-left-width: 5px;
    padding-left: 20px;
    margin-top: 10px;
    background-color: #FFFFFF;
}

.style7 {
    color: #FFFFFF;
    font-size: 3em;
}

.style8 {
    color: #CCCCCC;
    font-size: 1.4em;
}

.style11 {
    font-size: 1.4em;
}

.style18 {
    font-size: 1,2;
}

.style19 {
    font-size: 1.6em;
    font-weight: bold;
    color: #DB2339;
}

.style22 {
    font-style: italic;
    color: #FFFFFF;
}

.style23 {
    color: #000066;
    font-size: 1.3em;
}

.style29 {
    color: #000000;
}

.style30 {
    color: #4D4E4E;
}

.style56 {
    color: #F91015;
}

.style57 {
    font-size: 1.7em;
    color: #333333;
    font-style: italic;
}

.style60 {
    font-size: 1em;
    line-height: 1,5;
}

.style64 {
    font-size: 1.3em;
}

.style65 {
    color: #000000;
    font-size: 1.3em;
}

.style67 {
    font-weight: bold;
    font-size: 1.0em;
}

.style70 {
    color: #000000;
    font-size: 1.0em;
    font-weight: bold;
}

.style77 {
    color: #DB253B;
    font-size: 1.7em;
}

.style83 {
    font-size: 1.0em;
}

.style84 {
    font-size: 1.0em;
    color: #000000;
}

.style85 {
    font-family: "Courier New", Courier, monospace;
    color: #000000;
}

.style86 {
    color: #000066;
}

.style88 {
    font-weight: bold;
}

.style89 {
    font-family: "Courier New", Courier, monospace;
}

.style90 {
    font-size: 1.3em;
    font-weight: bold;
}

.style93 {
    font-size: 1.7em;
}

.style94 {
    font-size: 3em;
}

.style101 {
    color: #DB253B;
}

