/*----------------------------------------------------------------*/
/* CSS by K4SYSTEMS */
/*----------------------------------------------------------------*/

/* wichtige Farben
Rot: #FA3515
Grun: #A2D344
*/

/*----------------------------------------------------------------*/
/* Allgemeines */
/*----------------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
}

body {
  font-size: 82.5%;
  background: #fff url('../bilder/back_body.jpg') left top no-repeat;
  text-align: center;
  background-color: #fff;
}

body, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, p, input, textarea, select {
  font-family: Arial,"Trebuchet MS","Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
  color: #333;
  text-align: left;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
}

img, a img {
  border: 0;
}

form {
  display: inline;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted;
}

p {
  line-height: 1.3em;
  margin: 0 0 1em 0;
}

a, a:visited {
  color: #FA3515;
}

textarea {
  font-size: 0.9em;
}

/*----------------------------------------------------------------*/
/* pseudoklassen */
/*----------------------------------------------------------------*/
.clear {
  clear: both;
}

.none {
  display: none;
}

.leftalign {
  float: left;
}

.rightalign {
  float: right;
}

.righttext {
  text-align: right;
}

.centertext {
  text-align: center;
}

.no_screen {
  display: none;
}

.bb_rot {
  color: #FA3515;
  font-weight: bold;
}


/*----------------------------------------------------------------*/
/* bereiche */
/*----------------------------------------------------------------*/
#wrap {
  margin: 20px 0px 0px 15px;
  padding: 0;
  width: 750px;
  text-align: left;
  height: 100%;
}

#spalte-0 {
  float: left;
  display: inline-block;
  position: relative;
  width: 150px;
  text-align: left;
}

#spalte-1 {
  float: right;
  display: inline-block;
  position: relative;
  width: 580px;
  text-align: left;
}

#wir_ueber_uns #spalte-1 {
  background: transparent url(../bilder/back_wir_ueber_uns.jpg) right 20px no-repeat;
}

#header {
  height: 35px;
  background: transparent url('../bilder/back_header1.gif') left bottom no-repeat;
}

#header div {
  padding: 2px 0px 0px 0px;
  background: transparent url('../bilder/back_header2.gif') right top no-repeat;
}

#header h1 {
  padding: 0px 0px 0px 40px;
  font-size: 1.1em;
  color: #fff;
  margin: 0px 10px 8px 0px;
  background: #FA3515;
  line-height: 24px;
  border-bottom: 1px solid #99979C;
  font-weight: normal;
}

#header h1 a, #header h1 a:visited {
  color: #fff;
}



/*----------------------------------------------------------------*/
/* topnavi */
/*----------------------------------------------------------------*/
#topnavi ul, #topnavi li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#topnavi li {
  background: transparent url('../bilder/dot_topnavi_off.gif') right bottom no-repeat;
}

#topnavi li.selected {
  background: transparent url('../bilder/dot_topnavi_on.gif') right bottom no-repeat;
}

#topnavi li a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #666;
}

#topnavi li a:hover {
  border-bottom: 1px solid #666;
}

#topnavi li a.selected, #topnavi li a.selected:hover {
  border-bottom: 1px solid #FA3515;
  background: transparent url('../bilder/dot_topnavi_on.gif') right bottom no-repeat;
}

#topnavi li.abstand {
  margin: 10px 0px 0px 0px;
}

#topnavi li a.alleen_residenz, #topnavi li a.alleen_residenz:hover {
  font-weight: bold;
  color: #CA0000;
  padding-left: 30px;
  width: 115px;
  background: transparent url('../bilder/ar.gif') left top no-repeat;
}

/*----------------------------------------------------------------*/
/* content */
/*----------------------------------------------------------------*/
h2 {
  color: #CCCBCD;
  font-size: 3.2em;
  margin: 80px 0px 40px 40px;
}

h4 {
  color: #000;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

h3 {
  background: transparent url('../bilder/back_h3.gif') left 0.1em no-repeat;
  padding: 0px 0px 0px 40px;
  font-size: 1.1em;
  color: #000;
  margin: 1.4em 0px 0px 0px;
  font-weight: bold;
}

ul.unterseiten {
  margin: 0px 0px 0px 40px;
}

ul.unterseiten li {
  display: inline;
  width: 30%;
  float: left;
  margin: 0px 10px 10px 0px;
}

ul.unterseiten li a {
  color: #FA3515;
  font-weight: bold;
}

.content {
  margin: 0px 0px 0px 40px;
  clear: left;
}

.content ul, .content li {
  list-style-type: none;
}

.content li {
  padding-left: 16px;
  margin-bottom: 0.4em;
  background: transparent url('../bilder/dot_li.gif') left 0.5em no-repeat;
}

.content ul {
  margin-bottom: 1.4em;
}


/*----------------------------------------------------------------*/
/* animation startseite */
/*----------------------------------------------------------------*/
#ani {
  height: 138px;
  width: 100%;
  overflow: hidden;
}

#animation {
  background: #666;
  margin: 0;
  padding: 0;
}


/*----------------------------------------------------------------*/
/* footer */
/*----------------------------------------------------------------*/
#footer {
  color: #666;
  font-size: 0.8em;
  margin: 2.0em 0px 0px 210px;
  padding: 6px 0px 0px 0px;
  background: transparent url('../bilder/dot_topnavi_off.gif') right top no-repeat;
  clear: both;
}

#footer-0 strong {
  border-top: 1px solid #666;
  color: #666;
}

#footer-0 {
  float: right;
  display: inline;
  text-align: right;
}

#footer-1 {
  float: left;
  display: inline;
  text-align: left;
}



