@charset "UTF-8";
@import url(reset.css);

/* Allgemeines */

body {
	margin:0;	
	text-align:center;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#000000;
    background:#ffffff;
}
#wrapper {
    position:relative;
	width:990px;
	margin:0 auto;
	text-align:left;
}
.clear {
    height:1px;
    clear:both;
    margin:0;
    padding:0;
    font-size:1px;
	line-height:1px;
}

/* Intro */

#intro_wrapper {
	width:990px;
	height:600px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-495px;
	margin-top:-300px;
	background:#000000;
        background-image:url('/images/bg_intro.jpg');
        background-repeat:no-repeat;
        background-position:95px 75px;
        color:#ffffff;
}

#introflash {
    margin:auto;
    padding-top:100px;
    width:720px;height:362px;
}
#videoflash {
    margin-top:-10px;
    width:630px;height:273px;
}
#introflash_insite {
    
    margin-top:-10px;
    width:630px;height:380px;
}

#intro_wrapper #selector {
    background-color:black;
    width:100%;
    height:52px;
    padding-top:4px;
    padding-bottom:4px;
    margin-top:442px;
}

#intro_wrapper #selector .inner {
    width:100%;
    height:29px;
    padding-top:15px;
    border-top:4px solid #fff;
    border-bottom:4px solid #fff;
}

#intro_wrapper #selector .inner a.first {
    padding-right:100px
}

#intro_wrapper #languagechanger  {
    margin-top:35px;
    width:100%;
    height:50px;
}


#intro_wrapper #languagechanger ul{
    margin:0 auto;
    width:220px;
    height:50px;
}

#intro_wrapper #languagechanger ul li {
    float:left;
}
/* Header, Logos */

#header {
	margin-top:5px;    
}
#logo_svv {
    margin-left:4px;
}
#logo_bfu {
    margin-left:34px;
}
#logo_fvs {
    margin-left:29px;
}
#logo {
	cursor:pointer;
    position:absolute;
    left:626px;
    top:7px;
    z-index:999;
}

/* Navigation */

#main_navigation {
    position:absolute;
    left:0;
    top:64px;
    width:960px;
    height:38px;
    padding-left:30px;
    background:url("/images/bg_navigation.gif") repeat-x;
}
#main_navigation ul li {
	float:left;
	margin-right:28px;
    padding-top:17px;
} 

#language_navigation {
    position:absolute;
    right:28px;
    top:64px;
    z-index:2;
}
#language_navigation ul li {
	float:left;
    padding-top:17px;
}
#language_navigation ul li.divider{
	margin-left:1px;
	margin-right:3px;
	margin-top:-1px;
}

#language_navigation ul li#contact {
	margin-right:20px;
}

#sub_navigation {
    position:relative;
    height:29px;
    margin-bottom:2px;
    padding-left:10px;
    background:#000000;
}
#sub_navigation ul li {
	float:left;
	margin-right:16px;
    padding-top:9px;
}


#reason_navigation ul li.blue .reasoncount {
	background-color:#0E0E18;
}
#reason_navigation ul li.green .reasoncount {
	background-color:#18250e;
}
#reason_navigation ul li.red .reasoncount {
	background-color:#660000;
}

#reason_navigation ul li:hover .reasoncount {
	background-color: transparent;
}
/* Inhalt */

#content {
    position:absolute;
    left:0;
    top:102px;
    width:990px;
    padding:0 20px 0 20px;
    background:url("/images/bg_content.gif") repeat-y;
}

/* Inhalt - Linke Spalte */

#left_column {

    float:left;
    width:630px;
}
#main_content {

	font-size:11px;
    line-height:15px;
}




.fundownloadsindex {
	padding-top:445px;
	height:auto;
	width:630px;
    background:#fff url("/images/bg_content_fun.jpg") no-repeat;
    color:#ffffff;
}


.rslogan {
  position:absolute;
  left:118px;
  top:70px;
}

.fundownloadsindex .slogan {
  position:absolute;
  left:40px;
	top:44px;
}
#main_content.fundownloadsfun .description {
    position:absolute;
    left:183px;
    top:335px;
	width:423px;
}

.motorcycleindex {
	height:auto;
	width:630px;
	padding-top:485px;
    background:#fff url("/images/bike.jpg") no-repeat;
    color:#ffffff;
}

