﻿@charset "utf-8";

/* ==============================================================================
Stylesheet für den internen Bereich der Website des Tierparks Dählhölzi Bern (www.tierpark-bern.ch)
Stand: Enwicklung des Bereiches
Datei: ../stylesheets/layout-intern.css
Datum: 05.06.2009
Autor: Marc Rosset
Aufbau: 1. Kalibrierung und allgemeine Styles
		2. Styles für Layoutbereiche
		3. Sonstiges, v.a. Darstellung von Bildern, Aufzählungen und Tabellen
==================================================================================*/


/* 	==========================================================
	1. Kalibrierung und allgemeine Styles
	==========================================================*/

/* 	margin und padding 0, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */

* { padding: 0;
	margin: 0;
}

/* Hyperlinks allgemein */

/* Unterstreichung entfernen */
a {
	text-decoration: none;
	outline: none;
}
/* 	Ueberschriften, Schriften */


/* h2 ist die Ueberschrift des maincontent */
h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:  15px;
	color: #FFF;
	font-weight: normal;
	padding-top: 20px;
}
/* h3 ist die Ueberschrift eines Untermenues im sidebar */
h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	color:#FFF;
	line-height: 36pt;
	font-weight: normal;
}
/* h4 ist eine Unter-Ueberschrift innerhalb des maincontent */
h4 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	color:#FFF;
	line-height: 26px;
	font-weight: normal;
}

/* 	Formulare */
.button {
	background-color: #CCC;
	color: #000;
}


/* 	==========================================================
	2. Styles für Layoutbereiche
	==========================================================*/
body  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#333;
	line-height: 18px;
	font-weight: normal;
	background-color: #AAC6FF;
	text-align: center; /* Damit Container in IE 5*-Browsern zentriert. Text erhält im #container die Standardausrichtung left */
	color: #333;
}

table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	margin-left: auto;
	margin-right: auto;
	background-color: #CCC;
	cellspacing: 0px;
	border-collapse:collapse;
}

td {
	border: 1px solid #999;
	padding: 3px;
	margin: 0px;
}

.head {
	font-weight: bold;
}

.alert {
	color:#F00;
}
.zellenhintergrund1 {
	background-color: #CCC;
}
.zellenhintergrund2 {
	background-color: #CF9;
}

/* 	==========================================================
	ENDE DES STYLESHEETS
	==========================================================*/