/*----------------------------------------------------------------*/
/* startseite */
/*----------------------------------------------------------------*/
#startseite #header {
  margin-bottom: 2.0em;
}

ul#startseite, ul#startseite li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul#startseite {
  margin: 0px 0px 0px 40px;
}

ul#startseite li {
  color: #FA3515;
  font-weight: bold;
  font-size: 0.9em;
  display: inline;
  float: left;
  width: 24%;
}

ul#startseite a {
  font-weight: normal;
  color: #666;
  text-decoration: underline;
  font-size: 0.9em;
}

ul#startseite a:hover {
  color: #FA3515;
}

#home-0 {
  width: 55%;
  float: right;
  display: inline;
}

#home-1 {
  color: #666;
  margin: 0px 0px 0px 40px;
  display: inline;
  float: left;
  width: 35%;
}

#home-0 dl {
  font-size: 0.9em;
}

#home-0 dl a {
  font-size: 1.1em;
}

#home-0 dl dt {
  float: right;
  display: inline;
  margin: 0px 0px 0px 15px;
  width: 120px;
  height: 90px;
  background: #eee;
  border: 1px solid #666;
}

#home-0 dl dd {
  text-align: right;
}

.banner_container {
  margin: 0px 0px 0px 40px;
}


/*----------------------------------------------------------------*/
/* Immobilien */
/*----------------------------------------------------------------*/
.immo_liste {
  width: 100%;
}

.immo_liste th {
  background: #666;
  color: #fff;
  padding: 0.3em;
}

.immo_liste td {
  padding: 0.3em;
  border-bottom: 1px solid #666;
}

.immo_liste td img {
  border: 1px solid #ccc;
}

.daten-0 {
  width: 140px;
}

.buttons a, .buttons a:visited {
  color: #fff;
  background: #FA3515;
  padding: 0.3em 1.0em;
}


/*----------------------------------------------------------------*/
/* Sonstiges */
/*----------------------------------------------------------------*/
div#map {
  border: 1px solid #878380;
}

.uebersicht-0 {
  width: 200px;
  border-bottom: 1px solid #ccc;
}

.uebersicht-1 select {
  width: 320px;
  border-bottom: 1px solid #ccc;
}



/*----------------------------------------------------------------*/
/* kontaktformular */
/*----------------------------------------------------------------*/
p.cx_error {
  background-color: #FFFFD5;
  border: 1px solid #FA3515;
  padding: 0.6em;
  color: #FA3515;
}

span.cx_pflicht {
  color: #FA3515;
}

input.cx_pflicht, textarea.cx_pflicht {
  background-color: #FFFFD5;
}

fieldset {
  margin-bottom: 1em;
  padding: 0.6em;
}

fieldset legend {
  color: #FA3515;
  letter-spacing: 0.1em;
}

fieldset table {
  width: 100%;
}

fieldset table td.spalte-1 {
  width: 20%;
  text-align: right;
  padding-right: 0.5em;
  padding-bottom: 0.3em;
}

fieldset table td.spalte-2 {
  width: 70%;
  text-align: left;
  padding-bottom: 0.3em;
}

input.default {
  width: 80%;
}

input.halb {
  width: 50%;
}

input.plz {
  width: 20%;
}

input.submit {
  text-align: center;
}

textarea.default {
  width: 95%;
}



/*----------------------------------------------------------------*/
/* galerie */
/*----------------------------------------------------------------*/
dl.galerie {
  border: 1px solid #ccc;
  padding: 0.3em;
  display: inline;
  float: left;
  width: 30%;
  text-align: center;
  margin: 0px 5px 1.0em 0px;
}

dl.galerie:hover {
  background: #eee;
  border: 1px solid #FA3515;
}

dl.galerie dt {
  width: 120px;
  height: 90px;
  text-align: center;
}

dl.galerie dd {
  text-align: center;
  font-size: 0.9em;
  height: 3.0em;
}

a.big {
  font-weight: bold;
  font-size: 2.0em;
  text-decoration: none;
}

a.big:hover {
  color: #FA3515;
  text-decoration: underline;
}

.galerie_container {
  border: 1px solid #ccc;
  padding: 0.3em;
}

.galerie_gross {
  margin: 1.0em 0px 1.0em 0px;
  border: 1px solid #ccc;
}


/*----------------------------------------------------------------*/
/* alleen-residenz */
/*----------------------------------------------------------------*/
#alleen-residenz h2.spezial {
  background: transparent url('../media/bilder/alleen-residenz/logo.gif') right top no-repeat;
  padding-top: 3.5em;
  font-size: 2.2em;
  margin-bottom: 0em;
  margin-top: 1.0em;
}

#galerie {
  text-align: center;
  margin-bottom: 8px;
}

#prev_pic, #next_pic {
  cursor: hand;
  cursor: pointer;
}

#prev_pic {
  visibility: hidden;
}

#alleen_head {
  text-align: center;
}

#alleen_head img {
  margin-bottom: 0.5em;
}


/*----------------------------------------------------------------*/
/* videos */
/*----------------------------------------------------------------*/
dl.video {
  clear: left;
  margin-bottom: 2.0em;
}

dl.video dt {
  padding-bottom: 19px;
  background: transparent url('../bilder/back_video.gif') left bottom no-repeat;
  cursor: pointer;
  display: inline;
  float: left;
}

dl.video dd {
  display: inline;
  float: left;
  padding-left: 2.0em;
}

.object_embed {
  text-align: center;
  margin: 1.0em;
}

.seitennavi {
  text-align: center;
  clear: left;
}

.seitennavi a {
  margin: 5px;
}

.seitennavi a.selected {
  text-decoration: none;
  color: #000;
}
