 /*=======================================================*/
 /* Abgefuckt-liebt-Dich.de - Standard                    */
 /*=======================================================*/
 /* Allgemeine Classes                                    */
 /*=======================================================*/
 
 a.no_underline
 { 
  text-decoration:none;
  font-weight:normal;
 }
 .chat_writer_black
 {
  font-family:Trebuchet MS, Tahoma;
  font-size:11px;
  color:Black;
  font-weight: bold;
  text-decoration:none;
 }
 .chat_writer_red
 {
  font-family:Trebuchet MS, Tahoma;
  font-size:11px;
  color:Red;
  font-weight: bold;
  text-decoration:none;
 }
 .chat_writer_blue
 {
  font-family:Trebuchet MS, Tahoma;
  font-size:11px;
  color:Blue;
  font-weight: bold;
  text-decoration:none;
 }
 .chat_writer_green
 {
  font-family:Trebuchet MS, Tahoma;
  font-size:11px;
  color:Green;
  font-weight: bold;
  text-decoration:none;
 }
 .chat_writer_orange
 {
  font-family:Trebuchet MS, Tahoma;
  font-size:11px;
  color:#FF8000;
  font-weight: bold;
  text-decoration:none;
 }
 .chat_writer_lila
 {
  font-family:Trebuchet MS, Tahoma;
  font-size:11px;
  color:Fuchsia;
  font-weight: bold;
  text-decoration:none;
 }
 .chat_message
 {
  font-family:Trebuchet MS, Tahoma;
  font-size:11px;
  color:Black;
 }
 
 .chat_message_admin
 {
  font-family:Trebuchet MS, Tahoma;
  font-size:11px;
  color:Black;
  font-style:italic;
 }
 
 .code
 {
  font-family:Courier New;
  font-size: 11px;
  color:Navy;
  background-color:Silver;
  border-width:1px;
  border-color:Black;
  border-style:solid;
 }
 
 .voting_bar_1
 {
  background-color: #FF1E1E;
  font-family:Trebuchet MS, Tahoma;
  font-size:11px;
  color:White;
 }
 
 .voting_bar_2
 {
  background-color: #41D500;
  font-family:Trebuchet MS, Tahoma;
  font-size:11px;
  color:White;
 }
 
 .voting_bar_3
 {
  background-color: #FF0AFC;
  font-family:Trebuchet MS, Tahoma;
  font-size:11px;
  color:White;
 }
 .header
 {
  font-weight:bold;
 }
 .help_box
 {
  width:400px;
  font-size:9px;
  border-style:none;
  background-color:transparent;
  font-family:Trebuchet MS, Tahoma; 
 } 
 .error
 {
  color:#FF1E1E;
  font-weight: bold;
 } 
 .success
 {
  color:#218421;
  font-weight: bold;
 }
 
 table.success
 {
  background-color:#218421;
 }
 table.error
 {
  background-color:#FF1E1E;
 }
 .box_attention
 {
  background-color:#FF1E1E;
  font-family:Trebuchet MS, Tahoma;
  font-size:11px;
  color:White;
  border-color:Black;
  border-style:solid;
  border-width:1px;
 }
 .box_success
 {
  background-color:#41D500;
  font-family:Trebuchet MS, Tahoma;
  font-size:11px;
  color:White;
  border-color:Black;
  border-style:solid;
  border-width:1px;
 }
 .body_online_list
 {
  background-color:White;
 }
 a
 { 
  font-weight:bold;
  color:Black;
  text-decoration:underline;
  font-size:11px;
 }
 
 a.read_messages
 { 
  font-weight:normal;
  color:Black;
  text-decoration:underline;
  font-size:11px;
 }
 a.alternativ
 { 
  font-weight:normal;
  color:Black;
  text-decoration:underline;
  font-size:11px;
 }
 a.attention
 { 
  font-weight:bold;
  color:White;
  text-decoration:underline;
  font-size:11px;
 }
 a.in_headers
 { 
  font-weight:bold;
  color:#F8F8F8;
  text-decoration:none;
  font-size:11px;
 }
 
 span.online
 { 
  color:#218421;
  font-weight:bold;
 } 
 /*=======================================================*/
 /* Spezielle Classes                                     */
 /*=======================================================*/
 .navigation_top_background
 {
  background-color: #FF9327;
  color: #FF9327;
  font-size:11px;
 }
 .logo_background
 {
  background-color:#FADA27;
 }
 
 .gender_f
 {
  font-weight: bold;
  color:#FADA27;  
 }
 .gender_m
 {
  font-weight: bold;
  color: #FF9327;  
 }
  .gender_d
 {
  font-weight: bold;
  color: #000000;  
 }
 .body
 {
  background-color:#F0EEEE;
  font-family:Trebuchet MS, Tahoma;
  font-size:11px;
  color:Black;
 }
 
 .normal, div
 {
  font-family:Trebuchet MS, Tahoma;
  font-size:11px;
  color:Black;
 }
 
 .background
 {
  font-family:Trebuchet MS, Tahoma;
  font-size:11px;
  color:Black;
  background-image: url(https://www.abgefuckt-liebt-dich.de/vorlagen/standard/hintergrund.gif);
  background-repeat: no-repeat;
 } 
 
 h1
 {
  font-family:Trebuchet MS, Tahoma;
  font-size:15px;
  color:Black;     
  text-align:left;
 } 

 h1.inline
 {
  font-family:Trebuchet MS, Tahoma;
  font-size:15px;
  color:Black;
  display:inline;
  text-align:left;
 } 

 .box
 {
  background-color:#FADA27;
  font-family:Trebuchet MS, Tahoma;
  font-size:11px;
  color:Black;
 }
 .box_2
 {
  background-color:White;
  font-family:Trebuchet MS, Tahoma;
  font-size:11px;
  color:Black;
 }
 .box_navigation
 {
  background-color:#FFEF94;
  font-family:Trebuchet MS, Tahoma;
  font-size:11px;
  color:Black;
 }
 
 select
 {
  font-family:Trebuchet MS, Tahoma, Trebuchet MS;
  font-size:11px;
  color:Black;
  width:190px;
  background-color:White;
  border-color:#FF9327;
  border-style:solid;
  border-width:1px;
 }
 
 .bb_button
 {
  border-color:Black;
  border-style:solid;
  border-width:1px;
  background-color:Red; 
  font-family:Trebuchet MS, Tahoma, Trebuchet MS;
  font-size:11px;
  color:White;
  width: 24px;
  border-style: outset;
 }
 .button_small
 {
  background: transparent;
  background-image: url(https://www.abgefuckt-liebt-dich.de/vorlagen/standard/button_hintergrund_klein_mobile.gif);
  height: 23px;
  width: 55px;
  border: 0px;
  font-size: 13px;
  font-weight: bold;
  font-family: Tahoma;
  color: White;
  text-align: center;
  vertical-align: middle;
  text-decoration:none;
  display: block;
  line-height: 22px;
  left:4px;
  text-transform: none;
 }
 .button_small:hover
 {
  text-transform:uppercase;
 }
 .button_small_mobile
 {
  background: transparent;
  background-image: url(https://www.abgefuckt-liebt-dich.de/vorlagen/standard/button_hintergrund_klein_mobile.gif);
  height: 23px;
  width: 55px;
  border: 0px;
  font-size: 7px;
  font-weight: bold;
  font-family: Tahoma;
  color: White;
  text-align: center;
  vertical-align: middle;
  text-decoration:none;
  display: block;
  line-height: 11px;
  left:2px;
  text-transform: none;
 }
 .button_small_mobile:hover
 {
  text-transform:uppercase;
 }
 .button_large
 {
  background: transparent;
  background-image: url(https://www.abgefuckt-liebt-dich.de/vorlagen/standard/button_hintergrund_gross.gif);
  height: 23px;
  width: 190px;
  border: 0px;
  font-size: 13px;
  font-weight: bold;
  font-family: Tahoma;
  color: White;
  text-align: center;
  vertical-align: middle;
  text-decoration:none;
  display: block;
  line-height: 22px;
  left:4px;
  text-transform: none;
 }
 .button_large:hover
 {
  text-transform:uppercase;
 }
 .button_medium
 {
  background: transparent;
  background-image: url(https://www.abgefuckt-liebt-dich.de/vorlagen/standard/button_hintergrund_mittel.gif);
  height: 23px;
  width: 150px;
  border: 0px;
  font-size: 13px;
  font-weight: bold;
  font-family: Tahoma;
  color: White;
  text-align: center;
  vertical-align: middle;
  text-decoration:none;
  display: block;
  line-height: 22px;
  left:4px;
  text-transform: none;
 }
 .button_medium:hover
 {
  text-transform:uppercase;
 }
 .button_sub_small
 {
  background: transparent;
  background-image: url(https://www.abgefuckt-liebt-dich.de/vorlagen/standard/button_hintergrund_sub_klein.gif);
  height: 20px;
  width: 64px;
  border: 0px;
  font-size: 11px;
  font-weight: bold;
  font-family: Tahoma;
  color: White;
  text-align: center;
  vertical-align: middle;
  text-decoration:none;
  display: block;
  line-height: 19px;
  left:4px;
  text-transform: none;
 }
 .button_sub_small:hover
 {
  text-transform:uppercase;
 }
 .button_sub_large
 {
  background: transparent;
  background-image: url(https://www.abgefuckt-liebt-dich.de/vorlagen/standard/button_hintergrund_sub_gross.gif);
  height: 20px;
  width: 150px;
  border: 0px;
  font-size: 11px;
  font-weight: bold;
  font-family: Tahoma;
  color: White;
  text-align: center;
  vertical-align: middle;
  text-decoration:none;
  display: block;
  line-height: 19px;
  left:4px;
  text-transform: none;
 }
 .button_sub_large:hover
 {
  text-transform:uppercase;
 }
 .button_sub_medium
 {
  background: transparent;
  background-image: url(https://www.abgefuckt-liebt-dich.de/vorlagen/standard/button_hintergrund_sub_mittel.gif);
  height: 20px;
  width: 110px;
  border: 0px;
  font-size: 11px;
  font-weight: bold;
  font-family: Tahoma;
  color: White;
  text-align: center;
  vertical-align: middle;
  text-decoration:none;
  display: block;
  line-height: 19px;
  left:4px;
  text-transform: none;
 }
 .button_sub_medium:hover
 {
  text-transform:uppercase;
 }
 select.large
 {
  font-family:Trebuchet MS, Tahoma, Trebuchet MS;
  font-size:11px;
  color:Black;
  width:467px;
  background-color:White;
  border-color:#FF9327;
  border-style:solid;
  border-width:1px;
 }
 select.small
 {
  font-family:Trebuchet MS, Tahoma, Trebuchet MS;
  font-size:11px;
  color:Black;
  width:110px;
  background-color:White;
  border-color:#FF9327;
  border-style:solid;
  border-width:1px;
 }
 
 select.very_small
 {
  font-family:Trebuchet MS, Tahoma, Trebuchet MS;
  font-size:11px;
  color:Black;
  width:50px;
  background-color:White;
  border-color:#FF9327;
  border-style:solid;
  border-width:1px;
 } 
 select.very_very_small
 {
  font-family:Trebuchet MS, Tahoma, Trebuchet MS;
  font-size:11px;
  color:Black;
  width:38px;
  background-color:White;
  border-color:#FF9327;
  border-style:solid;
  border-width:1px;
 }
 input.small
 {
  font-family:Trebuchet MS, Tahoma, Trebuchet MS;
  font-size:11px;
  color:Black;
  width:110px;
  background-color:White;
  border-color:#FF9327;
  border-style:solid;
  border-width:1px;
 }
 input.file
 {
  font-family: Trebuchet MS, Tahoma, Trebuchet MS;
  font-size:11px;
  color:Black;
  border-color:Black;
  border-style:solid;
  border-width:1px;
 }
 input.large
 {
  font-family:Trebuchet MS, Tahoma, Trebuchet MS;
  font-size:11px;
  color:Black;
  width:190px;
  background-color:White;
  border-color:#FF9327;
  border-style:solid;
  border-width:1px;
 }
 input.very_large
 {
  font-family:Trebuchet MS, Tahoma, Trebuchet MS;
  font-size:11px;
  color:Black;
  width:300px;
  background-color:White;
  border-color:#FF9327;
  border-style:solid;
  border-width:1px;
 }
 input.chat
 {
  font-family:Trebuchet MS, Tahoma, Trebuchet MS;
  font-size:11px;
  color:Black;
  width:310px;
  background-color:White;
  border-color:#FF9327;
  border-style:solid;
  border-width:1px;
 }
  
 input.very_small
 {
  font-family:Trebuchet MS, Tahoma, Trebuchet MS;
  font-size:11px;
  color:Black;
  width:50px;
  background-color:White;
  border-color:#FF9327;
  border-style:solid;
  border-width:1px;
 }
 input.very_very_small
 {
  font-family:Trebuchet MS, Tahoma, Trebuchet MS;
  font-size:11px;
  color:Black;
  width:20px;
  background-color:White;
  border-color:#FF9327;
  border-style:solid;
  border-width:1px;
 }
 textarea
 {
  font-family:Trebuchet MS, Tahoma, Trebuchet MS;
  font-size:11px;
  color:Black;
  width:190px;
  background-color:White;
  border-color:#FF9327;
  border-style:solid;
  border-width:1px;
 }
 textarea.large
 {
  font-family:Trebuchet MS, Tahoma, Trebuchet MS;
  font-size:11px;
  color:Black;
  width:300px;
  background-color:White;
  border-color:#FF9327;
  border-style:solid;
  border-width:1px;
 }
 textarea.very_large
 {
  font-family:Trebuchet MS, Tahoma, Trebuchet MS;
  font-size:11px;
  color:Black;
  width:450px;
  background-color:White;
  border-color:#FF9327;
  border-style:solid;
  border-width:1px;
 }
 
  textarea.very_very_large
 {
  font-family:Trebuchet MS, Tahoma, Trebuchet MS;
  font-size:11px;
  color:Black;
  width:535px;
  background-color:White;
  border-color:#FF9327;
  border-style:solid;
  border-width:1px;
 }
 .border_complete
 {
  border-color:#FF9327;
  border-style:solid;
  border-width:1px;
  background-color:White;
 }
 .border_complete_body
 {
  border-color:#FF9327;
  border-style:solid;
  border-width:1px;
  border-bottom-width:none;
  background-color:White;
 }
 hr.divider
 {
  color: #FF9327;
  background-color: #FF9327;
  height: 1px;
  border: none;
 }
 .in_headers
 { 
  font-family:Trebuchet MS, Tahoma;
  color:#F8F8F8;
  font-size:11px;
 }
 .marker_true
 {
  background-color: #FF9327;
 }
 
  .marker_false
 {
  background-color: #FADA27;
 }
 
 .featured
 {
  background-color: #FF49FD;
 }  
 
.box_header
{
  font-family:Tahoma;
  font-size:13px;
  color:#F8F8F8;
  font-weight:bold;
  text-transform:uppercase;
  text-decoration: none;
} 
a.box_header
{
  font-family:Tahoma;
  font-size:13px;
  color:#F8F8F8;
  font-weight:bold;
  text-transform:uppercase;
  text-decoration: none;
} 
.box_header_small
{
  font-family:Tahoma;
  font-size:9px;
  color:White;
  text-transform:uppercase;
  text-decoration: none;
}
.profile_box_header_background
{
  background-color:#FF9327;
  font-size:11px;
}
.profile_box_content
{
 background-color:White;
 font-family:Trebuchet MS, Tahoma;
 font-size:11px;
 color:Black;
}
.profile_box_header
{
  font-family:Tahoma;
  font-size:13px;
  color:White;
  font-weight:bold;
  text-transform:uppercase;
}
.profile_box_border
{
  border-color:#FF9327;
  border-style:none;
  border-width:1px;
  background-color:White;
}
img.border
{
 border-color:Black;
 border-style:solid;
 border-width:1px;
}
 .profile_footer
 {
  background-color:#FF9327;
  font-family:Trebuchet MS, Tahoma;
  font-size:11px;
  color:White;
 } 
 
 .profile_background
 {
  background-color: #FFFFFF;
  background-image: url(https://www.abgefuckt-liebt-dich.de/vorlagen/standard/hintergrund.gif);
  background-repeat: no-repeat; 
 }
 
.pagebar 
{
 font-family: Trebuchet MS, Tahoma;
 font-size: 11px;
 font-size-adjust: none;
 font-stretch: normal;
 font-style: normal;
 font-variant: normal;
 font-weight: normal;
 line-height: normal;
 margin: 0px;
 padding-bottom: 5px;
 padding-top: 0px;
 text-align: center;
}
.pagebar a
{
 background: #FFFFFF none repeat scroll 0%;
 border: 1px solid #DDDDDD;
 padding: 2px 6px;
 text-decoration: none;
}
.pagebar a:visited
{
 background: #FFFFFF none repeat scroll 0%;
 border: 1px solid #DDDDDD;
 padding: 2px 6px;
 text-decoration: none;
}
.pagebar .break 
{
 background: #FFFFFF none repeat scroll 0%;
 border: medium none;
 padding: 2px 6px;
 text-decoration:none;
}
.pagebar .current_page
{
 background: #FFFFFF none repeat scroll 0%;
 border-color: #999999;
 font-weight: bold;
 padding: 2px 6px;
 vertical-align: top;
}
.pagebar a:hover
{
 background: #FF9327 none repeat scroll 0%;
 border-color: #000000;
 color: #FFFFFF;
 text-decoration: none;
}
.quote
{
 margin-left: 20px;
 border-style: dashed;
 border-width: 1px;
 border-color: #FF9327;
 background-color: #EEEEEE;
 font-family:Trebuchet MS, Tahoma;
 font-size:10px;
 color:Black;
} 