﻿/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
body {
	background: url(../img/l.png) repeat-x center top;
}
a {
	color:#666699;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-size: medium;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
	color:#b83829;
}
p {
	border-width: medium;
	text-align: justify;
	text-indent: 15px;
	white-space: normal;
}
p a {
	text-decoration:none;
	color:#666699;
}
p a:hover {
	text-decoration:underline;
}

#conteiner {
	width: 960px;
	margin: 0px auto;
}

#head {
	height: 257px;
	background: url(../img/top.jpg) center top no-repeat;
}
#center {
	background: url(../img/center.png) repeat-y center top;
	min-height: 400px;
	padding: 0px 28px 0px 17px;
}
#left {
	float: left;
	width: 200px;
}
#right {
	float: right;
	width: 705px;
	padding-top: 10px;
}
#right ul{
	list-style:circle;
}
#birka {
	margin: 20px 5px;
}
#footer {
	background: url(../img/bottom.jpg) no-repeat center top;
	height: 198px;
}
/*---------------------------------------------MENU---------------------------------*/
#menu ul {
	list-style: none;
	font-size: 0.75em;
	font-weight: bold;
}
#menu ul a {
	height: 32px;
	color: #D20000;
	text-decoration: none;
}
#menu ul a:link, #menu ul a:visited {
	background-image: url(../img/bb.gif);
	background-repeat: no-repeat;
	width: 200px;
	display: block;
	text-indent: 25px;
	line-height: 32px;
}
#menu ul a:hover, .selected a, .selected a:active {
	background-position: 0px -32px;
	color: #FFF !important;
}
/*---------------------------------------------/MENU---------------------------------*/
.both {
	clear: both;
	text-align:right;
}
.table1 {
width:100%;
border-collapse:collapse;
font-size:0.75em;
}

.table1 th {
border:1px solid #b83829;
color:#b83829;
padding:4px;
vertical-align:middle;
text-align:center;
}

.table1 td {
border:1px solid #b83829;
padding:4px;
vertical-align:middle;
text-align:center;
}

.noBorderR {
text-align:justify !important;
}

.noBorderL {
vertical-align:bottom !important;
border-left:none !important;
}

.tableLink {
color:#b83829;
text-decoration:underline;
}

.table2 {
	width:100%;
	border-collapse:collapse;
	border:2px;
	background-color: #b83829;

}
.table2 td {
	text-align:center;
	padding:10px;	
}

