#tipps_title {
height:40px;
width: 570px;
margin-top: 25px;
margin-bottom: 15px;
padding-left:30px;
text-transform:uppercase;
}

/* lines */
.tipps_line_separ_wrap {
padding:12px 0px;
clear:both;
}
.tipps_line_separ {
background-color:#c8c8c8;
height:1px;
width:520px;
}
.tipps_line_left {
float:left;
width:200px;
}
.tipps_line_right {
float:left;
width:320px;
}
.tipps_line_weiterlessen {
text-align:right;
}

/* header with zur liste */
#tipps_back_wrap {
float:right;
padding-right:7px;
}
#tipps_back {
text-transform:lowercase;
width:163px;
height:31px;
line-height:31px;
background-image:url(../_images/tipps_zur_liste.png);
background-repeat:no-repeat;
display:block;
cursor:pointer;
}



/* color */
.tipps_gray:link {
text-decoration:none;
color:#92999e;
}
.tipps_gray:visited {
text-decoration:none;
color:#92999e;
}
.tipps_gray:active {
text-decoration:none;
color:#92999e;
}
.tipps_gray:hover {
text-decoration:underline;
color:#92999e;
}

.tipps_white:link {
text-decoration:none;
color:#ffffff;
}
.tipps_white:visited {
text-decoration:none;
color:#ffffff;
}
.tipps_white:active {
text-decoration:none;
color:#ffffff;
}
.tipps_white:hover {
text-decoration:underline;
color:#ffffff;
}