#main_content.motorcycleindex .slogan {
  position:absolute;
  left:40px;
  top:44px;
}

#main_content.motorcycleindex .description {
    position:absolute;
    left:183px;
    top:335px;
		width:423px;
}






.slowdownindex {
	height:auto;
	width:630px;
	padding-top:485px;
    background-image:url("/images/bg_content_home.jpg");
	background-repeat:no-repeat;
    color:#ffffff;
}



#main_content.slowdownindex .slogan {
  position:absolute;
  left:40px;
  top:44px;
}



#main_content.slowdownindex .description {
    position:absolute;
    left:283px;
    top:320px;
		width:340px;
}
#main_content.nine_reasons {
    padding:332px 20px 20px 182px;
    background:#030303 url("/images/bg_content_home.jpg") no-repeat;
    color:#ffffff;
}

.reasons {
	background-color:#fff;
}


#main_content #reason_navigation ul li {
    margin-bottom:10px;
		width:310px;
		height:52px;
		cursor:pointer;
}
#main_content #reason_navigation ul li .reasonlable {
	width:42px;
	height:43px;
	padding-left:9px;
	padding-top:9px;
	float:left;
}
#main_content #reason_navigation ul li .reasoncount {
	width:52px;
	height:52px;
	float:left;
}
#main_content #reason_navigation ul li .reasondescription {
	float:left;
	height:38px;
	padding-left:20px;
	padding-top:13px;
	width:187px;
}

#main_content #reason_navigation .blue {
	background-image:url("/images/bg_reason_blue.gif");
}
#main_content #reason_navigation .green {
	background-image:url("/images/bg_reason_green.gif");	
}
#main_content #reason_navigation .red {
	background-image:url("/images/bg_reason_red.gif");
}

#main_content #reason_navigation .odd {
	float:left;
    margin-right:10px;
}
#main_content #reason_navigation .even {
    float:right;
}
#headline {
    width:630px;
    height:125px;
    display:block;
}

div#headline #reasonlabel {
    
    float:left;
    width:167px;
    padding-top:10px;
    padding-left:10px;
}

div#headline #reasontext {
    
    float:left;
    width:420px;
    padding-top:29px;
}
div#headline #reasontext3 {

    float:left;
    width:420px;
    padding-top:29px;
}

#headline_home {
    position:absolute;
    left:19px;
    top:43px;
}
#headline_fun {
    position:absolute;
    left:14px;
    top:43px;
}
#headline, #app_reason {
    margin-bottom:5px;
}
#reason_content_blue {
    background:#ffffff url("/images/bg_content_reason_blue.gif") repeat-y;
    color:#000000;
    margin-bottom:10px;
}

#reason_content_red {
    background:#ffffff url("/images/bg_content_reason_red.gif") repeat-y;
    color:#000000;
    margin-bottom:10px;
}
#reason_content_green {
    background:#ffffff url("/images/bg_content_reason_green.gif") repeat-y;
    color:#000000;
    margin-bottom:10px;
}
#main_content .reason_content_left {
	float:left;
    width:400px;
    margin:0px 0 0 10px;
	margin-top:5px;
}
#main_content .reason_content_right {
    float:right;
    width:200px;
  	margin-top:5px;
    font-size:12px;
    line-height:16px;
    font-weight:bold;
}

#main_content .reason_content_right .normaltext {
	font-weight:normal;
	font-size:11px;
}

#reason_content_blue .reason_content_right {
    color:#303050;
}
#reason_content_red .reason_content_right {
    color:#ba3f4b;
}
#reason_content_green .reason_content_right {
    color:#3f4739;
}
#reason_content_footer {
    margin-top:5px;
    height:52px !important;


}
#reason_content_footer .reason_content_left {
    font-size:10px;
	padding-top:30px;
	float:left;

	width:320px;
}
#reason_content_blue #reason_content_footer .reason_content_left a {
    text-decoration:none;
    color:#303050;
}
#reason_content_red #reason_content_footer .reason_content_left a {
    text-decoration:none;
    color:#ba3f4b;
}
#reason_content_green #reason_content_footer .reason_content_left a {
    text-decoration:none;
    color:#3f4739;
}
#reason_content_footer .reason_content_left img.socialnetworks {
    display:block;
    margin:-21px 5px -3px auto;
}
#reason_content_footer .reason_content_right {
	float:right;

}


