/* ==============================
// CSS fuer das Projekt: www.servicesforfleets.com
// Anwendungsbereich: Bildschirm
// Approb.: 2011-04-10 ths
// ==============================
//
// Sektion 1: Container (2011-01-07 ths ex: 2011-04-10 ths)
// Sektion 2: Tabellenformate (2011-01-07 ths ex: 2011-04-10 ths)
// Sektion 3: Listenformate (2011-04-10 ths)
// Sektion 4: Formularfelder (2011-04-10 ths)
// Sektion 5: Bildformate (2011-04-10 ths)
// Sektion 6: Headlines (2011-04-10 ths)
// Sektion 7: Absaetze (2011-04-10 ths)
// Sektion 8: Anker (2011-04-10 ths)
// Sektion 9: Freie Klassen (leer)
// Sektion 10: Sonderfaelle (leer)
// ============================== */

/* ==============================
// Farben (Approb.: 2011-04-10 ths)
// ------------------------------
// Grau 1T		#111
// Grau Issos	#333
// Blau II		#3A5DA4

// Schwarz		#000
// Weiss		#FFF
// ============================== */

/* -----------------------------------------------
// Sektion 1: Container
// --------------------------------------------- */
body	{
		background-color: #FFFFFF; /* Farbe Weiß */
		font-family:helvetica,arial,sans-serif;
		font-size:14px;
		}

#bereich	{
		position:relative;
		left:0px;
		top:0px;
		
		width:900px;
		
		margin-left:auto;
		margin-right:auto;
		

		color:#111; /* Farbe Grau 1T */
		}

#bereich_1kopfzeile	{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:140px;
	background-image:url("../fuhrpark/top.gif");
		}

#bereich_2kernzeile	{
		position:relative;
		left:0px;
		top:30px;
		font-size:13px;
		margin-top:30px;

		width:847px;
		}
		
#bereich_2kernzeile_inhalte	{
	position:relative;
	left:25px;
	top:0px;
	width:590px;
	min-height:410px;
	margin-left:235px;
	padding-bottom:50px;

		}
		
#bereich_2kernzeile_navigation	{
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	background-image:url("../fuhrpark/navi-hg3.gif");
	height: 200px;
		}

#bereich_3fusszeile	{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:30px;

		}

#bereich_4fussboden	{
		position:relative;
		left:0px;
		top:0px;

		font-size:11px;
		color:#3A5DA4; /* Farbe Blau */
		height:35px;
		padding-left:140px;
		padding-top:10px;
	background-image:url("../fuhrpark/bottom.gif");
		}

/* -----------------------------------------------
// Sektion 2: Tabellenformate
// --------------------------------------------- */
table	{
		width:100%;
		}
		
th,td	{
		text-align:left;
		vertical-align:top;
		}

th		{
		width:120px;
		}

td	{
	padding-left:32px;
	text-align:left;
	vertical-align:top;
	}

/* -----------------------------------------------
// Sektion 3: Listenformate
// --------------------------------------------- */
li		{
		font-size:13px;
		}

/* -----------------------------------------------
// Sektion 4: Formularfelder
// --------------------------------------------- */
fieldset	{
		border:none;
		}

input {
		color:#001C6B;
		font-family:arial,helvetica,sans-serif;
		}

label	{
		font-weight:800;
		}

/* -----------------------------------------------
// Sektion 5: Bildformate
// --------------------------------------------- */
a img	{
		border:none;
		}

/* -----------------------------------------------
// Sektion 6: Headlines
// --------------------------------------------- */
h1	{
	font-size:15px;
	color:#3A5DA4; /* Farbe Blau */
	background-color:#FFF; /* Farbe Weiss */
	}

h2	{
	font-size:13px;
	color:#3A5DA4; /* Farbe Blau */
	background-color:#FFF; /* Farbe Weiss */
	}

h3	{
	font-size:13px;
	color:#3A5DA4; /* Farbe Blau */
	background-color:#FFF; /* Farbe Weiss */
	}

td h3	{
	margin-top:0px;
	}

/* -----------------------------------------------
// Sektion 7: Absaetze
// --------------------------------------------- */
p	{
	font-size:13px;
	color:#808080; /* Farbe Grau */
	}

/* -----------------------------------------------
// Sektion 8: Anker
// --------------------------------------------- */
#bereich_2kernzeile_inhalte a:link,
#bereich_2kernzeile_inhalte a:visited	{
		color:#3A5DA4; /* Farbe Blau */
		background-color:#F3F3F3; /* Farbe Hell */
		text-decoration:none;
		}

#bereich_2kernzeile_inhalte a:hover,
#bereich_2kernzeile_inhalte a:active,
#bereich_2kernzeile_inhalte a:focus	{
		color:#3A5DA4; /* Farbe Blau */
		background-color:#FFF; /* Farbe Weiss */
		text-decoration:underline;
		}

#bereich_2kernzeile_navigation a	{
		display:block;
		text-decoration:none;
		color:#808080; /* Farbe Grau */
		font-weight:800;

		padding-left:22px;
		padding-bottom:2px;	
		padding-top:8px;	
			
		margin-bottom:6px;
		}

#bereich_2kernzeile_navigation a.aktiviert	{
		color:#3A5DA4; /* Farbe Blau */
		}

#bereich_4fussboden a	{
		color:#808080; /* Farbe Grau 1T */
		text-decoration:none;
                }
/* -----------------------------------------------
// Sektion 9: Freie Klassen
// --------------------------------------------- */

/* -----------------------------------------------
// Sektion 10: Sonderfaelle
// --------------------------------------------- */
