/*
Theme Name: Heimplanet
Theme URI: http://wordpress.org/
Description: Heimplanet.
Version: 1.0
Author: Interone
*/

* {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #000;
}

body {
  background-image: url(_img/bg_main.jpg);
  background-repeat: repeat-x;
  background-color: #fffcf2;
}

br.clearFloat {
  clear: both;
}

a {
  color: #000;
  text-decoration: none;
}

a.moreLink,
a.readingCommentsLink,
a.videoLink {
  padding-left: 9px;
  background-image: url(_img/arrow_more.gif);
  background-repeat: no-repeat;
  background-position: 0 5px;
}

span.headline {
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 18px;
  color: #fff;
  line-height: 20px;
}

span.postedInfo {
  font-size: 9px;
  color: #c50000;
  margin-bottom: 7px;
  display: block;
  width:150px;
}

div#homeLinkLayer {
  position: absolute;
  left: 265px;
  top: 38px;
  width: 340px;
  height: 40px;
}

div#mainHeaderLayer {
  position: absolute;
  left: 0;
  top: 0;
  width: 940px;
  height: 375px;
  background-image: url(_img/bg_header.png);
  background-repeat: no-repeat;
  /*
  *background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wordpress/wp-content/themes/heimplanet/_img/bg_header.png", sizingMethod="image");
  */
}

div#topNavigationLayer,
div#topNavigationBGLayer {
  position: absolute;
  right: 0;
  top: 0;
}
div#topNavigationBGLayer {
  width: 892px;
  height: 177px;
  background-image: url(_img/bg_top_navi.png);
  background-repeat: no-repeat;
  /*
  *background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wordpress/wp-content/themes/heimplanet/_img/bg_top_navi.png", sizingMethod="image");
  */
}

div#topNavigationLayer a#tn1 {
  position: absolute;
  right: 7px;
  top: 2px;
  color: #fff;
}
div#topNavigationLayer a#tn2 {
  position: absolute;
  right: 7px;
  top: 22px;
  color: #fff;
}
div#topNavigationLayer a#tn3 {
  position: absolute;
  right: 7px;
  top: 42px;
  color: #fff;
}
div#topNavigationLayer a#tn4 {
  position: absolute;
  right: 7px;
  top: 62px;
  color: #fff;
}
div#topNavigationLayer a#tn5 {
  position: absolute;
  right: 7px;
  top: 82px;
  color: #fff;
}

div#contentLayer {
  position: absolute;
  left: 0px;
  top: 400px;
  z-index: 10;
}

div#postContentLayer {
  position: absolute;
  left: 257px;
  top: 400px;
  z-index: 1;
}

div#contentLayer div.videoBox1 {
  position: absolute;
  left: 16px;
  top: 0;
  width: 498px;
  height: 291px;
}

div#contentLayer div#videoBoxBGLayer {
  background-image: url(_img/bg_video_box_large.png);
  background-repeat: no-repeat;
  /*
  *background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wordpress/wp-content/themes/heimplanet/_img/bg_video_box_large.png", sizingMethod="image");
  */
}

div#contentLayer div#videoBoxContentLayer {
  padding: 19px 0 0 13px;
}

div.videoBoxLayer {
  width: 257px;
  height: 291px;
}

div#videoBoxContentLayer div.videoLinkLayer,
div.videoBoxLayer div.videoLinkLayer {
  position: absolute;
  left: 13px;
  bottom: 32px;
  width: 227px;
  height: 24px;
  background-image: url(_img/bg_video_info_box.jpg);
  background-repeat: no-repeat;
  background-position: 0 -235px;
  z-index: 3;
}
div.videoBoxLayer div.videoLinkLayer {
  left: 10px;
  bottom: 13px;
}
* html div.videoBoxLayer div.videoLinkLayer {
  bottom: 12px;
}

div.videoInfoText {
  position: absolute;
  left: 0;
  top: 0;
  width: 210px;
  height: 219px;
  padding: 16px 10px 0 13px;
  display: none;
}

/*
div#contentLayer div.videoBoxLayer img.smallVideoImg {
  position: absolute;
  left: 10px;
  top: 19px;
}
*/
div.videoBoxLayer div.smallVideoImg {
  position: absolute;
  left: 10px;
  top: 19px;
  width: 227px;
  height: 259px;
  overflow: hidden;
}


