body {
    text-align: center;
    margin: 0 auto;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    border-bottom: 1px dashed white;
}

img {
    border: 0;
}

#container {
    width: 750px;
    text-align: left;
    margin: 0 auto;
    border: 2px solid #CC95A2;
    background-image: url('grafika/menubg.gif');
    background-repeat: repeat-y;
    background-position: right;
}

#welcome {
    padding: 15px;
    margin-bottom: 50px;
}

#welcome p {
    text-align: justify;
    font-size: 16px;
}

#welcome a {
    font-size: 18px;
    font-family: verdana;
    text-align: center;
}

#welcome h2.t {
    font-size: 18px;
}

#galerie {
    width: 548px;
    float: left;
    color: #CC95A2;
}

#galerie a {
    color: #CC95A2;
    font-weight: 600;
}

#galerie a:hover {
    border-bottom: 1px dashed #CC95A2;
}

#galerie ul {
    padding: 0;
    padding-left: 10px;
    margin: 0;
    list-style: none;
}

#galerie h2 {
    font-size: 14px;
    text-align: center;
}

#galerie h3 {
    margin: 0;
    font-size: 14px;
    font-family: tahoma;
    color: #CC95Aa;
    text-align: right;
}

#galerie h4 {
    text-align: right;
    display: inline;
    font-size: 12px;
    font-weight: normal;
}

#menu {
    width: 196px;
    float: right;
    text-align: center;
    color: #fff;
}

#menu ul {
    list-style: none;
    margin: 0;
    padding-left: 5px;
}

#menu li {
    text-align: left;
	 padding-left: 10px;
}

#menu a {
    font-size: 17px;
    letter-spacing: 3px;
}

#menu h2 {
    width: 196px;
    height: 26px;
    padding: 0;
    margin: 0;
}

#menu .m1 {
    background-image: url('grafika/menu1.gif');
}

#menu .m2 {
    background-image: url('grafika/menu2.gif');
}

#menu .m3 {
    background-image: url('grafika/menu3.gif');
}

#logo {
    width: 548px;
    height: 301px;
    background-image: url('grafika/logo.jpg');
}

#logoc {
    width: 548px;
    height: 301px;
    background-image: url('grafika/logoc.jpg');
}

#stopka {
    clear: both;
    background-image: url('grafika/stopka.gif');
    height: 31px;
    text-align: center;
    color: white;
}