@charset "utf-8"; /* CSS Document */ body { background: transparent url('images/back_repeat.jpg') repeat-y top center; color: #26423e; } #background { background: transparent url('images/back_frontpage_fixed.jpg') no-repeat top center; } #container { background-image: url('images/back_frontpage_top.jpg'); background-position: top center; background-repeat: no-repeat; } /************************************/ /* BLOCKS */ /************************************/ #blocks { width: 980px; height: 330px; } #block1 { float: left; width: 390px; height: 330px; margin-left: 50px; } .video { -moz-border-radius-bottomleft: 50px 50px; border-bottom-left-radius: 50px 50px; } p.payoff { font-family: DroidSansRegular, Arial; width: 390px; margin: 28px 0px 0px 0px; text-align: right; line-height: 42px; font-size: 34px; font-style: italic; color: #70b230; } #block2 { float: left; width: 200px; height: 290px; margin-left: 20px; padding: 20px; background-color: #70b230; } #block2 h2, #block2 a:link, #block2 a:visited { color: white; } #block3 { float: left; width: 220px; height: 310px; margin-left: 20px; padding: 0px 10px 20px 10px; background-color: #3d5c57; } #block2 h3 { color: #26423e; } #block3 p{ color: white; } .foto { -moz-border-radius: 10px 10px; border-radius: 10px 10px; } /************************************/ /* CONTENT */ /************************************/ #content { width: 980px; min-height: 300px; } #content_left { float: left; width: 390px; height: 150px; margin: 150px 0px 0px 50px; } #content_right { float: left; width: 460px; margin-left: 20px; padding: 40px 20px; color: #a6a6a6; } .newsitem { padding: 10px 0px 5px 0px; } .news_title { font-family: DroidSansRegular, Arial; font-size: 20px; font-weight: normal; line-height: 28px; color: #a6a6a6; } .news_intro { color:#a6a6a6; } .newsitem a { text-decoration:none; display:block; padding:5px 5px 5px 20px; } .newsitem a:hover span.news_title { color:#fff; } .newsitem a:hover span.news_intro { color:#26423e; } .newsitem a:hover { background-color:#70b230; } .take_a_tour { line-height:30px; font-weight:bold; } .take_a_tour_title { margin-bottom:30px; }