﻿body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  text-align:left;
  margin: 0;
  padding: 0;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #0a230b;
    font-size: 11px;
}

form
{
  margin: 0;
  padding: 0;
}

div, p, li, ul, ol, h1, h2, h3, h4, h5, h6{
  margin: 0;
  padding: 0;
}

p, h1, h2, h3, h4, h5, h6{
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  padding-top: 5px;
}

h1, h2, h3{

}




/* defaults
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

h1 a{
  color: #0a230b;
}



h1
{
  font-size: 22px;
  color: #000000;
}

h2
{
  font-size: 18px;
  color: #111111;
}

h3
{
  font-size: 16px;
  color: #0a230b;
}

h4
{
  font-size: 12px;
  color: #111111;
}

h5
{
  font-size: 12px;
  color: #0a230b;/*#3f5b67;*/
}

h6
{
  font-size: 12px;
  color: #111111;
}


a:link {
  color: #0a230b;
    text-decoration: none;
}

a:visited {
  color: #0a230b;
    text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}


div.wrapper
{
  float:left;
  width: 100%;
}

div.col1,
div.col2,
div.col3,
div.side
{
  float: left;
}

div.foot{
  clear:both;

}

div.foot div.foot_in
{
  margin-left: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}



input
{
  background-color: #ededed;
  border: 1px solid #9f9f9f;
  color: #111111;
  font-size: 10px;
}

div.clear
{
  clear: both;
  height: 1px;
  width: 100%;
}

label
{
  margin-top: 5px;
  display: block;
  font-size: 10px;
  font-weight: bold;
  color: #bb0000!important;
}

