* {
    margin: 0;
    padding: 0;
} 

html , body {
    height: 100%;
    text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 90%;
    color: #fff;
    line-height: 1.5;
    background: #001f80 url(images/bg_body.gif) repeat top left;
    border: 0 none;} 

#main {
    width: 650px;
    padding-top: 45px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

body>#main {
	height: auto;
}

#main a {
    text-decoration: underline;
    color: #fff;
}

#main a:hover {
    border-bottom: 1px solid #0a8000;
    color: #0a8000;
}

#main .reference {
    width: 42px;
    height: 29px;
	margin-right: 2px;
    border: 1px solid #fff;
    background: #0a8000;
}

#main .reference a {
    text-decoration: none;
}

h1 {
	float: left;
	font-size: 140%;
	text-align: left;
	padding: 25px 20px 10px 20px;
	line-height: 1em;
}

fieldset {
    border: 2px solid #fff;
    width: 100%;
    position: absolute;
    left: 0;
    background: #001f80 url(images/fieldset.gif) no-repeat;}

fieldset .kurziva{	font-style: italic;	line-height: 1.0em;	text-align: justify;
	padding-bottom: 10px;
}

#other {
	top: 500px;
	width: 650px;
	height: 30px;
	text-align: center;
    position: relative;}

legend {
    font-size: 110%;
    border: 2px solid #fff;
    background: #0a8000;
    padding: 2px 10px;
    margin-left: 25px;}
legend strong {
    color: #fff;
    font-weight: bold;
    font-size: medium;
}
legend em {
    color: #fff;
    padding-left: 10px;
}

#photo {
    width: 110px;
    height: 120px;
    float: right;
	margin: 25px 35px 10px 20px;
/*  border: 1px solid #fff; */
/*  background: #0a8000 url(images/web.gif) no-repeat; */ 
}

#list {
	clear: left;
	text-align: left;
	margin-top: 20px; 
	padding-left: 20px; 
	list-style-type: none; 
}


#list li strong {
    width: 145px;
    float: left;
}

#reklama {
	float: left;
    width: 650px;
    position: relative;
    top: 610px;
}

