﻿@import url(layout.css);
body {
	margin: 0px;
	background-color: #666644;
	font-family: Arial, "Times New Roman", Times, Serif;
	font-size: 0.8em;
	padding: 0px;
}
/* Formatvorlagen für DIV-Tags */
#container {
	border-right: 5px solid #666644;
	border-left: 5px solid #666644;
	border-bottom: 5px solid #666644;
	background-color: #666644;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}
#masthead {
	background-color: #666644;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 25px 0 0 30px;
}
#navigation {
	background-color: #666644;
	margin-left: 300px;
	text-align: center;
	padding: 0px 25px 10px 0;
}
html>body #navigation {
	overflow: hidden;
}
h4 {
	font-weight:bold;
	font-size:small;
}
h5 {
	font-style:italic;
	font-weight:normal;
	font-size:small;
	}
	
#content_container {
	clear:both;
	background-color:#FFFFFF;
	padding: 10px;
}
#content_boxen {
	padding: 0px;
	background-color:#FFFFFF;
}
#content_text {
	padding:0 10px 0 20px;
}
#content_text a{
	color: black;
	text-decoration:underline;
}
#content_text a:hover {
	color:black;
	text-decoration:underline;
	font-weight:bold;
}
p {
}

#firstline {
	list-style-type:none;
	margin:0 0 10px 18px;
	overflow:hidden;
	padding:0px;
	position:relative;
	z-index:10;
}
#firstline h2 {
	font: normal small-caps bold medium Arial, Helvetica, Sans-Serif;
	color: #000000;
	}
#firstline p {
	font: normal normal normal small Arial, Helvetica, Sans-Serif;
	color: #000000;
}

#firstline li {
	background-color:#999966;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	padding: 10px;
	width: 150px;
	height:150px;
}
#firstline li div {
	overflow:hidden;
	padding:5px;
}
#firstline a {
	color:#000000;
}
#secondline {
	list-style-type:none;
	margin:0 0 15px 18px;
	overflow:hidden;
	padding:0px;
	position:relative;
	z-index:10;
}
#secondline h2 {
	font: normal small-caps bold medium Arial, Helvetica, Sans-Serif;
	color: #000000;
}
#secondline p {
	font: normal normal normal small Arial, Helvetica, Sans-Serif;
	color: #000000;
}

#secondline li {
	background-color:#009999;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	padding: 10px;
	width: 150px;
	height:150px;
}
#secondline li div {
	overflow:hidden;
	padding:5px;
}
#secondline a {
	color:#000000;
}
a:link {
}
#footer {
	background-color: #EAEAD5;
	color: #666644;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 8px;
	padding-bottom: 8px;
}
/* Formatvorlagen für Mastertitel */
#masthead h1 {
	color: #FFFFFF;
	font-style: normal;
	font-size: 1.8em;
	margin: 0px;
	text-align: left;
}
#masthead a {
	color: #FFFFFF;
	text-decoration: none;
}
/* Formatvorlagen für die Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: right;
}
#navigation a {
	padding: 5px;
	display:block;
	text-decoration: none;
}
#navigation a:hover {
	color: #eec;
	text-decoration: none;
	background-color: #664;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #eec;
}
h1:hover {
	color:#eec;
}
ul {
	line-height:1.5em;
	margin:1.5em 0;
	padding-left:2em;
}
ul {
}
ul > li {
	text-decoration: none !important;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	margin: 0 0 0 25px;
	font-size: 0.75em;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
	padding: 0 20px 0 0;
}
#copyright p {
	font-size: 0.75em;
}
#footer a {
	
}
#footer a:hover {
	text-decoration: none;
}

}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
h3 {
	
}
hr {
	height:1px;
  	margin-left:0; 
  	text-align:left; 
	width:715px;
}


#content_navigation {
	display:block;
	float:right;
	padding:20px 5px 0 0;
}
#content_navigation a{
	padding:2px 2px 2px 2px;
	display:block;
	font-size:small;
	font-weight:bold;
	text-decoration:none;
	background-color:#009999;
	color:white;
}
#content_navigation a:hover {
	color:#009999;
	background-color:white;
	font-weight:bold;
	text-decoration:none;
}






