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

/* ==============================
// Farben (Approb.: 2011-01-07 ths)
// ------------------------------
// Grau 1T		#111
// Grau Issos		#333
// Orange II		#FFAC00

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

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

#bereich	{
		position:relative;
		left:0px;
		top:0px;
		
		width:1000px;
		
		margin-left:auto;
		margin-right:auto;
		
		background-color:#FFF; /* Farbe Weiss */
		color:#111; /* Farbe Grau 1T */
		}

#bereich_1kopfzeile	{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:160px;
	background-color:#FFF; /* Farbe Weiss */
		}

#bereich_2kernzeile	{
		position:relative;
		left:0px;
		top:30px;
		
		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;
	background-color:#FFF; /* Farbe Weiss */
		}
		
#bereich_2kernzeile_navigation	{
		position:absolute;
		left:15px;
		top:0px;
		
		width:200px;
		background-color:#FFF; /* Farbe Weiss */
		}

#bereich_3fusszeile	{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:15px;
	background-color:#630; /* Farbe Terra */
	color:#FFF; /* Farbe Weiss */
		}

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

		font-size:11px;
		color:#333; /* Farbe Grau Issos */
		height:20px;
		padding-left:140px;
		padding-top:10px;
		}

/* -----------------------------------------------
// 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:14px;
		}

/* -----------------------------------------------
// 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:16px;
	color:#FFAC00; /* Farbe Orange II */
	background-color:#FFF; /* Farbe Weiss */
	}

h2	{
	font-size:14px;
	color:#000; /* Farbe Schwarz */
	background-color:#FFF; /* Farbe Weiss */
	}

h3	{
	font-size:14px;
	color:#000; /* Farbe Schwarz */
	background-color:#FFF; /* Farbe Weiss */
	}

td h3	{
	margin-top:0px;
	}

/* -----------------------------------------------
// Sektion 7: Absaetze
// --------------------------------------------- */
p	{
	font-size:14px;
	color:#111; /* Farbe Grau 1t */
	}

/* -----------------------------------------------
// Sektion 8: Anker
// --------------------------------------------- */
#bereich_2kernzeile_inhalte a:link,
#bereich_2kernzeile_inhalte a:visited	{
		color:#FFAC00; /* Farbe Orange II */
		background-color:#FFF; /* Farbe Weiss */
		text-decoration:none;
		}

#bereich_2kernzeile_inhalte a:hover,
#bereich_2kernzeile_inhalte a:active,
#bereich_2kernzeile_inhalte a:focus	{
		color:#FFAC00; /* Farbe Orange II */
		background-color:#FFF; /* Farbe Weiss */
		text-decoration:underline;
		}

#bereich_2kernzeile_navigation a	{
		display:block;
		text-decoration:none;
		color:#000; /* Farbe Schwarz */
		background-color:#FFF; /* Farbe Weiss */
		font-weight:800;

		padding-left:22px;
		padding-bottom:8px;	
			
		margin-bottom:20px;

		border-bottom:dotted 1px #FFAC00; /* Farbe Orange II */
		}

#bereich_2kernzeile_navigation a.aktiviert	{
		color:#FFAC00; /* Farbe Orange II */
		background-color:#FFF; /* Farbe Weiss */
		}

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

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

