/*Apulien 
Start 28.05.2006
Letzte Änderung am 28.05.06
*/

/* wichtige Farben
Urlaub (gelb)         #D9A225
Kontakt (braun)       #948F15
Immobilien (grün)     #006600
Home (gelb)           #996600
Land und Leute (rot)  #660000
helles Grau           #F0F0F0
*/

/*Allgemeines */
*{
margin:0px;
padding:0px;
}
a img {
border:none;
}

body {

font-size:75%;
line-height:1.4em;
text-align:center;/*richtet Inhalte zentriert aus */

}
#index{
background-color:#CAB28C;
}
#index img{
border:1px solid #000;
}
#home{
background-color:#996600;
}

#urlaub{
background-color:#D9A225;
}
#immobilien{
background-color:#006600;
}
#landUndLeute{
background-color:#660000;
}
#kontakt{
background-color:#948F15;
}
h1,h2,h3,div{
color:#000;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:left;
}
h1 {
font-size:190%;
font-variant:small-caps;
margin-bottom:10px;
font-weight:lighter;
}
#navi li{
margin-bottom:-3px;
float:left;
padding:0px;
list-style-type:none;
display:inline;
}
img. a img {
border:0px;
}
.clear{
clear:both;
}
.none{
display:none;
}
.leftalign{
margin:20px 20px 20px 0px;
float:left;
}
.rightalign{
float:right;
}
#wrap{ 
margin:30px auto -10px auto;/*Container, mittig ausgerichtet */
background-color:#CC6600;
padding:0px;
width:850px;
height:100%;
text-align:left;
border-bottom:2px solid #000
}
#navi{
width:auto;
text-align:left;
}
#header{
width:850px;
}
/*Contentbereich*/
#content{
height:100%;
width:850px;
background-color:#F0F0F0;
}
.conHome {
background-image:url(../images/bg_home.jpg);
background-repeat:no-repeat;
}
.conUrlaub {
background-image:url(../images/bg_urlaub.jpg);
background-repeat:no-repeat;
}
.conImmobilien {
background-image:url(../images/bg_immobilien.jpg);
background-repeat:no-repeat;
}
.conImmobilien2 {
background-image:url(../images/bg2_immobilien.jpg);
background-repeat:no-repeat;
}
.conTarife {
background-image:url(../images/bg_tarife.jpg);
background-repeat:no-repeat;
}
.conKontakt {
background-image:url(../images/bg_kontakt.jpg);
background-color:#FAF8E9;
background-repeat:no-repeat;
}
#text{
margin-left:290px;
padding-bottom:30px;
width:500px;
}
.immobilie img, .immobilieHoch img{
float:left;
border:1px solid #999;
padding:4px;
}
.abstand{
margin-right:20px;
}
.immobilieHoch{
height:227px;
margin-top:30px;
}
.immobilie{
height:170px;
margin-top:30px;
}
p{
margin-top:10px;
}


/*subnavigation */

#subNavi{
float:left;
margin-left:50px;
width:200px;
height:100%;
}
.aktiv{
font-variant:small-caps;
text-decoration: underline;
color:#000;
font-size:110%;
font-weight:bold;
}
#subNavi li{
padding:0px;
list-style:square;
line-height:1.6em;
}
#text li{
list-style:none;
line-height:1.6em;
}
#text ul{
padding:20px 0px 30px 0px;
line-height:1.6em;
}
#subNavi a:link, #subNavi a:visited {
font-variant:small-caps;
text-decoration: none;
color:#000;
font-size:110%;
font-weight:bold;
}
#subNavi a:hover {
text-decoration: underline;
}
.pfeil a:link, #text a:visited {
padding-left:15px;
background-image:url(../images/pfeil.gif);
background-position:left;
background-repeat:no-repeat;
text-decoration: none;
color:#000;
font-size:110%;
font-weight:bold;
}
#text a:link, #text a:visited {
text-decoration: none;
color:#000;
font-size:110%;
font-weight:bold;
}
#text a:hover {
text-decoration: underline;
}

