/* Begin Structure */
.post {
	margin: 0 0 40px;
	text-align: justify;
	}
.post hr {
	display: block;
	}
.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
/* End Structure */



/*	Begin Headers */
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists */
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
ol li {
	list-style: decimal outside;
	}
/* End Entry Lists */



/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
/*	border-radius: 3px;*/
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


* {
  border:0px;
}
body {
  background-color: #fff;
  font-family: Verdana;
  font-size: 11px;
  margin-top:0px;
}
h1 {
    font-size: 18px;
}

h2 {
    font-weight:normal;
    font-size:18px;
    color: #b00000;
    margin-bottom:5px;
   
}


h1 {
    font-size: 18px;
  color: #b00000;
}

h3 {
    font-size: 14px;
   
  color: #b00000;
}

h1 a, h2 a, h3 a {
  color: #b00000;
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
  text-decoration: none;
  border-bottom: 1px dotted #b00000;
  
}
a {
  color: #b00000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#wrapper {
  width: 943px;
  margin: auto;
}
#logo {
  float:left;
}
#hnavigation {
  float:left;
  margin-top: 57px;
}
#hnavigation ul {
  margin:0;
  padding:0;
  list-style-type: none;
  font-size: 12px;
}
#hnavigation ul li {
  float:left;
  background-image: url('images/tab_background.jpg');
  height: 29px;
  width: 124px;
  text-align: center;
  margin-right:10px;
}
#hnavigation ul li.small {
  background-image: url('images/tab_background_small.jpg');
  width: 76px;
}
#hnavigation ul li:hover {
  background-image: url('images/tabhover_background.jpg');
}
#hnavigation ul li.small:hover {
  background-image: url('images/tabhover_background_small.jpg');
}
#hnavigation ul li a {
  display: block;
  color: #202020;
  font-weight: bold;
  text-decoration: none;
  line-height: 30px;
}
#hnavigation ul li a:hover {
  color: #fff;
}
#subnav {
  background-image: url('images/subnav_background.jpg');
  height: 32px;
  width: 943px;
}
#subnav ul {
  margin:0px;
  padding:0px;
  float: left;
  list-style-type: none;
  width: 920px;
}
#subnav img {
  float: left;
}
#subnav ul li {
  float: left;
  line-height: 32px;
  padding-right: 15px;
}
#subnav ul li a {
  color: #c7dbee;
  text-decoration: none;
  display: block;
}
#subnav ul li a:hover {
  font-weight: bold;
}
#content {
  width: 622px;
  padding-right: 22px;
  line-height: 20px;
  float: left;
  color: #202020;
}
#content div.post {
  margin-left: 16px;
}
#sidebar {
  float: left;
  width: 290px;
}

#sidebar h3 {
  padding-top:0px;
margin-top:0px;
font-weight:normal;
font-size:20px;

}

#sidebar h4 {
  padding-top:0px;
margin-top:10px;
font-weight:normal;
font-size:18px;
margin-bottom:5px;
color:#202020;

}


div#sidebar a {

font-size:12px;
font-weight:bold;

}

div#sidebar li {
padding-top:5px;
margin-top:5px;
margin-left:0px;
}

div#sidebar ul {

margin-left:0px;
padding-left:10px;
margin-top:5px;
margin-bottom:5px;
list-style-type:none;
}





