/* 
    Document   : style
    Created on : 2010-07-21, 21:08:00
    Author     : Adrian
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

h1 {	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 19px;
	font-weight: bold;
	color:#6c8000;
}

h2 {
        font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 16px;
	/*font-weight: normal;*/
	line-height: 20px;
	color:#6c8000;
}
div.wiersz{
    text-align: center;
    width: 100%;
}
div.polwiersz{
    float: left;
    width: 46%;
}

div.polwiersz a.dyplom{
    font-weight: bold;
    font-size: 11px;
    color: black;
    text-decoration: none;
   
}

div.punkt{
    background: url(img/dart.png) no-repeat;
    background-position: 4px 3px;
    padding-left: 20px;
    height: 15px;
}
/*
KONTAKT
*/
form.formularzKontaktowy{
    width: 550px;
    height: 250px;
}

input.text{
    width: 248px;
    height: 20px;

    background-color: #ededde;
    border: solid;
    border-width: 1px;
    border-color: #d6d6be;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
input.submit{
    width: 125px;
    height: 25px;
    margin-top: 5px;
    margin-left: 170px;
}
textarea.tresc{
    width: 507px;
    height: 110px;

    float: left;
    margin: 0px;

    background-color: #ededde;
    border: solid;
    border-width: 1px;
    border-color: #d6d6be;
}
label.labelFormularz{
    font-size: 12px;
    font-style: oblique;
    font-weight: bold;

    display: block;
    width: 260px;
    text-align: left;
    float: left;
}
label.labelFormularzBig{
    font-size: 12px;
    font-style: oblique;
    font-weight: bold;

    display: block;
    width: 510px;
    text-align: left;
    float: left;
}
font.error{
    color: #cc0202;
    font-size: 15px;
    font-weight: lighter;
}
a{
    text-decoration: underline;
    font: 13px Helvetica;
    color: #6c8000;
}
a:visited { color: #6c8000; }
a:link {color: #6c8000; }
a:hover { color: olive;
    text-decoration: underline;}
a:active {color: #6c8000; }