/*
Theme Name: AIK-Theme
Theme URI: http://www.stamp-media.de/
Author: Stamp Media
Author URI: http://www.stamp-media.de/
Description: Theme for Architekten- und Ingenieurkammer Schleswig-Holstein
Version: 1.0
License: GNU General Public License
*/

/* -------------------------------------------------------------------------------------------------------------------- */

/* =Reset
-------------------------------------------------------------- */

@media print {
	@page {
		size: 330mm 427mm;
		margin: 14mm;
	}
	#main { width: 1000px; }

	.content_left h1 {
		margin-bottom: 30px;
	}


}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;

	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	/*font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */*/
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

.display_none {
	display: none;
}

body {
	/*background:#5f5f5f;*/
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	color:#3f3f3f;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	/*
	border-collapse: separate;
	border-spacing: 0;
	*/
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #000;
	/*font-family: 'HelveticaNeueLTStdThCn',helvetica, arial, sans-serif;*/
	font-family:"Arial",sans-serif;

	/*font-weight:normal;*/
	font-weight:100;
    letter-spacing: 0.1em;
	font-size: 12px;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
    letter-spacing: 0.1em;
	margin: 0 0 30px 0;
	/*
	font-family:'HelveticaNeueLTStdCn',helvetica, arial, sans-serif;
	font-weight:normal;
	*/
	font-family:"Arial",sans-serif;

	font-weight:normal;
}
h1{
	font-size:32px;
    letter-spacing: 0.1em;
}
h2{
	font-size:28px;
}
h3{
	font-size:22px;
}
h4{
	font-size:20px;
}
h5{
	font-size:18px;
}
h6{
	font-size: 12px;
	/*font-family: 'HelveticaNeueLTStdThCn',helvetica, arial, sans-serif;*/
	font-family:"Arial",sans-serif;

	/*font-weight:normal;*/
	font-weight:100;
    letter-spacing: 0.1em;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
	font-size: 12px;
}
ul, ol {
	margin: 1.5em 0 1.5em 3em;
	line-height:1.5;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	/*font-family: 'HelveticaNeueLTStdThCn',helvetica, arial, sans-serif;*/
	font-family:"Arial",sans-serif;

	/*font-weight:normal;*/
	font-weight:100;
    letter-spacing: 0.1em;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	/*
	font-family:'HelveticaNeueLTStdCn',helvetica, arial, sans-serif;
	font-weight:normal;
	*/
    letter-spacing: 0.1em;
    font-family:"Arial",sans-serif;

	font-weight:bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #e6e6e6;
	/*font-family: 'HelveticaNeueLTStdThCn',helvetica, arial, sans-serif;*/
	font-family:"Arial",sans-serif;

	/*font-weight:normal;*/
	font-weight:100;
    letter-spacing: 0.1em;
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	/*font: 15px Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;*/
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	/*
	margin: 0 0 1.5em;
	width: 100%;
	*/
}
th {
	/*font-family: 'HelveticaNeueLTStdThCn',helvetica, arial, sans-serif;*/
	font-family:"Arial",sans-serif;

	/*font-weight:normal;*/
	font-weight:100;
    letter-spacing: 0.1em;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: top;
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
/*
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	background: #000;
	color: #fff;
	cursor: pointer;
	letter-spacing: 0.1em;
	padding: 11px 22px;
	text-transform: uppercase;
}
*/
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus{
	background-color: #333;
}
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #333;
	box-shadow: inset 0 0 8px 2px rgba(0, 0, 0, 0.2), 0 1px 0 0 rgba(0, 0, 0, 0.2);
}
input[type="checkbox"],
input[type="radio"] {
	-moz-box-sizing: border-box;
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
	vertical-align: middle;
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	color: #111;
	border: 0px solid rgba(0, 0, 0, 0.1);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: none;
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	font-size: 12px;
	padding: 7px 3px 8px 7px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 7px 7px 8px 7px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/* Links */
a,
a:visited,
a:active {
	text-decoration: none;
}
a:hover,
a:focus {

}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin:20px 20px 20px 0;
}
.alignright {
	display: inline;
	float: right;
	margin:20px 0 20px 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 20px auto;
}
.alignnone{
	clear: both;
	display: block;
	margin: 20px 0;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Container
----------------------------------------------- */

#wrapper{
	width:100%;
}
#page{
	max-width:100%;
	margin:0 auto;
	text-align:center;
	background:#ffffff;

}

#mainhead {
	position:absolute;
	z-index:10;
	width: 100%;
	text-align: center;
	height:51px;
	margin:-51px 0 0 0;
}

#mainhead .mainhead_content {
	width:1024px;
	margin:0 auto 0 auto;
	background:url('images/bg_mainhead.png') top left repeat-x;
	height:51px;
}

#container {
	width:100%;
	background:#000000 url('images/bg_main.jpg') top left;
	background:#ffffff;
}

#container_border {
	height:6px;
	width:100%;
	background:url('images/bg_container_border.jpg') top left repeat-x;
}

#main {
	max-width:1024px;
	margin:-6px auto 0 auto;
	text-align:left !important;
	padding: 0px 0 50px 0;
	background:#ffffff;
	position:relative;

	color:#3f3f3f;
}


/* =Header
----------------------------------------------- */



#masthead {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding: 0;
	position: relative;
	width: 100%;
	height: 400px;
	z-index: 200;
}

#masthead #stoerer {
	position:absolute;
	top:100px;
	right:300px;
	width:507px;
	height:173px;
	/*border:1px solid red;*/
	z-index: 10000;
	background:url('images/aik_stoerer.png') top left no-repeat;
}

.ie10 #masthead {
	top:-111px;
	overflow:hidden;
}

#masthead img {
	position:relative;
}

.admin-bar #masthead {
	background-position: center 28px;
}

.logo_container {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:77px;
	text-align:center;
}

.logo_container_content {
	width:1024px;height:77px;
	margin:0 auto 0 auto;
}

#masthead #logo{
	width:333px;
	height:77px;
	margin:0 0 0 388px;

	z-index:10000000000;
	background:url('images/logo.jpg') top left no-repeat;

}
h1.site-title {
	font-size: 16px;
	font-style: normal;
	padding:0;
	line-height: 1.2;
	position: relative;
    letter-spacing: 0.1em;
    /*
    font-family:'HelveticaNeueLTStdCn',helvetica, arial, sans-serif;
	font-weight:normal;
	*/
    font-family:"Arial",sans-serif;

	font-weight:bold;
}
.site-title a,
.site-title a:hover,
.site-title a:visited,
.site-description {
	color: #fff;
	text-decoration:none;
}
.site-title a:hover{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
h2.site-description {
	font-style: italic;
	padding: 0;
	max-width: 70%;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	/*font-family: 'HelveticaNeueLTStdThCn',helvetica, arial, sans-serif;*/
	font-family:"Arial",sans-serif;

	/*font-weight:normal;*/
	font-weight:100;
    letter-spacing: 0.1em;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	display: block;
	float: left;
	width: 100%;
	/*font-family: 'HelveticaNeueLTStdThCn',helvetica, arial, sans-serif;*/
	font-family:"Arial",sans-serif;

	/*font-weight:normal;*/
	font-weight:100;
    letter-spacing: 0.1em;
	text-transform:uppercase;
	z-index: 99999;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	clear:left;
	font-size: 12px;
}

.main-navigation a{
	color:#fff;
}
.main-navigation ul {
	float: right;
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: relative;
    right: 50%;
}
.main-navigation ul li {
	display: inline-block;
	position: relative;
	left: 50%;
}
.main-navigation ul li:after {
	color: #666;
	content: "|";
	display: inline;
	font-size: 12px;
	margin: 0 0 0 17px;
	font-style:italic;
}
.main-navigation ul li:last-child:after {
	content: normal;
	margin: 0;
	padding: 0;
}
.main-navigation ul ul li {
	float: left;
	left: auto;
	font-style:normal;
}
.main-navigation ul a {
	display: inline-block;
	text-decoration: none;
	padding: 10px 6px 10px 21px;
	font-style:normal;
}
.main-navigation ul ul a {
	color: #999;
}
.main-navigation ul ul {
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
		top: auto;
		left: 10px;
		right: auto;
	text-align: left;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 150px;
	font-size: 12px;
	padding: 7px 15px;
}
.main-navigation ul ul li:after {
	content: normal;
	margin: 0;
	padding: 0;
}
.main-navigation li:hover > a {

}
.main-navigation ul ul :hover > a {

}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {

}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
	color: #999;
}

/* Small menu */
.main-small-navigation {
	background:#000;
	margin: 0;
	padding: 0.5em 0 0;
	z-index:99999;
	position:fixed;
	width:100%;
}
.menu-toggle {
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	text-align: center;
}
.main-small-navigation .menu {
	display: none;
}
.main-small-navigation .menu,
.main-small-navigation .menu a {
	color: #fff;
}
.main-small-navigation ul{
	z-index:9999;
}
.main-small-navigation ul li{
	list-style-type:none;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.entry-title, .entry-title a{
	text-decoration:none;
	font-size:38px;
	color:#000;
	text-transform:capitalize;
	text-align:center;
}
.entry-title a:hover{
	text-decoration:none;
	color:#666;
}
.archive-title{
	margin-bottom:15px;
	font-size:22px;
	text-transform:uppercase;
	color:#999;
	text-align:center;
}
.hentry {
	margin:0 0 80px 0;
	padding:0 0 80px;
	border-bottom:4px double #e6e6e6;
}
.entry-meta {
	clear: both;
	text-align:center;
	/*font-family: 'HelveticaNeueLTStdThCn',helvetica, arial, sans-serif;*/
	font-family:"Arial",sans-serif;

	/*font-weight:normal;*/
	font-weight:100;
    letter-spacing: 0.1em;
	font-style:italic;
	margin:20px 0;
}
.entry-meta a{
	text-decoration:none;
	color:#999;
}
.sep{
	color:#e6e6e6;
	font-style:italic;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.single-thumbnail{
	margin:20px 0;
}
.single-thumbnail img:hover{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

/* =Homepage template
----------------------------------------------- */

#intro{
	margin:0 0 40px 0;
	padding:0 0 20px;
	border-bottom:1px solid #e6e6e6;
	text-align:center;
	overflow:hidden;
	/*font-family: 'HelveticaNeueLTStdThCn',helvetica, arial, sans-serif;*/
	font-family:"Arial",sans-serif;

	/*font-weight:normal;*/
	font-weight:100;
    letter-spacing: 0.1em;
}
#intro p{
	padding:0 0 40px 0;
	margin:0;
	}



/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img,
.single-thumbnail img  {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"],
.single-thumbnail img,
.widget img  {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full,
.single-thumbnail img  {

}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley,
.widget img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	box-shadow:none;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

#comments{
	border-bottom:4px double #e6e6e6;
	margin-bottom:20px;
}


.comments-title,
#respond h3#reply-title {
	border-bottom: 1px solid #e3e3e3;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: -0.02em;
	margin: 0;
	padding: 0 0 0.9em;
	text-transform: uppercase;
}
#respond h3#reply-title {
	border: none;
}
#respond {
	margin: 2em 0;
}
.commentlist,
.children {
	list-style: none;
	margin: 0;
}
.children {
	margin: 0 0 0 6%;
}
.full-width .children {
	margin: 0 0 0 4%;
}
.commentlist li.comment,
.commentlist li.pingback {
	border-bottom: 1px solid #e3d3d3;
}
.commentlist .children li {
	border: none;
}
article.comment,
li.pingback {
	overflow: hidden;
	padding: 3em 0 0.7em;
    position: relative;
}
.children article.comment,
.children li.pingback {
	padding-top: 1.0em;
}
.comment-author {
	margin: 0;
	position: relative;
}
.comment-author cite {
	font-style: normal;
	/*font-family: 'HelveticaNeueLTStdThCn',helvetica, arial, sans-serif;*/
	font-family:"Arial",sans-serif;

	/*font-weight:normal;*/
	font-weight:100;
    letter-spacing: 0.1em;
}
.comment-author .avatar {
    border: 1px solid #ccc;
    padding: 3px;
    position: absolute;
    	right: 0;
   	 	top: 0;
}
.bypostauthor > article .comment-author .avatar {
	background: #4188d4;
	padding: 3px;
}
.comment-meta {
	color: #7d7d7d;
	font-size: 12px;
	font-weight: 300;
	margin: 0 0 1.5em;
    padding: 0;
}
.comment-meta a {
	color: #7d7d7d;
}
.comment-content {
	margin: 0;
	position: relative;
}
.comment-content p {
	font-size: 12px;
	line-height: 1.538em;
	padding-bottom: 1.13em;
}
a.comment-reply-link {
	background: #f2f2f2;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    line-height: 2.429em;
    margin: 0 0 2em;
    opacity: 0.8;
    padding: 0 0.8em;
    text-align: center;
}
a.comment-reply-link:hover {
	opacity: 1;
}
#cancel-comment-reply-link {
	background: #f2f2f2;
    color: #333;
    display: inline-block;
    float: right;
    font-size: 10px;
    margin-left: 1.5em;
    padding: 0.3em 1em 0.1em;
    text-align: right;
}
#cancel-comment-reply-link:hover {
	opacity: 0.8;
}
#content .comment-navigation {
	margin: 1em 0 0;
}
.nopassword,
.nocomments,
.logged-in-as,
#respond .comment-notes {
	color: #7d7d7d;
	font-size: 12px;
	font-style: italic;
}

