@charset "UTF-8";
/**
  * gieseking-verlag.de | Relaunch 2009
  *
  * @copyright       (c) Michael Grosch, 2009 | All rights reserved
  * @author          Michael Grosch
  * @version         1.0
  *
  * @colordef  #851132;	dkl. Rot
  * @colordef  #6a5340;	dkl Braun
  * @colordef  #c5b9ab;	mittel Braun
  * @colordef  #e5e4d2;	Beige
  * @colordef  #666;	dkl. Grau
  * 
  * @lastmodified    07.01.2009
  */

/**
 * Reset
 *
 * @section reset
 * @see     YUI Reset CSS, http://developer.yahoo.com/yui/reset/
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6,.h2 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

 /**
  * @section basics
  */

body {
	font-family: arial,verdana,sans-serif;
	color: #000;
}

img {
	max-width: 100%;
	height: auto;
}

#header h1 {
	font-size: 150%;
	color: #fff;
	width: 200px;
	height: 110px;
	margin: 50px 0 0 50px;
	background: #851132 url('../img/gieseking-verlag-logo.gif') no-repeat 0 0;
}

#header h1 a {
	display: block;
	width: 200px;
	height: 110px;
}

#header h1 span {
	display: none;
}

h2, .h2 {
	font-weight: bold;
	font-size: 110%;
	color: #851132;
}

h2 a {
	text-decoration: none;
}

h3, h4 {
	font-weight: bold;
}

p {
	margin-bottom: .75em;
}

a {
	color: #851132;
	text-decoration: none;
}

th {
	font-weight: bold;
}

th, td {
	vertical-align: top;
	padding: 5px 5px 5px 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

i, b {
	color: inherit;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clearfix hr {
	clear: none;
}

#mainContent .clearfix h4 {
	margin-top: 0;
	clear: none;
}

.floatleft {
	float: left;
	margin-right: 1em;
	margin-bottom: .5em;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}
	
.clearBoth {
	clear: both;
}

.indented {
	margin-left: 20px;
}

.hidden {
	display: none;
}

.FamRZ, .FamRZ * {
	border-color: #faa85c;
}

.Rpfleger, .Rpfleger * {
	border-color: #a4c260;
}

.IPRax, .IPRax * {
	border-color: #ccc9c4;
}

.RechtspflegerStudienhefte, .RechtspflegerStudienhefte * {
	border-color: #fe531d;
	border-color: #5cacee;
}


 /**
  * @section layout
  */

*, body {
	font-family: verdana,arial,sans-serif;
	color: #000;
}

body {
	background: #f2f2e9 url('../img/bg.gif') repeat-x 0 100px;
	font-size: .75em;
	text-align: center;
}

#wrapper {
	width: 900px;
	margin: 100px auto 0 auto;
	text-align: left;
	position: relative;
}

#header {
	width: 100%;
/*
	background: #851132 url('../img/header_home.jpg') no-repeat 250px 0;
*/
	background: #851132 url('../img/header.jpg') no-repeat 250px 0;
	position: absolute;
	top: 0;
	left: 0;
}

#header.testHeader1 {
	background-image: url('../img/testHeader1_home.jpg');
}


#header.testHeader2 {
	background-image: url('../img/testHeader2_home.jpg');
}

#header.testHeader3 {
	background-image: url('../img/testHeader3_home.jpg');
}

#header.testHeader4 {
	background-image: url('../img/testHeader4_home.jpg');
}

#header.testHeader5 {
	background-image: url('../img/testHeader5_home.jpg');
}

#header.testHeader6 {
	background-image: url('../img/testHeader6_home.jpg');
}

#header.testHeader7 {
	background-image: url('../img/testHeader7_home.jpg');
}

#header.testHeader8 {
	background-image: url('../img/testHeader8_home.jpg');
}

#headerImageShade {
	position: absolute;
	top: 0;
	right: 20px;
	width: 200px;
	height: 160px;
	background-color: #e5e4d2;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	z-index: 1;
}

#content {
	position: absolute;
	top: 160px;
	left: 250px;
	width: 650px;
	background-color: #fff;
}

#ticker {
	float: right;
	margin-right: 20px;
	width: 200px;
	background-color: #f2f2e9;
	padding-bottom: 15px;
}

#ticker h2 {
	background-color: #6a5340;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .3em;
	font-size: 100%;
	font-weight: bold;
	padding: 5px 15px;
}

#ticker a {
	color: #6a5340;
}

.tickerItem {
	margin: 0 15px;
	padding: 10px 0;
	border-bottom: 1px dotted #6a5340;
}

.tickerItem h3 {
	font-weight: bold;
}