div#videoBoxContentLayer div.videoLinkLayer a.videoLink,
div.videoBoxLayer div.videoLinkLayer a.videoLink {
  position: absolute;
  left: 13px;
  bottom: 7px;
}

div#videoBoxContentLayer img {
  border: 0px;
}

div.smallBox1 {
  position: absolute;
  left: 20px;
  top: 400px;
}

div#contentLayer div.smallBox2 {
  position: absolute;
  left: 257px;
  top: 0;
  z-index:100;
}

div#contentLayer div.smallBox3 {
  position: absolute;
  left: 494px;
  top: 0;
}

div#contentLayer div.smallBox4 {
  position: absolute;
  left: 731px;
  top: 0;
}

div#contentLayer div.bigContentBoxBGTopLayer {
  width: 731px;
  height: 522px;
  background-image: url(_img/bg_content_box_top.png);
  background-repeat: no-repeat;
  /*
  *background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wordpress/wp-content/themes/heimplanet/_img/bg_content_box_top.png", sizingMethod="image");
  */
}

div#contentLayer div.bigContentBoxBGMiddleLayer {
  width: 731px;
  background-image: url(_img/bg_content_box_middle.gif);
  background-repeat: repeat-y;
}

div#contentLayer div.bigContentBoxBGBottomLayer {
  width: 731px;
  height: 49px;
  background-image: url(_img/bg_content_box_bottom.png);
  background-repeat: no-repeat;
  /*
  *background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wordpress/wp-content/themes/heimplanet/_img/bg_content_box_bottom.png", sizingMethod="image");
  */
}

div.smallContentBoxBGLayer {
  width: 390px;
  height: 365px;
  background-image: url(_img/bg_news_box.png);
  background-repeat: no-repeat;
  /*
  *background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wordpress/wp-content/themes/heimplanet/_img/bg_news_box.png", sizingMethod="image");
  */
}
div.smallVideoBoxBGLayer {
  width: 257px;
  height: 291px;
  background-image: url(_img/bg_video_box.png);
  background-repeat: no-repeat;
  /*
  *background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wordpress/wp-content/themes/heimplanet/_img/bg_video_box.png", sizingMethod="image");
  */
}

div.newsBoxSmall {
  height: 251px;
  padding: 36px 0 0 22px;
}

div#contentLayer div.newsBoxBig {
  padding: 36px 0 0 22px;
  width: 705px;
}

/*
div#contentLayer div.newsBoxBig span.postedInfo {
  padding-left: 22px;
}
*/

div.newsBoxSmall span.headline,
div#contentLayer div.newsBoxBig span.headline,
div.videoInfoText span.headline {
  width: 200px;
  margin-bottom: 11px;
  color: #000;
  display: block;
}
div#contentLayer div.newsBoxBig span.headline {
  width: 678px;
  padding-left: 22px;
}

div.newsBoxSmall span.copytext,
div#contentLayer div.newsBoxBig span.copytext {
  width: 198px;
  padding-left: 1px;
  display: block;
}
div#contentLayer div.newsBoxBig span.copytext {
  width: 430px;
  padding-left: 23px;
  margin-bottom: 16px;
}
div#contentLayer div.newsBoxBig span.copytext p{
  margin-bottom: 15px;
}
div#contentLayer div.newsBoxBig span.copytext h2{
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 18px;
  color: #000000;
  line-height: 20px;
  font-weight:normal;
  clear: both;
}

div.newsBoxSmall a.readingCommentsLink,
div#contentLayer div.newsBoxBig a.readingCommentsLink {
  position: absolute;
  left: 23px;
  bottom: 16px;
}

div#contentLayer div.newsBoxBig div#relatedTopicsLayer {
  position: absolute;
  left: 515px;
  top: 55px;
  width: 150px;
}

div#contentLayer div.newsBoxBig div#relatedTopicsLayer span.headline {
  width: 182px;
  padding-left: 0;
}

div#contentLayer div.newsBoxBig div#relatedTopicsLayer a.readingCommentsLink {
  position: static;
  line-height: 14px;
  padding-left: 12px;
  background-position: 3px 5px;
  display: block;
  margin-bottom: 4px;
}

div#bevelsBGLayer {
  position: absolute;
  left: 504px;
  top: 678px;
  background-image: url(_img/bg_bevels.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 0;
  overflow: hidden;
}

