* {
padding: 0;
margin: 0;
} 

body {
background: #555 url(Images/background.gif) repeat-x;
font: 12px 'Trebuchet MS', Verdana,sans-serif;
line-height: 20px;
color: #333;
}

img { border:none; }
a { color:#666; outline-style:none; text-decoration:none; }
a:hover { text-decoration:underline; color:#000; }
.clearboth { clear:both; }

#container {													/* CONTAINER */
margin: 0px auto;
width: 970px;
height: 100%;
}

#head { 														/* HEAD */
height: 250px;
background: url(Images/head.jpg) no-repeat;
}

#logo {
float: left;
height: 250px;
width: 365px;
margin-left: 15px;
padding: 15px 0 0 10px;
}
#logo h1 {
font-size: 0px;
}

#bb7, #other, #common {											/* MENU */
	float: left;
	height: 240px;
	width: 179px;
	padding: 0 0 0 10px;
	line-height: 25px;
	background: url(Images/menu-bg.png);
	border-top: 10px solid #FFDE3C;
	border-left: 1px dotted #666;
}

#bb7 dl dt, #other dl dt, #common dl dt {
color: #EEE;
border-bottom: 1px dotted #fff;
margin-bottom: 5px;
width: 170px;
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
}

#bb7 dl dd, #other dl dd, #common dl dd {
margin-left: 0;
}

#bb7 dl dd a, #other dl dd a, #common dl dd a {
padding-left: 10px;
display:block;
width: 160px;
height: 25px;
text-decoration: none;
color: #ECECEC;
}
#bb7 dl dd a:hover, #other dl dd a:hover, #common dl dd a:hover { 
color: #000; 
background-color: #FFDE3C;
}


#content {															/* CONTENT */
background: url(Images/background-white-shadow.gif) repeat-y;
margin: 0;
width: 970px;
min-height: 500px;
}

#title {
font-size: 16px;
padding: 30px 0 9px 0;
margin: 0 0 30px 30px;
border-bottom: 1px dotted #999;
width: 660px;
}





#indextitle {															/* INDEX-HTML */
margin: 0 0 20px 30px;
padding-top: 20px;
width: 910px;
}

#indexmain {
float: left;
width: 430px;
margin: 0 30px 30px 30px;
}
#indexmain h2, #indexnews h2, #indexsupport h2 {
color: #000;
font-size: 18px;
letter-spacing: -1px;
font-weight: bold;
padding: 0;
margin: 0 0 15px 0;
border-bottom: 10px solid #FFDE3C;
width: auto;
}
#indexmain p {
padding: 0;
margin: 10px 0 10px 0;
text-align: justify;
color: #333;
}
#indexmain ul {
list-style-type: disc;
padding: 0 0 0 30px;
margin-bottom: 20px;
}
#indexmain ul li {
padding: 0;
}

#indexnews {
float: left;
width: 295px;
}
#indexnews p {
padding: 0;
margin: 10px 0 20px 0;
text-align: justify;
color: #333;
}
.date {
	display: block;
	width: 295px;
	line-height: 15px;
	font-size: 11px;
	background: #EAEAEA;
	margin-bottom: -15px;
	text-align: right;
	color:#999;
}

#indexsupport {
float: right;
width: 120px;
margin-right: 30px;
}







#left {																/* LEFT */
float: left;
width: 180px;
margin: 0 0 10px 10px;
}


#zaokraglenieGP {
width: 200px;
height: 10px;
background: #ececec url(Images/zaokraglenie-GP.gif) no-repeat;
}
#zaokraglenieDP {
width: 200px;
height: 20px;
background: #ececec url(Images/zaokraglenie-DP.gif) no-repeat;
}


#info {
width: 180px;
padding: 0 0 10px 20px;
background-color: #ECECEC;
}
#info h2 {
font-weight: bold;
font-size: 13px;
width: 150px;
margin-bottom: 5px;
border-bottom: 1px dotted #999;
}
#info ul {
list-style-type: circle;
padding: 0 0 0 15px;
}
#info ul li {
padding: 5px 0 0 0;
}
#info a { 
text-decoration: none;
}
#info a:hover { 
border-bottom: 1px dotted #000;
}


#main {																/* TRESC STRONY! */
width: 680px;
float: right;
margin: -10px 50px 10px 10px;
padding: 0 0 20px 10px;
background-color:#fff;
color: #333;
}
#main h2 {
color: #000;
font-size: 18px;
letter-spacing: -1px;
font-weight: bold;
padding: 0;
margin: 25px 0 15px 0;
border-bottom: 10px solid #FFDE3C;
width: 450px;
}
#main p {
padding: 0;
margin: 10px 0 10px 0;
text-align: justify;
}
#main ul {
list-style-type: disc;
padding: 0 0 0 30px;
margin-bottom: 20px;
}
#main ul li {
padding: 0;
}
#main img {
margin: 0 5px 5px 0;
}

table.tabelka {
	border-width: 2px;
	border-style: solid;
	border-color: #ccc;
	border-collapse: collapse;
}
table.tabelka td {
	border-width: 1px;
	padding: 3px;
	border-style: dashed;
	border-color: #ccc;
}
table.tabelka td {
	vertical-align: middle;
	text-align: center;
}


.thumb {
float: left;
min-width: 160px;
border: 1px solid #ccc;
margin: 0 15px 15px 0;
padding: 5px;
background: #ececec;
text-align: center;
}
.gallery a {
display: block;
float: left;
min-width: 160px;
border: 1px solid #ccc;
margin: 0 10px 10px 0;
padding: 5px;
background: #ececec;
text-align: center;
vertical-align: middle;
}

.crossed { text-decoration:line-through; }



#footer {															/* FOOTER */
height: 100px;
background: #212121 url(Images/footer-bg.gif) no-repeat;
color: #666;
padding: 20px 50px 0 50px;
margin: 0;
}
#leftfoot {
float: left;
}
#leftfoot img {
margin-right: 5px;
}
#leftfoot ul {
list-style-type: none;
}
#leftfoot ul li a {
color: #666;
text-decoration: none;
}
#leftfoot ul li a:hover {
color: #999;
}


#rightfoot {
padding-top: 20px;
float: right;
text-align: right;
}
#rightfoot a {
color: #666;
text-decoration: none;
}
#rightfoot a:hover {
color: #999;
}