/* (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; }

.bullets {
  padding-left: 20px !important;
}

.bullets li {
  padding: 0px !important;
  list-style: circle;
}

/* Eingabefelder */
.formular .row {
  width: 100%;
  margin: 10px 0px 0px 0px;
}

.formular .row div {
  margin: 0px 10px 0px 0px;
}

.formular .small {
  width: 80px;
}

.formular input { /* standard-größe */
  width: 180px;
}

.formular .large {
  width: 300px;
}

/* 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);  
}

/* 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;
}

.logo_fixed {
  position: relative;
/*  top: 22px;
  left: 798px; absolute - verschoben bei untersch. fensterbreiten */
  top: 14px; 
  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;
}

/* Div Notice */
.notice_spacer {
  width: 940px;
  height: 16px;  
}

.notice {
  margin-left: 20px;
  width: 940px;
  height: 30px;  
  background: url(images/notice.gif);
}

.notice p
{
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  margin-left: 10px;
  padding-top: 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;
}

/* index_de.shtml */
.tp6_start {
  background-color: black;
  height: 460px;
}

.tp6_start img {
  position: relative;
  top:60px;
}

.bottom_space {
  height: 40px;
}

.tp6_start_floating_links {
  height: 0px;
}

.tp6_start_floating_links img {
  border: 0;
}

.tp6_start_floating_links a {
  position: relative;
  top:-220px;
  left:367px;
}

/* Index_en.html */
.original {
  position: absolute;
  top: 172px;
  left: 810px;    
}

.try_tradingplanner {
  position: relative;
  top: -40px;
  left: 140px;  
}

.tradingplanner_shortinfo {
  position: relative;
  top: -20px;
  left: 40px;  
}

/* produktseiten */
.header_texte {
  position: relative;
  top: -80px;  
}

.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;
}

/* Trading Planner v6 - product header buttons */
.tp6_floating_links {
  height: 0px;
}

.tp6_floating_links img {
  border: 0;
}

.tp6_floating_links a {
  position: relative;
  top:-140px;
  left:367px;
}

/* Trading Planner v6 - content */
.tp6_black {
  background-color: black;
  color: white;
}

.gold_text {
  color: #f5b60b;
}

.button_red_broad_black {
  height: 30px;
  width: 220px;
  border:none;
  cursor:pointer;
  font-weight: bold;
  color: #fff;
  background-image: url(images/button_red_broad_bg_black.gif);  
}

.img_gesamtresultate {
  position: relative;
  left: 50px;
  top: 30px;
}

.img_langzeitentwicklung {
  position: relative;
  left: 50px;
  top: 70px;
}

.img_volltextsuche {
  position: relative;
  left: 50px;
  top: 110px;
}

.img_ndbs {
  position: relative;
  left: 50px;
  top: 150px;
}

.support_img {
  position: relative;
  left: 70px;
}

.tpc_small_img {
  position: relative;
  top: 30px;
  left: 70px;
} 

/* bestell.shtml */
.price {
  font-size: 19px;
  font-weight: bold;
}

.tp6_rounded {
  position: relative;
  top: 25px;
  left: 25px;
}

/* Impressum */
.address {
  padding: 0px !important;
}

.address li {
  padding: 0px !important;
  list-style: none;
}