/* Comments Form */
#commentform {
	position: relative;
}
#respond label {
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0.5em 0;
}
#respond .comment-form-author input[type="text"],
#respond .comment-form-email input[type="text"] {
	margin-left: 0;
}
#respond .comment-form-url input[type="text"] {
	margin-left: 0;
}
.form-allowed-tags {
	color: #7d7d7d;
	line-height: 1.6em;
}
.form-allowed-tags,
.form-allowed-tags abbr,
.form-allowed-tags code {
	font-size: 11px;
	font-size: 1.1rem;
}
#respond .required {
	color: #ff4b33;
}

/* =Widgets
----------------------------------------------- */

#secondary{
	width:100%;
	clear:both;
}
#left-sidebar{
	float:left;
	width:30%;
	margin:30px 0 60px;
}
#middle-sidebar{
	float:left;
	width:30%;
	margin:30px 0 60px 50px;
}
#right-sidebar{
	float:right;
	width:30%;
	margin:30px 0 60px;
}
#homepage-left-sidebar{
	float:left;
	width:30%;
	margin:30px 0 60px;
}
#homepage-middle-sidebar{
	float:left;
	width:30%;
	margin:30px 0 60px 50px;
}
#homepage-right-sidebar{
	float:right;
	width:30%;
	margin:30px 0 60px;
}
.widget {
	margin: 0 0 20px 0;

}
.widget ul{
	margin:0;
	padding:0;
}
.widget ul li{
	list-style-type:none;
}
.widget ul li a{
	color:#999;
	text-decoration:none;
}
.widget ul li a:hover{
	color:#000;
	text-decoration:none;
}
.widget-title, .widget-title a{
	text-align:left;
	font-size:18px;
	/*font-family: 'HelveticaNeueLTStdThCn',helvetica, arial, sans-serif;*/
	font-family:"Arial",sans-serif;

	/*font-weight:normal;*/
	font-weight:100;
    letter-spacing: 0.1em;
	margin-bottom: 1.5em;
	text-decoration:none;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}


/* Twitter Widget */

.tweets li{
	margin-bottom:14px;
}


/* Akismet widget*/
.widget_akismet_widget .a-stats a {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Blogs I follow widget*/
.widget_jp_blogs_i_follow ol {
	list-style-position: inside;
}

/* Authors Widget */
.widget_authors img {
	margin-right: 10px;
}

/* Blog Subscription */
.widget_blog_subscription input[type="text"] {
	font-size: 12px;
	padding: 7px 3px 8px 7px !important;
	width: 100% !important;
}

/* Caledar widget*/
.widget_calendar #wp-calendar a {
	display: block;
}
.widget_calendar #wp-calendar tbody a {
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
	display: block;
}
.widget_calendar #wp-calendar tbody a:hover {
	background-color: rgba(255, 255, 255, 0.2);
}
.widget_calendar #wp-calendar {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-width: 1px 0 1px 1px;
	line-height: 2.52;
	margin: 0;
}
.widget_calendar #wp-calendar caption {
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 1.2142857142;
	margin-bottom: 17px;
	text-align: left;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar thead th,
.widget_calendar #wp-calendar tbody td {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-width: 0 1px 1px 0;
	text-align: center;
}
.widget_calendar #wp-calendar tfoot td#prev {
	padding-left: 5px;
}
.widget_calendar #wp-calendar tfoot td#next {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	padding-right: 5px;
	text-align: right;
}

/* Cloud Widgets */
.wp_widget_tag_cloud div,
.widget_tag_cloud div {
 	word-wrap: break-word;
}

/* Contact Info Widget */
.widget_contact_info #contact-map {
	margin-bottom: 17px;
}
.widget_contact_info #contact-info-map-canvas {
	height: 264px;
}

/* Gravatar Profile widget */
.widget-area .widget-grofile h4 {
	font: 400 14px/1.2142857142 georgia, sans-serif;
	margin: 17px 0;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.widget-grofile .grofile-thumbnail {
	border-radius: 50%;
}
.widget-grofile .grofile-accounts {
	margin-top: 4px;
	margin-top: 0.4rem;
}

/* Milestone Widget */
.widget-area .milestone-widget .milestone-content {
	max-width: 100%;
}
.widget-area .milestone-header {
	border-bottom: 0;
}
.widget-area .milestone-countdown,
.widget-area .milestone-message {
	border-color: rgba(255, 255, 255, 0.2);
	border-top: 0;
}
.widget-area .milestone-header,
.widget-area .milestone-countdown,
.widget-area .milestone-message {
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
}
.widget-area .milestone-countdown {
	background-color: rgba(255, 255, 255, 0.1);
}
.widget-area .milestone-widget {
	margin-bottom: 48px;
	margin-bottom: 4.8rem;
}
.widget-area .milestone-content {
	margin-top: 0;
}

/* My Community Widget */
.widget-area .widgets-multi-column-grid ul li {
	border: 0;
	padding: 0 8px 6px 0;
}

/* RSS Widget */
.widget_rss ul > li {
	padding: 17px 0;
}
.widget_rss li:last-child {
	margin-bottom: 0;
}

/* Recent Comments Widget */
.widget_recent_comments .avatar {
	max-width: none;
}
.widget_recent_comments td.recentcommentsavatartop,
.widget_recent_comments td.recentcommentsavatarend {
	padding: 5px 5px 5px 0;
}
.widget_recent_comments td.recentcommentstexttop,
.widget_recent_comments td.recentcommentstextend {
	padding: 5px 0 5px 5px;
	vertical-align: middle;
}

/* Search widget */
.widget_search #s {
	width: 100%;
}
.widget_search .submit {
	display: none;
}

/* =Footer
----------------------------------------------- */

#colophon a{
	color:#999;
	text-decoration:none;
}
#colophon a:hover{
	color:#000;
	text-decoration:none;
}

/* =Responsive Structure
----------------------------------------------- */

@media only screen and (max-width: 1024px) {
	#main {
		max-width:1024px;
		margin:0 auto;
		padding: 4em 2em;
	}

}
@media only screen and (max-width: 960px) {
	#main {
		max-width:1024px;
		margin:0 auto;
		padding: 4em;
	}

#middle-sidebar{
	float:left;
	width:25%;
	margin:30px 0 60px 50px;
}

#homepage-middle-sidebar{
	float:left;
	width:25%;
	margin:30px 0 60px 50px;
}

}
@media only screen and (max-width: 768px) {
	#main {
		max-width:1024px;
		margin:0 auto;
		padding: 4em;
	}
	#left-sidebar{
		float:none;
		width:100%;
		margin:30px 0 60px;
	}
	#middle-sidebar{
		float:none;
		width:100%;
		margin:30px 0 60px;
	}
	#right-sidebar{
		float:none;
		width:100%;
		margin:30px 0 60px;
	}
	#homepage-left-sidebar{
		float:none;
		width:100%;
		margin:30px 0 60px;
	}
	#homepage-middle-sidebar{
		float:none;
		width:100%;
		margin:30px 0 60px;
	}
	#homepage-right-sidebar{
		float:none;
		width:100%;
		margin:30px 0 60px;
	}
	#searchform input#s {
		background:#fafafa;
		height: 22px;
		line-height: 1.2em;
		padding: 0.2em 2.3em 0.2em 0.6em;
		width: 80%;
	}
}

/**** ZUSATZSTYLES ***/
body {
	/*color:#3c3c3c !important;*/
	color:#2a2a2a !important;
}

#background_image_1,
#background_image_2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow:hidden;
  margin:0px;
  padding:0px;
}

#background_image_1 {
	z-index: 5;
}

#background_image_2 {
	z-index: 6;
}

#background_image_1 img,
#background_image_2 img {
	max-width:9999px;
	width:auto !important;
	height:auto !important;
	position:relative;
	top:0;
	left:0
  	margin:0px;
  	padding:0px;
}

#background_image_1 .infotext,
#background_image_2 .infotext  {
	position:absolute;
	width:200px;
	right:50px;
	bottom:100px;
	background: url('images/infotext_bg.png') bottom right no-repeat;
	color:#000000;
	padding:10px 10px 30px 10px;
	text-align:left;
}

#background_image_1 .infotext
	z-index:1;
}

#background_image_1 .infotext
	z-index:7;
}

#background_image_1 .infotext_active,
#background_image_2 .infotext_active  {

}

#background_image_1 .infotext_passive,
#background_image_2 .infotext_passive  {
	display:none !important;
}

#background_image_1 .infotext p,
#background_image_2 .infotext p {
	margin:0px;
	padding:0px;
}

#background_image_1 .infobutton,
#background_image_2 .infobutton {
	position:absolute;
	right:	62px;
	bottom:	60px;
	background: url('images/infobutton.png') top left no-repeat;
	width: 47px;
	height: 47px;
	cursor:hand;
	cursor:pointer;
}

.small {
	/*height: 356px !important;
	height: 500px !important;*/
}

.small #background_image_1,
.small #background_image_2 {
	/*display:none !important;*/

}

.small #background_image_1 img,
.small #background_image_2 img {
	/*Ütop:-150px;*/
	top:0px;
}

/*********** HAUPTNAVIGATION ***********/
.menu-hauptmenu-container {
	position:relative;
	z-index:100000;
	clear:both;
	display:block;
	width:100%;
	text-align:center;
	-webkit-box-shadow: 0px 0px 20px 0px #000000;
	box-shadow: 0px 0px 20px 0px #000000;
	margin:0px;
	padding:0px;
	background-color: #fff;
}


