
/**** COLORS
hellstes hellblau: COLOR="#EAF3F8"
hellblau hell #DEECF5
hellblau mittel #CCE2EF
hellblau dunkel #8FBDDE
blau #0066B4
dunkelblau #05284E
rot #DF002D
grau mittel #D0D1D3
grau hell (Logo) #E2E2E2

lite-orange:COLOR="#FFDEBD"
middle-orange: COLOR="#FFCC99"
orange: COLOR="#FF8000"

lite red:COLOR="#FFDEDE"
middle-red: COLOR="#FFCCCC"
red: #DF002D

****/

div#testResize {display: none;}

*, *:before, *:after {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
 }
/*********** fonts ******/
html * {
font-family: Verdana, Arial, Sans-Serif;
text-rendering: optimizeLegibility;
}
html body {
font-size: 100%;
line-height: 18px;
text-align: center;
}
body .container {
	font-size: .85em;
	}
div#meta, div#footer {
	font-size: 0.85em;
}
#content_center .box {
    font-size: 0.85em;
}
#content_margin {
    font-size: 0.85em;
}

/**** HOMEPAGE ****/
body {
background-color: #FFF;
margin: 0px auto;
}


.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after
 {
  display: block;
  clear: both;
  overflow: hidden;
  line-height: 0;
  content: " ";
 	padding: 0px;
	margin: 0px;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}

div.clear,
div.clearfix
 {
padding: 0px;
margin: -1px 0 0;
font-size: 0px;
line-height: 0px;
border: 0px solid transparent;
}
#content_main .clear
 {
margin-bottom: 15px;
}
/****** Layout hauptbereiche */
div#top, div#main, div#footer {
  border: 0 solid;
  clear: both;
  display: block;
  height: auto;
  height: inherit;
  margin: 0;
  padding: 5px 0;
  position: relative;
  width: 100%;
	}
div#top, div #footer {
 background-color: #0066B4;
 color: #fff;
}

/* page container */

div.container
{
background-color: transparent;
border: 0px solid orange;
clear: both;
display: block;
margin: 0px auto;
padding: 0px;
position: relative;
width: 960px;
}

div.container .row
{
width: 100%;
border: 0px solid red;
clear: both;
float: left;
margin: 0px;
position: relative;
padding: 0px;
text-align: left;
}

/* innere container - columns */

.row [class*="span"] {
  float: left;
  min-height: 1px;
  margin: 0 10px;
}
.row .span1
{
	float: left;
  min-height: 1px;
	width: 60px;
	margin: 0 10px;
}
.row .span2
{
	float: left;
  min-height: 1px;
	width: 140px;
	margin: 0 10px;
}
.row .span3
{
	float: left;
  min-height: 1px;
	width: 220px;
	margin: 0 10px;
}
.row .span4
{
	float: left;
  min-height: 1px;
	width: 300px;
	margin: 0 10px;
}
.row .span5
{
	float: left;
  min-height: 1px;
	width: 380px;
	margin: 0 10px;
}
.row .span6
{
	float: left;
  min-height: 1px;
	width: 460px;
	margin: 0 10px;
}
.row .span8
{
	float: left;
  min-height: 1px;
	width: 620px;
	margin: 0 10px;
}
.row .span9
{
	float: left;
  min-height: 1px;
	width: 700px;
	margin: 0 10px;
}
.row .span10
{
	float: left;
  min-height: 1px;
	width: 780px;
	margin: 0 10px;
}
.row .span12
{
	float: left;
	min-height: 1px;
	width: 940px;
	margin: 0 10px;
}

/* Variante-zweispaltig */
.row .column_25
{
	width: /*47.984%*/ 330px;
	min-height: 200px;
	height: 20em;
}
/* mood */
div#content #content_center #content_main .mood
{
	width: 680px;
	margin: 0px 10px;
	}


/* meta - top */
div#meta{
	padding: 0;
	}

#top #meta_right {
	padding: 5px 0;
	}
#top #meta_center {
	padding: 5px 0;
}
#top #meta_left {
	background-image: none;
	background-color: transparent;
	/*border-radius: 10px 10px 0 0;*/
	padding: 5px 0;
}
#meta [class*="span"] {
  padding: 5px 0;
}

/* Language-Tools-Navigation */

div#tools_language {
	background: transparent;
	border: 0px solid transparent;
	height: 30px;
	width: auto;
	padding: 0px;
	text-align: center;
}

