﻿@import url(layout.css);
body {
	margin: 0px;
	background-color: #E2FAE6; /*#669966  CFFCC2*/
	font-family: Arial, "Times New Roman", Times, Serif;
	font-size: 0.8em;
	padding: 0px;
	padding-top:2px;
	padding-bottom:2px;
}
/* Formatvorlagen für DIV-Tags */
#container {
	border-right: 2px solid #336633;
	border-left: 2px solid #336633;
	border-bottom: 2px solid #336633;
	border-top:2px solid #336633;
	/*background-color:#fff;/*background-color: #283227;*/
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}
#masthead {
	/*background-color: #EEEECC;*/
	border-top: 0;
	border-right: 0;
	border-left: 0;
}
#navigation {
	/*background-color: #CCCC99;*/
}
html>body #navigation {
	overflow: hidden;
	margin: 0 0 0 0px;
}
#content_container {
	padding: 0 0 0 0;
	
}
#column_left {
	float: left;
}
#column_right {
	/*background-color: #F9F9EC;*/
	padding: 0px 0px 0px 0px;
	background-repeat:no-repeat;
	background-attachment: scroll;
	}

#image {
	margin-bottom: 6px;
	margin-left: 6px;
}
#footer {
	/*background-color: #F9F9EC;*/
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 8px;
	padding-bottom: 8px;
}
/* Formatvorlagen für Mastertitel */
#masthead h1 {
	color:black;
	font-style: italic;
	font-size: 2.6em;
	margin: 0px;
	text-align: center;
}
#masthead h3 {
	margin-top: .4em;
	color:black;
	margin-bottom: 0px;
	text-align: right;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
}
#masthead a {
	color: #555533;
	text-decoration: none;
}
/* Formatvorlagen für die Navigation cc9*/
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 0 5px;
	border: 1px solid #cc9;
	display: block;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: none;
	/*background-color: #664;*/
}
/* Formatvorlagen für die rechte Spalte */
#column_right h4 {
	color:black;
	margin-top: 0px;
}
#column_right p {
	color:black;
	margin-top: 0px;
	font-size: 0.9em;
}
#column_right a {
	color: #000000;
}
#column_right a:hover {
	background-color: #E2FAE6;
	/*border:15px solid #EEEECC;*/
}
/* Formatvorlagen für die linke Spalte */
h1 {
	font-size: xx-large;
	color: #003300;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #003300;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #003300;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #003300;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a       { color: #000000;}
a:hover { background-color: #E2FAE6;}

/* Formatvorlagen für Fußzeile */
#footer{
	height:20px;
	margin:0;
}
#footer p {
	margin: 0;
	font-size: 0.75em;
	text-align: left;
}
#copyright {
	text-align: right;
	vertical-align:top;
	margin-right:11px;
	margin-top:5px;
	width:280px;
	padding:10px;
	color:#555522;
}
#copyright p {
	font-size: 11px;
}
#footer a {
	color: #fff;
	text-decoration:none;
	}
#footer a:hover { text-decoration: underline; background-color:#003300}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