div#widgetOverviewLayer {
  position: absolute;
  left: 14px;
  top: 704px;
  /*
  width: 959px;
  height: 153px;
  */
  z-index: 1;
}

div.widgetBox1,
div.widgetBox2,
div.widgetBox3,
div.widgetBox4 {
  position: absolute;
  left: 0;
  top: 17px;
  width: 266px;
  height: 157px;
}

div.widgetBox2 {
  left: 238px;
}

div.widgetBox3 {
  left: 476px;
}

div.widgetBox4 {
  left: 714px;
}

/*
div#widgetOverviewLayer div.widgetGreen {
  width: 266px;
  height: 157px;
  background-image: url(_img/bg_widget_green.png);
  background-repeat: no-repeat;
  *background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wordpress/wp-content/themes/heimplanet/_img/bg_widget_green.png", sizingMethod="image");
}

div#widgetOverviewLayer div.widgetRed {
  width: 266px;
  height: 157px;
  background-image: url(_img/bg_widget_red.png);
  background-repeat: no-repeat;
  *background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wordpress/wp-content/themes/heimplanet/_img/bg_widget_red.png", sizingMethod="image");
}

div.widgetBox1 span.headline,
div.widgetBox2 span.headline,
div.widgetBox3 span.headline,
div.widgetBox4 span.headline {
  position: absolute;
  left: 37px;
  top: 32px;
  display: block;
}

div.widgetBox1 a,
div.widgetBox2 a,
div.widgetBox3 a,
div.widgetBox4 a {
  position: absolute;
  left: 14px;
  bottom: 15px;
  width: 195px;
  height: 20px;
  padding: 4px 0 0 32px;
  background-image: url(_img/arrow_widget.gif);
  background-repeat: no-repeat;
  background-position: 24px 9px;
  color: #fff;
}
*/

div#moreVideoLinkLarge,
div#moreVideoLinkSmall {
  position: absolute;
  left: 16px;
  top: 402px;
  width: 479px;
  text-align: right;
  z-index: 2;
}
div#moreVideoLinkSmall {
  width: 243px;
}

div#moreNewsLink {
  position: absolute;
  left: 740px;
  top: 402px;
  width: 229px;
  text-align: right;
  z-index: 2;
}



/* ****************************************************************  */
div#twitterContentLayer {
  position: absolute;
  left: 99px;
  top: 161px;
  z-index: 200;
}
div#twitterContentLayer div#flickrImage {
  width: 158px;
  height: 132px;
  overflow: hidden;
}

div#twitterContentLayer div#flickrLink {
  position: absolute;
  left: 5px;
  top: 134px;
}

/*
div#twitterContentLayer span#postTimeText {
  position: absolute;
  left: 230px;
  top: 134px;
  width: 710px;
  display: block;
}
*/

div#twitterContentLayer div#twitterTextLayer {
  position: absolute;
  left: 169px;
  top: 0px;
  width: 705px;
  height: 137px;
  overflow: hidden;
}
div#twitterContentLayer div#twitterTextLayer span.headline {
  background-color: #000;
  font-size: 30px;
  line-height: 45px;
  padding: 0;
}
div#twitterContentLayer div#twitterTextLayer span.headline a{
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 31px;
  color: #ffffff;
  line-height: 45px;
  text-decoration: none;
  background-color: #000000;
  padding: 0;
}

div#twitterContentLayer div#buttonLayer {
  position: absolute;
  left: 169px;
  top: 136px;
  width: 400px;
}

div#twitterContentLayer div#buttonLayer a {
  float: left;
  margin: 0 4px 0 0;
}

/* ****************************************************************  */



div#videoBoxFadeInLayer {
  position: absolute;
  left: 29px;
  top: 19px;
  display: none;
}

div#videoBoxFadeInLayer span {
  position: absolute;
  left: 0;
  top: 0;
  width: 210px;
  height: 231px;
  padding: 4px 10px 0 7px;
  display: block;
}

div.bevelOneBG {
  background-image: url(_img/bg_bevels_one.gif);
  background-repeat: no-repeat;
  background-position: 10px 277px;
}

div.mouseOverLayerBig {
  position: absolute;
  left: 13px;
  top: 19px;
  width: 465px;
  height: 259px;
}





