/* www.grossglocknerappartement.at */

/* ---- Colors -------------

  BG, Text:   #10602b (dark green)
  BG 2:       #bfd7c7 (lighter-green)
  BG 3:       #deebe2 (light green)
  Link:       #6fa581 (dirty green)

------------------------- */


/* General Format */

body {
 background: #10602b;
}

body, table td, td {
 color: #10602b;
}

html>body table td {
 color: #10602b;
}

a, .dyed {
 color: #6fa581;
}

a:hover {
 color: #10602b;
}

.tborder td, .tborder th {
 border: 1px solid #10602b;
}

th {
 background: #10602b;
 color: #fff;
 font-weight: bold;
}

.light-bg {
 background: #deebe2;
}


/* Header */

#header {
 background: #10602b url(/deutsch/images/layout/sommer/header.jpg) top left no-repeat;
}

#header #logo {
 background: url(/images/layout/sommer/logo_bg.gif) bottom right no-repeat;
}

#menu {
 background: #10602b url(/images/layout/sommer/menu_bg.gif) repeat-y;
}

#menu ul {
 background: #10602b;
}

#container {
 background: #fff url(/images/layout/sommer/bg_content.gif) repeat-y;
}

#container #content {
 background: url(/images/layout/sommer/bg_rounding.gif) top right no-repeat;
}

#footer {
 background: #deebe2 url(/images/layout/sommer/bg_content.gif) repeat-y;
}

#footer #navi {
 background: #10602b;
}

#footer #navi li#print {
 background: url(/images/layout/sommer/footer_print.gif) no-repeat;
}

#footer #navi li#back {
 background: url(/images/layout/sommer/footer_back.gif) no-repeat;
}

#footer #squares {
 background: url(/images/layout/footer_squares_sommer.gif) no-repeat;
}

#opaque_bg {
 background: #10602b;
}

.sitemap_overview {
 background: #edf3ef;
}

.sitemap_box a {
 color: #10602b;
}

.sitemap_box h2 {
 background: #10602b;
}