ul.menu {
	margin:0 auto 0 auto;
	padding:0px;
	width:1024px;
	list-style:none;
	background: url('images/logo.jpg') top right no-repeat;
	height:111px !important;
	position:relative;
}

ul.menu li,
ul.menu li:hover {
	float: left;
	margin: 0px !important;
	padding: 0px !important;
	width:auto !important;
	font-size: 13px;
	height: 111px !important;
	position: relative !important;
}

ul.menu li.menu-item-94 {
	float:right !important;
	left:0px;
}

ul.menu li a:link,
ul.menu li a:active,
ul.menu li a:visited {
	margin:0px !important;
	text-transform:uppercase;
	display:inline-block !important;
	height:111px !important;
	color:#3f3f3f;
	padding:0 9px 0 9px !important;
	/*background-color:#ffffff;*/
	background-image: url('images/hauptnavigation_passive_bg.png');
	background-repeat:no-repeat;
  	background-position:top right;
	line-height:140px;
	letter-spacing:2px !important;

}

ul.menu li.menu-item-18 a:link,
ul.menu li.menu-item-18 a:active,
ul.menu li.menu-item-18 a:visited {
	margin:0px !important;
	text-transform:uppercase;
	display:inline-block !important;
	height:111px !important;
	color:#3f3f3f;
	padding:0 9px 0 9px !important;
	/*background-color;:#ffffff;*/
	background-image: none;
	line-height:140px;
	letter-spacing:2px !important;
}

ul.menu li.menu-item-18 a:hover,
ul.menu li a:hover,
ul.menu li.current-menu-item a:link,
ul.menu li.current-menu-item a:active,
ul.menu li.current-menu-item a:visited,
ul.menu li.current-menu-item a:hover {
	margin:0px !important;
	text-transform:uppercase;
	display:inline-block !important;
	height:111px !important;
	color:#ffffff;
	padding:0 9px 0 9px !important;
	background-color:#908E8E;
	background-image: none;
	line-height:140px;
	letter-spacing:2px !important;

}

ul.menu li.menu-item-94 a:link,
ul.menu li.menu-item-94 a:active,
ul.menu li.menu-item-94 a:visited,
ul.menu li.menu-item-94 a:hover {
	background:none !important;
	font-size:0px !important;
	width:290px;
	/*float:right;*/
	position:absolute;
	/*
	font-family:'HelveticaNeueLTStdCn',helvetica, arial, sans-serif;
	font-weight:normal;
	*/
	font-family:"Arial",sans-serif;

	font-weight:bold;

	right:0px;
	left
	padding:0px;
	margin:0px;
	letter-spacing:2px !important;
}

@media all and (min-width:0) {
	ul.menu li.menu-item-94 a:link,
	ul.menu li.menu-item-94 a:active,
	ul.menu li.menu-item-94 a:visited,
	ul.menu li.menu-item-94 a:hover {
		background:none !important;
		font-size:0px !important;
		width:290px;
		padding:0px;
		margin:0px;
		letter-spacing:2px !important;
	}
}

/*********** SUBMENÜ ***********/
ul.sub-menu {
	display: none;
	position:absolute !important;
	top: 111px !important;
	left: 0px !important;
	z-index: 3000 !important;
	list-style: none !important;
	background: #ffffff;
	margin: 0px;
	padding: 0 0 15px 0;
}

ul.sub-menu li .left a:link,
ul.sub-menu li .left a:active,
ul.sub-menu li .left a:visited,
ul.sub-menu li .center a:link,
ul.sub-menu li .center a:active,
ul.sub-menu li .center a:visited,
ul.sub-menu li .right a:link,
ul.sub-menu li .right a:active,
ul.sub-menu li .right a:visited {
	width:300px !important;
	text-align:left !important;
	padding:0px !important;
	margin:0px !important;
	color:#3c3c3c;
	height:36px !important;
	line-height:36px !important;
	text-align:left;
	font-size:11px !important;
	background:none !important;
	background-color:none !important;
	border-bottom:1px dashed #716f6f;
	letter-spacing:2px !important;
}

ul.sub-menu li .left a:hover,
ul.sub-menu li .center a:hover,
ul.sub-menu li .right a:hover {
	width:300px !important;
	text-align:left !important;
	padding:0px !important;
	margin:0px !important;
	color:#3c3c3c;
	height:36px !important;
	line-height:36px !important;
	text-align:left;
	font-size:11px !important;
	background:none !important;
	background-color:none !important;
	border-bottom:1px dashed #716f6f;
	letter-spacing:2px !important;
	/*
	font-family:'HelveticaNeueLTStdCn',helvetica, arial, sans-serif;
	font-weight:normal;
	*/
	font-family:"Arial",sans-serif;

	font-weight:bold;
}

ul.sub-menu li .left a:last-child,
ul.sub-menu li .suchmenu a:nth-last-child(2),
ul.sub-menu li .right a:last-child {
	border-bottom:none !important;;
}

ul.sub-menu li .left a:first-child,
ul.sub-menu li .suchmenu a:first-child,
ul.sub-menu li .right a:first-child {
	background-image: none !important;
	background-color:none !important;
}

ul.sub-menu li.submenu_reloaded {
	margin:0px;
	padding:0px;
	height:1px !important;
	font-size: 9px !important;
}

ul.sub-menu li .newcontent {
	/*background:#ffffff;*/
	padding:0;
}

ul.sub-menu li .left {
	float:left;
	width:300px;
	background-color:#ffffff;
	background-image:url('images/sub-menu_bg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	padding:10px 20px 0 10px !important;
}

ul.sub-menu li .center {
	float:left;
	width:300px;
	background-color:#ffffff;
	background-image:url('images/sub-menu_bg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	padding:10px 20px 0 10px !important;
}

ul.sub-menu li .left a:link,
ul.sub-menu li .left a:active,
ul.sub-menu li .left a:visited,
ul.sub-menu li .left a:hover,
ul.sub-menu li .right a:link,
ul.sub-menu li .right a:active,
ul.sub-menu li .right a:visited,
ul.sub-menu li .right a:hover {
}

ul.sub-menu li .suchmenu a:link,
ul.sub-menu li .suchmenu a:active,
ul.sub-menu li .suchmenu a:visited {
	color:#f80048 !important;
	font-size:11px !important;
}

ul.sub-menu li .suchmenu a:hover {
	color:#f80048 !important;
	font-size: 12px !important;
	/*font-family: 'HelveticaNeueLTStdThCn',helvetica, arial, sans-serif;*/
	font-family:"Arial",sans-serif;

	/*font-weight:normal;*/
	font-weight:100;
    letter-spacing: 0.1em;
}

ul.sub-menu li .right {
	float:left;
	width:300px;
	background-color:#ffffff;
	background-image:url('images/sub-menu_bg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	padding:10px 10px 0 0 !important;
}

ul.sub-menu li.submenu_reloaded {
	display:block !important;
	/*background:#ffffff !important;*/
	width:640px !important;
}

ul.sub-menu li.submenu_reloaded_bauherren {
	display:block !important;
	/*background:#ffffff !important;*/
	width:970px !important;
}

ul.sub-menu li .suchmenu_hinweis {
	background:#f80048;
	color:#ffffff;
	text-align:center;
	width:150px;
	height:20px;
	line-height:20px;
	font-size:11px;
	padding:3px 10px 3px 10px;
	margin:5px 0 0 0;
	text-transform:uppercase;
}

ul.sub-menu ul {
	display:none;
}

/*** FOOTER MENÜ ***/
.menu-footer-menu-container {
	position:relative;
	top:-25px;
	width:1024px;
	margin:0 auto 0 auto;
	height:24px;
	padding:0px;
	z-index: 1;
}

ul.metanav {
	list-style:none;
	margin:0px;
	padding:0px;
}

ul.metanav li {
	float:left;
	padding:0px;
	margin:0 20px 0 0;
	text-transform:uppercase;
	text-align:left;
}

ul.metanav li:last-child {
	margin:0 0 0 0;
}

ul.metanav li#col1,
ul.metanav li#col2,
ul.metanav li#col3 {
	float:left;
	padding:0px;
	margin:0 20px 0 0;
	text-transform:uppercase;
	text-align:left;
	cursor:hand;
	cursor:pointer;
}

ul.metanav li#col4 {
	float:left;
	padding:0px;
	margin:0 0 0 0;
	text-transform:uppercase;
	text-align:left;
	cursor:hand;
	cursor:pointer;
}

ul.metanav li.menu-item a:link,
ul.metanav li.menu-item a:active,
ul.metanav li.menu-item a:visited {
	color:#5f5f5f !important;
	height:24px;
	line-height:26px;
	background:#dbdbdb;
	display:inline-block;
	width:221px;
	padding:0 10px 0 10px;
}

ul.metanav li.current-menu-item a:link,
ul.metanav li.current-menu-item a:active,
ul.metanav li.current-menu-item a:visited,
ul.metanav li.current-menu-item a:hover,
ul.metanav li.menu-item a:hover {
	color:#ffffff !important;
	height:24px;
	line-height:26px;
	background:#aaaaaa;
	display:inline-block;
	width:221px;
	padding:0 10px 0 10px;
}



/**** ÜBERARBEITUNG FOOTER ***/
ul.metanav li p {
	padding:0 10px 0 10px;
}

ul.metanav li.passive {
	color:#5f5f5f !important;
	height:24px;
	line-height:26px;
	background:#dbdbdb;
	display:inline-block;
	width:241px;
}

ul.metanav li.passive:hover,
ul.metanav li.active {
	color:#ffffff !important;
	height:24px;
	line-height:26px;
	background:#aaaaaa;
	display:inline-block;
	width:241px;
}

#footercontentarea {
	background:none !important;
	min-height:500px !important;
}

#footercontentarea .active {
	display:block;
}

#footercontentarea .passive {
	display:none;
}

/*********** SUBNAVIGATION SEITEN MIT SUCHFUNKTION ***********/
ul.subnav {
	list-style:none;
	margin:30px 0 0 0;
	padding:0px;
	display:block;
	width:100%;
}

ul.subnav li.menu-item {
	float:left;
	text-transform:uppercase;
	font-size:12px !important;
	font-family:"Arial",sans-serif;

	/*font-weight:normal;*/
	font-weight:100;
	letter-spacing:0px;
}

ul.subnav li.menu-item a:link,
ul.subnav li.menu-item a:active,
ul.subnav li.menu-item a:visited {
	padding:0 15px;
	color:#ffffff;
	line-height:34px;
	display: block;
	letter-spacing: 0.1em;
}


ul.subnav li.current-menu-item a:link,
ul.subnav li.current-menu-item a:active,
ul.subnav li.current-menu-item a:visited,
ul.subnav li.current-menu-item a:hover,
ul.subnav li.menu-item a:hover {
	background:#f81048;
	text-decoration: none;
}

ul.subnav li:last-child a:link,
ul.subnav li:last-child a:active,
ul.subnav li:last-child a:visited,
ul.subnav li:last-child a:hover {
	/*border:none !important;
	padding:0 auto 0 auto;
	width:100%;*/
}

/*********** STARTSEITE ***********/

#startseite_infobox {
	background-color: #dbdbdb;
	color: #3c3c3c;
	display: block;
	position: absolute;
	bottom: 20px;
	width: 100%;
}

.infobox_container {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}

.affix-top {
	position: absolute;
	top: 205px;
}

.affix {
	position: fixed;
	top: 111px;
}

#startseite_infobox a:link,
#startseite_infobox a:active,
#startseite_infobox a:visited {
	color:#3c3c3c;
	text-decoration:none;
}


#infobox_bg {

	height: 146px;
	position: absolute;
	width: 100%;
}

