/*** Allgemeine Textformatierung ****/

body, a {
	background-color: #DBD795;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F4F00;
	text-align: justify;
}

table, tr, td {
	background-color: #E1E1AF;
	border-color: #4F4F00
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F4F00;
	text-align: justify;
}

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003300;
	letter-spacing: 0.2em;
}
	
h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
	letter-spacing: 0.1em;
}

/* ==================== */

/* Allgemeine Links */

a:link  {
	background-color: #E1E1AF;
	color: #666600;
	text-decoration: underline;
}
a:visited {
	background-color: #E1E1AF;
	text-decoration: none;
	color: #CC9933;
}
a:hover, a:active {
	background-color: #E1E1AF;
	color: #003300;
	text-decoration: none;
}

/* ==================== */

/* Seiten-Überschriften */

#headline {
	background-image: url(layout/headline.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	height: 28px;
	width: 619px;
	position: relative;
	top: 20px;
}
#headline_text {
	text-align: left;
	height: 28px;
	width: 599px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003300;
	letter-spacing: 0.2em;
	padding: 5px 0px 0px 20px;
}

/* ==================== */

/* Navigationsleiste */

#navigation {
	width: 265px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigation li { margin: 0px 0px 0px 0px; }

#navigation a {
    display: block;
	padding: 12px 36px 12px 36px;
	background-image: url(layout/navi_n.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#navigation a:link, #navigation a:visited {
	color: #4F4F00;
	text-decoration: none;
}

#navigation a:hover {
	background-image:  url(layout/navi_h.gif);
	background-repeat: no-repeat;
	color: #F1F1CD;
	font-weight: bold;
}

#navigation a:active {
    background-image:  url(layout/navi_a.gif);
	background-repeat: no-repeat;
	color: #003300;
    font-weight: bold;
}

/* ==================== */

/* Footer */

#footer {
	height: 16px;
	width: 675px;
	padding: 42px 0px 0px 265px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666600;
}

#footer a {
    background-color: #DBD795;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666600;
}

#footer a:link, #footer a:visited {
	color: #666600;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {	
    color: #003300;
	text-decoration: none;
}

/* ==================== */

/* Class Styles */


/* ==================== */
