/* (c) 2010 David Scheffel */

ul, div {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

pre {
  font-size: 80%;
	background-color : #fcf4bd;
	margin: 2px 0px 2px 0px;
}

body {
	display	: block;
	float: none;
  font-family: Arial, Helvetica, FreeSans, sans-serif;
  font-size: 14px;
  line-height: 1.25em;
	background-color : #c2bebe;
}


/* Textformatierungen */

h1 { font-size: 21px; }
h2 { font-size: 19px; }
h3 { font-size: 15px; }

/* floats zurücksetzen */
.clear_float:after {display: block; float: none; text-align: left;}

/* Layout */

.layout {
	margin-left			: auto;
	margin-right		: auto;
	width				    : 980px;
  background-color : #fff;
}

.header {
  height: 130px;
}

.box_logos {
  height: 98px;
}

.reseller_logo_fixed {
  position: relative;
  top: 22px;
  left: 24px;
}

.logo_fixed {
  position: relative;
  top: 14px; /*22px; 798*/
  left: 655px;  
}


/* Menü */

.menu {
  margin-left: 20px;
  width: 940px;
  height: 30px;
  background: url(images/menu_blue.gif);
}

.menu ul {
  margin-left: 20px;  
}

.menu li {
  display: inline;
	float		: left;
	height  : 30px;
	padding : 10px;
	list-style: none;
	font-size: 13px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

.menu a
{
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

.menu_item_selected {
  background: url(images/menu_item_selected_red.gif);
	background-repeat: repeat-x;
}

.language_selector {
  margin-right: 10px;
  float: right;
}

.language_selector li {
  padding: 10px 5px 10px 5px;
}

/* Content Bereich */

.border_top {
  background: url(images/content_border_top.gif);
	background-repeat: no-repeat;  
  height: 30px;
}

.border_bottom {
  background: url(images/content_border_bottom.gif);
	background-repeat: no-repeat;
	clear: both;  
  height: 20px;
}

.content {
  width: 980px;
  float: left;
  background: url(images/content_border_y.gif);
	background-repeat: repeat-y;  
}

.content div {
  float: left;
}  

.content_area {
  margin-left: 20px;
  margin-right: 20px;
  width: 940px;
}

.text_area {
  margin: 20px;
}

.text_area ul {
  padding-left: 20px;
}

.text_area li {
  padding-bottom: 5px;
}

.content_listing ul {
  list-style: none;
  padding: 0;
}

.content_listing_row {
	width: 900px;
}

.content_listing_row li {
  display: inline;
  float : left;
  width: 400px;
  min-height: 80px;
  padding: 20px;
}

.box li {
  height: 240px !important;
}

.box_small li {
  height: 120px !important;
}

.banner li {
  height: 140px !important;
}

.content_listing img {
  border: 0;
}

.content_listing textarea {
  width: 100%;
  height: 100%;
}

.column_large {
  float: left;
  width: 50%;
  padding-right: 20px;
}

.column_small {
  float: left;
  width: 45%;
  padding-right: 20px;
}

.product_listing {
  width: 100%;
}

.product_listing_text {
  width: 600px;
  margin-top: 20px;
}

.product_listing_images {
  width: 300px;
  height: 100%;
}

.purchase_info {
  margin-bottom: 30px;
  width: 600px;
}

.purchase_info ul {
  height  : 30px;
}  

.purchase_info li {
  display: inline;
	float		: left;
	width: 33.3%;
	height: 30px;
	list-style: none;
}

.purchase_info a {
  line-height: 30px; /* hack */
  font-size: 15px;
  font-weight: bold;
}

.purchase_info p {
  margin-top: 8px; /* hack */
  font-size: 15px;
}

.address {
  padding: 0px !important;
}

.address li {
  padding: 0px !important;
  list-style: none;
}

.support_img {
  position: relative;
  left: 70px;
}

.tpc_small_img {
  position: relative;
  top: 30px;
  left: 70px;
}

/* Index.html */
.original {
  position: absolute;
  top: 172px;
  left: 810px;    
}

.try_tradingplanner {
  position: relative;
  top: -40px;
  left: 140px;  
}

.tradingplanner_shortinfo {
  position: relative;
  top: -20px;
  left: 40px;  
}

/* Steuerelemente */
.button_red_broad {
  height: 30px;
  width: 220px;
  border:none;
  cursor:pointer;
  font-weight: bold;
  color: #fff;
  background-image: url(images/button_red_broad.gif);  
}

.button {
  height: 30px;
  width: 110px;
  border:none;
  cursor:pointer;
  font-weight: bold;
  color: #b80f30;
  background-image: url(images/button.gif);  
}
