/* Layout für Bayern   */
*{
	font-size:11pt; /* Dies auf keinen Fall änedern!! */
	color:#404040 ;
}
html {
	
	font-size: 1.4em;
	line-height: 1.5em;
}
td {
	/*background-color: #e8e8e8;*/
	/*background-image: url(images/background_gradient.jpg);*/
	background-repeat: repeat-x;
	margin: 0;
	color:#404040;
	font-family: Arial, Helvetica, "Sans Serif" !important;
	font-size: 1em; /* Dies auf keinen Fall änedern!! */
}
body {
	margin: 0;
	color:#404040;
	font-family: Arial, Helvetica, "Sans Serif" !important;
	font-size: 1em; /* Dies auf keinen Fall änedern!! */
}
a:link {
	color:#404040;
	text-decoration:underline;
}
a:visited  {
	color:#404040;
	text-decoration:underline;
}
a:active {
	color:#004080;
	text-decoration:underline;
}
a:hover  {
	color:#004080;
	text-decoration:underline;
}
table {
	border:0px;
	color:#404040;
}
/* Überschriften werden hier definiert */
h1 
	{ 
	color:#685292 ; 
	font-size:12pt;
	text-align:center:
	line-height: 110%; 
}
h2 { 
	color:black; 
	font-size:11pt;
	line-height: 110%;
	 
}
h3 { 
	color:#004080; 
	font-size:10pt;
	 
}
h4 { 
	color:#338233 ;   
	font-size:11pt;
	text-align:center:
	line-height: 110%; 
}
h5 { 
	color:#338233 ;   
	font-size:10pt;
	text-align:center:
	line-height: 110%; 
}
h6 { 
	color:black; 
	font-size:9pt;
	 
}
h9 { 
	color:#338233 ; 
	font-size:5pt;
	 
}
/* --- Notwendig für dynamischen Iframes  --- */
.embed-container {
position: relative;
padding-bottom: 56.25%; /* ratio 16x9 */
height: 0;
overflow: hidden;
width: 100%;
height: auto;
}
/* iframe im embed-container*/
.embed-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}
/* --- Ende Notwendig für dynamischen Iframes  --- */
