﻿body{
  font-family: Tahoma, Arial, sans-serif;
  font-size: small;
}

p{
    margin-top: 0px;
}

h1{
    margin-top: 0px;
    margin-left: 10px;
    color: DimGray;
    font-size: x-large;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: thin solid red;
}

.boolCellTrue{
	background-image: url("../images/check2.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.boolCellFalse{
	background-image: url("../images/cross_small.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.boolCellCompareTrue{
	background-image: url("../images/check2.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
	background-color: #8EFF8A;
}

.boolCellCompareFalse{
	background-image: url("../images/cross_small.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
	background-color: #FF8A98;
}

.boolCellFrontPageTrue{
	background-image: url("../images/check2.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
}

.boolCellFrontPageFalse{
	background-image: url("../images/cross_small.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
}

.deleteFavButton {
	border: 0px;
}

.deleteFavButton:hover {
	border: 0px;
}

#favoritesInnerContainer{
    padding-left: 10px;
    padding-top: 10px;
}

#favoritesTable {
	/*border-left: 1px ridge #FFA1AC;*/
    width: 106px;
}

.mailaAddrFormTable {
	float:right;
	text-align: right;
}

a {
    color: red;
    text-decoration: none;
}

a:hover{
    color: red;
    text-decoration: underline;
}

a.topBarLink{
    color: white;
    text-decoration: none;
}

a.topBarLink:hover{
    text-decoration: underline
}

a img {
	border: 1px dashed white;/*#FFA1AC;*/
}

a:hover img{
	border: 1px dashed red;
}

.favListImgLink{
    border-top: 1px ridge white;
    border-bottom: 1px ridge white;
    border-left: 0px;
    border-right: 0px;
}

a:hover .favListImgLink{
    border-top: 1px ridge red;
    border-bottom: 1px ridge red;
    border-left: 0px;
    border-right: 0px;
}

.favListItemTable{
    table-layout: fixed;
    width: 166px;
    max-width: 166px;
    overflow: hidden;
    /*border: 1px solid red;*/
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 15px;
}

.additionalContentContainer{
    width:476px;
    padding-left:5px;
    margin: 0 auto;
    text-align:right;
    float:left;
}

.additionalContentBox{
    width:476px;
    /*padding-left:5px;*/
    margin: 0 auto;
    text-align:right;
}

.photoBox{
    width:476px;
    padding:0px;
    margin: 0 auto;
    overflow-x: scroll;
    /*border: 1px solid red;*/
}

.photoBoxField{
    width:152px;
    height:152px;
    border:1px dotted #FF6360;
}

th{
    text-align: left;
    font-size: small;
    font-weight: normal;
    color: grey;
}

#mailAddrForm th{
    text-align: right;
}

th.sectionSeparator{
    text-align: left;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 2px;
    font-size: small;
    font-style: italic;
    font-weight: bold;
    color: white;
    background-color: #FF6360;
}

#angebotTable{
  border-spacing: 0px;
/*  border: 1px solid red;*/
}

#angebotTable.multi td{
    border-right: 1px solid grey;
}

#angebotTable td{
    border-bottom: 1px solid grey;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}
#angebotTable th{
    border-bottom: 1px solid grey;
    border-right: 1px solid grey;
    padding-top: 2px;
    padding-bottom: 2px;
}
#angebotTable th.sectionSeparator{
    border-bottom: 1px solid grey;
    border-right: 0px;
    padding-top: 10px;
    padding-bottom: 2px;
}

.flash_notice{
  width: 150px;
  margin: 3px 0;
  padding: 7px;
  padding-top: 18px;
  background-color: #cfc;
  background-image: url("../images/check2.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 10px 4px;
}

.flash_error{
  width: 150px;
  margin: 3px 0;
  padding: 7px;
  padding-top: 18px;
  background-color: #f33;
  color: #fff;
  background-image: url("../images/exclamation.gif");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 10px 7px;
  background-color: #FF8A98;
}

.help{
  font-style: italic;
  font-size: smaller;
}

#contactFormTable th{
    text-align: right;
}

#angebot_oDescription{
    width: 400px;
    height: 150px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

#contact_cMessage{
    width: 310px;
    height: 150px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

#scrollToHere{
    text-align: right;
}

#angebotForm{
  border-spacing: 0px;
}
#angebotForm td{
    border-bottom: 1px solid grey;
    padding: 4px;
    background-color: AliceBlue;
}
#angebotForm th{
    border-bottom: 1px solid grey;
    border-right: 1px solid grey;
    padding: 4px;
    background-color: LemonChiffon;
}
.error_list{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  font-style: italic;
  font-size: smaller;
  color: red;
}

.searchFormContainer{
    width: 797px;
}
.searchForm{
    width: 750px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.searchForm td{
    padding: 5px;
}
.searchForm input, select{
    margin-top: 3px;
}
.searchForm input[type=checkbox]{
    margin-top: 9px;
}
#suchprofil_uGender, #suchprofil_uSmoke{
    width: 120px;
    height: 22px;
}
#suchprofil_sHomogGender{
    width: 130px;
    height: 22px;
}

.pagination_desc{
    padding: 7px;
    color: DimGray;
    font-weight: bold;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    background-color: LemonChiffon;
}
.pagination{
    float: right;
}
.pagination a img{
    border: 0px;
}

.results{
    width:750px;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 0px;
    table-layout: fixed;
    overflow: hidden;
}

.results th{
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: small;
    font-weight: bold;
    border-bottom: 1px solid grey;
}

.results td{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: small;
    font-weight: normal;
    border-bottom: 1px solid grey;
}