/* -- NEU --
	ab hier neue Styles bis zum Ende der CSS
*/
div.videoBox2 {
  position: absolute;
  width: 99%;
  height: 350px;
  z-index:4;
	/*display: none;*/
	text-align: center;
	vertical-align: middle;
	top:-30px;
}
div.comment_out_in{
  /*
	top:805px;
	position:absolute;
	*/
	width: 731px;
}
div.commentBox {
  /*
  position: relative;
  left: 280px;
  */
  margin-left: 22px;
  height:320px;
  width: 721px;
  padding-left: 25px;
  padding-top:32px;
  /*
  background-image:url('_img/bg_comment.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  */
  background-image: url(_img/bg_comment.png);
  background-repeat: no-repeat;
  /*
  *background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wordpress/wp-content/themes/heimplanet/_img/bg_comment.png", sizingMethod="image");
  */
  display: none;
}
input.comment{
	width:300px; 
	height:18px; 
	border:1px solid #BBB; 
	margin-bottom:7px; 
	padding:2px;
}
input.submit_comment{
	margin-left:-10px;
}
textarea.comment{
	width:600px;
	height:100px; 
	border:1px solid #BBB; 
	margin-bottom:6px; padding:3px;
}
div.leave_comment{
/*
	position:relative; 
	bottom:-11px; 
	left:-13px;
	*/
	margin-left:10px;
}
div.commentBoxOut {
  /*
  position: relative;
  left: 280px;
  */
  width: 721px;
  margin-left: 22px;
}
div.comment_out{
	width:650px;
}
div.comment_out_bg_top {
  width: 721px;
  height:30px;
  /*
  background-image: url(_img/bg_comment_out_top.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  */
  background-image: url(_img/bg_comment_out_top.png);
  background-repeat: no-repeat;
  /*
  *background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wordpress/wp-content/themes/heimplanet/_img/bg_comment_out_top.png", sizingMethod="image");
  */
}
div.comment_out_bg_middle {
  width: 721px;
  padding-left:25px;
  
  background-image: url(_img/bg_comment_out_middle.gif);
  background-repeat: repeat-y;
  background-position: 0px 0px;
  /*
  background-image: url(_img/bg_comment_out_middle.png);
  background-repeat: no-repeat;
  *background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wordpress/wp-content/themes/heimplanet/_img/bg_comment_out_middle.png", sizingMethod="image");
  */
}
div.comment_out_bg_bottom {
  width: 721px;
  height:40px;
  /*
  background-image: url(_img/bg_comment_out_bottom.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  */
  background-image: url(_img/bg_comment_out_bottom.png);
  background-repeat: no-repeat;
  /*
  *background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wordpress/wp-content/themes/heimplanet/_img/bg_comment_out_bottom.png", sizingMethod="image");
  */
}
/*
	-- ENDE --
*/



img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
	}

img.alignleft {
	margin: 0 10px 10px 0;
	display: inline;
	}


.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
	
	
	/* ******************* TWITTER Layer ********************* */
	.twitter_over{
      cursor:pointer;
   }
   
   
  div#twitterContentLayer div#twitterTextTimeLayer {
    position: absolute;
    left: 292px;
    top: 133px;
    width: 200px;
    height: 20px;
  }
   
  div#twitterContentLayer div#twitterTextMoreLayer {
    position: absolute;
    left: 169px;
    top: 0px;
    width: 705px;
    height: 518px;
    z-index: 20;
    background-image: url(_img/twitter_more_bg.gif);
    background-repeat: no-repeat;
    /*padding-top:155px;*/
    display: none;
    /*border: solid 1px #cccccc;*/
  }
  div#twitterContentLayer div#twitterTextMoreLayer div {
    diplay:block;
    width: 650px;
    height: 92px;
    margin-left:20px;
  }
  
  div#twitterContentLayer div#twitterTextMoreLayer div p.twitterMore {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 17px;
    color: #ffffff;
    line-height: 20px;
    margin-bottom: 5px;
  }
  div#twitterContentLayer div#twitterTextMoreLayer div p.twitterMore a{
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 17px;
    color: #119472;
    line-height: 20px;
  }
  
  div#twitterContentLayer div#twitterTextMoreLayer div p.twitterMoreTime {
    color: #ffffff;
  }
  
  
  div#twitterContentLayer div#twitterTextMoreLayer div.firstTwitterText {
    width:705px;
    height:155px;
    margin-left:0px;
  }
  
  div#twitterContentLayer div#twitterTextMoreLayer div.firstTwitterText span.headline {
    background-color: #000;
    font-size: 30px;
    line-height: 45px;
    padding: 0;
  }
  div#twitterContentLayer div#twitterTextMoreLayer div.firstTwitterText span.headline a{
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 31px;
    color: #ffffff;
    line-height: 45px;
    text-decoration: none;
    background-color: #000000;
    padding: 0;
  }
  



  div.smallBoxArchiv {
    position: absolute;
  }
    
    
    
