body {
    margin: 0px;
    padding: 0px;
    background: #35659a;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#header {
    clear: both;
    background-color: #003565;
    color: #c6d2df;
    min-height: 50px;
}

#header a {
    text-decoration: none;
}

#header h1 {
    padding: 10px;
    margin: 0px;
    vertical-align: middle;
}

#bread {
    clear: both;
    position: relative;
    background-color: #ba6161;
    padding-left: 15px;
}

#bread a {
    text-decoration: none;
    color: white;
    font-size: smaller;
}

#bread a:link {
    text-decoration: none;
    color: white;
    font-size: smaller;
}

#bread a:hover {
    text-decoration: underline;
    color: #e7e77d;
}

#bread a.active {
    text-decoration: none;
    color: yellow;
}

#bread a.active:hover {
    text-decoration: none;
}

#left {
    margin-top: 10px;
    float: left;
    width: 150px;
    background-color: transparent;
/*    position: fixed;*/
    padding: 0px;
    font-size: small;
}

.left {
    background-color: #ced7e7;
    margin: 2px;
    margin-top: 0px;
    margin-left: 10px;
    width: 125px;
    text-align: left;
    padding: 1px;
    padding-left: 5px;
}

#left .sub {
    background-color: #ced7e7;
    margin: 2px;
    margin-top: -2px;
    margin-left: 25px;
    width: 108px;
    text-align: left;
    padding: 1px;
    padding-left: 7px;
    background-position: left;
    background-repeat: no-repeat;
}

#left .active {
    background-color: #ba6161;
    color: #ced7e7;
}



#left a {
    text-decoration: none;
    color: #003565;
}

#left a:hover {
    text-decoration: underline;
    color: #003565;
}

#left .active a {
    color: #ced7e7;
}

#left .active a:hover {
    text-decoration: none;
    color: #ced7e7;
}

#right {
    margin: 10px;
/*    margin-left: 150px;*/
    padding: 10px;
    background-color: #ffffff;
    overflow: auto;
    font-size: small;
}

#footer {
    background-color: #ba6161;
    clear: both;
    padding: 2px;
    padding-left: 10px;
    color: white;
    font-size: x-small;
}

#footer a {
    color: white;
    text-decoration: underline;
}

#right h1 {
    margin: 0px;
    color: #ba6161;
    font-size: xx-large;
}

#right h2 {
    margin: 0px;
    color: #ba6161;
    font-size: large;
}

#right p {
    margin: 0px;
    margin-top: 10px;
    text-indent: 10px;
}

#right a {
    color: #ba6161;
    font-weight: bolder;
    text-decoration: none;
}

#right a:hover {
    text-decoration: underline;
}

p:first-letter {
    font-weight: bold;
    text-transform: uppercase;
}

.tybulewicz {
    color: #c6d2df;
    font-size: xx-large;
    font-weight: bold;
    padding-left: 20px;
}

.com {
    color: #c6d2df;
    font-size: x-large;
    font-style: italic;
}

th {
    color: #003565;
    background: #ced7e7;
    text-align: center;
    font-weight: bold;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

td {
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
    font-size: small;
}

table.cv th {
    color: #003565;
    background: #ced7e7;
    vertical-align: top;
    text-align: left;
    font-weight: bold;
    padding: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

table.cv td {
    padding: 5px;    
}

.opis {
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ba6161;
    color: white;
}

table#contacts .ctx {
	font-weight: bold;
}

.errorMessage {
	color: red;
	font-weight: bold;
}

#kontakt {
	margin: 14px 0 5px 5px;
	float: right;
}

