/*
 * colors:
 * background:   				EEE6CA
 * menu actual: 				FA014A
 * background color of logo:	D9D2B8
 * light green:					9CDAA8
 * light red-brown:				DCA168
 * signal orange:				FCC700
 */

body{
	margin: 0;
	padding: 0;
	font-family: 'Palatino Linotype', 'Palatino', Garamond, serif;
	font-size: 10pt;
}

h3{
	font-size:1.05em;
	font-weight:bold;
	margin: 1em 0 .3em 0;
}

.centerAlign{
	text-align:center;
}

.slim{
	padding: 0 3em;
}

.mb1em{
	margin-bottom: 1em;
}

.mr1em{
	margin-right:1em;
}

.ml5em{
	margin-left:5em;
}

/* basic layout main divs */
#header, #menu, #container01{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
#container01{
	margin-bottom: 30px;
	clear:both;
}

.container02{
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

#header{
	height: 175px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}
.foo{
	clear:both;
}
#menu{
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	margin-bottom:10px;
	display:table;
	padding-left:24px;
}
	#menu ul{
		background-color:white;
		padding:0;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		display:inline;
	}
		#menu ul li{
			margin: 0 2px;
			list-style:none;
			float:left;
			text-align:center;
		}
			#menu ul li, #menu ul li a{
				font-weight:bold;
				font-family: 'Trebuchet MS', Arial, sans-serif;
				font-size:12pt;
				width:106px; /* corresponds with '#menu ul li' */
			}
			#menu .current{
				background-color:#D9D2B8;
				font-style:italic;
			}
			#menu ul li a{
				color: white;
				text-decoration:none;
				background-color:#FA014A;
				display:block;
			}
			#menu ul li a:hover{
				background-color:#EEE6CA;
				color: black;
			}

#content{
	background-color: #EEE6CA;
	padding:3em;
}

#footer{
	border-top: 1px solid #FA014A;
	margin-top: 25px;
	padding: 1em 2em;
	text-align: center;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: .8em;
	clear:both;
}

	.fatOne{
		height:80px;
		width:54px;
		background-image:url(images/zeno.jpg);
		background-repeat:no-repeat;
		float:left;
	}
	
	/* contains now differnt picture NOT uvrr!!! */
	.uvrr{
		height:82px;
		width:113px;
		background-image:url(images/hefte-magent.jpg);
		background-repeat:no-repeat;
		float:right;
		position:relative;
	}
	
	.footerCat{
		height: 25px;
	}
		.item{
			padding: 0 .5em;
		}
		
/* styles for 'hefte.html' */
.foo2{
	float:left;
}
.legend{
	display:table;
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px dotted black;
	padding:1em;
	margin-bottom:2em;
}
	.legend div{
		position: relative;
		top: 1ex;
		width: 30px;
		height: 5px;
		display:inline;
		margin-right: 1em;
	}

.issueCont{
	width:185px;
	float:left;
	text-align:center;
	margin: 1.5em 0;
}
.issue{
	text-align:center;
	width:130px;
}
	.available{
		border-top:5px solid #9CDAA8;
	}
	.sold{
		border-top:5px solid #DCA168;
	}
	.orderable{
		border-top:5px solid #D9C623;
	}
	
	.issue img{
		border:none;
		width:120px;
		height:175px;
	}
	.issue h4{
		margin: .2em 0 .3em 0;
	}
	.issue .imgLink{
		border: 5px solid white;
		display:block;
		width:120px;
		height:175px;
	}
	.issue .imgLink:hover{
		border: 5px solid #FCC700;
	}
	
/* styles for 'autoren.html' */
	.head a{
		margin: 0 .1em;
		font-weight: bold;
		text-decoration:none;
		padding:.2em;
	}
		.head a:visited{
			color:blue;
		}
		.head a:hover{
			color:black;
			background-color:white;
		}

.lexico{
	margin: 1em 0;
	clear:both;
}

.nav{
	background:url(images/arrow-up.png) left center no-repeat;
	text-indent:20px;
	display:table;
	float:right;
	margin:2em 0 2em 0;
}

/* styles for 'kritiken.html' */
.critic{
	font-style:italic;
	clear:both;
	margin-bottom:2em;
}
	.critic .publisher{
	 	float:right;
	 	margin:1em 0 2em 0;
	 	font-size:smaller;
	}

/* styles for 'aphorismen.html' */
.apho{
	margin-bottom: 2em;
	text-align:center;
	width:50%;
	margin-left:auto;
	margin-right:auto;
}
.even{
	color:#555;
}
	.apho .spacer{
		display:table;
		margin-left:auto;
		margin-right:auto;
		width:10%;
		height:2px;
		background-color:#555;
		margin-top:2em;
	}

.author{
	text-align: center;
	font-size:smaller;
	margin-top:4em;
}

/* styles for 'links.html' */
.linkCat{
	margin:0 0 3em 8em;
}
.linkCat a{
	display:block;
	text-indent:4em;
}

/* styles for [heft-inhalt] */
.back{
	margin-top:2em;
	border-top: 2px solid #555;
	padding:1em 0 0 1em;
}

	.back a{
		margin: 0 .1em;
		font-weight: bold;
		text-decoration:none;
		padding:.2em;
	}
		.back a:visited{
			color:blue;
		}
		.back a:hover{
			color:black;
			background-color:white;
		}

.cover{
	display:table;
	float:left;
	margin:0 3em 2em 0;
}
	.cover img{
		border:none;
		width:120px;
		height:175px;
	}
	
.contentCont01{
	display:table;
}
.contentCont02{
	border-left:10px solid white;
	padding:1em;
}
	
	