#main_content.fundownloadsindex .description {
    position:absolute;
    left:183px;
    top:300px;
		width:423px;
}





#main_content .fun_content_left {
	display:inline;
    position:relative;
    float:left;
    width:400px;
    margin:5px 0 0 10px;
}
#main_content .fun_content_right {
	display:inline;
    position:relative;
    float:left;
    width:200px;
    margin:5px 0 0 20px;
    font-size:12px;
    line-height:16px;
}
#main_content .fun_content_left p {
    margin-bottom:8px;
}
#fun_content_blue, #fun_content_red, #fun_content_green {
    background:#ffffff;
    color:#000000;
}
.fun_content_left a {
    text-decoration:none;
    font-weight:bold;
}
.fun_content_left a:hover {
    text-decoration:underline;
}
#fun_content_blue .fun_content_left a {
    color:#303050;
}
#fun_content_red .fun_content_left a {
    color:#ba3f4b;
}
#fun_content_green .fun_content_left a {
    color:#3f4739;
}
#fun_content_footer {
    margin-top:8px;
    height:52px;
}
#fun_content_footer .fun_content_left {
    position:absolute;
    bottom:0;
    font-size:10px;
}
#fun_content_footer .fun_content_left img.socialnetworks {
    display:block;
}
#fun_content_footer .fun_content_right {
    position:absolute;
    bottom:0;
    right:0;
}
.ruler10_blue {
    margin:10px 0 5px 0;
    border-bottom:10px solid #303050;
}
.ruler10_red {
    margin:10px 0 5px 0;
    border-bottom:10px solid #ba3f4b;
}
.ruler10_green {
    margin:10px 0 5px 0;
    border-bottom:10px solid #3f4739;
}

#teaser_navigation .teaser {
    margin-bottom:9px;
    overflow:hidden;
    background:#cccccc;
    color:#000000;
}
#teaser_navigation a {
    text-decoration:none;
}
#teaser_navigation a .teaser {
    color:#000000;
    cursor:pointer;
    text-decoration:none;
}
#teaser_navigation a.teaser {
    display:block;
}
#teaser_navigation .teaser img {
    float:left;
    margin:0 10px 0 0;
    border:none;
}
#teaser_navigation .teaser p {
    margin:5px 5px 0 0;
    color:#000000;
}
#teaser_navigation .item_left {
	float:left;
    width:310px;
    margin-right:10px;
}
#teaser_navigation .item_right {
    float:right;
    width:310px;
}
#teaser_navigation .bar {
    position:relative;
    padding:3px 10px;
    background:#000000;
    color:#ffffff;
    text-transform:uppercase;
}
#teaser_navigation .bar a {
    display:block;
    color:#ffffff;
}


#teaser_block .teaser {
    margin-bottom:9px;
    overflow:hidden;
    background:#cccccc;
    color:#000000;
}
#teaser_block a {
    text-decoration:none;
}
#teaser_block a .teaser {
    color:#000000;
    cursor:pointer;
    text-decoration:none;
}
#teaser_block a.teaser {
    display:block;
}
#teaser_block .teaser img {
    float:left;
    margin:0 10px 0 0;
    border:none;
}
#teaser_block .teaser p {
    margin:5px 5px 0 0;
    color:#000000;
}
#teaser_block .item_left {
	float:left;
    width:310px;
    margin-right:10px;
}
#teaser_block .item_right {
    float:right;
    width:310px;
}
#teaser_block .bar {
    position:relative;
    padding:3px 10px;
    background:#000000;
    color:#ffffff;
    text-transform:uppercase;
}
#teaser_block .bar a {
    display:block;
    color:#ffffff;
}



/* Inhalt - Rechte Spalte */

#right_column {
    position:relative;
    float:left;
    width:300px;
    margin-left:20px;
    font-size:10px;
    color:#000000;
}
#right_column a {
    text-decoration:none;
    color:#ba3f4b;
    cursor:pointer;
}
#right_column > p, #top_teaser p {
    margin-bottom:4px;
    padding:2px 5px;
}
#right_column #reason_header {
    width:300px;
    height:320px;
    background:#4d1214 url("/images/bg_headerright_9reasons.jpg") no-repeat;
    color:#ffffff;
    margin-bottom:8px;
}
#right_column #reason_header img {
    position:absolute;
    left:118px;
    top:70px;
}
#right_column #reason_navigation ul li {
    margin-bottom:5px;
}