#sidebarright {
  background-image: url('images/teaser_right.jpg');
  height: 122px;
  width: 9px;
  float: left;
}
#sidebar div.box {
  width: 290px;
  background-image: url('images/boxbackground.jpg');
  padding-left: 1px;
}
#sidebar div.boxbottom {
  width: 290px;
  height: 6px;
  background-image: url('images/boxbottom.jpg');
}
#sidebar div.boxtop {
  margin-top: 10px;
  width: 290px;
  height: 6px;
  background-image: url('images/boxtop.jpg');
}
#forextop {
  padding-top: 4px;
  width:286px;

  background-image: url(images/forexbox_topbackground.jpg);
  background-repeat: no-repeat;
}
#forextop h2 {
  padding:0px;
  margin:0px;
  color: #78bc14;
  font-size: 33px;
  font-weight: normal;
}
#forextop .details {
  color:#78bc14;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
}
#forextop .details:hover {
  text-decoration: underline;
}
div.boxcontent {
  background-image: url('images/backgroundboxcontent.jpg');
  background-position: bottom;
  background-repeat: repeat-x;
  background-color: #fff;
  margin-left: 1px;
  width: 285px;
  margin-right: 1px;
  min-height: 130px;
}
* html div.boxcontent {
  height: 130px;
}
#sidebar {
  font-size: 10px;
}
#footer, #headernav {
  font-size: 10px;
  margin-top: 5px;
  color: #b00000;
  text-align:right;
 
}
#footer b {
  color: #ababab;
}
#footer a, #headernav a {
  color: #0e5191;
  text-decoration: none;
}
#footer a:hover, #headernav a:hover {
  text-decoration: underline;
}
#headernav {
  position: absolute;
  /*margin-left: 710px;*/
  	left:auto;
  	right:10px;
	width:943px;
	text-align:right;


}
*+html #headernav {
  margin-left: -200px;
}
textarea, input {
  border:1px solid #aeaeae;
}
div.tablecont {
  font-weight: bold;
  color: #0e5191;
  margin-left: 6px;
}
div.tablecont img {
  margin-right:3px;
  vertical-align: middle;
}
#sidebar {
  color: #595959;
}
#sidebar img {
  display: block;
}
#sidebar div img {
  display: inline;
}
#sidebar div.widget h2 {
  margin:0px;
  padding:0px;
  font-size: 16px;
  margin-bottom: 10px;
}
#sidebar div.widget {
  width: 263px;
  padding: 10px;
  padding-left: 11px;
  padding-right: 11px;
}
#sidebar div.widget img {
  position: relative;
  margin-left: -22px;
  margin-right: 8px;
  margin-top: 0px;
  float: left;
}
#sidebar div.textwidget {
  line-height:18px;
}
#sidebar p {
  margin-top:0px;
  line-height:18px;
}
#sidebar b {
  margin-top: 18px;
  font-weight: bold;
  color: #8d8d8d;
}
#sidebar b a {
  color: #8d8d8d;
  text-decoration: none;
}
#sidebar b a:hover {
  text-decoration: underline;
}
div.post {
      padding-top: 5px;
      margin-bottom: 5px;
}
#sidebar .sociable {
  display: none;
}
.sociable {
  display: block;
  position: static;
  
}
.sociable ul {
  padding-top: 20px;
}
.sociable strong {
  display: none;
}
.sociable_tagline {
  display: none;
}
select {
  border: 1px solid #AEAEAE;
}
.textzz {
  position: absolute;
  margin-top:15px;
  line-height: 17px;
  font-weight: bold;
  margin-left:140px;
  color:#595959;
  text-align: right;
}
*+html .textzz {
  margin-left:0px;
  margin-top: 32px;
}


div#google-news-inline {

margin-left:10px;
margin-right:20px;
font-size:11px;
color:#202020;

}

div#google-news-inline a {

font-size:12px;
font-weight:bold;
color:#202020;
}

div#google-news-inline li {
padding-top:5px;
margin-top:5px;
}

div#google-news-inline ul {

margin-left:0px;
}

div#google-news-inline h3 {
padding-top:10px;
margin-top:0px;
margin-bottom:0px;
font-weight:normal;
font-size:20px;
}


div#devisenkurse {
padding-top:5px;
margin-left:10px;
margin-right:20px;

}

div#devisenkurse h3 {
padding-top:0px;
margin-top:0px;
font-weight:normal;
font-size:20px;
}

div#teasertext {
width:644px;
height:118px;
background-image: url('images/teaser.jpg');
margin:0px;
padding:0px;
}

div#teasertext h1 {
padding-top:25px;
margin-top:0px;
margin-left:18px;
font-weight:normal;
font-size:22px;
margin-bottom:0px;
padding-bottom:5px;
}

div#teasertext h1 a:hover {
color:#202020;
border-bottom:0px;

}

div#teasertext strong{
margin-top:0px;
padding-top:0px;
margin-left:18px;
font-size:14px;
font-weight:normal;
color:#202020;
text-align:left;
padding-bottom:0px;
margin-bottom:0px;
}

div#teasertext p{
margin-top:0px;
padding-top:19px;
margin-left:18px;
font-size:12px;
font-weight:bold;
color:#78bc14;
text-align:left;
padding-bottom:0px;
margin-bottom:0px;
}