/* lastfm ---> ************************************************* */

/*
table.lfmWidgetradio_82094d3fa74e2b41fea3043e0b444933 td {
    margin:0
    !important;padding:0
    !important;border:0
    !important;
  }

  table.lfmWidgetradio_82094d3fa74e2b41fea3043e0b444933 tr.lfmHead a:hover {
    background:url(http://cdn.last.fm/widgets/images/de/header/radio/regular_black.png) no-repeat 0 0 !important;
  }

  table.lfmWidgetradio_82094d3fa74e2b41fea3043e0b444933 tr.lfmEmbed object {
    float:left;
  }
  */
  
  div#lastfmPlayer {
    
    position: absolute;
    left: 0px;
    top: 228px;
    
    width: 259px;
    height: 215px;
    background-image: url(_img/bg_lastfm.png);
    background-repeat: no-repeat;
    /*
    *background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wordpress/wp-content/themes/heimplanet/_img/bg_lastfm.png", sizingMethod="image");
    */
  }
  
  div#lastfmPlayer div{
    /*
    position: absolute;
    left:22;
    top: 18px;
    */
    margin-left: 34px;
    margin-top: 25px;
  }
  
  .lastfmWidgetLink {
    position: absolute;
    left: 13px;
    bottom: 12px;
    width: 90px;
    height: 20px;
    padding: 4px 0 0 32px;
    background-image: url(_img/arrow_widget.gif);
    background-repeat: no-repeat;
    background-position: 24px 9px;
    color: #fff;
  }
  
  .lastfmProfilLink {
    position: absolute;
    left: 120px;
    bottom: 12px;
    width: 90px;
    height: 20px;
    padding: 4px 0 0 32px;
    background-image: url(_img/arrow_widget.gif);
    background-repeat: no-repeat;
    background-position: 24px 9px;
    color: #fff;
  }
  
/* <--- lastfm ************************************************* */



/* lastComments ---> ************************************************* */

  
  div#lastComments {
    
    position: absolute;
    left: 0px;
    top: 0px;
    
    width: 259px;
    height: 215px;
    
    background-image: url(_img/bg_widget_red.png);
    background-repeat: no-repeat;
    /*
    *background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wordpress/wp-content/themes/heimplanet/_img/bg_widget_red.png", sizingMethod="image");
    */
  }
  
  
  div#lastComments div {
    margin-left: 37px;
    margin-top: 29px;
    width: 180px;
    height: 148px;
    overflow: hidden;
  }
  div#lastComments p {
    margin-top: 14px;
    color: #fff;
  }
  div#lastComments a {
    color: #fff;
  }
  
  div#lastComments .commentsLink {
    color: #999999;
  }
  
  .widgetMoreLink {
    position: absolute;
    left: 13px;
    bottom: 12px;
    width: 195px;
    height: 20px;
    padding: 4px 0 0 32px;
    background-image: url(_img/arrow_widget.gif);
    background-repeat: no-repeat;
    background-position: 24px 9px;
    color: #fff;
  }
  
  
/* <--- lastComments ************************************************* */


/* wpBookmarks ---> ************************************************* */

  
  div#wpBookmarks {
    
    position: absolute;
    left: 238px;
    top: 0px;
    
    width: 259px;
    height: 215px;
    
    background-image: url(_img/bg_widget_red.png);
    background-repeat: no-repeat;
    /*
    *background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wordpress/wp-content/themes/heimplanet/_img/bg_widget_red.png", sizingMethod="image");
    */
  }
  
  
  div#wpBookmarks div {
    margin-left: 37px;
    margin-top: 29px;
    width: 180px;
  }
  div#wpBookmarks p {
    margin-top: 14px;
    color: #fff;
  }
  div#wpBookmarks .bmkList a {
    width: 180px;
    /*height: 20px;*/
    padding: 2px 0 0 9px;
    background-image: url(_img/arrow_widget.gif);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    color: #fff;
    display: block;
  }
  div#wpBookmarks .bmkList {
    margin-left: 0px;
    margin-top: 12px;
    height: 100px;
    overflow: hidden;
  }
  
  
