﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	color: #0000FF;
	background-color: #D4D4D4;
	background-image:url('../Bilder/hintergrund.jpg');  
}
#container {
	margin: 10px auto;
	width: 1000px;
	background-color: #FFFFC1;
	border: 3px solid #5b7ea1;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 12px 5px 8px #888;
	-webkit-box-shadow: 12px 5px 8px #888;
	-moz-box-shadow: 12px 5px 8px #888;
}
#masthead {
	text-align: center;
	width: 100%;
}
#marquee {
	width:100%;
	margin-top: 10px;
	height:25px;
}
#menue {
	position: relative;
	float: left;
	width: 150px; 
	padding:0px;
}
#colum {
	position: relative;
	float:right;
	width:170px;
}
#content_h {
	width: 655px;
	margin-left: 10px;
	float: left; 
	padding: 0px;
}
#content {
	width: 655px;
	margin-left: 10px;
	float: left; 
	padding: 0px;
}
#footer {
	text-align: center;
	clear: both;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Formatvorlagen für die Navigation */
#navi {
	overflow: hidden;
  	margin-left:150px; 
}
#navi ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navi li {
	float: left;
	background-color:#006699;
}
#navi a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navi a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
#navi :visited {
	background-color: #99CCFF;
	color:#663300;
}
#navi :active {
	background-color:#0000FF;
	color:white;
}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigationsformatvorlagen*/
#menue {
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
#menue ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#menue li {
	display: block;
	background-color:#006699;
}
#menue a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#menue a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
#menue :visited {
	background-color: #99CCFF;
	color:#663300;
}
#menue :active {
	background-color:#0000FF;
	color:white;
}

/* Inhaltsformatvorlagen */
#content h1,h2,h3,h4,h5,h6 {
	color: #0000FF;
}
 #content img {
	padding: 5px;
	border: 0px;
	  float: left !important;
} 
/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #0000FF;
	text-decoration: underline;
}
#footer a:hover {
	color: #000080;
	text-decoration: none;
}
a {
	color: #000080;
	text-decoration: underline;
}
a:hover {
	color: #3399FF;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.portcomnet {
	font-size: x-small;
	text-decoration: none;
}
.style3 {
	font-size: large;
}
.style12 {
	text-align: center;
	font-size: large;
	background-color: #99CCFF;
}
.p_chronik_li {
	font-size: 12px;
	font-weight: bold;
}
.p_chronik {
	font-size: 16px;
	font-weight: bold;
}
.brennt {
	font-size:11px;
	font-weight:bold;
}
.iframe {
	border:0px;
	height:600px;
	width:95%;
}
.silvester {
	background-image:url('../silvester/space.jpg');
	color: #800000;
	font-size:30px;
}
.alignnone {
   float: left;
   display: block;
   padding: 5px;
}
/* .alignnone {
	  float: left !important;
          display: block;
          padding: 4px;
} */

