div {
	border: 0px solid #ffffff;
	overflow: hidden;
}

body{
	font-family: Arial, Helvetica;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: default;
	font-size: 0px;
	width: 100%;
	background-color: #260000;
	color: #505050;
	background-image: url(img/bgr_main.png);
	background-repeat: repeat-x;
}

img {
	border: 0px;
	margin: 0px 0px 0px 0px;
}

#mainwindow {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}

.central {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

#logo_lat {
	width: 492px;
	height: 129px;
	background: url(img/logo_bp_lat_pretty.png) no-repeat;
	float: left;
}

#logo_eng {
	width: 492px;
	height: 129px;
	background: url(img/logo_bp_eng_pretty.png) no-repeat;
	float: left;
}

#bottombar {
	background-image: url(img/bgr_bottombar_pretty.png);
	height: 201px;
	padding: 6px 0px 6px 0px;
	background-repeat: repeat-x;
	clear: both;
}

.bottomsection {
	height: 160px;
	float: left;
	width: 201px;
	margin: 0px 2px 0px 2px;
	text-align: left;
	padding: 20px 20px 20px 20px;
	font-size: 11px;
}
.bottomsection a {color: #555555; text-decoration: none; line-height: 175%;}
.bottomsection a:visited {color: #555555; text-decoration: none;}
.bottomsection a:active {color: #ffffff; text-decoration: none;}
.bottomsection a:hover {color: #ffffff; text-decoration: none;}

.bottomsectiontitle {
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}

#headermenu {
	float: right;
	width: 400px;
	padding: 37px 0px 0px 0px;
	text-align: right;
}

#footermenu {
	float: right;
	width: 400px;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 15px 0px;
	text-align: right;
}

#pagearea {
	background-image: url(img/bgr_mainmenu.png);
	background-repeat: repeat-x;
	text-align: left;
}

#documentarea {
	background-image: url(img/bgr_documentarea_pretty.png);
	background-repeat: repeat-y;
	width: 969px;
	margin-left: auto;
	margin-right: auto;	
	padding: 0px 6px 0px 5px;
}

#documentarea_bottom {
	background-image: url(img/bgr_documentarea_bottom_pretty.png);
	background-repeat: no-repeat;
	width: 980px;
	height: 16px;
	margin-left: auto;
	margin-right: auto;	
}


#documentsurface {
	background-image: url(img/bgr_documentsurface.png);
	background-repeat: no-repeat;
	background-color: #220000;
	width: 969px;
	min-height: 380px;
}

.menubar {
	padding: 5px 0px 1px 0px;
}

.textarea {
	text-align: left;
	padding: 0px 25px 20px 5px;
}

.pagetitle {
	font-size: 23px;
	color: #df0024;
	margin: 8px 0px 25px 0px;
}

.documenttitle {
	font-size: 24px;
	font-weight: bold;
}

.globaltext {color: #dca8a8; font-size: 12px;}
.globaltext .bold {font-weight: bold; color: #ffffff;}
.globaltext a {color: #b03030; text-decoration: none;}
.globaltext a:visited {color: #b03030; text-decoration: none;}
.globaltext a:active {color: #ff4040; text-decoration: none;}
.globaltext a:hover {color: #ff4040; text-decoration: none;}

.tinytext {color: #dca8a8; font-size: 10px;}
.tinytext a {color: #b03030; text-decoration: none;}
.tinytext a:visited {color: #b03030; text-decoration: none;}
.tinytext a:active {color: #ff4040; text-decoration: none;}
.tinytext a:hover {color: #ff4040; text-decoration: none;}

#mainmenu {
	width: 968px;
	margin-right: auto;
	margin-left: auto;
}

#mainbuttons  {
	padding: 0px 0px 0px 0px;
	float: right;
	font-size: 0px;
}

#mainbuttons ul {
	list-style: none;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	float: right;
}

#mainbuttons li {
	float: right;
}

#mainbuttons a {
	cursor: pointer;
	padding: 6px 45px 0px 45px;
	margin: 0px 0px 0px 3px;
	height: 21px;
	color: #ffffff;
	text-decoration: none;
	float: left;
	font-size: 12px;
	background-image: url(img/mainbutton_off.png);
	text-transform: uppercase;
}

#mainbuttons ul li a:visited {
	text-decoration: none;
}

#mainbuttons ul li a:hover {
	text-decoration: none;
	background-image: url(img/mainbutton_on.png);
	color: #df0024;	
}

.mainmenubuttonreflection {
	float: right;
	background-image: url(img/mainmenubuttonreflection_pretty.png);
	height: 20px; margin: 0px 0px 0px 3px;
}

.categorytitle {
	background-color: #380506;
	padding: 14px 20px 12px 20px;
	color: #ffffff;
	font-size: 17px;
	text-transform: uppercase;
}

.categorydocumentlist {
	background-image: url(img/bgr_categorylist_pretty.png);
	padding: 20px 0px 0px 0px;
	background-repeat: repeat-x;
}

.categorylist {
	float: left;
	width: 190px;
	margin: 0px 20px 20px 20px;
}

.categorylist ul {
	list-style: none;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;	
}
.categorylist li {
	margin: 3px 0px 3px 0px;
}
.categorylist a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
	padding: 4px 5px 4px 20px;
}
.categorylist ul li a:visited{
	text-decoration: none;
}
.categorylist ul li a:hover{
	text-decoration: none;
	color: #ffffff;
	background-color: #400405;
}
.categorylist a.current {
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
	padding: 4px 5px 4px 20px;
	font-weight: bold;
	background-color: #180000;
}
.categorylist ul li a.current:visited{
	text-decoration: none;
}
.categorylist ul li a.current:hover{
	text-decoration: none;
	color: #ffffff;
}

.big {
	font-size: 16px;
}

.red {
	color: #df0024;
}

.textbox {
	border: 1px solid #580d0d;
	background-color: #480d0d;
	color: #ffffff;
	font-size: 12px;
}

.warning {
	color: #ff0000;
	font-weight: bold;
}

.submitbutton_link {
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	padding: 7px 15px 0px 15px;
	background-repeat: no-repeat;
	float: left;
}

.submitbutton_on{
	background-image: url(img/submitbutton_on.png);
	height: 70px;
	background-repeat: repeat-x;
	float: left;
	cursor: pointer;
}

.submitbutton_off{
	background-image: url(img/submitbutton_off.png);
	height: 70px;	
	background-repeat: repeat-x;
	float: left;
	cursor: pointer;
}

ul {
	list-style-type: square;
	list-style-image: url(img/listsquare.png);
}

ul ul {
	list-style-type: square;
	list-style-image: url(img/listsquare_hollow.png);	
}

.komisija {
	width: 30%;
	float: left;
	text-align: center;
	margin: 0px 20px 30px 0px;
}

.picframe {
	border: 5px solid #400405;
}

.horizontalgallerythumb {
	border: 2px solid #400405;
	float: left;
	margin: 0px 20px 20px 0px;
}

.pressthumb {
	border: 2px solid #400405;
	float: left;
	margin: 20px 20px 0px 0px;
}

.prored {
	clear: both;
}

.country_cell {
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 10px 10px 10px;
}

.field_cell {
	text-align: left;
	padding: 10px 10px 10px 10px;	
}

.text_cell {
	padding: 10px 10px 10px 10px;
}

.press {
	background-color: #330000;
	padding: 20px 20px 20px 20px;
	margin: 0px 10px 40px 0px;
}

.laureaticell {
	font-size: 12px;
	text-align: center;
}

.horizontalseparator {
	clear: both;
	height: 3px;
	background-color: #320000;
}
