body {
    margin: 2em 5em;
}
BODY, TR, TD, CAPTION {
	background-color: #f0ebf5;
        color: #6b0470;
	font-family: verdana, arial, sans-serif;
	/* font-size: .9em; */
	border-spacing: 0px;
        margin-top: 1ex;
    }
BODY, TR, TD {
	overflow: auto;
}
#versions		{
	margin-left: 197px;
	font-size: 8pt;
        color: red;
}
A {
    color: red;
    text-decoration: underline;
}
A:hover {
    color: red;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    color: black;
}
H1 {
    font-size: 140%;
    padding-bottom: 3px;
}
h2 {
    font-size: 120%;
    padding-bottom: 3px;
}
H5 {
    font-size: 110%;
}
BODY.entry {
	margin: 30px 50px 0 50px;
	background-image: url(img/bg_entry.jpg);
	background-repeat: repeat-x;
	font-size: 80%;
}
BODY.entry H1, BODY.entry H2{
	text-align: center;
}
BODY.entry H1 {
	font-size: 140%;
	color: white;
	background-color: #d40000;
	padding: 5px 10px;
}
BODY.entry H2 {
	font-size: 110%;
	color: #d40000;
}
STRONG.important {
	color: #d40000;
}
P.important {
	font-size: 120%;
	text-align: center;
	color: #d40000;
}
DIV.left {
	float: left;
	width: 40%;
	height: 300px;
	color: #6c6c6c;
	padding-left: 40px;

}
DIV.right {
	margin-left: 50%;
	font-weight: bold;
	color: black;
	border-left: 1px solid #d40000;
	padding-left: 40px;
}
IMG.symbol {
	margin: 20px 0;
}
.floating {
    padding: 1ex;
    margin: 1ex 0 1ex 1ex;
    float: right;
}
.floating img {
    /* border: ridge 3px #B45F04; */ /* #6b0470; */
    border: 0 none black;
}

P.link-out {
	margin-top: 100px;
}
P.number {
	font-weight: bold;
	font-size: 130%;
}
P.entry {
	text-align: center;
}
A.entry {
	border: 1px solid black;
	padding: 5px 9px;
	text-decoration: none;
	background-color: red;
	color: #ffff00;
	font-weight: bold;
	font-size: 70%;
	background-image: url(img/bg_button.jpg);
	background-repeat: repeat-x;
	height: 10px;
}
A.entry:hover {
	color: white;
}
P {
    text-align: justify;
}

.napis-mensi, .napis-vetsi {
     font-family: 'Palatino', 'Bookman', serif;
     color: #a20;
     padding: 1ex;
     font-weight: bold;
     background-color: #fffcf6;
     text-align: center;
     border: 1px #ccc solid;
     /* text-transform: uppercase; */
     font-variant: small-caps;
}
.napis-mensi {
     font-size: 150%;
}
.napis-vetsi {
     font-size: 180%;
}
.napis-mensi a, .napis-vetsi a {
    text-decoration: none;
    color: inherit;
}
.napis-mensi a:hover, .napis-vetsi a:hover {
    text-decoration: underline;
}

.strong, strong {
    font-weight: bold;
}
.em, em {
    font-style: italic;
    color: #29ad1d;
}
a.termin {
    text-decoration: none;
    border-bottom: dotted 1px #B45F04;
    color: inherit;
}

/* CSS3:
.main {
    column-count: 2;
    column-gap: 20px;    
}
*/
/*
.menu {
    width: 380px;
    text-align: center;
    padding-bottom: 3em;
}
    */
.topmenu {
    text-align: center;
    padding-top: 1ex;
    padding-bottom: 1ex;
    font-style: italic;
}
/*
.menu a, .menu a:hover {
    display: block;
    width: 250px;
    margin: 2px 2em;
    padding: 3px 1em;
    border: 1px dotted #0B6138;
}
    */
.topmenu a {
    background-color: #FFFFD0;
    line-height: 200%;
}
/*
.topmenu a:before {
    content: url("img/action_go.gif");
}
    */
.topmenu a, .topmenu a:hover {
    white-space: nowrap;
    margin: 2px 1px;
    padding: 3px 1ex;
    border-width: 1px;
    border-color: #0B6138;
    border-style: outset;
}
.topmenu a.current {
    border-style: inset;
    background-color: #eea;
}
.menu a, .menu a:hover, .topmenu a, .topmenu a:hover  {
    text-align: left;
    text-decoration: none;
    color: black;
    font-weight: bold;
}
.menu a:hover, .topmenu a:hover {
    background-color: #F3F781;
    text-decoration: none;
    color: #0B6138;
}
.menu a:active, .topmenu a:active {
    border-style: inset;
}
#langs {
    margin-left: 2em;
}
.topmenu #langs a img {
    border: 2px solid black;
    padding: 0;
    margin: 0;
}
.topmenu #langs a {
    background: white;
    padding: 0px;
    border: 0 none black;
}
.red {
    color: red;
    font-size: 125%;
}

