/**
 $HeadURL: https://wladimir.webteam.at:3690/svn/lovin_at/trunk/templates/lovin_at/css/screen.css $
 Author: joerg.hampel@webteam.at

 Last Changed:
  $Revision: 33 $
  $Author: jonix $
  $Date: 2006-12-12 10:00:25 +0100 (Tue, 12 Dec 2006) $
 */

/* =========================================================
Projekt: lovin.at

Aufbau:
1. Allgemeine Selektoren
- Block-Elemente
- Inline-Elemente
- Klassen

2. Layoutbereiche
- Rahmen
- Spalten
- Kopf
- Inhalt
- Seitenleiste (Navigation)

3. Spezielle Bereiche
- ...
========================================================== */


/* ===================================
 =1. Allgemeine Selektoren
=================================== */


/* -----------------------------------
  =Block-Elemente
----------------------------------- */

* { /* Kalibirierung von Abständen */
  padding: 0; 
  margin: 0; 
}

html { /* In Firefox Rollbalken erzwingen */
  height: 101%; 
}

body {
	background: #fff;
	color: #683c2c;
	text-align: center;
	/* font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif; */
	font-family: georgia, palatino, "Times New Roman", serif;
	font-size: small;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
}

dfn {
  position: absolute;
  left: -1000px;
  top: -1000px;
  background: #fff;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}

dt {
  background: #fff;
  color: #000;
}

label, .outofsight, #shortcuts {
	position: absolute;
	left: -2000px;  /* Screenreader wuerden 'display: none;' ignorieren */
}

fieldset {
  padding: 0;
  border: 0;
  margin: 0;
}

select option {
  padding-right: 1em;
}

/* -----------------------------------
   =Inline-Elemente
----------------------------------- */

abbr, acronym {
	cursor: help;
}

a {
  color: #703119;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #683c2c;
}
a:active {
  background-color: #703119;
  color: #fff;
}


/* -----------------------------------
   =Klassen
----------------------------------- */

.left {
	float: left;
}

.right {
	float: right;
}

.small {
	font-size: 85%;
	line-height: 1.2em;
}

.hidden, .printonly {
	display: none;
	visibility: hidden;
}

.nofloat {
	clear: both;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* Diese Angabe benoetigt der Safari-Browser zwingend !! */
.clearfix { 
  display: block;
}



/* ===================================
 =2. Layout-Bereiche
=================================== */


/* -------------------------------------------
  =Rahmen
------------------------------------------- */

#upper-border {
  background: url(/templates/lovin_at/images/upper-border.png) center top no-repeat;
  text-align: left;
  width: 776px;
  padding: 0;
	margin: 20px auto;
}

#lower-border {
  background: url(/templates/lovin_at/images/lower-border.png) center bottom no-repeat;
  padding: 0 0 10px 0;
  margin: 0;
}



/* -------------------------------------------
  =Spalten
------------------------------------------- */

#leftcol {
  float: left;
  width: 452px;
  padding: 1px 0 0 1px;
  margin: 10px 0 0 10px;
}

#rightcol {
  float: right;
  width: 302px;
  padding: 1px 1px 0 0;
  margin: 10px 10px 0 0;
}



/* -------------------------------------------
   =Kopf
------------------------------------------- */

#head {
  background: #703119;
  height: 150px;
}
  #head img {
    margin: 10px;
  }

#hingucker {
  margin-top: 1px;
}



/* -------------------------------------------
   =Inhalt
------------------------------------------- */

#content {
	text-align: left;
  margin-top: 1px;
}

  #content h1 {
    font-size: 250%;
    font-weight: normal;
    line-height: 100%;
    padding: 0.4em 10px 0.6em 10px;
  }
  #content h2 {
    font-size: 150%;
    font-weight: normal;
    padding-top: 0.8em;
    padding-left: 15px;
  }
  #content h3 {
    padding-top: 0.6em;
    padding-left: 15px;
  }
  #content p,
  #content address {
    line-height: 1.8em;
    padding: 0.5em 15px;
  }
  #content ul {
    padding: 6px 6px 0 22px;
    list-style-position: outside;
    list-style-image: url(/templates/lovin_at/images/bullet-dark.gif);
  }
    #content ul ul {
      padding-top: 0;
      padding-bottom: 10px;
    }
    #content ul li {
      padding: 4px 0;
      margin-left: 12px;
    }

  #content a {
    font-weight: bold;
  }
  #content a:hover {
    background-color: #efe8e6;
    text-decoration: none;
    border-bottom: 2px solid #ccbab4;
  }

  #content .back2top,
  #content .back2top a {
    color: #b3998f;
    font-size: 95%;
    font-weight: normal;
    margin-top: 2em;
  }


/* -------------------------------------------
   =Navigation
------------------------------------------- */