.highlightBox {
	width: 285px;
	margin: 20px;
	float: left;
}

.highlightBox h2 {
	margin-top: .5em;
}

.highlightBox h3 {
	margin: 0;
	font-weight: normal;
	font-style: italic;
font-size: .7rem;
color: #666;
color: #000;
}

#primaryHighlight {
	width: 400px;
	margin-right: 0;
}

#primaryHighlight img {
	float: left;
	margin-right: 10px;
}

#primaryHighlight h2 {
	margin-bottom: .75em;
}

.publicationBox img {
	float: left;
	width: 71px;
}

.publicationBox p {
	float: left;
	width: 184px;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 10px;
	border-bottom-width: 1px;
	border-left-width: 0;
	height: 60px;
	margin-top: 10px;
	padding: 10px;
}

#content #footer {
	position: relative;
	background-color: #f2f2e9;
	margin-top: 1.5em;
	padding: .5em 0;
	float: left;
	width: 650px;
}

#footer li {
	float: left;
	border-left: solid 1px #6a5340;
	color: #6a5340;
	padding: 0 .5em;
}

#footer li:first-child, #footer li.firstChild {
	border-left: none;
}

#footer li a {
	color: #6a5340;
}

#footer a img {
	vertical-align: middle;
}

#sidebar {
	position: absolute;
	top: 160px;
	left: 0;
	width: 250px;
}

#miniCart h2 {
	background-color: #6a5340;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: .5em 20px;
	margin-bottom: 1em;
}

#miniCart a:link, #miniCart a:visited, #miniCart a:hover, #miniCart a:active {
	color: #fff;
}

#searchBox {
	margin: 5px 20px;
}

#searchBox h2 {
	margin-bottom: .5em;
}


/**
 * @section navigation
 */

#headNavi {
	position: absolute;
	top: -40px;
	padding-left: 5px;
	list-style-type: none;
	background-color: #e5e4d2;
	width: 895px;
}

#headNavi li {
	float: left;
	line-height: 40px;
	font-weight: bold;
}

#headNavi li a {
	display: block;
	color: #6a5340;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 117%;
	padding: 0 20px;
	margin: 0 5px;
	border-left: 1px solid #e5e4d2;
	border-right: 1px solid #e5e4d2;
}

#headNavi li:hover {
	margin-top: -6px;
	padding-top: 6px;
}

#headNavi li a:hover, #headNavi li.current a {
	margin-top: -6px;
	padding-top: 5px;
	background-color: #fff;
	border-top: 1px solid #6a5340;
	border-left: 1px solid #6a5340;
	border-right: 1px solid #6a5340;
}

#mainNavi {
	padding-top: 10px;
	background-color: #e5e4d2;
	width: 250px;
}

#mainNavi li {
	margin-top: .5em;
}

#mainNavi li a {
	display: block;
	color: #6a5340;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 117%;
	padding: 5px 20px;
	border-top: 1px solid #e5e4d2;
	border-bottom: 1px solid #e5e4d2;
}

#mainNavi li a:hover, #mainNavi li.current a, #mainNavi li.section a {
	border-top: 1px solid #6a5340;
	border-bottom: 1px solid #6a5340;
	background-color: #fff;
	margin-left: -6px;
	padding-left: 25px;
	border-left: 1px solid #6a5340;
}

#publicationsNavi {
	position: absolute;
	top: -100px;
	right: 0;
}

#publicationsNavi li {
	float: left;
	border-top-width: 8px;
	border-top-style: solid;
	margin-left: 20px;
}

#publicationsNavi img {
	margin-top: 5px;
}

#contextMenu {
	position: relative;
	left: 430px;
	top: 0;
	width: 200px;
	float: left;
	margin-bottom: .5em;
}

#contextMenu h2 {
	background-color: #6a5340;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 100%;
	font-weight: bold;
	padding: 5px 15px;
}

#contextMenu ul {
	float: right;
	width: 150px;
}

#contextMenu li {
	text-align: right;
	color: #851132;
	border-right: solid #6a5340 1px;
	border-bottom: solid #6a5340 1px;
	padding: .5em 1em;
	font-size: 90%;
}

#contextMenu a:link, #contextMenu a:visited, #contextMenu a:hover, #contextMenu a:active {
	color: #6a5340;
	text-decoration: underline;
}

#contextMenu li.current a {
	font-weight: bold;
}

.publicationRow, .newsRow, .contentRow {
	clear: both;
	margin-top: 1em;
}

.publicationRow a, .newsRow a, .contentRow a {
	text-decoration: none;
}

.publicationRow hr, .newsRow hr, .contentRow hr {
	border: none;
	border-bottom: dashed #6a5340 1px;
	margin: 0 5em;
	margin-bottom: 1em;
	color: #fff; 
}