#right_column #top_teaser_flashcontent {
    width:300px;
    height:394px;
}

/* Inhalt - Rechte Spalte - Teaser */

#right_column .teaser {
    margin-bottom:4px;
    overflow:hidden;
    background:#cccccc;
    color:#000000;
}

#right_column .fbteaser {
    margin-bottom:4px;
    overflow:hidden;
    background:#cccccc;
    color:#000000;
height:95px;
}

#right_column a .teaser {
    color:#000000;
}
#right_column a.teaser {
    display:block;
}
#right_column .teaser img {
    float:left;
    margin:5px 7px 10px 5px;
    border:none;
}
#top_teaser img, #clip_teaser img {
    margin:0;
    border:none;
}
#right_column .teaser p {
    margin:5px;
}
#right_column .teaser .bar {
    position:relative;
    padding:3px 5px;
    background:#000000;
    color:#ffffff;
    text-transform:uppercase;
}
#right_column .fbteaser .fbbar {
    position:relative;
    padding:3px 5px;
    background:#000000;
    color:#ffffff;
    text-transform:uppercase;
}
#right_column .teaser .bar a {
    display:block;
    color:#ffffff;
}
#right_column .item_left {
	float:left;
    width:148px;
    margin-right:4px;
}
#right_column .item_right {
    float:right;
    width:148px;
}

#right_column #reason_navigation ul li {
    margin-bottom:10px;
		width:300px;
		height:52px;
		cursor:pointer;
}
#right_column #reason_navigation ul li .reasonlable {
	width:42px;
	height:43px;
	padding-left:9px;
	padding-top:9px;
	float:left;
	cursor:pointer;
}
#right_column #reason_navigation ul li .reasoncount {
	width:52px;
	height:52px;
	float:left;
	cursor:pointer;
}
#right_column #reason_navigation ul li .reasondescription {
	float:left;
	padding-left:20px;
	padding-top:14px;
	width:177px;
	height:38px;
	cursor:pointer;
}

#right_column #reason_navigation .blue {
	background-image:url("/images/bg_reason_blue_s.gif");
}
#right_column #reason_navigation .green {
	background-image:url("/images/bg_reason_green_s.gif");	
}
#right_column #reason_navigation .red {
	background-image:url("/images/bg_reason_red_s.gif");
}

/* Wetter */

#weather_container {
    margin:5px 4px 10px 6px;
}
#weather_container .weather_forecast {
	display:inline;
    float:left;
    width:72px;
}
#weather_container .weather_forecast img {
    display:block;
    float:none;
    margin:0 auto;
    border:none;
}
#weather_container .weather_forecast p {
    margin:2px 0 5px 0;
    text-align:center;
    font-size:9px;
    overflow:hidden;
}

/* Footer */

#footer {
    position:relative;
    width:990px;
    margin:0 -20px 0 -20px;
    padding:16px 0 5px 0;
	font-size:9px;
    text-align:right;
	color:#888888;
    background:#ffffff url("/images/bg_footer.gif") repeat-x;
}
#footer div {
    margin-right:5px;
}
#footer div a, #footer div p, #footer div span {
    margin-left:10px;
}
#footer a {
    text-decoration:none;
    color:#888888;
}
#footer a:hover {
    text-decoration:none;
    color:#000000;
}


#socialbuttons {
	
}

#socialbuttons a {
	padding-right:5px;
	float:left;
}

.imgtitle {
	display:none;
}


h1.oneheadline {
	width:594px;
	height:74px;
	padding:18px;
        padding-top:30px;
        padding-bottom:0px;
	margin-bottom:5px;
}

hr.oneheadline {
	border:none;
	width:100%;

	height:10px;
	margin-bottom:16px;
}

h1.twoheadline {
	width:594px;
	height:74px;
	padding:18px;
	margin-bottom:5px;
}

h1.agendaheadline {
    width:600px;
    height:40px;
    padding:6px 30px;
    padding-right:0px;
    margin-bottom:5px;
}
h1.agendaheadline.oneline {
    padding-top:10px;
    height:30px;
}

hr.twoheadline {
	border:none;
	width:100%;

	height:10px;
	margin-bottom:16px;
}