#startseite_infobox a:hover {
	color:#3c3c3c;
	text-decoration:none;
}

#startseite_infobox h1 {
	background-image:none;
	text-transform:uppercase;
	font-size: 12px;
	margin:0 0 8px 0;
	padding:0px;
	/*font-family:'HelveticaNeueLTStdCn',helvetica, arial, sans-serif;*/

	font-family:"Arial",sans-serif;

	font-weight:bold;
}

.ie10 #startseite_infobox h1 {
	background-image:none;
	text-transform:uppercase;
	font-size:13px;
	margin:0 0 8px 0;
	padding:0px;
	/*
	font-family:'HelveticaNeueLTStdCn',helvetica, arial, sans-serif;
	font-weight:normal;
	*/
	font-family:"Arial",sans-serif;

	font-weight:bold;
}

#container {
}

.ie10 #container {
	margin-top:-111px;
}

.suche_entry input {
	clear:both;
	display:block;
	width:310px;
	height:25px;
	font-size:12px !important;
	padding:3px 0 0 10px !important;
	margin:0 8px 8px 0 !important;
}

.suche_entry .select_box,
.suche_entry #ortselect {
	width: 268px;
	background: #ffffff url('images/select_arrow.jpg') center right no-repeat;
	height: 25px;
	border: 1px solid #908e8e;
	margin: 0 0 10px 0;
}


.suche_entry select {
	clear:both;
	display:block;
	width:300px;
	height:25px;
	font-size:12px !important;
	padding:3px 0 0 10px !important;
	margin:0 8px 8px 0 !important;
	background:none;
	border:none;

}

#startseite_infobox input {
	clear:both;
	display:block;
	width: 278px;
	height: 25px;
	font-size:12px !important;
}

#startseite_infobox .select_box {
	width:278px;
	height:25px;
	overflow:hidden;
	background:#ffffff url('images/select_arrow.jpg') center right no-repeat;
	margin:0 0 8px 0 !important;
}

#startseite_infobox select {
	clear:both;
	display:block;
	width:298px;
	height:25px;
	overflow:hidden;
	font-size:12px !important;
	padding:3px 0 0 10px !important;
	border:none;
	background:none;
}


.suche_entry input.submit,
.suche_entry a.submit:link,
.suche_entry a.submit:active,
.suche_entry a.submit:visited,
.suche_entry a.submit:hover {
	border:none;
	background:url('images/btn_plus_grey.png') top left no-repeat;
	width:27px;
	height:27px;
	clear:both;
	float:right;
	cursor.hand;
	cursor:pointer;
	margin:0px,
}

#startseite_infobox input.submit,
#startseite_infobox a.submit:link,
#startseite_infobox a.submit:active,
#startseite_infobox a.submit:visited,
#startseite_infobox a.submit:hover {
	border:none;
	background:url('images/btn_plus_grey.png') top right no-repeat;
	width:27px;
	height:27px;
	clear:both;
	float:right;
	cursor.hand;
	cursor:pointer;
	margin:0px,
}

#startseite_infobox_suche {
	float: left;
	width: 63.5%;
	height: 146px;
	background: #dbdbdb;
	border-right: 1px solid #fff;
}

#startseite_infobox_suche * {
	font-family: Arial, Helvetica, sans-serif !important;
}

#suchbegriff {
	color: #000;
	padding: 3px 0 0 12px !important;
}

.suchfeld_container {
	width: 80%;
	float: left;
}

.suchbutton_container {
	width: 10%;
	float: left;
}

#suchbegriff::-webkit-input-placeholder { /* WebKit browsers */
	color:    #000;
	opacity:  1;
}
#suchbegriff::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #000;
	opacity:  1;
}
#suchbegriff::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #000;
	opacity:  1;
}
#suchbegriff::-ms-input-placeholder { /* Internet Explorer 10+ */
	color:    #000;
	opacity:  1;
}

#startseite_infobox_suche input {
	cursor: pointer;
}

#startseite_infobox_volltextsuche {
	float: left;
	width: 32%;
	height: 146px;
	margin-left: 4%;
	background: #dbdbdb;
}

#startseite_infobox_volltextsuche_inner {
	padding: 15px 0 15px 25px;
	text-align: left;
}

#searchsubmit {
	background: url("images/search_icon.png") no-repeat scroll right top rgba(0, 0, 0, 0) !important;
	border: medium none;
	cursor: pointer;
	height: 35px !important;
	width: 37px !important;
}

#s {
	clear: none !important;
	height: 35px !important;
	width: 239px !important;
}

.clear {
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.aktuelles_head {
	height:24px;
}

.aktuelles_head .text {
	padding:0 0 0 10px;
	text-transform:uppercase;
}

.startseite_infobox_left {
	width: 48%;
	padding:15px 0 15px 25px;
	float: left;
}

.submit_box {
	margin-right: 36px;
}

.submit_box input {
	width: auto !important;
	padding-right: 40px;
	color: #999;
}

.startseite_infobox_right {
	float: left;
	margin-top: 42px;
	width: 48%;
}



.startseite_infobox_left h1 {
	font-size: 12px !important;
	font-family:"Arial",sans-serif;
	font-weight:bold;
	text-align: left;
}

.submit_search_box {

}


#search_submit_2 {
	background: url("images/btn_plus_grey.png") no-repeat scroll right top rgba(0, 0, 0, 0);
	border: medium none;
	color: #999;
	cursor: pointer;
	float: right;
	height: 27px;
	margin-right: 29px;
	margin-top: 33px;
	padding-right: 38px;
}

#search_submit_2:active {
	box-shadow: none;
}

.empty_hinweis_entry,
.empty_forbildung_entry {
	position:relative;
	float:left;
	width:328px;
	height:190px;
	background:#ffffff;
	margin:0 20px 10px 0;
	color:#ffffff;
	overflow:hidden;
}

.empty_veranstaltung_entry {
	position:relative;
	float:left;
	width:328px;
	height:190px;
	background:#ffffff;
	margin:0 0 10px 0;
	color:#ffffff;
	overflow:hidden;
}

.hinweise_entry img,
.fortbildungen_entry img,
.veranstaltungen_entry img {
	width:328px;
}

.entry_datum {
	position:absolute;
	top:10px;
	right:10px;
	text-align:center;
}

.entry_datum_tag {
	font-size:40px;
	line-height:40px;
	margin:0px;
	padding:0px;
}

.entry_datum_monat {
	font-size:12px;
	line-height:10px;
	margin:0 0 0 0;
	padding:5px 0 0 0;
	border-top:1px solid #ffffff;
}

.entry_title {
	margin:20px 0px 0 10px;
	font-size:14px;
	font-size:14px\9;
	width:250px;
	text-transform:uppercase;
}

.entry_intro {
	margin:10px 10px 0 10px;
	font-size:13px;
	width:270px;
	height:120px;
	overflow:hidden;
}

.entry_button {
	position:absolute;
	bottom:10px;
	right:10px;
	width:27px;
	height:27px;
	background:url('images/btn_arrow_white.png') top left no-repeat;
	cursor:hand;
	cursor:pointer;
}

.infobox_link .active {
	position:absolute;
	bottom:10px;
	right:10px;
	width:27px;
	height:27px;
	background:url('images/btn_arrow_white_f2.png') top left no-repeat;
	cursor:hand;
	cursor:pointer;
}

.startseite_h_detail_entry,
.bauherren_h_detail_entry,
.kammermitglieder_h_detail_entry,
.berufseinsteiger_h_detail_entry,
.baukultur_h_detail_entry,
.hinweise_detail_entry {
	background:#fee3eb;
}

.startseite_f_detail_entry,
.bauherren_f_detail_entry,
.kammermitglieder_f_detail_entry,
.berufseinsteiger_f_detail_entry,
.baukultur_f_detail_entry,
.fortbildungen_detail_entry {
	background:#e3f2f9;
}

.startseite_v_detail_entry,
.bauherren_v_detail_entry,
.kammermitglieder_v_detail_entry,
.berufseinsteiger_v_detail_entry,
.baukultur_v_detail_entry,
.veranstaltungen_detail_entry {
	background:#f3f3f3;
}

.startseite_h_detail_entry,
.bauherren_h_detail_entry,
.kammermitglieder_h_detail_entry,
.berufseinsteiger_h_detail_entry,
.baukultur_h_detail_entry,
.hinweise_detail_entry,
.startseite_f_detail_entry,
.bauherren_f_detail_entry,
.kammermitglieder_f_detail_entry,
.berufseinsteiger_f_detail_entry,
.baukultur_f_detail_entry,
.fortbildungen_detail_entry,
.startseite_v_detail_entry,
.bauherren_v_detail_entry,
.kammermitglieder_v_detail_entry,
.berufseinsteiger_v_detail_entry,
.baukultur_v_detail_entry,
.veranstaltungen_detail_entry {
	clear:both;
	/*display:block;*/
	margin:0 0 10px 0;
	padding:20px 25px 20px 25px;
	/*color:#3c3c3c;*/
}

.hinweise_head,
.startseite_h_detail_entry .detail_entry_head_datum,
.bauherren_h_detail_entry .detail_entry_head_datum,
.kammermitglieder_h_detail_entry .detail_entry_head_datum,
.berufseinsteiger_h_detail_entry .detail_entry_head_datum,
.baukultur_h_detail_entry .detail_entry_head_datum,
.hinweise_detail_entry .detail_entry_head_datum,
.startseite_h_detail_entry .detail_entry_head_close,
.bauherren_h_detail_entry .detail_entry_head_close,
.kammermitglieder_h_detail_entry .detail_entry_head_close,
.berufseinsteiger_h_detail_entry .detail_entry_head_close,
.baukultur_h_detail_entry .detail_entry_head_close,
.hinweise_detail_entry .detail_entry_head_close {
	background:#f80048;
}

.fortbildungen_head,
.startseite_f_detail_entry .detail_entry_head_datum,
.bauherren_f_detail_entry .detail_entry_head_datum,
.kammermitglieder_f_detail_entry .detail_entry_head_datum,
.berufseinsteiger_f_detail_entry .detail_entry_head_datum,
.baukultur_f_detail_entry .detail_entry_head_datum,
.fortbildungen_detail_entry .detail_entry_head_datum,
.startseite_f_detail_entry .detail_entry_head_close,
.bauherren_f_detail_entry .detail_entry_head_close,
.kammermitglieder_f_detail_entry .detail_entry_head_close,
.berufseinsteiger_f_detail_entry .detail_entry_head_close,
.baukultur_f_detail_entry .detail_entry_head_close,
.fortbildungen_detail_entry .detail_entry_head_close {
	background:#0088c8;
}

.veranstaltungen_head,
.kalender_head,
.startseite_v_detail_entry .detail_entry_head_datum,
.bauherren_v_detail_entry .detail_entry_head_datum,
.kammermitglieder_v_detail_entry .detail_entry_head_datum,
.berufseinsteiger_v_detail_entry .detail_entry_head_datum,
.baukultur_v_detail_entry .detail_entry_head_datum,
.veranstaltungen_detail_entry .detail_entry_head_datum,
.startseite_v_detail_entry .detail_entry_head_close,
.bauherren_v_detail_entry .detail_entry_head_close,
.kammermitglieder_v_detail_entry .detail_entry_head_close,
.berufseinsteiger_v_detail_entry .detail_entry_head_close,
.baukultur_v_detail_entry .detail_entry_head_close,
.veranstaltungen_detail_entry .detail_entry_head_close {
	background:#908e8e;
}

