@charset "UTF-8";

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 0.97; }
}

@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 0.97; }
}

body {
	background-color:#333;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
	
#seite {
	width:1023px;
	margin:0 auto;
	background-color:#999;
	background-image: url(../images/Hintergrund.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	overflow: hidden;
}

#spalte1 {
	width: 709px;
	min-height:775px;
	float: left;
	display: inline;
	margin-left: 58px;
	background-color: white;
	position:relative;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	box-shadow: 0 0 8px 3px #333;
	-moz-box-shadow: 0 0 8px 3px #333;
	-webkit-box-shadow: 0 0 8px 3px #333;
}

.spalte1-inhalt {
	padding: 2em 5em;
	margin-top: 360px;
	/*text-align:justify;*/
}

#spalte2 {
	width: 254px;
	margin-left: 769px;
}

.spalte2-inhalt {
	padding: 15px 0 0 20px;
}

#kopf {
	position: absolute;
	top: 0;
}

.bild {
	height: 312px;
}

.logo {
	padding-top: 10px;
	margin-bottom: 175px;
}

.info {
	padding-top: 60px;
	margin: 0 0 25px 40px;
	font-size: 1.1em;
	line-height: 1.4em;
}

.language {

	padding-left: 20px;
}

.language a:link {
	color: #666;
}

.language a:visited {
	color: #666;
}

.language a:hover {
	color:#000;
}

.language a:active {
	color:#000;
}

a:link, a:visited {
	/*color:inherit;*/
	color: #416a9c;
	text-decoration: none;
}

a:hover, a:focus {
	/*color: #199cd9;*/
	text-decoration: underline;
}

a.aktiv {
	color: black;
	font-style:italic;
}


ul.menu {
	margin: 0;
	padding: 0 0 0 50px;
	text-transform: uppercase;
	background-color: #444;
	/*overflow: hidden;*/
	height: 45px;
	width: 659px;
	/*height: 35px;*/
	/*font-weight:bold;*/
	/*letter-spacing: 0.1em;*/
	position: absolute;
}

ul.menu li {
	background-image: none;
	padding:0;
}

ul.menu li ul.menu {
	position: absolute;
	top:44px;
	left:0;
	height: 97px;
	z-index:auto;
	border-top: 1px solid white;
	background-color: #666;
	opacity: 0.97;
	border-bottom-color:#FFFFFF;

	/*filter:alpha(opacity=97);*/
	display: none;
}

ul.menu li {
	float: left;
	/*margin-right: 30px;*/
}

ul.menu li:hover.submenu ul.menu {
	display:block;
	-webkit-animation: fadeIn 0.2s;
	animation: fadeIn 0.2s;

}

ul.menu a:link, ul.menu a:visited {
	display:block;
	white-space:nowrap;
	/*height: 22px;*/
	width: 150px;
	height:100%;
	padding: 15px 0 10px 0;
	color: white;
	text-align:center;
	border-left: 1px solid #666;
	border-right: 1px solid #000;
	-webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

ul.menu li ul.menu a:link, ul.menu li ul.menu a:visited {
	border-left: 1px solid #888;
	width: auto;
}

ul.menu a:link.first, ul.menu a:visited.first, ul.menu li ul.menu a:link.first, ul.menu li ul.menu a:visited.first {
	border-left: none;
}

ul.menu a:link.last, ul.menu a:visited.last {
	border-right: none;
}

ul.menu a:hover {
	text-decoration: none;
	background-color: #80858b;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.9);
}

ul.menu a.aktiv {
	font-style:italic;
	color:#c7ccd4;
	/*background-image: url(../images/dreieck.gif);
	background-repeat: no-repeat;
	background-position: left center;*/
}

/************************************/

html {
	font-size: 75%;
	-webkit-text-size-adjust: 100%; /* 2 */
	-ms-text-size-adjust: 100%; /* 2 */
	line-height: 1.6em;
	color:black;
}

p {
  margin: 0 0 0.7em 0;
	-moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -hyphens: auto; 
}

.spalte1-inhalt p {
	text-align:justify;
}

p.keine-trennung {
	-moz-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  -hyphens: none; 
}

h1, h2, h3 {
	/*font-family: Times, serif;*/
}

h1 {
  font-size: 1.9em;
  line-height: 1.0em; /* 3rem / 2em = 1.5em */
  margin-top: 0; /* 1.5rem / 2em = .75em */
  margin-bottom: 0.75em;
  font-weight: normal;
}

h2 {
  font-size: 1.4em;
  line-height: 1em; /* 3rem / 1.5em = 2em */
  margin-top: 1em; /* 1.5rem / 1.5em = 1em */
  margin-bottom: 1em;
  font-weight: normal;
}

h3 {
  font-size: 1.5em;
  line-height: 1.25em; /* 1.5rem / 1.17em = 1.282em */
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: normal;
}

ul {
	padding:0;
}

li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 0.7em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-type: none;
}

hr {
	margin: 2em 0 0.7em 0;
	height: 1px;
	color: #ccc; 
	background-color: #ddd; 
	border: 0;
}

.letzte td {border: none;}

img { border:none; }

table {
	width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 1em;
  margin-bottom: 1em;
}

th {
  text-align: left; /* LTR */
  padding: 0;
  border-bottom: none;
}

tbody {
  border: none;
}


td {
	vertical-align: top;
	padding: 0.7em 0;
}

form {
	margin-top: 2em;
}

.textfeld {
	width: 300px;
}

.formlabel {
	width: 175px;
	display: block;
	float: left;
}

label.radio {
	padding-right: 10px;
}

.pflicht, .meldung {
	color: red;
}

.zweispalten {
	float: left;
	margin-right: 50px;
}

/*****************************************/

li.lang {
	
	background-image: none !important;
	background-repeat: no-repeat;
	background-position: top !important;
	padding-left: 0px;
	margin-left: 12px;
	list-style-type: square !important;
}
