/*
    allgemeine Style-Definitionen
*/

html { height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #3e3e3e;
	font-size: 24px;
	font-family: 'Montserrat-Regular', Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background-color: #f1f1f1;
	text-align: justify;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
 }


h1, h2 {
	font-weight: bold;
	-ms-hyphens: none;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}

h1 {
	font-size: 40px;
	text-align: center;
	margin-top: 36px;
}

h2 {
	font-size: 36px;
	text-align: left;
	margin-top: 48px;
}

li {
	margin-top: 12px;
}

td {
	vertical-align:top;
	font-size: 24px;
}

a:link, a:visited {
	color: #3e3e3e;
	font-weight: bold;
}

a:hover, a:active {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

q
{
	quotes: "„" "“" "‚" "’";
}

img {
	border-width: 0px;
	margin: 0px;
}

/*
    Bilder
*/

img
{
	border-width:0;
}

img.mi
{
	margin: 0 auto;
	display: block;
	width: 75%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

img.re, img.li, img.mi-kl
{
	float: none;
	margin: 0 auto;
	display: block;
	width: 70%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}


iframe {
	width: 100%;
	height: 500px;
}

/*
    id für Haupt-Tabelle
*/

#tabelle-alles {
	position:absolute; top:0px; left:0px;
	width:97%;
	vertical-align:top;
	border:0pt;
	height: 100%;
}

#spalte-menu {
	width:200px;
	background-image:url(../pic/hgrd-menu.png);
	background-repeat:repeat-y;
}

/*
    id für Menu-Einträge
*/

#menu {
	color: #f1f1f1;
	font-weight: bold;
	text-decoration: none;
	font-size: 25px;
}

#menu:hover, #menu:active, #menu-impressum:hover, #menu-impressum:active {
	color: red;
}

#menu-titel {
	font-weight: bold;
	text-decoration: none;
	font-size: 25px;
	color: red;
	text-align: center;
}

#menu-impressum {
	color: #f1f1f1;
	font-weight: normal;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

div.impressum {
	border: 0;
	float: left;
	position: absolute;
	left: 15px;
	bottom: 15px;
}

#menu-logo {
	width: 121px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#menu-table {
	position:fixed;
	top:20px;
	left:15px;
}

#menu-tr {
	height:35px;
}

/*
    dies & das
*/

.bild-re {
	float: right;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.bild-li {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*
    Schrift
*/

@font-face {font-family: 'Montserrat-Regular';
	src: url('../../fonts/montserrat/Montserrat-Regular.eot');
	src: url('../../fonts/montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
	url('../../fonts/montserrat/Montserrat-Regular.woff') format('woff'),
	url('../../fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
}

/*
    responsive
*/

@media only screen and (min-width: 800px)
{

	img.re
	{
		float: right;
		width: auto;
		height: auto;
		margin-left: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
	}


	img.li
	{
		float: left;
		width: auto;
		height: auto;
		margin-right: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	img.mi-kl
	{
		margin: 0 auto;
		display: block;
		width: auto;
		height: auto;
		margin-top: 30px;
		margin-bottom: 30px;
	}



}