div.agendaentry {
    padding-bottom:20px;
}
div.agendaentry div.agendatext {
    padding-left:30px;
}

div.agendaentry.red div.agendatext,div.agendaentry.red div,div.agendaentry.red div a {
    color: #bb3f4a;
}
div.agendaentry div strong {
    font-weight:bold;
}
div.agendaentry div{
    padding-left:0px;
}

div.agendaentry.red div.agendatext a{
    color: #bb3f4a;
}

div.agendaentry.green div.agendatext,div.agendaentry.green div,div.agendaentry.green div a {
    color: #3f4739;
}

div.agendaentry.green div.agendatext a{
    color: #303050;
}


div.agendaentry.blue div.agendatext,div.agendaentry.blue div,div.agendaentry.blue div a {
    color: #303050;
}

div.agendaentry.blue div.agendatext a{
    color: #303050;
}

.redheadline {
	background-color:#bb3f4a;
}

.blueheadline {
	background-color:#303050;
}
.greenheadline {
	background-color:#3f4739;
}

h2 {
	background-color:#fff;
	color:#000;
	font-weight:bold;
	width:610px;
	padding-left:00px;
	padding-right:10px;
	line-height:12px;
	margin-top:10px;
	margin-bottom:10px;
}


.about h2 {
	color:#000;
	font-weight:bold;
	background-color:#fff;
}

#main_content.about p {

	margin-bottom:10px;
}

#brakewayform {
    width:630px;
    background-color:#303050;
    height:175px;
    padding-top:12px;
}

#brakewayform .formbox {
    float:left;
    height:127px;

    width:125px;
    padding-left:15px;
    padding-right:10px;
    color:#fff;
}

#brakewayform .seperator {
	float:left;
	width:8px;
	height:164px;
	background-image:url('/images/form-seperator.png');
	background-repeat:no-repeat;

}

#brakewayform .formbox .title {
    text-align:center;
		width:100%;
    color:#fff;
    height:32px;

}

#brakewayform .inputs input.speed1 {
    width:82px;
    padding-right:5px;
		background-color:#303050;
		border:2px solid #fff;
		height:16px;
		color:#fff;
		padding:2px;
		float:left;
		margin-top:37px;
}

#brakewayform .inputs .radioselect {
    width:115px;
		text-align:center;
		background-color:#303050;
		border:2px solid #fff;
		height:18px;
		color:#fff;
		padding:2px;
		margin-bottom:10px;
			

}

#brakewayform .inputs .radioselect:hover {
	background-color:#000;
}

#brakewayform .inputs .radioselectactive {
	background-color:#000;
}
#brakewayform .inputs .button {
	margin-top:37px;
	width:115px;
	text-align:center;
	background-color:#303050;
	border:2px solid #fff;
	height:18px;
	color:#fff;
	padding:2px;
	margin-bottom:10px;
	cursor:pointer;
}
#brakewayform .inputs .button:hover {
	background-color:#000;
}

#brakewayform .inputs input.reaction1 {
    width:90px;
    padding-right:5px;
	background-color:#303050;
	border:2px solid #fff;
	height:16px;
	color:#fff;
	padding:2px;
	float:left;
	margin-top:37px;
}

#brakewayform .inputs .lable {
	padding-top:3px;
	margin-top:37px;
	float:right;
}


#brakewayform .last {
    width:100px;

}

#brakewayform div.action {
    text-align:right;
    padding-right:20px;
}

#brakewayflash {
    backgroun-color:#000;
    height:100px;
    width:630px;
    margin-bottom:10px;
}

#socialbuttons {
    margin-bottom:10px;
}





/* FORMSTUFF */
form.niceform div.formblock {
  margin-bottom:10px;
}
form.niceform div.formblock div.label {
  margin-bottom:3px;
  font-weight:bold;
}

form.niceform div.formblock div.field input:focus {
  background-color:#ffD090;
}
form.niceform div.formblock.error div.field input {
  background-color:#fee;
}

form.niceform div.formblock.error div.errormax {
  font-size:0.8em;
  padding:2px;
  width:100%;
  color: #fff;
  background-color:#ffaaaa;
  border:1px solid #ff6666;
  margin: 5px 0px 5px 0px;
}

