﻿/* style.css von Untergrund-Brandenburg.de für die Sebenseiten */

/* Einstellungen der kompletten Seite */
body 
{
	width: 100%;
	max-width: auto;
	margin: 0 auto;
	background-color: #8b8b7a;
}
/* komplette Seite kann nicht selektiert/markiert werden */
body#unselectable { 
 -ms-user-select: None; 
 -moz-user-select: None; 
 -webkit-user-select: None;
}
/* Style von den Hauptüberschriftn */
h1
{
	color: #FFFFFF;
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-size: 24px;
}
h2
{
	color: white;
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-size: 20px;
}
h3
{
	color: white;
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
}
/* Bilder größe Automatisch an Mobil anpassen */
img {
  max-width: 100%;
  height: auto;
}
img.displayed {

    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Style Content der Seite */	
#content 
{
   background-color:#121212; 
   color:white;   
   padding:25px;
}
/* Style vom Link */
a:link, a:visited, a:active, a:hover
{ 
  text-decoration:underline;
  font-weight:bold;
  color:#0066FF;
  font-size:14px;
}
/* Style vom Link */
a:active, a:hover
{
	color:#D6D6D6;
	text-align: left;
}
/* Style für den Text der Tabelle */
.Stil0 {
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
}
/* Style für der 3.Titel (h3) */
.Stil1 {
	color: #FF9900;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;	
	font-weight: bold
}
/* Style für die Daten in der Tabelle der Anlage */
.Stil2 {
	color: #FF9900;
}
/* Style der Seite */
.seite {
	width: 100%;
	max-width: 902px;
    margin:0px auto;
	text-align:left;
	background-color: #121212;
    border-top-style: solid;
    border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-width: 10px;
	border-color: #404040;
}

/* Style für Hintergrund Menü */
.nav {
	background-color: #121212;
}

/* Style für iframe Anfang */
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
 
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
 
/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}}/* Style für iframe Ende */