/* --------------- image files  --------------- */

body {
  margin: 0px; 
  background-image: url(../../img/top_bg.jpg);
  background-repeat: repeat-x;
  background-color: #172441;
}

#site_header { 
  background-image: url(../../img/header.jpg); 
  background-repeat: no-repeat;
  position: relative;
  width: 950px;
  height: 120px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 8px;
}

#canvas {
  background-image: url(../../img/main_table_left_bg.jpg);
  background-repeat: repeat-y;
  vertical-align: top;
  background-color: #333333;
}

#main_area { 
  width: 951px;
}

#main_table_right_col { 
  background-image: url(../../img/main_table_right_bg.jpg);
  background-repeat: repeat-y;
  width: 6px;
  vertical-align: top;
}
#bottom_row {
  background-image: url(../../img/bottom_row_bg.jpg);
  background-repeat: repeat-x;  
  height: 29px;
}

.screenshots {
  background-image: url(http://www.benjaminkeen.com/images/webdesign_bg.jpg); 
  background-repeat: no-repeat;
  vertical-align: top;
  width: 220px;
  height: 183px;
  display: block;
  text-decoration: none;
}

.screenshots_small {
  background-image: url(../../img/bg_panel.jpg); 
  background-repeat: no-repeat;
  vertical-align: top;
  width: 166px;
  height: 137px;
  display: block;
  text-decoration: none;
}

.software_item {
  padding-bottom: 8px;
  display: block;
  text-decoration: none;
  vertical-align: bottom;
  border-bottom: 1px dashed #cccccc;
}


/* --------------- Navigation Panel --------------- */

#nav_column {
  width: 175px;
  float: right;
	margin-left: 10px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
#nav_column_content {
  background-color: #172441;
  width: 175px;
  height: 320px;
  float: right;
	margin: 0px;
	font-size: 8pt;
	color: #006699;
}
#nav_column_toggle { 
  background-color: #efefef;
  text-align: center;
}
#nav_column_toggle a {
	font-size: 8pt;
  color: #000000;
  text-decoration: none;
  font: 0.92em Verdana, sans-serif;
}
.nav_option { 
	color: #006699;
}

ul.rollmenu {
  list-style-type: none;
  color: #000;
  background-color: #f5f5f5;
  margin: 0px;
  padding: 0px;
  voice-family: "\"}\"";
  voice-family: inherit;}
  html>body ul.rollmenu { width: 175px; }
ul.rollmenu li {
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-top: 4px;
  margin-bottom: 4px;
  height: 16px;
}
ul.rollmenu ul {
  list-style-type: none;
  margin: 0.1em 0 0 0;
  padding: 0;
  border-bottom: 1px solid #dda;
  voice-family: "\"}\"";
  voice-family: inherit;
  margin: 0.1em -0.5em 0 -0.5em}
ul.rollmenu a {font-weight: normal;
  text-decoration: none;
  color: #336699;
  font: 0.98em Verdana, sans-serif;
  background-color: transparent;
  margin: 0px;
  padding: 0 0.5em 0 1.25em;
  width: 100%;
  height: 16px;
  display: block;
  voice-family: "\"}\"";
  voice-family: inherit;
  padding-left: 1em}
html>body ul.rollmenu a {width: auto;}
ul.rollmenu a:hover {
  color: #333333;
  background-color: #efefef;
  border-bottom: 0px;
}

.nav_heading { 
  font: 0.98em Verdana, sans-serif;
  color: #336699;
  font-weight: bold;
  padding-left: 10px;
  height: 16px;
  vertical-align: middle;
  margin-top: 10px;
}
    
/* ---------------------------------------------------------------------------------------------- */

#right_nav { 
  width: 200px; 
  background-color: #efefef;
  height: 200px;
  right:0px;
}

/* FONTS */
body, table, td, div, span, div, p {
  font: 11px Verdana, sans-serif; /* 0.94em */
  line-height: 20px;
  color: #555555;
}
.text:first-letter {
  font-family: verdana;
  font-size: 170%;
  float: left;
  margin-left: 15px;
}
input, select, textarea, option {
  font: 8pt Verdana, sans-serif;
  color: #336699;
}

optgroup {
  font-weight: bold;
}

#search_input_field { 
  color: #336699;
}
.heading_1 { 
  font-size: 11pt;
  color: #336699;
  font-weight: bold;
  font-family: tahoma;
}
.heading_2, .heading_2 a, .heading_2 a:visited { 
  font-size: 10pt;
  color: #5F93B6;
  font-weight: bold;
  font-family: tahoma;
	text-decoration: none;
}
/*
 { 
  font-size: 10pt;
  color: #5F93B6;
  font-weight: bold;
  font-family: tahoma;
}*/

.heading_3 { 
  font-weight: bold;
}
.highlight { 
  color: #cc0000;
}
a.link {
  color: #0099FF;
  text-decoration: none;
}
a.link:hover {
  background-color: #F7F7EC;
  color: #000000;
  border-bottom: 1px solid #786643;
}

a.link2 {
  color: #9F8B7B;
  text-decoration: none;
}
a.link2:hover {
  background-color: #F7F7EC;
  color: #000000;
  border-bottom: 1px solid #786643;
}

a.link3 { 
  color: #666666;
	font-family: tahoma;
  text-decoration: none;
	font-size: 10pt;
}
a.link3:hover {
  background-color: #D1EDFC;
  color: #336699;
  border-bottom: 1px solid #003366;
}

.indent {
  margin-left: 10px;
	padding-left: 8px;
  border-left: 4px solid #ffffff;
}

.green_text {
  color: green;
}
.blue_text {
  color: #336699;
}

hr {
  color: #444444;
  height: 1px;
  text-align: left;
}

a.breadcrumb:link, a.breadcrumb:visited {
  text-decoration: none;
}  
a.breadcrumb:hover {
  color: #336699;
}  

.breadcrumb { 
  font: 0.92em Verdana, sans-serif;
  color: #A2A2A2;
  text-decoration: none;
}


a.screenshot, a.screenshot:hover  { 
  text-decoration: none;
  border-bottom: 0px solid white;
}

IMG.latest {
	MARGIN-LEFT: 10px; MARGIN-RIGHT: 10px; MARGIN-TOP: 10px; MARGIN-BOTTOM: 10px; BORDER-RIGHT: #666 1px solid; BORDER-TOP: #666 1px solid; BORDER-LEFT: #666 1px solid; BORDER-BOTTOM: #666 1px solid
}

IMG.gallery {
	MARGIN-LEFT: 0px; MARGIN-RIGHT: 0px; MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; BORDER-RIGHT: #666 2px solid; BORDER-TOP: #666 2px solid; BORDER-LEFT: #666 2px solid; BORDER-BOTTOM: #666 2px solid
}
.aktuelles {background-color: #333333; border: 0px; padding: 1px;}
