html, body {
background-color: #FFFFF0;
color: black;
margin: 0;
padding: 0;
}

#container {
width: 780px;
margin: auto;
margin-top: 40px;
border-color: #CC5D2B;
border-style: dotted;
border-width: thin;
}

#header {
border-color: #CC5D2B;
border-style: dotted;
border-right-style: none;
border-left-style: none;
border-top-style:none;
border-width: thin;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

#inhalt {
width: 760px;
float: left;
overflow: hidden;
padding: 10px 10px 10px 10px;
margin-top: 5px;
margin-bottom: 5px;
}

#info {
text-align: center;
font-family: arial;
font-size: 8pt;
}

#footer {
border-top-color: #CC5D2B;
border-top-style: dotted;
border-top-width: thin;
clear: both;
padding-top: 5px;
margin:5px 5px 5px 5px;
}

.intro {
font-size: 15pt;
text-align: center;
}

.strona {
text-align: center;

}

.stopka {
font-size: 8pt;
font-family: sans-serif;
font-style: italic;
text-align: center;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

a:link {
font-family: arial;
text-decoration: none;
color: Darkorange;
}
a:visited {
font-family: arial;
text-decoration: none;
color: Sienna;
}
a:hover {
font-family: arial;
text-decoration: none;
color: black;
}
a:active {
font-family: arial;
text-decoration: none;
color: orange;
font-size: 100%;





