/* CSS Document */
body {background: #f0f0f0;
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.42857143;
	color: #4d4d4d;
}

a {color:#c3a769 !important;}

a:hover, a:focus {
    color: #a08240 !important;
    text-decoration: underline !important;
	font-weight:normal !important;
}

li.current a:hover, a.current:hover {
	font-weight:bold !important;
}

#container {
	width:90%;
	max-width:1200px;
	margin:0 auto;
    margin-top:20px;
	background:#fff;
	background-image: linear-gradient(to right, #f0f0f0 0px, #f0f0f0 214px, #383838 214px, #383838 215px, #fff 215px, #fff 100% ); 
	overflow:hidden;
	border-bottom:20px solid #383838;
}

div.separator {
	border-bottom:1px solid #4d4d4d;
}

table.listing td.headseparator, table.listing td.endseparator  {
    border-top: 1px solid #4d4d4d;
}

#header {margin:0;
	width:100%;
	background: #f0f0f0;
	border-bottom:1px solid #383838;
	}
	

/* Hauptnavigation Register und Login ausblenden */
#navbar {
	border-bottom:none;
	position:absolute;
	margin-top:-50px;
	margin-left:-10px;
	}

ul.menu a {
	color:#777777 !important;
	text-transform: uppercase;
	text-decoration:none;
	font-weight:normal !important;
}

ul.menu a:hover {
	color:#c3a769 !important;
	text-decoration:none !important;
}

ul.menu #login {
  display: none;
}

ul.menu #register {
  display: none;
}

#breadcrumb {
    padding-top: 0.5em;
}

#main {
	margin:0;
	padding:15px;
	width:calc(100% - 235px);
}

#content {border-top:none;}

/* Seite Über uns */
/*Sonstiges*/
#aboutOther { 
 display: none; 
}

#leftSidebar {
	margin:0;
	width:185px;
	padding-right:0px;
	padding-top:15px;
}

#leftSidebar div {
	text-align:right;
	float:right;
	margin-bottom: 1.5em;
	width:100%;
}

#leftSidebar ul {
	direction: rtl;
	margin-right:1em;
}

#leftSidebar ul li a {
	direction: ltr;
	unicode-bidi: embed;
}

#simplesearchForm table {float:right;}

#simplesearchForm input.textField {
    background: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 1px;
    padding: 5px;
    color: #000;
    min-width: 150px;
    height: 18px;
}

#simplesearchForm #searchField {
    background: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 1px;
    padding: 5px;
    color: #000;
}

input.button {
    background: #a9a9a9;
    border: none;
    border-radius: 1px;
    padding: 4px;
    color: #fff;
    font-weight: normal;
}

#leftSidebar #sizer {
	text-align:left;
	width:auto;
	}

#footer {
	background: #383838;
	width:calc(100% + 30px);
	bottom:0;
	margin:0 -10px;
}

#issueCoverImage img {
	width:300px;
	border:1px solid #888;
	height:auto;
}

.issueCoverImage img {
	border:1px solid #888;
	margin-top:0;
}

#titleImg {
	width:250px;
	border:1px solid #888;
	height:auto;
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
