.hypertitle {
	color: black;
}

.versteckt {
	display: none;
}

.anzeigen {
	display: block;
}

.Alert {
	font-size: 22px;
	color: Red
}

hr {
	color: gray;
	height: 1px;
}

.suchfeld {
	border: solid #322C90 1px;
	width: 95px;
}

.suchbereich {
	margin-top: 20px;
	margin-bottom: 20px;
}

.highlight {
	background: Red;
	font-weight: bold;
}

.highlight2 {
	color: rgb(255,153,0);

}


.kalender_gesamt {
	width: 100%;
	border: 1px solid #000000;
}

.kalender_ueberschrift {
	background: #DDDDDD;
	border-bottom: 1px solid #000000;
}

.kalender_zwischenzeile {
	background: #DDDDDD;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.kalender_zeile1 {
	background: #FFFFC0;
	height: 35px;
}

.kalender_zeile2 {
	background: #C0FFC0;
	height: 35px;
}

.Small {
	font-size: x-small;
	font-style: normal;
}

.SmallAlert {
	font-size: 13px;
	font-style: normal;
	color: Red;
}

.BlackBold {
	font-weight: bold;
}



* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #ffffff;
	font-family: Lucida, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, verdana, serif;
	line-height: 1.25em;
	font-style: normal;
	color: #000000;
	background-image: url(/userfiles/layout/bodyback.gif);
	background-repeat: repeat;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

#gesamt {
	width: 1000px;
	display: block;
	margin: 0 auto;
	background-image: url(/userfiles/layout/mainback_breit_v2.gif);
	background-repeat: repeat-y;
	height: auto;
}

#header {
	display: block;
	position: relative;
	top: 0;
	left: 10px;
	height: 71px;
	width: 980px;
	color: #666666;
	background-color: #dddddd;
	background-image: url(/userfiles/layout/header.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	position: absolute;
	top: 0px;
	left: 5px;
	display: block;
	height: 65px;
	width: 382px;
	text-indent: -2000px;
	background-image: url(/userfiles/layout/mme_webpresenter.jpg);
	background-repeat: no-repeat;
}

#header h2 {
	position: absolute;
	top: 0;
	left: 680px;
	height: 45px;
	width: 300px;
	background-image: url(/userfiles/layout/cms.jpg);
	background-repeat: no-repeat;
	text-indent: -2000px;
}

#navigation {
	display: block;
	width: 980px;
	height: 29px;
	left: 0px;
	position: relative;
	top: 0px;
	left: 10px;
	background-image: url(/userfiles/layout/navback.gif);
	background-repeat: repeat-x;
}

#navigation ul {
	display: block;
	width: 100%;
	height: auto;
}

#navigation ul li {
	color: inherit;
	background-color: none;
	background-image: url(/userfiles/layout/padback.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	display: block;
	width: auto;
	height: 29px;
	float: left;
	list-style-type: none;
	padding: 0 2px 0 0;
}

#navigation ul li a {
	background-color: inherit;
	background-image: url(/userfiles/layout/navback.gif);
	background-repeat: repeat-x;
	padding: 5px 10px 0px 10px;
	font-size: 11px;
	font-weight: bold;
	color: #295B68;
	text-decoration: none;
	display: block;
	float: left;
	height: 24px;
	width: 112px;
	text-align: center;
}

#navigation ul li a:hover {
	background-color: inherit;
	background-image: url(/userfiles/layout/navback_hover.gif);
	background-repeat: repeat-x;
	padding: 5px 10px 0px 10px;
	font-size: 11px;
	color: #295B68;
	display: block;
	float: left;
	height: 24px;
	width: 112px;
	text-align: center;
}

#navigation ul li.active a {
	background-color: inherit;
	background-image: url(/userfiles/layout/navback_hover.gif);
	background-repeat: repeat-x;
	padding: 5px 10px 0px 10px;
	font-size: 11px;
	color: #103D48;
	display: block;
	float: left;
	height: 24px;
	width: 112px;
	text-align: center;
}

#content {
	display: block;
	position: relative;
	top: 0px;
	left: 15px;
	width: 680px;
	float: left;
	height: auto;
	min-height: 570px;
	background-image: none;
	font-size: 14px;
	padding: 15px 10px 0 15px;
	margin: 0px 13px 0 0;
	line-height: 1.4;
}

#content table {
	font-size: 14px;
}

#content h1 {
	display: block;
	font-size: 20px;
	font-weight: normal;
	font-family: Lucida, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, verdana, serif;
	clear: both;
	color: #ff9900;
}

#content h1 span {
	margin: 20px 10px 15px 30px;
	display: block;
	color: #103D48;
	background-color: inherit;
}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: Lucida, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, verdana, serif;
	clear: both;
	color: #333333;
	background-color: inherit;
	background-image: url(/userfiles/layout/h2back.gif);
	background-repeat: repeat-x;
	display: block;
	width: 95%;
	margin: 20px 0px 0px -5px;
	padding: 2px 0px 0px 2px;
	border-bottom: 1px solid #dddddd;
}

#content h2 span {
	margin: 20px 10px 15px 30px;
}

#content p {
	clear: both;
	display: block;
	/*text-align: justify;*/
	margin: 5px 0 5px 0;
}

