/* CSS Document */
@charset "iso-8859-2"; 

#main{
background-color: #e0cfbf;
background-image: url(../../backgrounds/svk/aktivity_back.jpg);
background-repeat: no-repeat;
background-position: top left;
padding-top: 40px;
height: 650px;
width: 800px;
}

#text{
font-family: "Verdana";
font-size: 12;
text-align: left;
line-height: 130%;
margin-left: 10px;
margin-right: 20px;
height: 130px;
width: 440px;
float: left;
}

#right{
margin-left: 20px;
margin-right: 10px;
height: 130px;
width: 300px;
float: left;
}

#bold1, #bold2{
font-weight: bold;
}

a:link{
text-decoration: none;
color: #663300;
}

a:visited{
text-decoration: none;
color: #663300;
}

a:active{
text-decoration: none;
color: #007cc3;
}

a:hover {
text-decoration: none;
color: #007cc3;
}
