body, input {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
}

#spacer {
	width: 100%;
	min-width: 780px;
	/* IE6/7 Workaround fuer min-width */
	width: expression((body.offsetWidth<780)? '780px' : '100%');
}

img {
	border: 0px;
	vertical-align: bottom;
}

a:link {
	color: red;
	text-decoration: none;
}

a:visited {
	color: red;
	text-decoration: none;
}

h4 {
	color: rgb(0, 0, 0);
	font-size: 12px;
	margin: 0px;
	margin-left: 2px;
	vertical-align: top;
}

h3 {
	color: rgb(0, 0, 0);
	font-size: 12px;
	vertical-align: top;
}

h2 {
	color: rgb(0, 0, 0);
	font-size: 12px;
	vertical-align: top;
}

h1 {
	color: rgb(0, 0, 0);
	font-size: 12px;
	vertical-align: top;
}

ul {
	color: rgb(0, 0, 0);
	font-size: 12px;
	vertical-align: top;
	list-style: square;
}

li {
	color: rgb(0, 0, 0);
	font-size: 12px;
	vertical-align: top;
	margin-bottom: 0.5em;
}

dl {
        color: rgb(0, 0, 0);
        font-size: 12px;
        vertical-align: top;
        list-style: square;
}

dt {
        color: rgb(0, 0, 0);
        font-size: 12px;
        vertical-align: top;
        margin: 0.5em 0 0 25px;
}

dd {
	margin-bottom: 1.5em;
	margin-top: 0.5em;

}


table {
	border: 0;
	border-collapse: none;
	margin: 0;
	padding: 0;
}

td {
	font-size: 12px;
	border: 0px;
	vertical-align: top;
}

td img {
	vertical-align: bottom;
}

th {
	vertical-align: top;
}

dd {
	font-size: 12px;
	vertical-align: top;
}

pre {
	color: rgb(0, 0, 0);
	font-size: 12px;
	vertical-align: top;
}

sup {
	font-size: 12pt;
}

sub {
	font-size: 12pt;
}

p.bodytext {
	margin: 0 0 1em 0;
}

#nav_box {
	background-image: url(styles_FILES/kv_igd-r.png);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	width: 200px;
}

#nav_2 {
	margin-top: 120px;
	width: 250px;
	min-height: 292px;
	height: auto !important; height: 292px; /* IE fix */
}

#nav_3 {
	font-size: 12px;
	margin-bottom: 20px;
	margin-top: 30px;
	padding-bottom: 1px;
	padding-left: 10px;
	width: 200px;
}

#c_box {
	float: left;
	width: 74%;
	max-width: 775px;
	/* IE6/7 Workaround fuer max-width */
	width: expression((body.offsetWidth>1000)? '775px' : '74%');
}

#c_header {
	height: 124px;
	position: relative;
	width: 100%; /* definiert durch #c_box */
}

#c_main {
	position: relative;
	width: 100%; /* definiert durch #c_box */
}

#c_main_1 {
	float: left;
	width: 175px;
	
	min-height: 370px;

	/* Workaround fuer min-height im IE */
	height: auto !important;
	height: 370px;
}

#c_main_2_news {
	width: 16em;
	float: right;
	margin-left: 20px;
	/* padding-bottom: 20px; */
}

#bilder {
	/* Bilder in Spalte links vom Text (c_main_1) */
}

#c_main_2 {
	margin-left: 195px; /* Platz fuer c_main_1-Splate */

	/* clear:both-Elemente innerhalb dieses DIVs wirken globale und
	   zerstoeren damit das Seitenlayout (c_main_1 benutzt ebenfalls float).
	   Als Nebeneffekt von overflow:hidden wirkt clear nur noch lokal.
	   Im IE bewirkt overflow nicht das Gewuenschte, laeest sich aber
	   durcht height-Angabe ausloesen. */
	   
	margin: 0;
	padding-left: 15px;
	overflow: hidden; /* erzwingt lokale Wirkung von clear: fuer FF&Opera */
	zoom: 1;          /* erzwingt hasLayout fuer IE6/7 und damit lokale Wirkung... */
}

#c_footer {
	border-top: 1px solid #ccc;
	clear: both;
	padding-top: 2px;
	margin: 10px 0;
	position: relative;
	width: 100%; /* definiert durch #c_box */
}

.afooter img {
	margin-top: 1px;
	vertical-align: top;
}

.afooter a, .afooter span {
	margin-right: 1.5em;
}

#switcher {
	margin-left: 460px;
	margin-top: 10px;
}

#rootline {
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
	color: #cfcfcf;
	font-size: x-small;
}

#rootline a {
	color: #cfcfcf;
	padding-right: 2px;
	font-size: x-small;
}

#qm_logo {
	margin-left: 40px;
	margin-top: 10px;
}

#sprachen {
	margin-left: 40px;
	margin-top: 10px;
}