.detail_entry_head_datum {
	float:left;
	width:75px;
	color:#ffffff;
	font-size:15px;
	line-height:20px;
	letter-spacing:0px;
	text-align:center;
	padding:15px 0 15px 0;
	margin-right: 10px;
}

.detail_entry_head_text {
	float:left;
	width:850px;
	height:70px;
	margin:0 0 0 0px;
	/*margin:0 0 0 10px;*/
}

.startseite_h_detail_entry  .detail_entry_head_text_head,
.bauherren_h_detail_entry  .detail_entry_head_text_head,
.kammermitglieder_h_detail_entry  .detail_entry_head_text_head,
.berufseinsteiger_h_detail_entry  .detail_entry_head_text_head,
.baukultur_h_detail_entry  .detail_entry_head_text_head,
.hinweise_detail_entry  .detail_entry_head_text_head {
	color:#f80048;
}

.startseite_f_detail_entry .detail_entry_head_text_head,
.bauherren_f_detail_entry .detail_entry_head_text_head,
.kammermitglieder_f_detail_entry .detail_entry_head_text_head,
.berufseinsteiger_f_detail_entry .detail_entry_head_text_head,
.baukultur_f_detail_entry .detail_entry_head_text_head,
.fortbildungen_detail_entry .detail_entry_head_text_head {
	color:#0088c8;
}

.startseite_v_detail_entry .detail_entry_head_text_head,
.bauherren_v_detail_entry .detail_entry_head_text_head,
.kammermitglieder_v_detail_entry .detail_entry_head_text_head,
.berufseinsteiger_v_detail_entry .detail_entry_head_text_head,
.baukultur_v_detail_entry .detail_entry_head_text_head,
.veranstaltungen_detail_entry .detail_entry_head_text_head {
	color:#908e8e;
}

.detail_entry_head_text_head {
	font-size:16px;
	/*font-family: 'HelveticaNeueLTStdThCn',helvetica, arial, sans-serif;*/
	font-family:"Arial",sans-serif;

	/*font-weight:normal;*/
	font-weight:100;
    letter-spacing: 0.1em;
}

.detail_entry_head_close {
	float:right;
	width:30px;
	height:24px;
	line-height:24px;
	text-align:center;
	color:#ffffff;
	cursor:hand;
	cursor:pointer;
}

.detail_entry_head {
	display: block;
}

.entry_content {
	padding:10px 0 0 0;
	display:block;
	clear:both;
}

.entry_content_image {
	width:508px;
	float:left;
	background:url('images/ajax-loader.gif') center center no-repeat;
	overflow:hidden;
	margin:0 10px 0 0;
}

.entry_content_image img {
	width:506px;
}

.aktuelles_preview img {
	width:100px !important;
	max-height:50px !important;
}

.entry_content_text {
	float:right;
	width: 445px;
	margin:0 0 0 0;
	padding:0;
}

.detail_entry_head_text_intro {
	height:40px;
	width:800px;
	overflow:hidden;
}

.detail_entry_head_text_intro p {
	margin-bottom: 10px;
}

.entry_content_text p {
	margin:0 0 10px 0;
	padding:0px;
}


/***** AKTUELLES NEU ******/

#content,
.content_left,
.content_right {
	position:relative;
	font-size: 12px !important;
	float: left;
}

.aktuelles_col {
	float:left;
	margin:0 20px 0 0;
	width:328px;
}

.aktuelles_col:last-of-type {
	margin:0 0 0 0 !important;
}

.aktuelles_col_1,
.aktuelles_col_2 {
	float:left;
	margin:0 20px 0 0;
	width:328px;
}

.aktuelles_col_3 {
	float:left;
	margin:0 0 0 0;
	width:328px;
}

.aktuelles_col .text {
	padding:1px 0 0 10px;
	text-transform:uppercase;
	height: 25px;
	margin: auto 0;
	display: block;
}

.aktuelles_col .hinweise_head,
.aktuelles_col .fortbildungen_head,
.aktuelles_col .veranstaltungen_head,
.aktuelles_col .kalender_head  {
	height:25px;
	line-height:24px;
	width:328px;
	color:#ffffff;
	margin:0 0 10px 0;
	font-size:16px;
}

.infobox {
	cursor:hand;
	cursor:pointer;
}

.aktuelles_col .aktuelles_container {
	position:relative;
}

.aktuelles_col .hinweise_entry {
	position:relative;
	z-index:1;
	width:328px;
	height:190px;
	background:#f80048;
	margin:0 20px 10px 0;
	color:#ffffff;
	overflow:hidden;
	/*padding-bottom: 10px;*/
}

.kalenderbox, .suche_entry {
	/*padding-bottom: 10px;*/
}

#kalenderinsert {
	background:#ffffff url('images/ajax-loader.gif') center center no-repeat;
	height:190px;
	width:328px;
	margin:0 0 10px 0;
}

.aktuelles_col .fortbildungen_entry {
	position:relative;
	z-index:1;
	width:328px;
	height:190px;
	background:#0088c8;
	margin:0 20px 10px 0;
	color:#ffffff;
	overflow:hidden;
	/*padding-bottom: 10px;*/
}

.aktuelles_col .veranstaltungen_entry {
	position:relative;
	z-index:1;
	width:328px;
	height:190px;
	background:#908e8e;
	margin:0 0 10px 0;
	color:#ffffff;
	overflow:hidden;
	/*padding-bottom: 10px;*/
}

.aktuelles_col .suche_entry {
	position:relative;
	z-index:1;
	width:328px;
	height:190px;
	background:#dbdbdb;
	margin:0 20px 10px 0;
	color:#3c3c3c;
	overflow:hidden;
}

.aktuelles_col .hinweise_detail_entry,
.aktuelles_col .fortbildungen_detail_entry,
.aktuelles_col .veranstaltungen_detail_entry {
	position:absolute;
	left:0px;
	width:975px;
	cursor:default;
}

#lightbox {
	display:none;
}

/*********** KALENDER ***********/
.kalender {
	position:relative;
	float:left;
	width:328px;
	height:190px;
	background:#ffffff;
	margin:0 0 10px 20px;
	color:#ffffff;
}

#ftcalendar-div {
	border:none !important;
	background:#ffffff !important;
	margin:0px !important;
	padding:0px !important;
	height:190px !important;
	margin:0 0 10px 0 !important;
}

.kalender_load_area {
	position:absolute;
	top:-1000000px;
}

.kalender_contentarea {
	position:absolute;
	left:0px;
}

.kalender_load_area .thumb-event-header,
.kalender_detail_area .thumb-event-header {
	background:none !important;
	margin:0px !important;
	padding:0 0 5px 0 !important;
	color:#3c3c3c;
	height:18px;
	line-height:18px;
	font-size:12px;
	/*font-family: 'HelveticaNeueLTStdThCn',helvetica, arial, sans-serif;*/
	font-family:"Arial",sans-serif;

	/*font-weight:normal;*/
	font-weight:100;
    letter-spacing: 0.1em;
}

.kalender_load_area  .thumb-events,
.kalender_detail_area  .thumb-events {
	background:none !important;
	padding:5px 0 0 0 !important;
	margin:0px !important;
	color: #3c3c3c;
}

.kalender_load_area .thumb-event-div .thumb-events .event_title
.kalender_detail_area .thumb-event-div .thumb-events .event_title {
	/*font-family: 'HelveticaNeueLTStdThCn',helvetica, arial, sans-serif;*/
	font-family:"Arial",sans-serif;

	/*font-weight:normal;*/
	font-weight:100;
    letter-spacing: 0.1em;
	margin:0 0 5px 0;
}

.kalender_hidden {
	display:none;
}

#ftcalendar-nav {
	margin:0px !important;
	padding:0px !important;
	height:21px !important;
	background:#f6f6f6 !important;
	border:1px solid #dfdfdf !important;
	text-transform:uppercase !important;
	margin:0 0 4px 0 !important;
}

#ftcalendar-prev {
	float:left;
	width:20px;
	height:21px;
}

#ftcalendar-current {
	float:left;
	color:#3c3c3c !important;
	text-align:center !important;
	width:278px !important;
	line-height:21px !important;
	font-weight:normal !important;
	font-size:12px !important;
}

#ftcalendar-next {
	float:right;
	width:20px;
	height:21px;
}

.entries {
	cursor:hand;
	cursor:pointer;
}

.thumb-event,
.thumb-event:hover,
.thumb-event a:link,
.thumb-event a:active,
.thumb-event a:visited,
.thumb-event a:hover {
	display:inline-block !important;
	width:32px;
	color:#ffffff !important;
	text-decoration:none;
}

a.thumb-prev:link,
a.thumb-prev:active,
a.thumb-prev:visited,
a.thumb-prev:hover {
	background:url('images/bg_kalender_prev.jpg') top left no-repeat;
	display:inline-block;
	width:20px;
	height:21px;
}

a.thumb-next:link,
a.thumb-next:active,
a.thumb-next:visited,
a.thumb-next:hover {
	background:url('images/bg_kalender_next.jpg') top left no-repeat;
	display:inline-block;
	width:20px;
	height:21px;
}

table.ftcalendar-table {
	border:none !important;
	background:none !important;
	margin:0px !important;
	padding:0px !important;
}

table.ftcalendar-table tr th {
	border:none !important;
	background:none !important;
	margin:0px !important;
	padding:0px !important;
	height:13px !important;
}

.kalender-days {
	width:328px;
	height:13px !important;
	margin:0 0 4px 0 !important;
}

#ftcalendar-headings-mon,
#ftcalendar-headings-tue,
#ftcalendar-headings-wed,
#ftcalendar-headings-thu,
#ftcalendar-headings-fri,
#ftcalendar-headings-sat {
	float:left !important;
	border:1px solid #dfdfdf !important;
	width:30px !important;
	height:15px !important;
	margin:0 17px 5px 0!important;
	color: #3c3c3c;
	font-size:12px;
	text-align:center;
	background:#f6f6f6 !important;
}

#ftcalendar-headings-sun {
	float:right !important;
	border:1px solid #dfdfdf !important;
	width:30px !important;
	height:15px !important;
	margin:0 0 5px 0!important;
	color: #3c3c3c;
	font-size:12px;
	text-align:center;
	background:#f6f6f6 !important;
}

table.ftcalendar-table tr td {
	border:none !important;
	background:none !important;
	margin:0px !important;
	padding:0px !important;
}

.ftcalendar-event-date {
	float:left !important;
	background:#ffffff !important;
	width:30px;
	height:18px !important;
	line-height:18px !important;
	margin:0 17px 5px 0!important;
	text-align:center;
	font-size:12px;
}

.last {
	float:right !important;
	background:#ffffff !important;
	width:30px;
	height:18px !important;
	line-height:18px !important;
	margin:0 0 5px 0!important;
	text-align:center;
	font-size:12px;
}

.unmonth {
	color:#dddddd !important;
	background:#ffffff !important;
}

/*********** Kalender Detailansicht ***********/

.kalender_load_area,
.kalender_detail_area {
	display:block;
	clear:both;
	margin:0 0 10px 0;
}

.kalender_load_area .datum,
.kalender_detail_area .datum  {
	display:block;
	clear:both;
	margin:0 0 10px 0;
	padding:0 0 0 10px,
	width:100%;
	height:24px;
	font-size:18px;
}

.kalender_load_area .datum .datum_tag,
.kalender_detail_area .datum .datum_tag {
	float:left;
	height:24px;
	line-height:24px;
	padding:0 5px 0 0;
}

