﻿@import url(layout.css);
body {
	margin: 0px;
	background-color: #333333;
	font-family: Arial;
	font-size: 14px;
	padding: 0px;
	background-image: url('../images/background2.jpg');
	background-repeat: repeat;
}
Formatvorlagen für DIV-Tags 
#container {
	border-right: 5px solid #666644;
	border-left: 5px solid #666644;
	border-bottom: 5px solid #666644;
	background-color: #303030;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	border-right-color: #3C6690;
	border-bottom-color: #3A628B;
	border-left-color: #3E6894;
}
#masthead {
	background-color: #303030;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 0px;
}
#navigation {
	background-color: #303030;
	margin-left: 160px;
	text-align: center;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	background-color: #515151;
	padding: 0px;
}
#column_left {
	float: left;
	background-color: #6C6C6C;
}
#column_right {
	background-color: #303030;
	padding-bottom: 30px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: scroll;
}
/*#image {
	margin-bottom: 6px;
	margin-left: 6px;*/
}
#footer {
	background-color: #515151;
	color: #CCCCCC;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 8px;
	padding-bottom: 8px;
}
/* Formatvorlagen für Mastertitel */
#masthead h1 {
	color: #2C4967;
	font-style: normal;
	font-size: 2.6em;
	margin: 0px;
	text-align: right;
}
#masthead h3 {
	margin-top: .4em;
	color: #2E4E6D;
	margin-bottom: 0px;
	text-align: right;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
}
#masthead a {
	color: #2C4A69;
	text-decoration: none;
}
/* Formatvorlagen für die Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #cc9;
	display: block;
	text-decoration: none;
}
#navigation a:hover {
	color: #eec;
	text-decoration: none;
	background-color: #5587B8;
	border: 1px solid #cc9;
}
/* Formatvorlagen für die rechte Spalte */
#column_right h4 {
	color: #26425E;
	margin-top: 0px;
}
#column_right p {
	color: #CCCCCC;
	margin-top: 0px;
	font-size: 14px;
}
#column_right a {
	color: #6A6AB4;
}
#column_right a:hover {
	background-color: #5C84AB;
}
/* Formatvorlagen für die linke Spalte */
h1 {
	font-size: xx-large;
	color: #2E3C47;
	margin-top: 0px;
}
h2 {
	font-size: large;
	color: #303030;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #26425E;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #26425E;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #26425E;
}
a:hover {
	background-color: #FFFFFF;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	margin: 0;
	font-size: 14px;
	text-align: left;
}

#copyright p {
	font-size: 0.75em;
}
#footer a {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
	background-color: #303030;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Formatvorlagen für DropDownMenu */
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 16px Arial
}
#sddm li a
{
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 95px;
	background: #303030;
	color: #CCCCCC;
	text-align: center;
	text-decoration: none;
}
#sddm li a:hover
{
	background: #009EDF
}
#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #069ECE;
	border: 1px solid #5970B2;
}
#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #069ECE;
	color: #000000;
	font: 13px arial;
}
#sddm div a:hover
	{
	background: #009EDF;
	color: #FFF;
}


