/**
* Stylesheet mit dem Layout der Titelseite
*
**/

/* Definition des Hintergrundbilds */
body {
	background-attachment: fixed;
	background-color:      #a5c0b7;
	background-image:      url(/media/images/titelseite/hintergrund.jpg);
	background-repeat:     no-repeat;
	background-position:   left top;
	
	font-family:    Arial, Helvetica, sans-serif;
	font-size:      12px;
	color:          black;
}

/* Positionierung des Titeltextes */
#titel {
  position: absolute;
	left:     230px; 
	top:      70px;
	width:    500px;
	vertical-align: top;
}

#titel a{
	font-family:    Arial, Helvetica, sans-serif;
	font-size:      20px;
	font-weight:    bold;
	color:          white;
	text-decoration: none;
}

#titel a:hover{
	color:          white;
}

/* Positionierung des Kantonswappens */
#wappen {
  position: absolute;
	left:     130px; 
	top:      70px;
	width:    61px;
	width:    70px;
}

/* Positionierung des Titelbildes */
#titelbild {
	position: absolute;
	left:     230px; 
	top:      200px;
	width:    627px;
	height:   289px; 
}

/* Positionierung des Sprachhinweises */
#hinweis {
	position: absolute;
	left:     230px; 
	top:      494px;
}

#homelnk {
	position: absolute;
	left:     50px; 
	top:      494px;
}

/* Copyright-Vermerk */
#copyright {
	position:  absolute;
	left:      230px; 
	top:       495px;
	font-size: 10px;
}

/* Positionierung der Navigationsleiste */
#navigation {
	position:    absolute;
	left:        20px; /* 19.01.2007 : Reto Zahner - Der Abstand sollte etwas kleiner werden. (30px) */
	top:         200px;
	width:       170px;
	height:      289px; /* 05.01.2007 : Reto Zahner - Die Navigation muss an einem neuen Ort platziert werden */
}

#login {
	position: absolute; 
	top: 250px; 
	left:230px;
}

/* Links für die Navigation */
#navigation a {
	font-size:       14px;
	font-weight:     bold;
        text-decoration: none;
	color:           black;
	margin-right:    28px;
	display:         block; /* 05.01.2007 : Reto Zahner - Jeder Link soll nun in einer einzelnen Zeile stehen */
	line-height:     1.75em; /* 05.01.2007 : Reto Zahner - Der Zeilenabstand sollte für eine Navigation relativ gross sein */
}

/* Link-Farbe bei Kontakt mit dem Mauszeiger */
#navigation a:hover {
	color: white;
}

td {
	font-size:      12px;
}

.nfont {
	font-weight:     normal;
}