.kalender_load_area .datum .datum_monat,
.kalender_detail_area .datum .datum_monat {
	float:left;
	height:24px;
	line-height:24px;
	padding:0 5px 0 0;
}

.kalender_load_area .datum .datum_jahr,
.kalender_detail_area .datum .datum_jahr {
	float:left;
	height:24px;
	line-height:24px;
}

.kalender_load_area .kalender_close,
.kalender_detail_area .kalender_close {
	float:right;
	width:30px;
	height:24px;
	line-height:24px;
	text-align:center;
	color:#ffffff;
	cursor:hand;
	cursor:pointer;
	background:#908e8e;
}

.kalender_load_area .kalender_subnnav,
.kalender_detail_area .kalender_subnnav {
	display:block;
	clear:both;
	margin:0 0 5px 0;
}

.kalender_load_area .kalender_subnnav .kalender_subnnav_link,
.kalender_detail_area .kalender_subnnav .kalender_subnnav_link {
	display:block;
	clear:both;
	margin:0 0 5px 0;
	padding:0 0 0 10px;
	width:1014px;
	cursor:hand;
	cursor:pointer;
	height:24px;
	line-height:24px;
}


.kalender_subnnav  .startseite_h_passive,
.kalender_subnnav  .bauherren_h_passive,
.kalender_subnnav  .kammermitglieder_h_passive,
.kalender_subnnav  .berufseinsteiger_h_passive,
.kalender_subnnav  .baukultur_h_passive,
.kalender_subnnav  .hinweise_passive {
	background:#fee3eb;
	color:#f80048;
}

.kalender_subnnav  .startseite_h_passive:hover,
.kalender_subnnav  .bauherren_h_passive:hover,
.kalender_subnnav  .kammermitglieder_h_passive:hover,
.kalender_subnnav  .berufseinsteiger_h_passive:hover,
.kalender_subnnav  .baukultur_h_passive:hover,
.kalender_subnnav  .hinweise_passive:hover {
	background:#f80048;
	color:#ffffff;
}

.kalender_subnnav  .startseite_h_active,
.kalender_subnnav  .bauherren_h_active,
.kalender_subnnav  .kammermitglieder_h_active,
.kalender_subnnav  .berufseinsteiger_h_active,
.kalender_subnnav  .baukultur_h_active,
.kalender_subnnav  .hinweise_active {
	background:#f80048;
	color:#ffffff;
}

.kalender_subnnav .startseite_f_passive,
.kalender_subnnav .bauherren_f_passive,
.kalender_subnnav .kammermitglieder_f_passive,
.kalender_subnnav .berufseinsteiger_f_passive,
.kalender_subnnav .baukultur_f_passive,
.kalender_subnnav .fortbildungen_passive {
	background:#e3f2f9;
	color:#0088c8;
}

.kalender_subnnav .startseite_f_passive:hover,
.kalender_subnnav .bauherren_f_passive:hover,
.kalender_subnnav .kammermitglieder_f_passive:hover,
.kalender_subnnav .berufseinsteiger_f_passive:hover,
.kalender_subnnav .baukultur_f_passive:hover,
.kalender_subnnav  .fortbildungen_passive:hover {
	background:#0088c8;
	color:#ffffff;
}

.kalender_subnnav .startseite_f_active,
.kalender_subnnav .bauherren_f_active,
.kalender_subnnav .kammermitglieder_f_active,
.kalender_subnnav .berufseinsteiger_f_active,
.kalender_subnnav .baukultur_f_active,
.kalender_subnnav  .fortbildungen_active {
	background:#0088c8;
	color:#ffffff;
}

.kalender_subnnav .startseite_v_passive,
.kalender_subnnav .bauherren_v_passive,
.kalender_subnnav .kammermitglieder_v_passive,
.kalender_subnnav .berufseinsteiger_v_passive,
.kalender_subnnav .baukultur_v_passive,
.kalender_subnnav .veranstaltungen_passive {
	background:#f3f3f3;
	color:#908e8e;
}

.kalender_subnnav .startseite_v_passive:hover,
.kalender_subnnav .bauherren_v_passive:hover,
.kalender_subnnav .kammermitglieder_v_passive:hover,
.kalender_subnnav .berufseinsteiger_v_passive:hover,
.kalender_subnnav .baukultur_v_passive:hover,
.kalender_subnnav  .veranstaltungen_passive:hover {
	background:#908e8e;
	color:#ffffff;
}

.kalender_subnnav .startseite_v_active,
.kalender_subnnav .bauherren_v_active,
.kalender_subnnav .kammermitglieder_v_active,
.kalender_subnnav .berufseinsteiger_v_active,
.kalender_subnnav .baukultur_v_active,
.kalender_subnnav  .veranstaltungen_active {
	background:#908e8e;
	color:#ffffff;
}

.startseite_h,
.bauherren_h,
.kammermitglieder_h,
.berufseinsteiger_h,
.baukultur_h,
.hinweise {
	background:#fee3eb;
	width:1014px;
	padding:0 0 0 10px;
}

.startseite_f,
.bauherren_f,
.kammermitglieder_f,
.berufseinsteiger_f,
.baukultur_f,
.fortbildungen {
	background:#e3f2f9;
	width:1014px;
	padding:0 0 0 10px;
}

.startseite_v,
.bauherren_v,
.kammermitglieder_v,
.berufseinsteiger_v,
.baukultur_v,
.veranstaltungen {
	background:#f3f3f3;
	width:1014px;
	padding:0 0 0 10px;
}

/*********** SEITE MIT SUCHFUNKTION ***********/
.content_left {
	float:left;
	width:760px;
	/*
	min-height:600px;
	clear;:both;
	*/
}

.content_right {
	float:right;
	/*
	position:absolute;
	top:0px;
	right:0px;
	*/
	width:240px;
}

#content h2,
.content_left h2,
.content_right h2 {
	clear:none;
	color:#f81048;
	font-size: 12px;
	/*font-weight:normal;*/
	font-weight:100;
	margin:20px 0 20px;
	padding:0px;
}

#content h3,
.content_left h3,
.content_right h3 {
	clear:none;
	color:#f81048;
	font-size: 12px;
	/*font-weight:normal;*/
	font-weight:100;
	margin:20px 0 20px 0;
	padding:0px;
	padding: 0 0 0 20px;
}

h2 strong, h3 strong,h2 b, h3 b {
	/*font-weight:normal;*/
	font-weight:100;
}

#content h2:first-child,
.content_left h2:first-child {
	margin:0 0 20px 0;
}

.content_right h2 {
	margin:0 0 0 0 !important;
}

