body {
    font-family:		"Trebuchet MS CE", "Geneva CE", "Trebuchet MS", sans-serif;
    background:			#BFFFE7;
    color:				#006514;
}

#main {
    margin:				15px 30px 15px 14em;
    padding-left:		20px;
}

#main .section {
    padding-bottom:		20px;
}

#menu {
    position:			absolute;
    margin-top:			15px;
    left:				25px;
    top:				auto;
    width:				12em;
}

#menu .item {
    display:			block;
    margin:				0;
    padding:			7px 1ex;
    background:			#00B324;
    font-weight:		bold;
    text-decoration:	none;
    color:				#BFFFE7;
}

#menu .item:hover {
    display:			block;
    margin:				0;
    padding:			7px 1ex;
    background:			black;
    font-weight:		bold;
    text-decoration:	none;
    color:				white;
}

#menu .selected {
    display:			block;
    margin:				0;
    padding:			7px 1ex;
    background:			#009304;
    font-weight:		bold;
    text-decoration:	none;
    color:				#FFFFF7;
}

#menu .subitem {
    display:			block;
    margin:				0;
    padding:			7px 3ex;
    background:			#00B324;
    font-weight:		bold;
    font-size:			70%;
    text-decoration:	none;
    color:				#BFFFE7;
}

#menu .subitem:hover {
    display:			block;
    margin:				0;
    padding:			7px 3ex;
    background:			black;
    font-weight:		bold;
    font-size:			70%;
    text-decoration:	none;
    color:				white;
}

#menu .subselected {
    display:			block;
    margin:				0;
    padding:			7px 3ex;
    background:			#009304;
    font-weight:		bold;
    font-size:			70%;
    text-decoration:	none;
    color:				#FFFFF7;
}

#contact {
    font-size:			small;
    text-align:			right;
}

h1 {
    display:			block;
    vertical-align:		50%;
    text-align:			center;
    color:				#00B324;
    border:				0;
    margin-bottom:		0;
}

h2 {
    color:				#00B324;
    border-bottom:		1px solid #00B324;
}

p {
    margin-top:			0;
    text-align:			justify;
}

a {
    color:				#9F0041;
    text-decoration:	none;
}

a:visited {
    color:				#BF3061;
}

a:active {
    color:				#BF3061;
}

a:hover {
    color:				#5F0021;
    text-decoration:	underline;
}

.hidden {
    display:			none;
}

.left {
    float:				left;
}

.right {
    float:				right;
}

.card {
    display:			block;
    float:				left;
    width:				170px;
    margin:				0 15px 15px 0;
    padding:			10px 0;
    text-align:			center;
    background:			#ffffff;
    border-left:		1px solid #f0f0f0;
    border-top:			1px solid #f0f0f0;
    border-right:		1px solid #c0c0c0;
    border-bottom:		1px solid #c0c0c0;
    font-size:			75%;
    text-decoration:	none;
}

.card:hover {
    background:			#ffeee6;
    text-decoration:	none;
    border-left:		1px solid #c0c0c0;
    border-top:			1px solid #c0c0c0;
    border-right:		1px solid #f0f0f0;
    border-bottom:		1px solid #f0f0f0;
}

.card-title {
    margin:				0 0 5px 0;
    font-size:			130%;
    color:				#008800;
}

.card-photo {
    margin:				0 auto;
    padding:			0;
    border:				none;
    text-align:			center;
}

.card-desc {
    margin:				5px 10px;
    padding:			0;
    text-align:			left;
    font-size:			100%;
}

.addr {
    color:				#9F0041;
}


table
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    text-align: center;
    border-collapse: collapse;
}
table th
{
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
    background: #d6ffee;
    border-right: 1px solid #caf1cb;
    border-left: 1px solid #caf1cb;
    color: #1b5d09;
}
table td
{
    padding: 8px;
    background: #d6ffee;
    border-right: 1px solid #caf1cb;
    border-left: 1px solid #caf1cb;
    color: #1c1c1c;
}
table a {
    color: black!important;
}

td a img {
    margin: 2px;
}

input[type=checkbox], input[type=radio] {
    width: auto!important;
    margin-left: 4px;
    margin-right: 4px;
}

.left td {
    text-align: left!important;
}

#diskuze {
    font-size: 14px;
}

#diskuze td {
    border: none;
    border-bottom: 6px solid #BFFFE7;
    background: #d6ffee;
}

table tr:hover td {
    background: #f1fdff;
}

#diskuze div {
    border: none!important;
    background: url( "/images/reply_big.png" ) 0% 50% no-repeat;
    height: 24px;
    padding-left: 24px!important;
    text-align: left!important;
    color: #5c5c5c;
}

#diskuze a {
    font-weight: bold;
}