.publicationRow .publicationImage {
	text-align: center;
}

.contentRow table {
	margin-top: .5em;
	margin-bottom: .5em;
}

.contentRow table th {
	width: 250px;
	padding: 5px;
}

.contentRow table td {
	width: 150px;
	padding: 5px;
}

.contentRow table hr {
	margin: 0;
}

.publicationImage, .newsImage, .contentImage {
	width: 100px;
	margin-left: 20px;
	float: left;
	margin-bottom: 1em;
}

.publicationInfo, .newsInfo, .contentInfo {
	margin-left: 140px;
	padding-right: 1em;
}

.newsInfo a:link, .newsInfo a:visited, .newsInfo a:hover, .newsInfo a:active, .newsInfo a span {
	text-decoration: underline;
	color: #851132;
}

#topSubnavBar {
	width: 430px;
	position: absolute;
	top: 0;
	text-align: center;
	line-height: 25px;
	border-bottom: dashed 1px #6a5340;
	font-size: 90%;
}

#topSubnavBar p {
	margin: 0;
}

#bottomSubnavBar {
	clear: both;
	text-align: center;
	width: 650px;
	width: auto;
	line-height: 25px;
	border-top: dashed 1px #6a5340;
	border-bottom: dashed 1px #6a5340;
	margin-top: 2em;
	margin-bottom: .5em;
	font-size: 90%;
}

#bottomSubnavBar p {
	width: 650px;
	width: auto;
	margin: 0;
}

#publication {
	clear: both;
}

#publication h2 {
	margin-top: 1em;
}

#publication h4 {
	font-weight: bold;
}

#pubContentBox ul {
	list-style-type: disc;
	margin-bottom: 1em;
}

#publication ul {
	list-style-type: disc;
	margin-left: 1em;
	margin-bottom: 1em;
}

#pubContentBox ol {
	list-style-type: decimal;
	margin-bottom: 1em;
}

#pubContentBox li {
	margin-left: 2em;
}

#publication .publicationImage {
	width: 190px;
	float: left;
	margin-bottom: 1em;
}

#publication .publicationImage ul {
	text-align: left;
	margin-top: 1em;
}

#publication .publicationInfo {
	margin-left: 210px;
	margin-left: 230px;
}

p.isbn_issn {
	margin-bottom: .25em;
}

p.pubDetailInfo {
	padding-top: .25em;
	border-top: dashed 1px #000;
/*
	float: left;
*/
	margin-top: 0;
}

p.autor, div.autor, div.autor > p {
	font-size: .7rem;
	color: #666;
	color: #000;
	font-style: italic;
	margin: 0;
}

p.autor a {
	color: #666;
	text-decoration: none;
}

ul#publicationSubNav {
	clear: both;
	float: left;
	list-style-type: none;
	background-color: #f2f2e9;
	width: 650px;
	margin-top: 1em;
}

#publicationSubNav li {
	float: left;
}

#publicationSubNav li a {
	display: block;
	line-height: 3em;
	padding: 0 1em;
	border-top: solid 1px #e5e4d2;
	border-right: solid 1px #6a5340;
	border-bottom: solid 1px #6a5340;
}

#publicationSubNav li.current a {
	background-color: #fff;
	border-top: solid 1px #6a5340;
	border-bottom: solid 1px #fff;
	font-weight: bold;
	text-decoration: none;
}

#pubContentBox {
	clear: both;
	padding: 1em;
}

#mainContent {
	margin: 20px;
}

#mainContent h2 {
	margin-bottom: 1em;
}

#mainContent h2, #mainContent h3, #mainContent h4 {
	clear: both;
	margin-bottom: 1em;
}

#mainContent ul {
list-style: disc;
margin-left: 1em;
margin-bottom: .75em;
}

#mainContent img.floatLeft {
	float: left;
	margin-right: 2em;
	margin-bottom: 2em;
}

#news {
	padding: 2em 1em 1em 0;
}

.newsRow .newsImage {
	width: 120px;
}

.newsRow .newsInfo {
	margin-left: 140px;
}

.newsImage {
	width: 190px;
	float: left;
	margin-bottom: 1em;
	text-align: center;
}

.newsInfo {
	margin-left: 210px;
}

#news h2 {
	margin-bottom: 1em;
}

#topicList>ul {
	float: left;
	width: 205px;
	margin-bottom: 1em;
}

#topicList li {
	font-weight: bold;
	line-height: 1.5em;
}

#topicList ul li li {
	padding-left: .75em;
	font-weight: normal;
}

#contactForm {
	clear: both;
}

#contactForm th {
	width: 130px;
}