#igd_logo {
	left: 190px;
	position: absolute;
	top: 10px;
}

#ini_logo {
	position: absolute;
	right: 0px;
	top: 10px;
}

.Nav_main {
	clear: both;
	color: rgb(255, 0, 0);
	font-size: 12px;
	margin-left: 5px;
	padding: 2px;
	text-align: left;
	text-decoration: none;
	vertical-align: top;
}

.Nav_main a {
	margin: 0px;
	width: 180px;
}

.Nav_main img {
	float: left;
	width: 15px;
}

.Nav_sub {
	clear: both;
	color: rgb(255, 0, 0);
	font-size: 12px;
	margin-left: 20px;
	padding: 2px;
	text-align: left;
	text-decoration: none;
	vertical-align: top;
}

.Nav_sub a {
	float: right;
	margin: 0px;
	width: 160px;
}

.Nav_sub img {
	float: left;
	width: 15px;
}

.graueschrift a {
	color: rgb(145, 145, 145);
	font-size: 12px;
}

.Liste_small {
	color: rgb(145, 145, 145);
	font-size: 12px;
	padding: 2px;
	text-align: left;
	text-decoration: none;
	vertical-align: top;
}

.Liste_small a {
	color: rgb(145, 145, 145);
	float: right;
	font-weight: bold;
	margin-bottom: 2px;
	width: 162px;
}

.Liste_small img {
	float: left;
	width: 15px;
}

_.c_main_news {
	color: rgb(145, 145, 145);
	font-size: 12px;
	padding: 2px;
	text-align: left;
	text-decoration: none;
	vertical-align: top;
}

_.c_main_news a {
	color: rgb(145, 145, 145);
	float: right;
	font-weight: bold;
	margin-bottom: 2px;
	width: 162px;
}

_.c_main_news img {
	float: left;
	width: 15px;
}

.Liste {
	color: rgb(145, 145, 145);
	font-size: 12px;
	padding: 2px;
	text-align: left;
	text-decoration: none;
	vertical-align: top;
}

.Liste a {
	color: rgb(145, 145, 145);
	float: right;
	font-weight: bold;
	width: 358px;
}

.Liste img {
	float: left;
	width: 15px;
}

.Liste p {
	color: rgb(145, 145, 145);
	float: right;
	width: 358px;
}

.Liste_s {
	color: black;
	font-size: 12px;
	padding: 2px;
	text-align: left;
	text-decoration: none;
	vertical-align: top;
}

.Liste_s a {
	color: rgb(145, 145, 145);
	float: right;
	width: 345px;
}

.Liste_s img {
	float: left;
	width: 19px;
}

.Liste_s p {
	float: right;
	margin: 3px;
	width: 345px;
}

.left {
	float: left;
	width: 14px;
}

.left_170 {
	float: left;
	margin-left: 3px;
	width: 154px;
}

.left_182 {
	float: left;
	margin-left: 3px;
	width: 182px;
}

.left_200_r {
	float: left;
	margin-left: 3px;
	text-align: right;
	width: 220px;
}

.left_378 {
	float: left;
	margin-left: 3px;
	text-align: right;
	width: 378px;
}

.right {
	float: right;
	margin: 3px;
	width: 345px;
}

.greyhead {
	color: rgb(145,145,145);
	font-size: 18px;
	font-weight: bold;
}

#UEBERSCHRIFT {
	margin: 0 0 .5em 0;
}

.afooter {
	color: rgb(0, 0, 0);
	font-size: 12px;
	vertical-align: top;
}

.menge_old {
	color: rgb(0, 0, 0);
	font-size: 12px;
	vertical-align: top;
}

.motto_txt {
	color: rgb(145, 145, 145);
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
}

.Inhalt1 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 40px;
}

.Inhalt1 input {
	font-size: 12px;
}

.Inhalt2 {
	color: rgb(145, 145, 145);
	font-size: 12px;
	vertical-align: top;
}

.Inhalt2_right {
	float: right;
	width: 182px;
}

.Inhalt3 {
	color: rgb(0, 0, 0);
	font-size: 12px;
	vertical-align: top;
}

.Inhalt4 {
	color: rgb(145, 145, 145);
	font-size: 12px;
	vertical-align: top;
}

.mdpi {
	font-size: 12px;
}

#nav_2 {
	width: 95%;
}

#nav_2 A {
	background-repeat: no-repeat;
	display: block;
	font-size: 12px;
	padding-left: 15px;
	text-decoration: none;
}

#nav_2 A:hover {
	color: #ff9933;
}

.menu1-level1-no,
.menu1-level1-act,
.menu1-level2-no,
.menu1-level2-act,
.menu1-level3-no,
.menu1-level3-act,
.menu1-level4-no,
.menu1-level4-act,
.menu1-level5-no,
.menu1-level5-act {
	padding-top: 4px;
}