/* <--- wpBookmarks ************************************************* */

/* wpPoll ---> ****************************************************** */ 
  div#wpPoll {
    
    position: absolute;
    left: 238px;
    top: 228px;
    
    width: 259px;
    height: 215px;
    
    background-image: url(_img/bg_widget_green.png);
    background-repeat: no-repeat;
    /*
    *background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wordpress/wp-content/themes/heimplanet/_img/bg_widget_green.png", sizingMethod="image");
    */
  }
  
  div#wpPoll div.wpPollContainer {
    margin-left: 16px;
    margin-top: 19px;
    width: 215px;
    height: 184px;
    overflow: hidden;
    color: #fff;
    
  }
/* <--- wpPoll ****************************************************** */


/* wpPayPal ---> ****************************************************** */ 
  div#wpPayPal {
    
    position: absolute;
    left: 238px;
    top: 228px;
    
    width: 259px;
    height: 215px;
    
    background-image: url(_img/bg_widget_green.png);
    background-repeat: no-repeat;
  }
  
  div#wpPayPal div {
    margin-left: 37px;
    margin-top: 29px;
    width: 180px;
  }
  
  div#wpPayPal div .wpPayPalImg{
    display:block;
    margin-top: 17px;
  }
  
  
/* <--- wpPayPal ****************************************************** */


/* Post/Insight new ---> ********************************************* */

    div.postContainer {
      /*
      position:absolute;
      left: 257px;
      */
      width: 731px;
    }
    
    div.postContainer div.postTop {
      width: 731px;
      height: 35px;
      background-image: url(_img/post_top.png);
      background-repeat: no-repeat;
      /*
      *background-image: none;
      filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wordpress/wp-content/themes/heimplanet/_img/post_top.png", sizingMethod="image");
      */
    }
    
    
    div.postContainer div.contentParent {
      width: 731px;
      background-image: url(_img/post_dot_line.gif);
      background-repeat: repeat-y;
    }
    
    div.postContainer div.contentParent div.contentMiddle {
      width: 731px;
      
      background-image: url(_img/post_middle.png);
      background-repeat: repeat-y;
      /*
      *background-image: none;
      filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wordpress/wp-content/themes/heimplanet/_img/post_middle.png", sizingMethod="scale");
      */
    }
    
    div.postContainer div.contentParent div.contentMiddle div.postHolder {
      margin-left:10px;
      width:703px;
      background-image: url(_img/post_bg.gif);
      background-repeat: no-repeat;
      background-color:#ede9d3;
    }
    
    
    div.postContainer div.contentParent div.contentMiddle div.postHolder div.postContent {
      width:633px;
      float: left;
      margin-left: 35px;
      
      font-family: Helvetica, Arial, sans-serif;
      font-size: 11px;
      color: #000;
      display: inline;
      
      *height: 450px;
      min-height: 450px;
      height:auto !important;
      
    }
    
    div.postContainer div.contentParent div.contentMiddle div.postHolder div.postContent p{
      margin-bottom: 15px;
    }
    
    div.postContainer div.contentParent div.contentMiddle div.postHolder div.postContent h2{
      font-family: Georgia,"Times New Roman",Times,serif;
      font-size: 18px;
      color: #000000;
      line-height: 20px;
      font-weight:normal;
      clear: both;
      margin-bottom: 10px;
    }
    
    div.postContainer div.postBottom {
      width: 731px;
      height: 60px;
      background-image: url(_img/post_bottom.png);
      background-repeat: no-repeat;
      /*
      *background-image: none;
      filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wordpress/wp-content/themes/heimplanet/_img/post_bottom.png", sizingMethod="image");
      */
    }


/* <--- Post/Insight new ********************************************* */



