* {
	margin: 0px;
	color: black;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

h1 {
	font-weight: bold;
}
a {
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #900;
}
a img {
	border: 0;
	vertical-align: middle;
}
a.img-link {
	display: block;
	margin: 3px 0;
}
a.img-link img {
	margin-top: -5px;
	margin-right: 3px;
}

table td {
	vertical-align: top;
}

.clear {
	clear: both;
}

/* Page structure */

#header {
	background-color: #afb4be;
	height: 118px;
	position: relative;
}
#header_picture {
	background: white url('../images/siemens-logo.png') no-repeat;
	height: 118px;
	width: 528px;
}
#header_description {
	color: white;
	font-size: 16px;
	left: 550px;
	position: absolute;
	top: 85px;
}

#header_bar {
	background-color: #666;
	color: white;
	font-size: 13px;
	margin-top: 2px;
	height: 15px;
	padding: 4px 0 4px 43px;
}

#navigation_container {
	margin-left: 43px;
	position: relative;
}
#navigation,
#subnavigation {
	background-color: white;
	color: #666;
	float: left;
	font-size: 14px;
	height: 20px;
	margin: 20px 0 15px 0;
	width: 510px;
}
#subnavigation {
	margin-top: 0;
	margin-bottom: 35px;
}
#navigation a,
#subnavigation a {
	border-right: 1px solid #666;
	color: #666;
	float: left;
	padding: 0 15px;
}
#navigation a.first,
#subnavigation a.first {
	padding-left: 0;
}
#navigation a.last,
#subnavigation a.last {
	border: 0;
}
#navigation a:hover,
#subnavigation a:hover {
	color: #900;
}
#navigation a.selected,
#subnavigation a.selected {
	font-weight: bold;
}

#language_select {
	color: #666;
	float: left;
	margin-top: 20px;
}
#language_select a {
	margin-right: 15px;
	padding-left: 20px;
}
#language_select a.selected {
	font-weight: bold;
}
#language_select a.german {
	background: url('../images/flag_german.png') no-repeat;
}
#language_select a.english {
	background: url('../images/flag_english.png') no-repeat;
}

#content_container {
	color: black;
	font-size: 12px;
	margin-left: 43px;
	margin-bottom: 50px;
	width: 800px;
}
#content {
	padding: 10px 25px 0 0;
	float: left;
	width: 440px;
}
.page-year #content,
.page-blog-year #content{
	width: auto;
}
#sidebar {
	float: left;
	margin-left: 30px;
	padding: 10px 0 0 15px;	
}
#sidebar .contact {
	width: 290px;
}
#sidebar .contact h1,
#sidebar .contact h2 {
	margin: 15px 0 8px 0;
}
#sidebar .contact h1 {
	font-size: 16px;
	margin-top: 20px;
}
#sidebar .contact h2 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 17px;
}



/* Misc */

.introduction {
	margin-bottom: 15px;
}

.message-container {
	width: 461px;
}
.message-container .headline {
	background: white;
	color: black;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin-top: 16px;
}
.message-container .image-container {
	float: left;
	width: 120px;
}
.message-container .content-container {
	margin-left: 125px;
}

.message-container .inner {
	background: #d0d3da;
	color: black;
	float: left;
	margin-top: 10px;
	padding: 10px;
	width: 440px;
}
.message-container .items th,
.message-container .items td {
	padding: 3px 0;
	text-align: center;
	vertical-align: top;
	width: 40px;
}
.message-container .items th {
	font-weight: bold;
}
.message-container .items th.topic,
.message-container .items td.title {
	padding-left: 5px;
	text-align: left;
	width: 200px;
}
.message-container .items td.title.selected a {
	color: #900;
}
.message-container .items tr:hover td {
	background: #ccc;
}
.message-container.single .items tr:hover td {
	background: none;
}

.message-container .items a.download {
	background: url('../images/downloadgrey.png') no-repeat;
	height: 16px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 19px;
}
.message-container .items .mobile-download-buttons a.download {
	float: left;
	margin: 8px 4px 15px 0;
	padding-left: 20px;
	text-indent: initial;
	white-space: initial;
	width: 45px;
}
.message-container .items a.download:hover,
.message-container .items a.download.selected {
	background-image: url('../images/download.png');
	background-position: 0 1px;
}
.message-container .items .topic-inner {
	background: #ddd !important;
	text-align: left;
	padding: 5px;
}
.message-container .items .topic-inner a {
	display: block;
	padding: 2px 0;
}
.message-container .items .topic-inner .close {
	background: url('../images/close.png') no-repeat;
	display: block;
	height: 11px;
	margin-top: 10px;
	width: 16px;
}
.message-year-title {
	border-top: 1px dotted #afb4be; 
	font-weight: bold;
	margin-top: 40px;
	padding-top: 10px;
}
.message-year-title span {
	color: #900;
}