/* main layout
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

div#main
{
  width: 830px;
  background-repeat: repeat-y;
  margin-left: auto;
    margin-right: auto;
}

div#main div.main_head
{
  width: 830px;
  height: 200px;
  background-repeat: no-repeat;
}

div#main div.main_head div.foot,
div#main div.main_head div.col1
{
  padding-top: 5px;
}



div#main div.main_col1
{
    width: 730px;
    margin-left: 45px;
}


div.main_content
{
 float:right;
 width: 500px;
 margin-left: 20px;
}

div.main_lead
{
 float: left;
 width: 200px;
 margin-left: 20px;
 margin-top: 50px;
}

div.main_lead ul,
div.main_lead li
{
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: none;
}

div.fake_mails img
{
  position:relative;
  top:4px;
}

/* head
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

div#main_head div.head h1{
  color:#0a230b;
  text-transform: uppercase;
  font-size:13px;
  font-weight:bold;
}

div#main_head div.head h2{
  color:#fff;
  text-transform: uppercase;
  font-size:18px;
  font-weight:bold;
}

div#main_head div.head p
{
  float: right;
  position: relative;
  top: -10px;
  margin-right: 30px;
  font-weight: bold;
}

div#main_head div.head a
{
  color: #0a230b;
}

div#main_head div.head
{

}

div.foot{
    width: 830px;
  height: 190px;
  background-repeat: no-repeat;
}



.flash{
  margin-bottom: 12px;
}

/* main menu
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

div#main div.main_head div.menu
{
  padding-top: 134px;
  margin-left: 0px;
  width: 940px;
}

div#main div.main_head div.menu ul
{
  height: 21px;
}

div#main div.main_head div.menu li
{
  display:inline;
  list-style-type: none;

}



div#main div.main_head div.menu li a
{
  margin-top: 8px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  border-left: 6px solid #0a230b;
  padding-left: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 10px;
}
div#main div.main_head div.menu li a:hover{
  background-color: #0a230b;
  color: #eeff2b;
  text-decoration: none;
}


/* foot
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

div#main div.foot_dekor
{

}


div#main_foot div.foot{

}




.half {
  width:46%;
  float:left;
  padding:8px;
  padding-bottom:0;
  margin:0;
}

.position{
  position:relative;
  padding-left:20px;
  border-left: 2px dashed #fff;
}



.address {
  color:#111111;
  line-height:13px;
  font-size:11px;
}




/* navigation
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
div#main div.main_col2
{

}



div#main.main div.col2 div.layout ul
{

}

div#main.main div.col2 div.layout li{
  margin-bottom: 3px;
  list-style-type: none;
}

div#main.main div.col2 div.layout li a{
  display: block;
  color: #0a230b;
  font-weight: bold;
}

div#main.main div.col2 div.layout li a:hover{
  color: #0a230b;
  font-weight: bold;
}

/* extra
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
div#main div.main_col3
{
  width: 120px;
  margin-left: -973px;
}

/* content
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

div#content{

}

div#content p
{
  margin-bottom: 12px;
  line-height: auto;
}



div#content ul{
  margin-bottom: 10px;
}

div#content li{
  margin-bottom: 5px;
  margin-left: 30px;
}



div#content div.info
{
  margin-bottom: 10px;
}

div#content div.info h2,
div#content div.info h2 a,
div#content div.info h3,
div#content div.info h3 a,
div#content div.info h4,
div#content div.info h4 a,
div#content div.info h5,
div#content div.info h5 a
{
  display: inline;
  font-size: 10px;
  font-weight: bold;
}

div#content div.info h3,
div#content div.info h4,
div#content div.info h5
{
  margin-left: 2px;
  border-left: 2px solid #aaaaaa;
  padding-left: 5px;
}

div#content div.info h2
{
  color:  #111111;
}





/* lists: abstract
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/


div#content div.abstract h1 a
{
  font-size: 18px;
  color: #0a230b;
}
div#content div.abstract img
{
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}

div#content div.abstract ul,
div#content div.abstract li
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div#content div.abstract ul
{
  margin-top: 10px;

}

div#content div.abstract li
{
  margin-bottom: 10px;

}

div#content div.abstract li.odd
{
  width: 235px;
  clear: left;
  float: left;
}

div#content div.abstract li.even
{
  width: 235px;
  clear: right;
  float: right;
}

div#content div.abstract li.full
{
  width: 100%;
  clear: both;

}


div#content div.abstract ul.detailed
{
  margin-top: 5px;

}

div#content div.abstract ul.detailed li
{
  padding-left: 20px;
}

div#content div.abstract div.data{
}

div#content div.abstract div.read_more{
}

div#content div.abstract div.info
{
  margin-top: 20px;
}

div#content div.abstract label
{
  display: inline !important;
}

div#content div.abstract h1
{
    border-bottom: 1px solid #111111;
}

div#content h6
{
    text-transform: none;
    font-size: 9px;
}
/* box
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
div#main div.box h3
{

}

div#main div.dekor2_top
{
  height: 13px;
  background-image: url(img/box_big_sand_top.gif);
  background-repeat: no-repeat;
}

div#main div.dekor2
{
  margin-top: 12px;
  background-image: url(img/box_big_sand_mid.gif);
  background-repeat: repeat-y;
}

div#main div.dekor2_bot
{
  height: 13px;
  background-image: url(img/box_big_sand_bot.gif);
  background-repeat: no-repeat;
  clear: both;
}

div#main div.dekor2_in
{
  margin-left: 26px;
  margin-right: 8px;
  margin-bottom: �px;
}


div#main div.dekor3_top
{
  height: 13px;
  background-image: url(img/box_big_sand_top.gif);
  background-repeat: no-repeat;
}

div#main div.dekor3
{
  margin-top: 10px;
  background-image: url(img/box_big_sand_mid.gif);
  background-repeat: repeat-y;
}

div#main div.dekor3_bot
{
  height: 13px;
  background-image: url(img/box_big_sand_bot.gif);
  background-repeat: no-repeat;
}

div#main div.dekor3_in
{
  margin-left: 28px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: -5px;
}

div#main div.dekor4_top
{

}

div#main div.dekor4
{

}

div#main div.dekor4_bot
{

}

div#main div.dekor4_in
{
  margin-left: 28px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: -5px;
}


/* editorial
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
div#main div.box
{

}

div#main div.box_user
{

}

div#main div.editorial_col1
{
  float: none!important;
}


/* flash
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

div#main div.flash
{
  margin-top: 12px;
}


/* links
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
div#main div.links_box
{
  border: 0 !important;
  margin-bottom: 0 !important;
}

div#links div.banner{
  margin-bottom: 5px;
}
/* links
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
div.debug
{
  clear: both;
  background-color: #ffffff;
  color: #3333ff;
  font-family: monospace;
  font-size: 11px;
  width: 698px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 5px;
  border-top: 1px solid #000000;
}

div.debug h3
{
  font-size: 12px;
}
div.debug li
{
  margin-left: 20px;
}
/* editor
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
div#content div.editor
{
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  padding: 5px;
  padding-right: 10px;
  margin-bottom: 20px;
}


div#content div.editor input
{
  width: 100%;
}

div#content div.abstract_text,
div#content div.content_text
{
  width: 100% !important;
}

/* paginator
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
div#content div.paginator
{
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
    border-top: 1px solid #111111;
    border-bottom: 1px solid #111111;
}

/* separators
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

div.separator1
{
  width: 100%;
  height: 1px;
  margin-top: 6px;
  margin-bottom: 6px;
  border-top: 0px solid #0a230b;
}

div.separator2
{
  width: 100%;
  height: 1px;
  margin-top: 6px;
  margin-bottom: 6px;
  border-top: 0px solid #0a230b;
}

div.separator3
{
  width: 100%;
  height: 1px;
  margin-top: 6px;
  margin-bottom: 6px;
  border-top: 0px solid #0a230b;
}


/* separators
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

div#main div.sidelist h5
{
  margin: 0px;
  padding: 0px;
  padding-top: 6px;
  margin-top: 6px;
  border-top: 1px solid #0a230b;
}

div#main div.sidelist h4
{
  margin: 0px;
  padding: 0px;
}



div#main div.thumbnails img{
  border: 0;
  margin: 0;
  padding: 0;
  margin-left: 2px;
  margin-bottom: 2px;
}

div.content_col1
{
    width: 745px;
  float:left;
  margin-left: 0px;
}

div.greybox
{
    background-color: #e9e9e9;
    width: 240px;
}

div.greybox_bottom
{
    background-image: url(img/panel_back.gif);
    background-repeat: no-repeat;
    width: 240px;
    height: 11px;
}

div.gbox
{
    padding-top: 20px;
    padding-left: 8px;
    padding-right: 8px;
}

div.gbox.user input
{
    width: 85px;
}

div#register input
{
    width: 180px;
}

div.gbox.user input.belep
{
    width: 36px!important;
    background-color: #0a230b;
    background-image: url(img/belep.gif);
    background-repeat: no-repeat;
    color: #ffffff;
    border: 0;
    font-size: 9px;
    height: 17px;
}

div.gbox.user input.kilep
{
    width: 36px!important;
    background-color: #0a230b;
    background-image: url(img/kilep.gif);
    background-repeat: no-repeat;
    color: #ffffff;
    border: 0;
    font-size: 9px;
    height: 17px;
}

div.gbox.user a.register
{
    display: block;
    width: 224px;
    height: 33px;
    background-image: url(img/register.gif);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 5px;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 8px;
}

div.gbox.search
{
    text-transform: uppercase;
}

div.gbox.search form
{
    display: block;
    background-color: #ffffff;
    padding: 4px 8px;
    border: 1px solid #000000;
}

div.gbox.search input
{
    width: 130px;
    height: 21px;
    background-color: #ffffff;
    border: 0;
    font-size: 17px;
}

div.gbox.search input.mehet
{
    width: 53px!important;
    background-color: #0a230b;
    background-image: url(img/mehet.gif);
    background-repeat: no-repeat;
    color: #ffffff;
    border: 0;
    font-size: 9px;
    height: 23px;
    float: right;
    display: block;
}

div#editor
{
    width: 485px;
}

div#tags_text
{
    border: 1px solid #aaaaaa;
}

div.leftbox
{
    margin-top: 20px;
    font-size: 11px;
}

div.leftbox h3 a
{
    color: #0a230b;
}

div.leftbox a
{
    color: #000000;
}

div.leftbox h3
{
    text-transform: uppercase;
}

div.leftbox h4
{
    text-decoration: underline;
    display: inline;
    font-size: 11px;
    font-weight: normal;
    text-transform: none;
}

div.rss_feed
{
    padding-left: 60px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    height: 35px;
}

div.rss_feed h3 a
{
    text-transform: none;
    color: #111111;
}

div.weather
{
    background-image: url(img/weather.gif);
    background-repeat: no-repeat;
}

div.traffic
{
    background-image: url(img/car.gif);
    background-repeat: no-repeat;
}

div.pollution
{
    background-image: url(img/pollution.gif);
    background-repeat: no-repeat;
}

div.hotspots
{
    background-image: url(img/hotspot.gif);
    background-repeat: no-repeat;
}

div.org
{
    background-image: url(img/bpmap.gif);
    background-repeat: no-repeat;
    background-position: 0px 20px;
    height: 170px;
    width: 208px;
}

div.tags
{
    font-size: 9px;
}

div.tags ul,
div.tags li
{
    list-style-type: none;
    padding: 0!important;
    margin: 0!important;
}

div.tags li
{
    display: inline;
    margin-right: 5px!important;
}

div.leading h1 a
{
    font-size: 18px!important;
}

div.leading a
{
    color: #0a230b!important;
}

div#r_errormsg ul
{
    margin-bottom: 10px;
}
div#r_errormsg li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #d00000;
    font-weight: bold;
    margin-bottom: 5px;
}

.main_mid_up{
  width: 830px;
  background-repeat: no-repeat;
}

.main_mid_down{
  width: 830px;
  background-repeat: no-repeat;
  background-position: bottom left;
}

div#intro{
  width: 830px;
  height: 728px;
  margin-left: auto;
    margin-right: auto;
}