/* ---> Flickr Images ********************************************* */
    #flickrImages{
      position: absolute;
      left:0px;
      top: 400px;
      width:1000px;
    }
  
    div.flickrImgBg {
      position: absolute;
      left:0px;
      top: 0px;
      width: 259px;
      height: 243px;
      background-image: url(_img/bg_flickr_img.png);
      background-repeat: no-repeat;
    }
    div.flickrImg {
      position: absolute;
      left:13px;
      top: 18px;
      width: 227px;
      height: 184px;
      overflow: hidden;
    }
  
    span.flickrImgTitle {
      position: absolute;
      left:23px;
      top: 217px;
      font-family: Georgia,"Times New Roman",Times,serif;
      font-size: 18px;
      color: #000000;
      line-height: 20px;
      width:217px;
    }
  
    span.flickrImgInfo {
      position: absolute;
      left:24px;
      top: 206px;
      font-size: 9px;
      color: #c50000;
      width:217px;
    }
  
/* <--- Flickr Images ********************************************* */


/* ---> New Startpage ********************************************* */
    #startBlogTeaser{
      position: absolute;
      left:492px;
      top: 0px;
      width:630px;
      height:591px;
      z-index:150;
    }
    
     #startBlogTeaser div.startBlogTeaserBg {
      position: absolute;
      left:0px;
      top: 0px;
      width: 630px;
      height: 591px;
      background-image: url(_img/bg_start_blog_teaser.png);
      background-repeat: no-repeat;
    }
     #startBlogTeaser div.startBlogTeaserHeadline{
      position: absolute;
      left:22px;
      top: 26px;
      width:430px;
      height:50px;
      font-family: Georgia,"Times New Roman",Times,serif;
      font-size: 31px;
      color: #000000;
      line-height: 45px;
      text-decoration: none;
      padding: 0;
    }
    
    #startBlogTeaser div.blogTeaserContainer {
      position: absolute;
      left:23px;
      top: 78px;
    }

    #startBlogTeaser div.blogTeaserContainer div.blogTeaser {
      margin-bottom: 15px;
    }
    
    #startBlogTeaser div.blogTeaserContainer div.blogTeaser span.postedInfo {
      margin-bottom: 3px;
    }
    
    #startBlogTeaser div.blogTeaserContainer div.blogTeaser a span.headline {
      width: 430px;
      margin-bottom: 4px;
      color: #000;
      display: block;
    }
    
    #startBlogTeaser div.blogTeaserContainer div.blogTeaser span.copytext {
      width: 430px;
      margin-bottom: 4px;
      display: block;
    }
    
    #startBlogTeaser div.moreblogTeaser {
      position: absolute;
      left: 0px;
      top: 487px;
      width: 465px;
      text-align: right;
    }
    #startBlogTeaser div.moreblogTeaser a.moreLink{
      background-image: url(_img/arrow_more_ffffff.gif);
      color:#ffffff;
    }
    

    
/* <--- New Startpage ********************************************* */



/* ---> New Big Video Teaser ********************************************* */

  #contentLayer #bigVideoTeaser{
    position: absolute;
    left: 14px;
    top: 0px;
    width: 498px;
    height: 291px;
  }
    
  #contentLayer #bigVideoTeaser div.bigVideoTeaserBg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 498px;
    height: 291px;
    background-image: url(_img/bg_video_box_large.png);
    background-repeat: no-repeat;
  }
  
  #contentLayer #bigVideoTeaser div.bigVideoTeaserImage {
    position: absolute;
    left: 13px;
    top: 19px;
  }
  #contentLayer #bigVideoTeaser div.bigVideoTeaserImage img{
    border: 0px;
  }
  #contentLayer #bigVideoTeaser div.bigVideoTeaserInfo {
    position: absolute;
    left: 13px;
    top: 19px;
    background-color: #e9f1dc;
    width: 227px;
    height: 259px;
    display:none;
  }
  #contentLayer #bigVideoTeaser div.bigVideoTeaserInfo span.headline{
    color: #000000;
    width: 200px;
    margin: 10px;0px;0px;10px;
    display:block;
  }
  
  #contentLayer #bigVideoTeaser div.moreVideoTeaser {
      position: absolute;
      left: 346px;
      top: 259px;
      width: 120px;
      text-align: right;
    }
  #contentLayer #bigVideoTeaser div.moreVideoTeaser a.moreLink{
    background-image: url(_img/arrow_more_ffffff.gif);
    color:#ffffff;
  }

/* <--- New Big Video Teaser ********************************************* */