.message-year-container {
	background: #d0d3da;
	margin: 10px 0;
	padding: 10px;
	width: 700px;
}
.message-year-container .items {
	border-right: 1px dotted black;
	float: left;
	padding: 10px 0 0 3px;
	width: 550px;
}
.message-year-container .items a {
	background: url('../images/downloadgrey.png') no-repeat right 120px;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	width: 125px;
}
.message-year-container .items a:hover,
.message-year-container .items a.hover {
	background-image: url('../images/download.png');
}
.message-year-container .items a:hover p,
.message-year-container .items a.hover p {
	color: #900;
	font-weight: bold;
}
.message-year-container .items a img {
	height: 134px;
	width: 100px;
}
.message-year-container .items a p {
	margin: 6px 0 0 4px;
}

.message-year-container .index {
	float: left;
	padding: 0;
}
.message-year-container .index li {
	list-style-type: none;
	padding-left: 15px;
	margin-left: -8px;
}
.message-year-container .index li a {
	padding: 15px 0 10px 15px;
	display: block;
}
.message-year-container .index li:hover,
.message-year-container .index li.hover {
	background: url('../images/download.png') -2px 13px no-repeat;
}
.message-year-container .index li:hover a,
.message-year-container .index li.hover a {
	font-weight: bold;
}

.download-all {
	margin: 10px 0px;
}

.search-container input.query {
	display: block;
	padding: .25rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	width: 75%;
}

.search-container .btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 13px;
	line-height: 1.5;
	border-radius: .25rem;    color: #fff;
	background-color: #007bff;
	border-color: #007bff; cursor: pointer;
}
.search-container .btn.download-selected {
	margin-top: 15px;
}

.search-container .searchfield .btn {
	margin-left: 10px;
}
.search-container .searchfield .info {
	clear: both;
	font-size: 11px;
	padding-top: 5px;
}

.search-container .pull-left {
	float: left;
}

.search-container .hr {
	margin-right: -20px;
}

.search-container .hr hr {
	border: 0;
	border-bottom: 1px solid #ccc;
	margin: 25px 0;
}

.search-container .message-title {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-top: 16px;
}

.search-container table {
	width: 100%;
}
.search-container table td.title {
	line-height: 1.4em;
}

.item-download-check-full {
	float: left;
	margin-right: 7px;
}
.item-download-check {
	margin-right: 3px;
}

.blogarchivitem {
  padding: 8px;
  background-color: #fff !important;
  border-bottom: 2px solid #ccc;
  margin-top: 35px;
}

.athbild {
	width: 160px;
}

.athtext{
	display: none;
	font-family: helvetica,arial;
	color: #4b4b4b;
	line-height: 18px;
}
.athtext.active{
	display: block;
}


.athlink{

padding-top: 5px;
font-family: helvetica,arial;
color: #4b4b4b;
line-height: 14px;
}


.athtitel {
    padding-top: 10px;
    padding-bottom: 25px;
    font: 18px normal Arial,Geneva,Helvetica,sans-serif;
    line-height: 20px;

}

.blog-list .author-details {
    font-family: helvetica,arial;
color: #4b4b4b;
line-height: 18px;
    padding: 0 0 0 17px;
    font-weight: normal;
    font-size: 12px;

    font-style: normal;
    }
    
.archiv-titel{
    font-size: 22px;
}  



/*.inhalt {*/
/*box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);*/
/*padding: 20px 20px 1px;*/
/*margin: 0px 0px 10px;*/
/*}*/

.accordion {
	float: right;
	max-width: 70%;
}
.accordion .show,
.accordion .hide {
	cursor: pointer;
	display: inline;
	padding:10px;
	background: #4b4b4b;
	box-shadow:none!important;
	color:#fff;
	font-weight:bold;
}
.accordion .show:hover,
.accordion .hide:hover {
	background: #4b4b4b;
	color:#fff!important;
	transition:0.2s all ease-in-out!important;
}

@media only screen and (max-width: 580px) {
	.athbild {
		max-width: 100%;
	}
	.accordion {
		float: none;
		max-width: 100%;
	}
	.athlink{
		padding-top: 30px;
	}
}