form.niceform div.formblock.error div.error {
  font-size:0.8em;

  color: #f00;
}
div.errorinfo {

  background-image: url(../images/warn-trans.png);
  background-repeat:no-repeat;
  background-position: 5px 3px;
  padding:20px 0px 20px 60px;

  background-color:#fee;
  border:1px solid #ff6666;
  margin: 5px 0px 20px 0px;
}
form.niceform div.formcolumn1 {
  width:50%;
  float:left;
}
form.niceform div.formcolumn2 {
  width:50%;
  float:left;
}

form.niceform div.adminformfunctions {
  border:2px solid red;
  padding:2px;
  margin:10px 0px;
}

/* END FORM STUFF */


/* TEXTPAGE */
div.textpage {
    padding:10px;

}
p strong {
    font-weight:bold;
}
div.textpage p {
    margin-bottom:10px;
}
div.textpage p.links {
    margin-top:10px;
}
div.textpage a {
    color: #666;
}
div.textpage a:hover {
    text-decoration:none;
}
div.textpage h1 {
    text-transform:uppercase;
    font-weight:bold;
    font-size:2em;
    line-height:1.2em;
    margin-bottom:10px;
    
}

/* IMAGE GENS */
div.slogan div.bar.top {
    margin-bottom:10px;
}
div.slogan div.bar.bottom {
    margin-top:10px;
   
}

div.rslogan div.rbar.rtop {
    margin-bottom:10px;
}
div.rslogan div.rbar.rbottom {
    margin-top:10px;
   
}
div.slogan p.shorttext {
    margin-top:7px;
}

div.button {
    width:200px;
    height:52px;
    text-align:center;
    cursor:pointer;
}
div.button.blue {
    background-image: url(../images/button_blue.gif);

    background-repeat:no-repeat;
}
div.button.red {
    background-image: url(../images/button_red.gif);

    background-repeat:no-repeat;
}
div.button.green {
    background-image: url(../images/button_green.gif);

    background-repeat:no-repeat;
}

/* NEW CONTENT */
#new_content strong {
    font-weight:bold;
}
#new_content .new_content_left {

    float:left;
    width:300px;
    margin:5px 0 0 10px;
}
#new_content .new_content_left_full {
	display:inline;
    position:relative;
   
    width:600px;
    margin:5px 0 0 10px;
}

#new_content div.leftfloat {
    float:left;
    width:200px;
    margin-right:11px;
}

#new_content div.leftfloat.last {
    margin-right:0px;
}
#new_content .new_content_right {

    float:left;
    width:200px;
    margin:5px 0 0 20px;
    font-size:12px;
    line-height:16px;
    font-weight:bold;
}

div.longbar {
    font-size:1px;
    height: 10px;
    margin-bottom:6px;
    
}
div.longbar.blue {
    background-color: #26273b;
}
div.longbar.red {
    background-color: #bb3f4a;
}

div.legend {
    font-size:9px;
    font-weight:normal;
}

a {
    text-decoration:underline;
    color:#333;
}
a:hover {
    text-decoration:none;
}

.media p {
	margin-bottom:15px;
}

.mediadownload {
	margin-bottom:15px;
	float:right;
	margin-left:auto;
}
#medialist {
	margin-bottom:15px;
}

th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
table.object {
	width:100%;
	margin-bottom:20px;
}

table.object th {
	text-align:left;

  color:#fff;
	padding:2px;	
	border-bottom:1px solid #fff;
}
table.blueobject th {
		background-color:#303050;
}
table.object th a {
	color:#fff;
}
table.object td {
	border-bottom:1px solid #ccc;

	padding:5px;
}

table.object tr.last td {
	border-bottom:1px solid #6CC3FF;
}
table.object tr.first td {
	font-weight:bold;
}



table.object tr td.command,table.object tr th.command {
	text-align:right;
}

.bhighlight {}

.switcher {
	cursor:pointer;

}
#linker {
	cursor:pointer;
	width:630px;
	height:425px;
	z-index:10;
	position:absolute;
	top:30px;
}

div#clear {
clear:left;
margin:0;
padding:0;
border:1px solid black;
}
#top_teaser_engel {
	width:300px;
	height:400px;

	margin:0px;
	padding:0px;
	margin-bottom:4px;
}
.fbfriend {
	line-height:15px;
	font-weight:bold;
	font-size:14px;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	color: rgb(59, 89, 152);
}