div#tools_language a {
	padding: 0;
	margin: 0;
  vertical-align: middle;
  height: auto;
}
div#tools_language a .en_flag {
background-image: url('/Images/ikons/English.png'); 
display: inline-block;
width: 32px;
height: 32px;
}

div#tools_language a .de_flag {
	display: block;
	background-image: url('/Images/ikons/Deutsch.png');
	width: 32px;
	height: 32px;
}
div#tools_language a .block{
display: none;
}


/* Meta-Navigation */

#nav_meta {
	height: 30px;
	padding: 5px 0;
	float: left;
	text-align: left;
	font-size: 90%;
	}
#nav_meta a,
#nav_meta span.active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 0 16px;
	margin: 0;
  height:auto;
}

/* Search-Tools-Form */

div#tools_search {
    border: 0 solid red;
    height: 30px;
    position: relative;
    padding: 0;
    top: auto;
    vertical-align: middle;
}

div#tools_search form, div#tools_search form.tools {
    /*background-color: transparent;
    padding: 0;
    text-align: right;*/
    display: inline;
    float: right;
    padding: 0;
    width: 100%;
}
div#tools_search form.tools .block {
	margin: 0px;
	position:	relative;
	border: 1px solid ddd;
}

div#tools_search form.tools input.input {
   /* background: none repeat scroll 0 0 #F6F3F0;
    border-width: 0px;
    font-size: 100%;
    font-weight: bold;
    margin-right: 0px;
    vertical-align: middle;
    width: 100%;
    height: 27px;
    position: absolute;
    right: 0px;
    z-index: 2000;*/
    background: none repeat scroll 0 0 #FFFFFF;
    border: none;
    outline: medium none;
    margin: 0;
    padding: 5px 5px 0;
    width: 100%;
    height: 27px;
}
div#tools_search form.tools input.button {
    background-color: transparent;
    background-image: url("/Images/ikons/Lupe.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    border: 0px solid transparent;
    color: #C2C2C2;
    font-size: 0px;
    height: 27px;
    line-height: 0px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0px;
    text-align: center;
    vertical-align: middle;
    width: 25px;
    z-index: 3000;
    }

/*header*/
div#header_right {
float: right;
}

/* Logo */

div#static_logo {
	text-align: center;
	margin: 0;
	width: 100%;
}
div#static_logo img {
	width: 100%;
	height: auto;
}


/* top navi*/

/* top navi*/

h3.menu-toggle {
	display: none;
	}
div#topNavi {
	background: none repeat scroll 0 0 #FFF;
	/*zur besseren darstellung im Admin*/
	height: 28px;
	margin-top: 6.8em;
	overflow: hidden;
  font-weight: bold;
	font-size: 90%;
	}
div#topNavi a {
  color: #DF002D;
  display: inline-block;
  margin: 0;
  padding: 0px 6px;
  text-decoration: none;
  border-left: 0px solid #DF002D;
  border-right: 1px solid #DF002D;
  white-space: nowrap;
}
div#topNavi a.external {
    border-right: 0px solid #DF002D;
    padding-right: 0px;
}
div#topNavi span.separator {
	display: none;
}
div#topNavi .current, div#topNavi .active {
}

div#topNavi a:hover, div#topNavi a.current, div#topNavi a.active, div#topNavi a.external:hover {
    background: none repeat scroll 0 0 #FFF;
    color: #03294E;
}  
/* content*/

/* content_left*/
div#content #content_left #mainNavi
{
padding: 0px;
}

/* content_margin*/

div#content #content_right.span3
{
float: right;
}
div#content #content_right #content_margin
{
padding: 0px 0px 0px;
margin: 0px;
}
div#content #content_right #content_margin h1
{
background-color: transparent;
border-bottom: 1px solid #DF002D;
color: #000;
margin: 0px 0px 3px 0px;
padding: 1px 0px;
}
div#content #content_right #content_margin .press_teaser_results h1
{
background-color: transparent;
border-bottom: 1px solid #D2D2D2;
color: #0066B4;

}
#content_margin h2 {
    border-top: 0px solid #FFFFFF;
    margin-bottom: 0;
    padding: 0px 0px;
}

div#content #content_right #content_margin .greyBox
{
width: 100%;
}
div#content #content_right #content_margin .greyBox h1 {
    background-color: #DF002D;
    color: #FFFFFF;
    margin: 0;
    padding: 1px 5px;
}
div#content #content_right #content_margin .block
{
background-color: transparent;
padding: 0px 5px;
}