.content_left h1,
.content_right .searchbox_head,
.content_right h1 {
	background-image: url('images/h1_bg.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #3c3c3c;
	font-size: 16px;
	text-transform:uppercase;
	margin:26px 0 35px 0;
	padding:0 0 16px 0;
	letter-spacing: 0.1em;
	font-weight:100;
	/*
	font-family:'HelveticaNeueLTStdCn',helvetica, arial, sans-serif;
	font-weight:normal;
	*/
	font-family:"Arial",sans-serif;

	font-weight:normal;
}

#content ul,
.content_left ul,
.content_right ul {
	margin:0 0 15px 16px;
	padding:0px;
	list-style:square;
	font-size: 12px;
}

#content ol,
.content_left ol,
.content_right ol {
	margin:0 0 15px 16px;
	padding:0px;
}

#content a:link,
#content a:active,
#content a:visited,
.content_left a:link,
.content_left a:active,
.content_left a:visited,
.content_right a:link,
.content_right a:active,
.content_right a:visited {
	color:#908e8e;
	text-decoration:underline;
}

#content a:hover,
.content_left a:hover,
.content_right a:hover {
	color:#f81048;
}

.content_right em {
	font-style:normal;
	color:#f81048;
}

.content_image {
	float:right;
	margin:38px 0 0 20px;
}

.standard_image_desc,
.content_image_desc {
	padding:0 0 5px 0;
	background-image: url('images/bg_subtitle.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	font-style: italic;
	margin:0 0 20px 0;
	width:285px;
}

.content_text {
	font-size: 12px;
}

/*
.content_right .searchbox_head {
	background-image: url('images/h1_bg.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #3c3c3c;
	font-size: 16px;
	font-weight: normal;
	text-transform:uppercase;
	margin:26px 0 35px 0;
	padding:0 0 16px 0;
	letter-spacing: 0.1em;
}
*/

.content_right .searchbox_head_box {
	background:#878787;
	padding:10px;
}

.content_right .searchbox_head_box .select_box {
	clear:both;
	display:block;
	width:220px;
	margin:0 0 15px 0 !important;
	overflow:hidden;
	background:#f6f6f6 url('images/right_select_arrow.jpg') center right no-repeat;
}

.content_right .searchbox_head_box select {
	width:240px;
	font-size:12px !important;
	padding:5px 0 5px 10px !important;
	background:none;
	border:none;
	color:#3c3c3c;
}

.content_right .searchbox_head_box input {
	clear:both;
	display:block;
	width:220px;
	font-size:12px !important;
	padding:5px 0 5px 10px;
	[;padding: 5px 0 5px 0px;];
	margin:0 0 15px 0 !important;
	background:#f6f6f6;
	border:none;
}



input.searchbox_submit {
	float:right;
	border:none;
	background:#f81048;
	padding:5px 20px 5px 20px;
	color:#ffffff;
}

/*********** STANDARD ***********/

#content h1 {
	background-image: url('images/h1_bg.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #3c3c3c;
	font-size: 16px;
	font-weight: normal;
	text-transform:uppercase;
	margin:26px 0 35px 0;
	padding:0 0 16px 0;
	letter-spacing: 0.1em;
	/*
	font-family:'HelveticaNeueLTStdCn',helvetica, arial, sans-serif;
	font-weight:normal;
	*/
	font-family:"Arial",sans-serif;
	font-weight:normal;
}

.error,
.error h1 {
	color:red;
	/*
	font-family:'HelveticaNeueLTStdCn',helvetica, arial, sans-serif;
	font-weight:normal;
	*/
	font-family:"Arial",sans-serif;

	font-weight:bold;
}

.accordion {
	border-bottom:5px solid #ffffff;
	display:block;
	clear:both;
}

.accordion table,
.accordion table tr td {
	border-top:none !important;
	border-right:none !important;
	border-bottom:none !important;
	border-left:none !important;
}

.accordion .vereidigung {
	float:right;
	font-size:11px;

}

.vereidigung_content {
	width:180px;
	display:inline-block;
}

.accordion .accordion_headline {
	display:block;
	color:#ffffff;
	line-height:24px;
	padding:2px 10px 0 10px;
	text-transform:uppercase;
	cursor:hand;
	cursor:pointer;
}

.accordion .accordion_headline:hover {

	display:block;
	color:#ffffff;
	line-height:24px;
	padding:2px 10px 0 10px;
	border-bottom:5px solid #ffffff;
	text-transform:uppercase;
	cursor:hand;
	cursor:pointer;
	background:#f81048;
}

.accordion .accordion_headline .daten_seperat {
	margin:0px !important;
	padding:0px !important;
	display:block;
	font-size:10px;
	clear:both;
}

.accordion .accordion_headline .daten_seperat p {
	margin:0px;
	padding:0px;

	font-size:10px;
}

.accordion .accordion_headline .daten_seperat ol {
	clear:both;
	margin:0 0 0 3px;
	padding:0px;
}

.accordion .accordion_headline p {
	clear:both;
	margin:0px !important;
	padding:0px !important;
	float:left;
	line-height:23px;
}

.accordion .accordion_headline p:first-of-type {
	float:left;
	margin:0px !important;
	padding:0px !important;
	line-height:23px;
}

.accordion .accordion_headline ol,
.accordion .accordion_headline ul {
	float:left;
	margin:0 0 0 16px;;
	padding:0px !important;
	line-height:23px !important;
}

.accordion .accordion_headline ol li,
.accordion .accordion_headline ul li {
	float: left;
	margin: 0 20px 0 10px;
	padding: 0px;
	line-height: 23px;
}

ul.listen_pfrofessions {
	float: none !important;
	display: block !important;
	margin: 0 0 15px 0 !important;
	padding:0 !important;
}

.listen_pfrofessions li {
	float: none !important;
	display: block;
	margin: 0 !important;
}

.accordion .accordion_headline .clear {
	height:0px;
	clear:both;
}

.accordion_headline h2 {
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 5px 0 !important;
	padding: 0;
	display: inline-block;
}

.accordion_headline .ortsangabe {
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	padding: 0;
	float: right;
	display: inline-block;
}

.ortsangabe: {
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	padding: 0;
	float: right;
	display: inline-block;
}

.accordion .passive {
	background:#878787;
	border-bottom:5px solid #ffffff;
}

.accordion .active {
	background:#f81048;
	border-bottom:5px solid #ffffff;
}


.accordion_content {
	display:none;
	padding:10px;
}

.accordion_content em {
	font-style:normal;
	color:#f81048;
}

.accordion_content p {
	margin:0;
	padding:0 0 10px 0;
}

.accordion_content h2 {
	margin-bottom:5px !important;
}

.accordion_content ul,
.accordion_content ol {
	margin:0 0 0px 16px !important;
	padding:0px;
}

.accordion_content ul li,
.accordion_content ol li {
	margin-bottom:5px !important;
	margin-left:10px;
	line-height:16px;
}

.subaccordion {

}

.subaccordion .subaccordion_headline {
	height:23px;
	line-height:23px;
	display:block;
	color:#ffffff;
	padding:0 10px 0 10px;
	border-bottom:5px solid #ffffff;
	text-transform:uppercase;
	cursor:hand;
	cursor:pointer;
}

.subaccordion .passive {
	background:#878787;
	border-bottom:5px solid #ffffff;
}

.subaccordion .active {
	background:#f81048;
	border-bottom:5px solid #ffffff;
}

.subaccordion .subaccordion_headline:hover {
	height:23px;
	line-height:23px;
	display:block;
	color:#ffffff;
	padding:0 10px 0 10px;
	border-bottom:5px solid #ffffff;
	text-transform:uppercase;
	cursor:hand;
	cursor:pointer;
	background:#f81048;
}

.subaccordion_content {
	display:none;
	padding:10px;
}

.subaccordion_content em {
	font-style:normal;
	color:#f81048;
}

.suchfeld {
	width:100%;
	height:32px;
	margin:0 0 20px 0;
}

.suchfeld_input {
	float:left;
	width:74%;
}

.suchfeld_input input {
	width:100%;
	color:#878787 !important;
	border:1px solid #878787;
}

.suchfeld_submit {
	float:right;
	width:25%;

}

.suchfeld_submit input {
	width:100%;
	text-transform:uppercase;
	text-align:center;
	border:none;
	background:#878787;
	color:#ffffff;
	line-height:34px;
	height:34px;
}

.suchfeld_submit input:hover {
	background:#f81048;
	color:#ffffff;
}

.pagination {
	border:1px solid #878787;
	height:24px;
	line-height:24px;
	padding:0 10px 0 10px;
	margin:0 0 10px 0;
	text-transform:uppercase;
	color:#878787;
	clear:both;
}

.pagination_result {
	float:left;
}

.pagination_box {
	float:right;
}

.pagination_box a.passive:link,
.pagination_box a.passive:active,
.pagination_box a.passive:visited {
	padding:2px 10px 0 10px;
	display:inline-block;
	height:18px;
	line-height:18px;
	background:#878787;
	color:#ffffff !important;
	margin:2px 5px 0 5px;
	text-decoration:none !important;
	text-align:center;
}

.pagination_box a.passive:hover,
.pagination_box a.active:link,
.pagination_box a.active:active,
.pagination_box a.active:visited,
.pagination_box a.active:hover {
	padding:2px 10px 0 10px;
	display:inline-block;
	height:18px;
	line-height:18px;
	background:#f81048;
	color:#ffffff !important;
	margin:2px 5px 0 5px;
	text-decoration:none !important;
	text-align:center;
}

.pagination_box a.prev:link,
.pagination_box a.prev:active,
.pagination_box a.prev:visited {
	text-decoration:none;
	background:url('images/prev.png') center left no-repeat;
	padding:0 10px 0 15px;
	height:23px;
	line-height:23px;
}

.pagination_box a.prev:hover {
	text-decoration:none;
	background:url('images/prev_f2.png') center left no-repeat;
	padding:0 10px 0 15px;
	color:#f81048;
	height:23px;
	line-height:23px;
}

.pagination_box a.next:link,
.pagination_box a.next:active,
.pagination_box a.next:visited {
	text-decoration:none;
	background:url('images/next.png') center right no-repeat;
	padding:0 15px 0 10px;
	height:23px;
	line-height:23px;
}

.pagination_box a.next:hover {
	text-decoration:none;
	background:url('images/next_f2.png') center right no-repeat;
	padding:0 15px 0 10px;
	color:#f81048;
	height:23px;
	line-height:23px;
}

.pagination_box a.disabled:link,
.pagination_box a.disabled:active,
.pagination_box a.disabled:visited,
.pagination_box a.disabled:hover {
	cursor:default !important;
	color:#ffffff !important;
	background:none !important;
}


.standard_images {
	float:right;
	padding:0 0 0 10px;
}

/****** ARTIKEL-DETAILSEITE ******/
.detail_left {
	width:60%;
	float:left;
}

.detail_right {
	width:40%;
	float:left;
}

.detail_right img {
	width:100%;
}


/**** FOOTER ****/
#colophon {
	display:block;
	clear:both;
	width:100% !important;
	text-align:center !important;
	position:relative;
	background:#5f5f5f url('images/bg_footer.jpg') top left repeat-x !important;
	border:none;
	padding:0px !important;
}

#footercontentarea {
	width:1024px !important;
	min-height:150px;
	margin:0 auto 0 auto !important;
	background:url('images/ajax-loader-footer.gif') center center no-repeat;
}

#colophon_content {
	background:#5f5f5f !important;
	width:1024px !important;
	margin:0 auto 0 auto !important;
}

#colophon_content h2 {
	font-size:16px;
	color:#ffffff;
	margin:0 0 30px 0;
	text-transform:uppercase;
}

#colophon_content a:link,
#colophon_content a:active,
#colophon_content a:visited {
	color:#ffffff !important;
	text-decoration:none !important;
}

#colophon_content a:hover {
	color:#ffffff !important;
	text-decoration:underline !important;
}

.footer_box_left {
	float:left;
	width:288px;
	margin:0 00px 10px 0;
	padding:0 50px 0 10px;
	text-align:left;
	color:#ffffff;
	background:#5f5f5f !important;
	min-height:150px;
}
/*
.footer_box_left .partner_content {

}
*/
.footer_box_left .partner_content_bild {
	float:left;
	padding:0 10px 0 0;
	width:100px;
}

.footer_box_left .partner_content_text {
	float:left;
	width:170px;
	padding:10px 0 0 0;
}

.footer_box_center {
	float:left;
	width:308px;
	margin:0 20px 10px 0;
	padding:0 10px 0 10px;
	text-align:left;
	color:#ffffff;
	background:#5f5f5f !important;
	min-height:150px;
}

.footer_box_center iframe {
	border:10px solid #ffffff;
}

.footer_box_right {
	float:left;
	width:308px;
	margin:0 0 10px 0;
	padding:0 10px 0 10px;
	text-align:left;
	color:#ffffff;
	background:#5f5f5f !important;
	min-height:150px;
}

.footer_box_right a:link,
.footer_box_right a:active,
.footer_box_right a:visited {
	background: url('images/bg_footer_rss_link.png') top left no-repeat;
	padding:0 0 0 40px;
	line-height:33px;
	display:inline-block;
	height:33px;
	margin:0 0 5px 0;
}

.footer_box_right a:hover {
	background: url('images/bg_footer_rss_link.png') top left no-repeat;
	padding:0 0 0 40px;
	line-height:33px;
	display:inline-block;
	height:33px;
	margin:0 0 5px 0;
}

.footer_box_complete {
	text-align:left;
	position:relative;
	color:#ffffff;
	padding:0 10px 0 10px;
	background:#5f5f5f !important;
	min-height:150px;
}

ul.footer_links  {
	list-style:none;
	margin:0px;
	padding:0px;
}

ul.footer_links li.linkcat {
	float:left;
	padding:0 0 0 0;
	width:33%;
}

ul.footer_links li.linkcat h2 {
	cursor:hand;
	cursor:pointer;
	background:url('images/bg_footer_link_cat.png') center left no-repeat;
	padding:0 0 0 17px !important;
	margin:0px !important;
	font-size:12px !important;
	font-weight:normal !important;
}

ul.footer_links li.active h2 {
	cursor:hand;
	cursor:pointer;
	background:url('images/bg_footer_link_cat_f2.png') center left no-repeat;
	padding:0 0 0 17px !important;
	margin:0px !important;
	font-size:12px !important;
	/*font-family: 'HelveticaNeueLTStdThCn',helvetica, arial, sans-serif !important;*/
	font-family:"Arial",sans-serif;

	/*font-weight:normal;*/
	font-weight:100;
    letter-spacing: 0.1em;
}


ul.xoxo {
	position:absolute;
	left:0px;
	top:110px;
	list-style:none;
	display:none;
	margin:0 0 30px 0;
	padding:0px;
}

#linkviewarea {
	display:none;
	clear:both;
	text-align:left;
	padding:20px 0 0 0;
}

#linkviewarea ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#linkviewarea ul li {
	margin:0px;
	padding:0px;
}

#linkviewarea ul li a:link,
#linkviewarea ul li a:link,
#linkviewarea ul li a:link,
#linkviewarea ul li a:hover {
	display:block;
	line-height:20px;
	border-bottom:1px solid #ffffff;
}

.footer_newsletter_form {
	width:33%;
	float:left;
}

.footer_newsletter_form input {
	color:#bfbfbf;
	height:24px;
	line-height:24px;
	font-size:12px;
	padding:0 5px 0 5px;
	margin:0 0 10px 0;
	width:80%;
}

.footer_newsletter_form input.nlsubmit {
	border:none;
	background:url('images/btn_plus_white.png') center right no-repeat;
	text-align:right;
	padding:14px 35px 0 0;
	height:27px;
	text-transform:uppercase;
	font-size:10px;
	line-height:10px;
	cursor:hand;
	cursor:pointer;

}

.footer_newsletter_text {
	width:66%;
	float:left;
	color:#ffffff;
}

.footer_newsletter_disclaimer {
	display:block;
	clear:both;
	font-size:10px;
	margin:10px 0 0 0;
	color:#ffffff;
}

.copyright {
	clear:both;
	text-align:left;
	color:#ffffff;
	width:1024px;
	margin:20px auto 20px auto;
	padding:20px 0 0 0;
}

.copyright_inner {
	padding:0 0 0 10px;
}

.copyright_inner a:link,
.copyright_inner a:active,
.copyright_inner a:visited {
	color:#ffffff !important;
}