.menu1-level1-no,
.menu1-level1-act {
	padding-left: 8px;
}

.menu1-level2-no,
.menu1-level2-act {
	padding-left: 23px;
}

.menu1-level3-no,
.menu1-level3-act {
	padding-left: 38px;
}

.menu1-level4-no,
.menu1-level4-act {
	padding-left: 53px;
}

.menu1-level5-no,
.menu1-level5-act {
	padding-left: 68px;
}

.menu1-level1-act A {
	font-weight: bold;
}

.menu1-level1-no A,
.menu1-level2-no A,
.menu1-level3-no A,
.menu1-level4-no A,
.menu1-level5-no A {
	background: none;
}

.menu1-level1-act A,
.menu1-level2-act A,
.menu1-level3-act A,
.menu1-level4-act A,
.menu1-level5-act A {
	background-image: url(styles_FILES/quad2.gif);
	font-weight: bold;
}

.menu1-level1-act A:hover,
.menu1-level2-act A:hover,
.menu1-level3-act A:hover,
.menu1-level4-act A:hover,
.menu1-level5-act A:hover {
	background-image: url(styles_FILES/navi_quado.gif);
}

#zoom_p {
	background-image: url(styles_FILES/plus.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 14px;
	margin-left: 50px;
	margin-top: 0px;
	width: 14px;
}

#zoom_m {
	background-image: url(styles_FILES/minus.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 14px;
	margin-left: 5px;
	margin-top: 0px;
	width: 14px;
}

#zoom_p:hover {
	background-image: url(styles_FILES/plus.gif);
}

#zoom_m:hover {
	background-image: url(styles_FILES/minus.gif);
}

#service li:hover {
	background-image: none;
}

#metanavigation {
	border-top-style: solid;
	left: 20px;
	list-style-type: none;
	margin-left: 40px;
	padding-left: 10px;
	width: 150px;
}

.metanav_no {
	background-image: url(styles_FILES/pfeils.gif);
	background-position: 0 1px;
	background-repeat: no-repeat;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	margin-bottom: -1px;
	padding-left: 15px;
	width: 150px;
}

.metanav_no a {
	color: #919191;
}

.metanav_no_yellow {
	background-color: #FFCC00;
}

.quicklinks {
	background-image: url(styles_FILES/pfeils.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-left: 15px;
	padding-top: 2px;
}

.quicklinks a,
.quicklinks a:visited {
	color: #cecece;
	font-weight: bold;
}

metanav_act {
}

.news-latest-item {
	border-top: 1px solid #ccc;
	padding-top: 5px;
}

.news-latest-item h3 {
	margin: .5em 0;
}

.news-latest-item p {
	margin: .5em 0;
}

.news-latest-item-job {
        border-bottom: 1px solid #ccc;
	margin-bottom: -1px;
}

.news-latest-item-job h3 {
        margin: .5em 1.7em;
}

.news-latest-item-job p {
        margin: .5em 1.7em;
}

.news-latest-container {
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	margin-bottom: 1em;
}

.news-latest-container h2 {
	margin: 0 0 .5em 0;
}

/* Filedownload-Plugin */
.csc-header h1 {
	margin: 0 0 1em 0;
	padding-bottom: .5em;
	border-bottom: 1px solid #ccc;
}

table.csc-uploads {
	margin-bottom: 1em;
}

table.csc-uploads td {
	padding: .5em 0;
}

table.csc-uploads td.csc-uploads-icon {
	padding-right: 3px;
}

table.csc-uploads a {
	font-weight: bold;
}

/* Veranstaltungen */
.news-list-item {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.5em;
	padding-bottom: .5em;
}

.news-list-item h3 {
	margin: 0 0 .5em 0;
}

.news-list-item img {
	margin-bottom: .5em;
}

.news-single-backlink {
	border-top: 1px solid #ccc;
	padding-top: .5em;
}

.news-amenu-container ul {
    	list-style-image: url(styles_FILES/pfeilk.gif);
	padding-left: 2.5em;
}

.news-amenu-container ul li {
    	text-indent: -.4em;
    	margin-bottom: .5em;
}

.news-amenu-container ul li.news-amenu-item-year {
    	list-style: none;
    	margin-top: 2em;
    	text-indent: -2em;
}

.news-single-files dt {
    	font-weight: bold;
    	margin-bottom: .5em;
}

.news-single-files dd {
    	margin-left: 1em;
}

.news-single-files dd img {
	margin-right: .5em;
}

/* News Latest Datum Presseseite */
.news_date {
	font-size: 8pt;	
}

.news-list-date {
        font-size: 8px;
	font-weight: bold;
        #color:blue;
	padding-bottom: 5px;
}


/* Gallerie (Pressebilder) */
.jm-gallery-album-entry {
	height: 160px !important;
}



