/* CSS Document */


body {
	font: normal 70% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	background-color: White;
	color: Black;
	margin: 0;
	padding: 0;
}

table {
    font-size: 100%;
}

a {
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	font-weight: bold;
}
a:hover {
	color: Purple;
}
img {
    border: none;
    vertical-align: middle;
}
p {
	margin: 0.5em 0em 1em 0em;
	line-height: 1.5em;

}
p a:active {
    color: Red;
    background-color: transparent;
}
p img {
    border: 0;
    margin: 0;
}

hr {
    height: 1px;
    color: #8cacbb;
    background-color: transparent;
}


h1, h2, h3, h4, h5, h6 {
    color: Black;
    background-color: transparent;
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding-top: 0.5em;
    border-bottom: 1px solid #8cacbb;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: Black ! important; 
}

h1 {
    font-size: 160%;
    padding-right: 4em;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 140%;
    border-bottom: none;
    font-weight: bold;
}

h4 {
    font-size: 120%;
    border-bottom: none;
    font-weight: bold;
}

h5 {
    font-size: 100%;
    border-bottom: none;
    font-weight: bold;
}

h6 {
    font-size: 85%;
    border-bottom: none;
    font-weight: bold;
}


ul { 
    line-height: 1.5em;
    list-style-type: square;
    margin: 0.5em 0 0 1.5em;
    padding: 0;
}
.blok {
	background-color: #EBF100;
	margin: 0px;
	padding: 10px;
	border: thin solid #000000;
	font-family: Avenir, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	width: 160px;
	height: 40px;
	clear: both;
}
