/* -------------------------------------------------


----------------- Creontech.lab --------------------


------------------------------------------------- */

/* 01. HTML Tagy */

body {
    background: #d5e7ec url('./img/bg.png') top left;
    font-family: Arial; font-size: 0.75em; text-align: center; color: #0a6a8e;
    margin: 0; padding: 0;
}
a {color: #198db9;}
a:hover {text-decoration: none;}
p {font-size: 22px;}
#web {background: url('./img/content.png') top right no-repeat;width: 960px; margin: auto; text-align: left;}
#logo {width: 480px; height: 170px; margin-bottom: 40px;}
#mail {width: 480px; font-size: 22px; margin-bottom: 40px;}
#projekty {width: 300px; float: left;}
#list {width: 640px; float: right;}
#list ul{margin: 0; padding: 0; list-style: none;}
#list ul li{background: url('./img/list.png') top left no-repeat; width: 500px; height: 20px; line-height: 20px; padding-left: 30px; display: block; margin-bottom: 5px;}