#contactForm input.textInput, #contactForm textarea {
	width: 300px;
	border: 1px solid #6a5340;
}

#contactForm textarea {
	height: 200px;
}


#thickboxContent {
	text-align: left;
	padding: 2em;
}

#thickboxContent label {
	display: block;
	font-weight: bold;
}

#thickboxContent input.textInput {
	width: 300px;
	border: 1px solid #6a5340;
}

#listHeadline {
	left: 20px;
	position: absolute;
	top: 40px;
}

#famrzonlineAd {
	margin: 20px;
}

.sidebarImage {
	margin: 20px;
}

/* responsive CSS START */
@media screen and (max-width: 900px) {
	body {
		background-position: 0 80px;
	}
	#wrapper {
		width: 90%;
		margin-top: 80px;
	}
	#sidebar {
		display: none !important;
	}
	#content {
		left: 0;
		width: 96%;
		padding: 0 2%;
	}
	#content #footer {
		width: 100%;
		background: #FFF;
	}

	#publicationsNavi { top: -80px; }
	#headerImageShade {	display: none; 	}
	#headNavi { display: none; }

	.mobileNavRow {
		position: absolute;		
		top: -25px;
		left: 0;
		width: 100%;
		height: 25px;		
		background: #6A5340;
		z-index: 150;
	}
	#mainNaviMobile {		
		position: absolute;
		display: block;			    
		top: 25px;
		width: 92%;		
		list-style-type: none;
		color: #FFF;
	}
	#mainNaviMobile > li {
		padding: 4px 4%;
		background: none repeat scroll 0 0 rgba(106,83,64, .85);
		border-top: 1px solid #FFF;		
		width: 100.7%;
	}
	#mainNaviMobile > li:first-child {
		padding: 4px 4%;
		border-top: none;		
	}
	#mainNaviMobile > li a {
		display: block;
		color: #FFF;
		font-size: 1.125em;
	}
	.navToggle {
		background: url("/img/icons/nav-toggle.png") no-repeat scroll left top transparent;
		display: block;
		height: 25px;
		position: absolute;
		right: 5px;
		top: 0;
		width: 25px;
		cursor: pointer;
	}


	.highlightBox, .publicationBox {		
		width: 100%;
		float: none;
		margin: 20px 0;
	}
	#primaryHighlight {
		float: none;
		width: 100%;
	}
	#ticker {
		float: none;
		width: 100%;
	}
	#topSubnavBar {
		width: 96%;
		left: 0;
		margin-left: 2%;

	}
	#contextMenu {
		float: none;
		width: 100%;
		top: 26px;
		left: 0;
	}
	#listHeadline {
		position: static;
		margin-top: 85px;
	}
	#publication {
		margin-top: 85px;
	}
	#publicationsNavi li {
		width: 17%;
	}
	#publicationsNavi img {
		max-width: 100%;
		height: auto;
	}
	ul#publicationSubNav {
		background: #FFF;
		width: 100%;
	}
}

@media screen and (max-width: 468px) {
	#publication .publicationInfo {
		clear: both;
		margin-left: 0;
	}

	.publicationBox p {
		width: 175px;
	}
	#footer li {
		font-size: .875em;
	}
	.publicationImage, .newsImage, .contentImage {
		margin-left: 0;
	}
	.publicationInfo, .newsInfo, .contentInfo {
		margin-left: 100px;
	}
	#contactForm input.textInput, #contactForm textarea {
		width: 175px;
	}
}
/* responsive CSS END */

sup, sub {
    font-size: 0.75em;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 0.5em;
}
sub {
    top: 0.5em;
}

.cookie-bar {
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	background-color: #851132;
	background-color: rgba(133, 17, 50, 0.8);
	color: #fff;
	font-family: 'ff-dax-web-pro',sans-serif;
	font-size: 1rem;
}

.cookie-bar p {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 1em 20px 1em;
	color: #fff;
	text-align: left;
}

.cookie-bar a {
	color: #fff;
	text-decoration: underline;
}

.btn {
	border-radius:  10px;
	text-align: center;
	padding: 0.5rem 2rem;
	padding: 0.5rem;
	text-decoration: none;
	line-height: 100%;
	text-shadow: none;
	white-space: nowrap;
	background-color: #fff;
	color: #851132;
	border: 2px solid #851132;
	display: inline-block;
}
.btn:hover, .btn:active, .btn:focus {
	color: #fff;
	background-color: #851132;
}

.cookie-bar-close-button {
	margin-top: .5em;
	cursor: pointer;
}

@media only screen and (min-width: 900px) {
	.cookie-bar p {
		width: 900px;
	}
}

#extrasBox a {
text-decoration: underline;
}