#navigation {
}
  #nav-lvl-1 li {
    position: relative;
  	display: inline;
  	float: left;
  	width: 150px;
  	height: 150px;
  	margin: 0 0 1px 1px;
  }

  #nav-lvl-1 li a,
  #nav-lvl-1 li strong {
    display: block;
    background-repeat: no-repeat;
    background-position: top;
  	text-indent: -9999px;
    width: 100%;
    height: 100%;
  }
  #nav-lvl-1 li a:hover,
  #nav-lvl-1 li.selected a,
  #nav-lvl-1 li.selected strong {
    background-position: bottom;
  }
    #navigation .nav-link-2 a,
    #navigation .nav-link-2 strong {
    	background: url(/templates/lovin_at/images/nav-link-2.png);
    }
    #navigation .nav-link-3 a,
    #navigation .nav-link-3 strong {
    	background: url(/templates/lovin_at/images/nav-link-3.png);
    }
    #navigation .nav-link-4 a,
    #navigation .nav-link-4 strong {
    	background: url(/templates/lovin_at/images/nav-link-4.png);
    }
    #navigation .nav-link-5 a,
    #navigation .nav-link-5 strong {
    	background: url(/templates/lovin_at/images/nav-link-5.png);
    }


  #nav-lvl-2 {
    position: absolute;
    top: 28px;
    left: 12px;
  	list-style-image: url(/templates/lovin_at/images/bullet-brown.gif);
  }
    #nav-lvl-2 li {
    	display: list-item;
    	float: none;
      color: #703119;
    	height: 1.6em;
    	width: 120px;
    	margin-left: 12px;
    }
    #nav-lvl-2 li a,
    #nav-lvl-2 li strong {
      color: #703119;
    	display: inline;
    	text-indent: 0;
    }



/* -------------------------------------------
   =Sidebar
------------------------------------------- */

#sidebar {
}

  #sidebar ul li {
    margin-left: 1px;
    margin-bottom: 1px;
  }
  #sidebar ul li a {
    display:  block;
    background-repeat: no-repeat;
    background-position: 20px;
    padding: 30px 0 30px 100px;
    border: 1px solid #efe8e6;
  }
    .sidebar-list-1 a {
    	background-image: url(/templates/lovin_at/images/icon-menu.png);
    }
    .sidebar-list-1 a:hover {
    	background-image: url(/templates/lovin_at/images/icon-menu-high.png);
    }
    .sidebar-list-2 a {
    	background-image: url(/templates/lovin_at/images/icon-time.png);
    }
    .sidebar-list-2 a:hover {
    	background-image: url(/templates/lovin_at/images/icon-time-high.png);
    }
    .sidebar-list-3 a {
    	background-image: url(/templates/lovin_at/images/icon-news.png);
      padding: 10px 0 10px 100px !important;
    }
    .sidebar-list-3 a:hover {
    	background-image: url(/templates/lovin_at/images/icon-news-high.png);
    }
    .sidebar-list-4 a {
    	background-image: url(/templates/lovin_at/images/icon-xmas.png);
    }
    .sidebar-list-4 a:hover {
    	background-image: url(/templates/lovin_at/images/icon-xmas-high.png);
    }

    .sidebar-list-5 a {
        background-image: url(/templates/lovin_at/images/icon-jobs.png);
    }
    .sidebar-list-5 a:hover {
        background-image: url(/templates/lovin_at/images/icon-jobs-high.png);
    }

    #sidebar ul li a:hover {
      background-color: #efe8e6;
    }

  #sidebar p {
    font-size: 90%;
  }



/* -------------------------------------------
   =Fuss
------------------------------------------- */
hr.footSeparator {
	clear: both;
	background-color: #fff;
	color: #fff;
	height: 1px;
	width: 600px;
	border: 0;
	margin: 0;
}

#foot {
  font-size: 90%;
  color: #999;
  margin-top: -1.5em;
}
  #foot a {
    color: #999;
  }



/* ===================================
 =3. Layout-Bereiche
=================================== */


/* -------------------------------------------
  =Tageskarte Download
------------------------------------------- */

.download {
	background-image: url(/templates/lovin_at/images/icon-download.png);
  background-repeat: no-repeat;
  background-position: 10px;
  font-weight: bold;
  padding: 25px 0 25px 80px !important;
}


/* -------------------------------------------
  =Zeige Login auf Karte
------------------------------------------- */

.map {
	background-image: url(/templates/lovin_at/images/icon-world.png);
  background-repeat: no-repeat;
  background-position: 10px;
  font-weight: bold;
  padding: 25px 0 25px 80px !important;
}


/* -------------------------------------------
  =Hervorhebung von Inline-Elementen
------------------------------------------- */

em.block {
  display: block;
  font-style: normal;
  font-weight: bold;
  padding: 20px 30px;
}


/* -------------------------------------------
  =Fotos
------------------------------------------- */

img.fotoleft {
  float: left;
  padding: 5px;
  border: 1px solid #efe8e6;
  margin-right: 10px;
}
img.fotoright {
  float: right;
  padding: 5px;
  border: 1px solid #efe8e6;
  margin-left: 10px;
}

p.team {
  height: 260px;
}
p.preview {
  height: 130px;
}


/* -------------------------------------------
  =Liste mit Neuigkeiten
------------------------------------------- */

ul.news {
  list-style: none !important;
  list-style-image: none !important;
}
ul.news,
ul.news li {
  padding-top: 0 !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

  .news h2 {
    border-bottom: 1px solid #efe8e6;
    padding-left: 0 !important;
    margin-left: 2.5em;
    margin-right: 15px;
  }
  .news h2 a {
    font-weight: normal !important;
  }
  .news p.first {
    margin-bottom: 1.2em;
  }
  div.news p.first {
    font-style: italic;
  }

  p.date {
  	float: left;
  	background: #703119 url(/templates/lovin_at/images/cal-perforation.gif) repeat-x;
  	color: #efe8e6;
  	text-align: center;
  	text-transform: uppercase;
  	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  	width: 2em;
  	height: 2.7em;
  	padding: 6px 0 0 0 !important;
  	margin: -1.5em 0.7em 0 15px !important;
  }
    .date span.day {
    	font-size: 140%;
    	display: block;
    }
    .date span.month {
    	font-size: 70%;
    	line-height: 70%;
    	display: block;
    }