#content a, #content2 a {
	text-decoration: underline;
	color: #6EA3B2;
	/*background-color: inherit;
	background-image: url(/userfiles/layout/link.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding: 0 5px 0 12px;*/
	padding: 0 4px 0 4px;
	font-weight: bold;
}

#content a:hover, #content2 a:hover {
	color: #245968;
	background-color: inherit;
}

#content ul:not(.jstree-children) {
	clear: both;
	display: block;
	padding: 10px 0px 0px 30px;
	margin: 0px 15px 0px 20px;
}

#content img {
	background-image: none;
	border: none;
	padding: 0;
	margin: 0;
}

#content2 {
	display: block;
	background-image: url(/userfiles/layout/content2back.jpg);
	background-repeat: repeat-x;
	background-color: #EFF5F7;
	color: inherit;
	width: 271px;
	height: auto;
	min-height: 600px;
	padding: 0;
	float: left;
}

#content2 h1 {
	font-size: 1.3em;
	font-weight: normal;
	font-family: Lucida, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, verdana, serif;
	clear: both;
}

#content2 h1 span {
	margin: 20px 0px 10px 20px;
	padding: 0px 0px 5px 0px;
	display: block;
	color: #103D48;
	background-color: inherit;
}

#content2 h2 {
	font-size: 1.1em;
	font-weight: bold;
	font-family: Lucida, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, verdana, serif;
	clear: both;
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content2 p {
	clear: both;
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 20px 10px 20px;
	text-align: justify;
}

#content2 ul {
	clear: both;
	display: block;
	padding: 10px 0px 0px 10px;
	margin: 0px 5px 0px 20px;
}

#footer {
	display: block;
	width: 978px;
	height: 29px;
	position: relative;
	top: 0px;
	left: 11px;
	background-image: url(/userfiles/layout/navback.gif);
	background-repeat: repeat-x;
}

#footer ul {
	display: block;
	width: auto;
	height: auto;
}

#footer ul li {
	color: inherit;
	background-color: none;
	display: block;
	width: auto;
	height: 29px;
	float: left;
	list-style-type: none;
	padding: 0 2px 0 0;
	background-image: url(/userfiles/layout/padback.gif);
	background-repeat: repeat-x;
}

#footer ul li a {
	font-size: 1em;
	font-weight: normal;
	background-color: inherit;
	background-image: url(/userfiles/layout/navback.gif);
	background-repeat: repeat-x;
	padding: 5px 20px 0px 20px;
	color: #295B68;
	text-decoration: none;
	display: block;
	float: left;
	height: 24px;
	width: auto;
	text-align: center;
}

#footer ul li a:hover {
	background-color: inherit;
	padding: 5px 20px 0px 20px;
	color: #ffffff;
	display: block;
}

#footer ul li a span.print {
	background-image: url(/userfiles/layout/printer.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 21px;
}

/* Unterpunktemenü */
#navigation_upunkt ul {
	display: block;
	width: 200px;
	height: auto;
}

#navigation_upunkt ul li {
	color: inherit;
	background-color: none;
	/*background-image: url(/userfiles/layout/padback.gif);
	background-repeat: repeat-x;
	background-position: 0 0;*/
	display: block;
	width: auto;
	height: auto;
	xheight: 22px;
	list-style-type: none;
	padding: 0 2px 5px 0;
	margin-top: 2px;
	margin-bottom: 2px;
}

#navigation_upunkt ul li a {
	background-color: inherit;
	background-image: url(/userfiles/layout/navback.gif);
	background-repeat: repeat-x;
	padding: 3px 10px 0px 10px;
	font-size: 11px;
	font-weight: bold;
	color: #295B68;
	text-decoration: none;
	display: block;
	height: 18px;
	width: 100%;
	text-align: center;
}

#navigation_upunkt ul li a:hover {
	background-color: inherit;
	background-image: url(/userfiles/layout/navback_hover.gif);
	background-repeat: repeat-x;
	padding: 3px 10px 0px 10px;
	font-size: 11px;
	color: #295B68;
	display: block;
	height: 18px;
	width: 100%;
	text-align: center;
}

#navigation_upunkt ul li.active a {
	background-color: inherit;
	background-image: url(/userfiles/layout/navback_hover.gif);
	background-repeat: repeat-x;
	padding: 3px 10px 0px 10px;
	font-size: 11px;
	color: #103D48;
	display: block;
	height: 18px;
	width: 100%;
	text-align: center;
}

/* 3. Menübebene */
#navigation_upunkt > ul > li > ul > li {
	width: 167px;
}


/* Styles im Katalog */
.wp_katalog_referenzen {
	width: 100%;
}
.wp_katalog_referenzen th {
	border-bottom: 2px solid #96c4d1;
}
.wp_katalog_referenzen td {
	border-bottom: 1px solid #96c4d1;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-right: 4px;
}
.wp_katalog_referenzen a img {
	border: 1px solid #295b68 ! important;
}

/* Styles f�r Kontakt-Formulare */
.wp_kontakt_table {
	width: 95%;
}
.wp_kontakt_table .einzeiler {
	width: 220px;
}
.wp_kontakt_textarea {
	width: 95%;
	height: 80px;
}
pre code {
    tab-size: 4;
}