/*
CSS stylesheet for http://platyna.platinum.linux.pl/
$Id: style.css,v 1.0 2005/07/12 01:47:11 Platyna Exp $
*/

* { 
    margin: 0; 
    padding: 0; 
}

body {
    font-family: verdana, tahoma, arial, sans-serif; font-size: 11pt;
    color: #1C2D5D;
    background-color: #DFE7EE;
    text-align:left;
    padding: 0px;
    margin: 3px;
}

a:link, a:visited, a:active {
    text-decoration: none;
    color: #336699;
    background-color: inherit;
}

a:hover {
    color: #465584;
    background-color: inherit;
    text-decoration:underline;
}

table, tr, td, pre {
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 10pt;
}
table {
    width: 100%;
}

td {
    color: #1C2D5D;
    background-color: #F0F5FA;
    border:2px solid #C2CFDF;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 15px;
}

p {
    margin-bottom: 15px;
}

h3 {
    margin-bottom: 15px;    
    }

#header {
    color: #1C2D5D;
    background-color: #F0F5FA;
    border:2px solid #C2CFDF;
    vertical-align:middle;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#header h1 {
    height: 64px; line-height: 64px;
    }

#header img {
    float:left;
}


#headerbar {
    background-color: #DFE7EE;
    padding-top: 7px;
    padding-bottom: 5px;
    color: #46709A;
    font-weight: bold;
}

#content {
    height: 400px; 
    vertical-align: top;
}

#content h4 {
    height: 30px; line-height: 40px;
} 

#content ul {
    padding-left: 15px;
}

#doorcontent {
    padding: 5px;
}

.doorcode {
    font-family: courier, monospace;
    font-size: 11pt;
}

#langmenu img {
    padding-right: 10px;
    border: 0px;
}

#footer img {
    display: none; 
}

