﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	background-color: #263a44;
	background-image: ;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 700px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 698px;
	border-top: 1px solid #1f1f1f;
	border-right: 1px solid #1f1f1f;
	border-bottom: 1px solid #1f1f1f;
	border-left: 1px solid #1f1f1f;
	background-color: #d0d0d0;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	background-color: #ce0909;
}
#content {
	float: left;
	width: 518px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #0e0e10;
	border-right: 1px solid #0e0e10;
	border-bottom: 1px solid #0e0e10;
	border-left: 1px solid #0e0e10;
	background-color: #0e0e10;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #0e0e10;
	border-right: 1px solid #0e0e10;
	border-bottom: 1px solid #0e0e10;
	border-left: 1px solid #0e0e10;
	background-color: #0e0e10;
}
 #navigation ul li {
 	position:relative;
}
/* DROPPING MAGIC
 ---------------------------------------*/
  /*Verhalten der Unterlisten bei Hover */
 #navigation ul li:hover ul {
 display:block; /* Blockanzeige der Unterlisten */
 }
 /*Submenulisten*/
 #navigation ul ul {
 position:absolute; /* Absolute Positionierung */
 top:0; /*Abstand oben */
 left:101%; /*Abstand Links (breite des Hauptmenüs) */
 border-top:1px solid #d0d0d0; /* oberer Rand */
 border-left:1px solid #d0d0d0; /* linker Rand */
 border-right:1px solid #d0d0d0; /* rechter Rand */
 border-bottom:1px solid #d0d0d0; /* unterter Rand */
 display:none; /* Keine Anzeige, wenn li nicht gehovert */
 }
 /*Listenelemente Submenu */
 #navigation ul ul li {
 width:144px; /* Breite */
 background:#DCE1E8; /*Hintergrundfarbe*/
 border:1px solid #ce0909; /*Rand*/
 border-top:0; /*Rand oben*/
 }
 /* Links Submenu */
 #navigation ul ul li a {
 color:#fbfbef; /* Schriftfarbe */
 font-size:15px; /* Schriftgrösse */
 }
 /* Links Submenu Hoverzustand */
 #navigation ul ul li a:hover {
 color:#fbfbef; /*Schriftfarbe */
 letter-spacing: 0px; /*Buchstabenabstand*/
 background: #263a44; /*Hintergrundfarbe */
 }
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #cd0909;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigationsformatvorlagen*/
#navigation ul {
	list-style-type: none;
	width: 100%;
	display:block; 
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #ce0909;
	background-color: #fff;
}
#navigation a {
	color: #fbfbef;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #ce0909;
	background-color: #ce0909;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #263a44;
	background-color: #263a44;
}
/* Inhaltsformatvorlagen */
#content h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
}
#content img {
	padding: 0px;
	border: none;
}
/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}