div#content #content_right #content_margin .press_short_results .block,
div#content #content_right #content_margin .block 
{
padding: 5px 0px;
margin: 0px;
}

div#content #content_right #content_margin .block.image_block,
div#content #content_right #content_margin .whiteBox .block.image_block
{
padding: 0;
margin: 0;
width: 100%;
height: auto;
border: 1px solid #d2d2d2;
}
div#content #content_right #content_margin img.regular
{
padding: 0;
margin: 0;
width: 100%;
max-width: 100%;
height: auto;
border: 0px solid transparent;
}
div#content #content_right #content_margin a,
div#content #content_right #content_margin a.external
{
color: #0066B4;
display: inline;
padding: 0px 0px 0px;
text-decoration: underline;
background: none ! important;
}




/* aktienchart homepage *****/

div#content #content_right #content_margin div.aktienBox
{
	background-color: #E2E2E2;
	padding: 10px 0px;
	text-align: center;
}
div#content #content_right #content_margin div.aktienBox .block {
	width: 170px;
	height: 125px;
	overflow: hidden;
	margin: 0px auto;
	border: 1px solid #D0D1D3;
	}


div#content #content_right #content_margin div.aktienBox .block iframe
{
border: 0px solid transparent;
margin-top: -30px;
margin-left: -5px;
}
div#content #content_right #content_margin div.aktienBox .block a
{
border: 0px solid transparent;
}


/******** content_center ************/

div#content #content_center #content_main
{
	padding: 0px;
	border-top: 0px solid transparent;
}
div#content #content_center #content_main h1,
div#content #content_center #content_main h2,
div#content #content_center #content_main .block
{
	padding: 10px;
	border-top: 0px solid transparent;
	margin: 0px;
	margin: bottom: 5px;
}
div#content #content_center #content_main h1
{
	color:#0066B4 ;
}

div#content #content_center #content_main .mood
{
	height: auto;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #E2E2E2;
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	margin-bottom: 20px;
	-moz-box-shadow: 3px 3px 5px 5px #D2D2D2;
	-webkit-box-shadow: 0 0 5px 5px #D2D2D2;
	-o-box-shadow: 0 0 5px 5px #D2D2D2;
	-ms-box-shadow: 0 0 5px 5px #D2D2D2;
	box-shadow: 3px 3px 5px 5px #D2D2D2;
	}
	div#content #content_center #content_main .mood .clear
{
margin-bottom: 0px;
	}
div#content #content_center #content_main .mood .block.image_block
{
	background: #efefef;
}
div#content #content_center #content_main .mood .image_block img
{
	
}

div#content #content_center #content_main .block.image_block
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	display: block;
	height: auto;
}
div#content #content_center #content_main .image_block img
{
	width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0px solid transparent;
}

/* boxen mitte homepage */
div#content .box
{
float: left;
border: 1px solid #dedede;
border-radius: 12px 12px 12px 0px;
-moz-border-radius: 12px 12px 12px 0px;
background-repeat: no-repeat;
background-size: auto 70px;
background-position: 100% 0;
-moz-box-shadow: 3px 3px 5px 3px #D2D2D2;
-webkit-box-shadow: 0 0 5px 5px #D2D2D2;
box-shadow: 3px 3px 5px 5px #D2D2D2;
margin-bottom: 25px;
}
div#content #content_center #content_main .box h1 {
    color: #FFFFFF;
    padding: 25px 0 25px 10px;
    border-radius: 12px 12px 12px 0px;
		-moz-border-radius: 12px 12px 12px 0px;
}
div#content #content_center #content_main .box h2 {
padding: ;
}
div#content #content_center #content_main .box .block {
padding: ;
}
#content_center .box.crop {
    background-image: url("/Images/ikons/crop-gruen-70.png");
}
#content_center .box.fruit {
    background-image: url("/Images/ikons/fruit-orange-70.png");
}
#content_center .box.special {
	background-image: url("/Images/ikons/specials-rot-70.png");
	}
#content_center .box.sugar {
    background-image: url("/Images/ikons/sugar-blau-70.png");
}

/* footer inner */

/* footer-Navigation */

#footer #nav_here {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#footer #nav_here a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
/* grid test /*.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container,
div#home.container {
  width: 940px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}
*/
