/* Main */
html {
  height: 101%;
}

body {
	background: url('../images/body_bg.jpg') repeat-x;
	background-color: #222222;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #564b47;
	padding: 0;
	margin: 0;
}

a {
  color: #929292;
}

a:visited {
  color: #929292;
}

a:hover, a:focus {
	color: #ffffff;
	outline: none;
}

a:active {
  color:#000000;
}

h1 {
  font-size: 9px;
  text-transform:uppercase;
  background-color: #333333;
  border-top:1px solid #564b47;
  border-bottom:1px solid #564b47;
  padding:5px 15px;
  margin:0
}

h2 {
  font-size:20px;
  font-weight: normal;
  padding: 5px 10px;
  margin:0px;
  color: #d5d5d5;
}

img.download {
  vertical-align:middle;
}

/* Box */

#box {
  width: 970px;
  margin-bottom: 10px;
  margin: 0 auto;
  background-color: #444444;
	border: 1px solid gray;
}

/* ----------banner for logo-------------- */

#head {
  background-color: transparent;
  background-image: url(../images/header_bg.png);
  text-align: left;
  padding: 0;
  margin: 0;
  width: auto;
}

#banner img {
  padding: 10px 0;
} 

/* Content Column */

#content {
	background-color: #151515;
	padding: 5px;
	margin: 0 0 0 150px;
	color: #ffffff;
	font-size: 1.2em;
	width: 810px;
	height: 100%;
}

#content h2 {
  color: #929292;
  padding: 30px 10px 10px;
}

#content p {
  color: #f1f1f1;
}

#content table {
  padding: 5px 10px;
  margin: 0;
}

#more {
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	margin-left: 300px:
	margin-right: auto;
	text-align: center;
	width: 300px;
}

div#content { 
  min-height:600px;
	
  height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre {
  padding: 5px 10px;
  margin: 0;
}

.links a {
  margin-left: auto:
  margin-right: auto;
  text-align: center;
  line-height: 26px;
  color: #ddd77b;
}

.links a:hover {
  color: #ffffff;
}

/* Columns */

#left {
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
	/* background-color: #595959; */
	margin-left: auto:
	margin-right: auto;
	text-align: center;
	/* background-image: url(../images/tapps2.gif); */
	background: transparent;
	color: #000000;
}


/* Footer */

#footer {
  clear: both;
  margin: 0;
  padding: 0;
  text-align: right;
}

#navbar {
  background-color: #595959;
  height:28px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Navigation */
/* =-=-=-=-=-=-=-[Menu Eight]-=-=-=-=-=-=-=- */

.navigation {
	background-color: #ffffff;
	width: 100%;
	border: 0px solid gray;
	border-top: 1px solid gray;
	background: url('../images/sitelinks_bg.png');
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.aerobuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: auto;
/*background: #F7F7F7; /*menu strip background*/
/*border: 1px solid gray;*/
padding: 4px 0 2px;
border-width: 0;
margin-left: 200px;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
background: transparent url('../images/aeroleft.gif') no-repeat top left;
display: block;
float: left;
width: 80px;
text-align: center;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('../images/aeroright.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: #cc0000;
}

.black a.aero{
background-image: url('../images/aeroleftblack.gif');
}

.black a.aero span{
background-image: url('../images/aerorightblack.gif');
}

/* ============= MENU ENDE =================== */

a.link_button {
	border: thin #333333 solid;
	background-color: #9bccca;
	padding: 5px;
	text-decoration: none;
}

#copyright {
	color: #cccccc;
	font-size: xx-small;
}

#copyright a {
	color: #cccccc;
	text-decoration: none;
}

.update {
	/*float: left;*/
	padding: 10px;
	border: 1px solid gray;
	margin: 10px;
	text-align: center;
	-moz-border-radius: 5px;
	width: 768px;
}

.update .heading {
	padding: 5px;
	-moz-border-radius: 5px;
	background-color: #c1c1c1;
	color: #000000;
	height: 16px;
}

.update .title {
	float: left;
	font-weight: bold;
}

.update .date {
	float: right;
}

.update .description {
	padding: 5px;
}

.update .amount {
	text-align: left;
	font-size: 0.9em;
	padding-left: 15px;
}

.pagenav {
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px;
	padding: 10px;
	text-align: center;
	width: 770px;
}

.box_left {
	border: 1px solid black;
	margin: 5px;
	-moz-border-radius: 8px;
	padding: 10px;
	width: 118px;
	text-align: center;
}

.partner {
	text-decoration: none;
}

.partner img {
	width: 100px;
	height: 150px;
	border: 0;
	padding: 0 0 10px 0;	
}

#buy_now, #buy_now a {
	padding: 10px;
	margin-left: 10px;
	background-color: #d9d9d9;
	width: 360px;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	color: #000000;
	-moz-border-radius: 5px;	
	text-decoration: none;
	margin: auto;
}

#buy_now a:hover, #buy_now a:focus {
	background-color: #000000;
	text-decoration: underline;
	color: #cccccc;
	outline: none;
}

#imprint, #imprint a {
	text-decoration: none;
}

#comply {
	font-size: 0.8em;
}

