/* CSS Document */

body
{
	background-color: #bababa;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.25;
	font-size: 0.85em;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #000099;
}
a:visited {
	color: #000099;
}
a:hover {
	color: #000099;
}
a:active {
	color: #000099;
}

#main
{
	background-color: #FFFFFF;
	width: 95%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#header
{
	width:100%;
	background-image: url(images/header_tl_bg.png);
	background-repeat: no-repeat;
}

#top_right_toolbar
{
	float: right;
	width: 30%;
}

div.top_right_tool
{
	float: right;
        width:50px;
	height: 30px;
	margin-right: 10px;
	background-image: url(images/top_right_toolbar_bg.png);
	background-repeat: no-repeat;
	padding: 0px;
}

div.top_right_tool :hover
{
        background-image: url(images/tr_toolbar_bg_hover.png);
}






#navigation_top_bg
{
	margin: 0;
	padding: 0;
	height: 31px;
	color: #800000;
	background-color: #FFFFFF;
	background-image: url(images/button_bg.png);
        background-repeat: repeat-x;
        width: 100%;
}

#navigation_top
{
	margin: 0;
	height: 31px;
	color: #800000;
	background-image: url(images/header_bottom.png);
	background-repeat: no-repeat;
}

ul.navigation_top {
  margin: 0;
  padding: 0;
  list-style-type: none;
  
  /*height: 1.3em;*/
}

ul.navigation_top li {
  display: inline;
  margin: 0;
}

ul.navigation_top li a {
  padding: 10px 13px 0px 13px;
  background-image: url(images/button_bg.png);
  background-repeat: repeat-x;
  margin: 0;
  display: block;
  float: left;
  font-weight:bold; 
  font-size:12px;
  color: #FFFFFF;
  text-decoration: none;
  height: 21px;
}


ul.navigation_top li.navbar_selected_l{
  background-image: url(images/button_bg_selected_l.png);
  background-repeat: no-repeat;
  width: 4px;
  height: 31px;
  padding: 0;
  border: none;
  display: block;
  float: left;
}
ul.navigation_top li.navbar_selected_r{
  background-image: url(images/button_bg_selected_r.png);
  background-repeat: no-repeat;
  width: 4px;
  height: 31px;
  padding: 0;
  border: none;
  display: block;
  float: left;
}


ul.navigation_top li a:hover {
  background-image: url(images/button_bg_hover.png);
  background-repeat: repeat-x;
  border: none;
}

ul.navigation_top li a.selected {
  padding: 9px 10px 0px 10px;
  background-image: url(images/button_bg_selected.png);
  background-repeat: repeat-x;
  border: none;
  height: 22px;
}



#sub_navigation_top
{
	margin: 0;
	height: 20px;
	color: #ffffff;
	background-color: #383838;
	background-repeat: repeat-x;
	border-top: 2px solid #383838;
}

ul.sub_navigation_top {
  margin: 0;
  padding: 0;
  list-style-type: none;
  
  /*height: 1.3em;*/
}

ul.sub_navigation_top li {
  display: inline;
  margin: 0;
}

ul.sub_navigation_top li a {
  padding: 2px 10px 0px 10px;
  display: block;
  float: left;
  font-weight:bold; 
  font-size:12px;
  color: #cccccc;
  text-decoration: none;
}

ul.sub_navigation_top li a:hover {
  background: #FFFFFF;
  color: #000000;
  border: none;
  height:18px;
}

ul.sub_navigation_top li a.selected {
  background: #FFFFFF;
  color: #000000;
  border: none;
  height:18px;
}


h1, h2, h3, h4 {
  font-weight: bold;
}

h1 { 
   font-size: 1.6em;
   margin: 0.4em 0.0em 0.4em;
}
h2 {
   font-size: 1.4em;
   margin: 0.4em 0.0em 0.4em;
}
h3 {
   font-size: 1.2em;
   margin: 0.4em 0.0em 0.4em;
}
h4 {
    font-size: 1.0em;
    margin: 0.4em 0.0em 0.4em;
}




#sidebar
{
	float: left;
        margin-top: 15px;
        margin-left: 20px;
        margin-bottom: 10px;
        width: 16%;
}

.sidebar_box
{
        width: 90%;
        padding: 0 7px 7px 7px;
        border: 1px solid #AAAAAA;
        margin-bottom: 15px;
}

.sidebar_box ul
{
padding-left: 25px;
}

#content
{
	float: right;
        margin-top: 15px;
        margin-right: 20px;
        margin-bottom: 10px;
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 12px;
        width: 77%;
        /*border: 1px solid #AAAAAA;*/
}



.clear_object
{
        clear: both;
        font-size: 1px;
}


#footer
{
	padding: 1px;
        border-top: 1px solid #AAAAAA;
	text-align:center;
	font-size: 0.7em;
}


#gallery_description
{
	padding-left: 5px;
	padding-right: 5px;
	background-color:#CCCCCC;
}

#gallery_comments
{
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 10px;
}

#gallery_comments_entry
{
	padding-left: 5px;
	padding-right: 5px;
	background-color:#DEDEDE;
}



.text_box {
  margin: 10px 15px 5px 15px;
  border-bottom: 0px solid #cccccc;
  background-color: #eeeeee;
  padding: 2px 10px;
}

.text_box ul{
  display: block;
}


.text_box h3 {
  border-bottom: 1px solid #000000;
  margin-bottom: 0px;
}
.text_box h5 {
  margin-top: 0px;
  font-size: 0.7em;
}

.text_box img.text_box_image
{
	float:left;
	width: 200px;
	margin: 5px 5px 5px 0px;
}


.articel_preview
{
	border-bottom:1px solid #CCCCCC;
	margin-bottom:20px;
}

.articel_preview_picture
{
	float:left;
	width: 150px;
	margin: 5px 10px 5px 0;
}

.gallery
{
	margin: 10px 15px 5px 15px;
}

.gallery_box
{
	float: left;
	display: inline;
	text-align: center;
     margin: 10px 0px 0px 20px;
	width: 180px;
	height: 200px;
}

.multipage_toolbox
{
  width: 96%;
  background-color: #eeeeee;
  padding: 5px 2% 4px 2%;
}

.multipage_tool_left
{
  float: left;
}

.multipage_tool_right
{
  float: right;
}


.gallery_screenshot_data
{
     float: left;
     text-align: left;
}

.gallery_screenshot_rating
{
     float: right;
     text-align: right;
}
