html, body {
	padding: 0;
	margin: 0;
}
body {
    text-align: center;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
}

h1, h2 {
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: bold;
}

h2 {
    font-weight: normal;
    margin-top: 20px;
}

ul li {
    margin-left: 25px;
    list-style-image: url(../img/plus.gif);
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

br {
	margin:0;
	padding: 0;
	clear:none;
	float: none;
}

#wrapper {
    width: 800px;
    text-align: left;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    width: 100%;
}

#divhmenu {
    width: 100%;
}

#basic {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

#mittel {
	position: relative;
}

#apple {
	padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
	width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#foot {
    width: 800px;
	margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}
/* licencja w stopce po lewej */
#lic {
    float: left;
    margin-left: 5px;
}
/* linki w stopce po prawej */
#mlinks {
    margin-right: 5px;
    float: right;
}

.line {
    clear: both;
}

/* Linki po prawej u dolu */
#links {
}
#links ul {
	margin: 0;
}
#links li {
    display: block;
    float: left;
    margin: 0;
    white-space: nowrap;
}

#links li a {
    color: gray;
    text-decoration: none;
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
    border-left: 1px solid gray;
}

#links li a:hover {
    color: black !important; /*text color of selected and active item*/
}

#hmenu {
    font-weight: bold;
    font-size: 90%;
    border-bottom: 2px solid #6D84B4;
}

#hmenu:after { 
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#hmenu ul {
    text-indent: 10px;
    padding: 5px 0;
    margin: 0;
    text-align: left;
}

#hmenu ul li {
    display: inline;
}

#hmenu ul li a {
    padding-right: 10px;
    padding-left: 3px;
    margin: 0;
    text-decoration: none;
}

#hmenu ul li a:visited {
}

#hmenu ul li a:hover {
}

/*
.vmenu {
    width: 250px;
    margin: 0;
    list-style: none;
}

.vmenu li a {
    display: block;
    text-decoration: none;
    text-indent: 20px;
    height: 22px;
    color: gray;
    line-height: 22px;
    width: 248px;
    margin-top: 2px;
    margin-bottom: 2px;
    border: 1px solid #cccccc;
}

.vmenu li a:hover {
    color: black;
}

.vmenutitle {
    width: 250px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: green;
}
*/
/* obrazek - ramki w okół obrazka itd */

img {
    margin: 3px;
}
#apple img {
	
}
a img {
    border: none;
    padding: 0;
    margin: 0;
}

p {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

#blog h1 a {
	font-weight: normal;
}
.time {
	font-size: 90%;
	color: gray;
}

.pager {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

/* forms */
form {
    margin-top: 5px;
}

label {
    display: block;
    padding-right: 20px;
}

input[type = checkbox] {
    float: left;
    clear: left;
}

input, textarea {
    clear: both;
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    font-family: inherit;
}

textarea {
	width: 450px;
	height: 100px;
}


textarea:hover {
}

input[type = text] {
    height: 16px;
}

input[type = text]:hover {
}

textarea {
    width: 400px;
}

input[type = submit] {
    display: block;
    margin-top: 5px;
    padding: 3px;
}

/* tables */
table {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    white-space: normal;
}

th {
    background-color: #1c2e45;
    text-align: center;
    /*padding:1px 4px;*/
}

table tr td {
    text-align: left;
}

/* obrazek */
.obrazek {
    margin: 3px;
    float: left;
}

/* obrazek */