.copyright_inner a:hover {
	color:#ffffff !important;
	text-decoration:underline !important;
}

.item {
	border-bottom:1px dashed #b9b9b9;
	margin:0 0 15px 0;
}

.item_headline {
	color:#f81048;
	font-size:16px;
	text-transform:uppercase;
	padding:0 0 15px 0;
}

.item_excerpt {
}

a.item_link:link,
a.item_link:active,
a.item_link:visited,
a.item_link:hover {
	float:right;
	margin:0 0 15px 0;
	padding:0 0 0 30px;
	background:url('images/btn_plus_red_17x17.png') center left no-repeat;
	color:#f81048;
	text-decoration:none !important;
	line-height:24px;
	height:24px;
}

.submenu {
	margin:60px 0 0 0;
}

.submenu a.level1_passive:link,
.submenu a.level1_passive:active,
.submenu a.level1_passive:visited {
	display:block;
	padding:0 0 10px 10px;
	color:#3c3c3c;
	text-decoration:none;
}

.submenu a.level1_passive:hover,
.submenu a.level1_active:link,
.submenu a.level1_active:active,
.submenu a.level1_active:visited {
	display:block;
	padding:0 0 10px 10px;
	color:#f81048;
	text-decoration:none;
}

.submenu a.level2_passive:link,
.submenu a.level2_passive:active,
.submenu a.level2_passive:visited {
	display:block;
	padding:0 0 10px 40px;
	color:#3c3c3c;
	text-decoration:none;
}

.submenu a.level2_passive:hover,
.submenu a.level2_active:link,
.submenu a.level2_active:active,
.submenu a.level2_active:visited {
	display:block;
	padding:0 0 10px 40px;
	color:#f81048;
	background:url('images/btn_arrow_red_17x17.png') center left no-repeat;
	background-position:10px 2px;
	text-decoration:none;
}

.submenu a.level3_passive:link,
.submenu a.level3_passive:active,
.submenu a.level3_passive:visited {
	display:block;
	padding:0 0 10px 60px;
	color:#3c3c3c;
	text-decoration:none;
}

.submenu a.level3_passive:hover,
.submenu a.level3_active:link,
.submenu a.level3_active:active,
.submenu a.level3_active:visited {
	display:block;
	padding:0 0 10px 60px;
	color:#f81048;
	background:url('images/btn_arrow_red_17x17.png') top left no-repeat;
	background-position:30px 2px;
	text-decoration:none;
}

.submenu a.level4_passive:link,
.submenu a.level4_passive:active,
.submenu a.level4_passive:visited {
	display:block;
	padding:0 0 10px 80px;
	color:#3c3c3c;
	text-decoration:none;
}

.submenu a.level4_passive:hover,
.submenu a.level4_active:link,
.submenu a.level4_active:active,
.submenu a.level4_active:visited {
	display:block;
	padding:0 0 10px 80px;
	color:#f81048;
	background:url('images/btn_arrow_red_17x17.png') center left no-repeat;
	background-position:50px;
	text-decoration:none;
}


.submenu .activetree a:link,
.submenu .activetree a:active,
.submenu .activetree a:visited,
.submenu .activetree a:hover {
	color:#3c3c3c;
	text-decoration:none;
}

.submenu .activetree a:link,
.submenu .activetree a:active,
.submenu .activetree a:visited,
.submenu .activetree a:hover {
	color:#f81048;
	text-decoration:none;
}

.submenu a {
	border-bottom:1px dashed #3c3c3c;
	line-height:20px;
	min-height:20px;
	margin:10px 0 0 0;
	text-transform:uppercase;
	display:block;
}

.submenu div:last-child a {
	border-bottom:none;
}

.freitext_head {
	background-image: url('images/h1_bg.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #3c3c3c;
	font-size: 16px;
	font-weight: normal;
	text-transform:uppercase;
	margin:26px 0 35px 0;
	padding:0 0 16px 0;
	letter-spacing: 0.1em;
}

.freitext_text {
	margin:0 0 0 5px;
}

.baubehoerde_bauamt_anschrift {
	padding:0 0 20px 0;
	/*margin-top:-20px;*/
}

.g_mitarbeiter_bereich {
	clear:both;
	display:block;
	padding:3px 10px 3px 10px;
	background:#878787;
	color:#ffffff;
	text-transform:uppercase;
}

.g_mitarbeiter {
	clear:both;
	display:block;
	height:90px;
	background:url('images/g_mitarbeiter_trenner.png') bottom left no-repeat;
	padding:10px;
}

.mitarbeiter_2246,
.g_mitarbeiter:last-of-type {
	background:none;
}

.g_mitarbeiter_name {
	width:25%;
	float:left;
	color:#dc2a44;
}

.g_mitarbeiter_kontaktdaten {
	width:25%;
	float:left;
}

.g_mitarbeiter_kontaktdaten a:link,
.g_mitarbeiter_kontaktdaten a:active,
.g_mitarbeiter_kontaktdaten a:visited,
.g_mitarbeiter_kontaktdaten a:hover,
.g_mitarbeiter_kontaktdaten em {
	font-style:normal;
	color:#f81048;
}

.g_mitarbeiter_position {
	width:50%;
	float:left;
}

/*.content_left ul {
	margin:0 20px 0 0;
	padding: 0px;
	display: inline-block;
	max-width: 760px !important;
}*/

.content_left ul li {
	margin:0px;
	padding:0px;
}

.site_content > div ul {
	display: block;
	list-style-position: inside;
	margin: 20px 0;
}
.site_content > div ul li {

}


.content_left table tr td {
	vertical-align:top;
	padding:5px 5px 5px 5px ;
	margin:0px;
	font-size:10px;
	border-bottom:1px solid #3c3c3c;
	border-right:1px solid #3c3c3c;
}

.content_left table tr {
	vertical-align:top;
	padding:5px 5px 5px 5px ;
	margin:0px;
	font-size:12px;
	border-bottom:1px solid #3c3c3c;
	border-right:1px solid #3c3c3c;
}

.content_left table tr td img {
	margin:0px;
	padding:0px;
}

.reiter a.passive:link,
.reiter a.passive:active,
.reiter a.passive:visited {
	float:left;
	background:#878787;
	height:24px;
	line-height:24px;
	color:#ffffff;
	padding:2px 10px 0 10px;
	margin:0 10px 10px 0;
	text-transform:uppercase;
	cursor:hand;
	cursor:pointer;
	text-decoration:none;

}

.reiter a.passive:hover,
.reiter a.active:link,
.reiter a.active:active,
.reiter a.active:visited,
.reiter a.active:hover {
	float:left;
	background:#f81048;
	height:24px;
	line-height:24px;
	color:#ffffff;
	padding:2px 10px 0 10px;
	margin:0 10px 10px 0;
	text-transform:uppercase;
	cursor:hand;
	cursor:pointer;
	text-decoration:none;
}


#suchbox {
	width:1024px;
	margin:0 auto 0 auto;
	height:1px;
	position:relative;
	top:630px;

}

#standards_suchbox {
	position:absolute;
	height:20px;
	right:0px;
	top:20px;
	width:250px !important;
	z-index:100000000;
	padding:0px !important;
	margin:0px !important;
}

#standards_suchbox input {
	line-height:20px !important;
	font-size:12px !important;
	padding:0px 10px 0 10px !important;
	margin:0px !important;
	color:#878787 !important;
}

.bildunterschrift {
	position:absolute;
	z-index:10000000000;
	font-size:11px;
	width:506px;
	height:32px;
	overflow:hidden;
	padding-left: 3px;
}

#start_ort {

}

.page-template-page_suchergebnisse-php #standards_suchbox {
    right: 265px;
    top: 7px;
		width: 240px !important;
}

.page-template-page_suchergebnisse-php #s {

}

.fotowettbewerb_image {
	float:left;
	width:120px;
	height:120px;
	overflow:hidden;
	margin:0 30px 10px 0;
	border:1px solid #878787;
}

.fotowettbewerb_image img {

	height:auto;
	width:150%;
}

.stellenmarkt_text {
}

.print_element {
	display: none;
}

/*  SUB MENU   */
/* <wodjanko>  */

#menu-bauherren-seiten-mit-suchfunktion li {
	display: block;
	float: left;
	width: 32%;
	background-color: #878787;
	margin-bottom: 10px;
}


.menu-bauherren-seiten-mit-suchfunktion-container:after {
	clear: both;
}

.col_middle {
	margin: 0 2%;
}

.col_right:after {
	clear: both;
}

#container_header {
/*	margin-top: 510px;*/
	padding-top: 30px;
	position: relative;
	z-index: 1;
}

.menu_logo_block {
	position: fixed;
	width: 100%;
	top: 0;
}

#desktop_fixed_area {
	position: relative;
	width: 100%;
	z-indeX: 2;
}

#desktop_fixed_area_inner {
	width: 100%;
}

.aus {
	opacity: 0.7;
	-webkit-user-select: none !important;  /* Chrome all / Safari all */
	-moz-user-select: none !important;     /* Firefox all */
	-ms-user-select: none !important;      /* IE 10+ */

	/* No support for these yet, use at own risk */
	-o-user-select: none !important;
	user-select: none !important;

	pointer-events:none;
}

.suchfeld_container :-moz-submit-invalid, .suchfeld_container :-moz-focusring  {
	border: 1px solid black !important;
	box-shadow: none !important;
}

#berufssucheinput:active, #berufssucheinput:focus {
	background-color: none;
	box-shadow: none;
}

/* </wodjanko> */
/* ########### */


/* <wodjanko> */

@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {

	#masthead {
		margin-top: 111px !important;
		z-index: 99997;
	}
}

.tablet #masthead {
	z-index: 254;
	height: 300px;
}

.tablet .infobox_container {
	z-index: 255;
}

.tablet .menu_logo_block {
	z-index: 99999;
}

.tablet #startseite_infobox .select_box {
	height: 27px;
}

/* Neue Ids & Klassen */

#menu_logo_block {
	height: 111px;
	box-shadow: 0 0 20px 0 #000000;
	z-index: 3000;
}

#infobox_container {
	z-index: 201;
}

#myCarousel {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;*/
	z-index: 200;
}
/*
#myCarousel .active {
	z-index: 999999;
}

#myCarousel img {
	max-width:9999px;
	width:auto !important;
	height:auto !important;
	position:relative;
	top:0;
	left:0
	margin:0px;
	padding:0px;
}
/* </wodjanko> */

.myhide {
	opacity: 0 !important;
	transition: opacity 2s;
}

.info_block {
	position: relative;
	margin: 0 auto;
	width: 1024px;
	height: 400px;
}

.info_inner {
	position: absolute;
	bottom: 160px;
	width: 100%;
}

.infotext  {
	background-color: rgba(255,255,255,0.8);
	color: #000000;
	padding: 10px 15px;
	text-align: left;
	width: 90%;
	position: relative;
	bottom: 10px;
	opacity: 1;
	transition: 1.5s;
}

.infotext p {
	margin: 0px;
	padding: 0px;
}



.infobutton {
	position: absolute;
	width: 47px;
	bottom: 170px;
	height: 47px;
	right: 5px;
	z-index: 5000;
}

.infobutton img {

}
#header_area {
	position: relative;
	z-index: 200;
	margin-top: 111px;
}

.hide {
	display: none !important;
	transition: 1.5s;
}

.infobutton img {
	cursor: pointer;
}

#myCarousel .item {
	border: 0 !important;
}

.carouselItemBg {
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

.float_right {
	float: right;
}

.versteckt {
	display: none;
}

.unvisible {
	visibility: hidden;
}
