/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font:80%/1.5em Georgia, serif;
}

html>body {
	font-size: 12px;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-family:'Letter Gothic Mono', 'Lucida Sans Typewriter', 'Andale Mono', 'Lucida Console', 'Courier New', Courier, monospace;
    letter-spacing: 1px;
	font-size: 2em;
	line-height:2em;
	letter-spacing: 1px;
	word-spacing:-3px;
}

h2, .mono, div#topNav {
	font-family:'Letter Gothic Mono', 'Lucida Sans Typewriter', 'Andale Mono', 'Lucida Console', 'Courier New', Courier, monospace;
    letter-spacing: 1px;
	word-spacing:-3px;
}

h3 {
	font: 1.1em/1.3em normal Georgia, serif;
	font-style:italic;
	margin:0;
}

h4, h5, h6 {
}
	

/* `other classes
----------------------------------------------------------------------------------------------------*/

.date {
	margin:0 0 0.5em 0;
}
	
/* `links & nav
----------------------------------------------------------------------------------------------------*/

a, a:link, a:visited {
	color:#000;
	text-decoration:underline;
}
	
a:hover {
	color:#ff0087;
}

a.vorZruck, a.vorZruck:link, a.vorZruck:visited {
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:0.2em;
}
	
a.vorZruck:hover {
	color:#ff0087;
	font-weight:bold;
}

.pfeil {
	font-size:1.5em;
	font-family:'Letter Gothic Mono', 'Lucida Sans Typewriter', 'Andale Mono', 'Lucida Console', 'Courier New', Courier, monospace;
	vertical-align: baseline;
	color:#ff0087;
}

#previous{
	float:left;
	margin-top:4.4em; /* 2.4em 0.8 */
	margin-left:-1.8em;
}
#next {
	float:right;
	margin-top:4.4em;
	margin-right:-2em;
}

div#topNav a, div#topNav a:link, div#topNav a:visited {
	text-transform:uppercase;
	text-decoration:none;
}

div#topNav a:hover {
	font-weight:bold;
	color:#ff0087;
}

div#topNav a:before {
	content: "\\ ";
}

div#topNav #MainMenu ul > li:first-child  a:before {
	content: "";
}

div#topNav #RightMenu ul > li:first-child  a:before {
	content: "";
}

.current {
	font-weight:bold;
}


/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
/*	margin-left: 30px; */
}

/*p,*/
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-top: 1em;
}


/* `Logo
----------------------------------------------------------------------------------------------------*/


#logo {
    font-family: 'Letter Gothic Mono', 'Lucida Sans Typewriter', 'Andale Mono', 'Lucida Console', 'Courier New', Courier, monospace;
	letter-spacing:1px;
	word-spacing:-0.1em;
	line-height: 1.333333em;
	width:21em;
	height:8em;
	margin: 3.25em 5em 0 -2em;
	float: left;
	clear: right;
}

#logopunkt {
	display:block;
	position:relative;
    font: 86em Georgia, 'Times New Roman', Times, serif;
	line-height:1em;
	color: #ff0087;
	left:-0.067em;
	top:-0.715em;
	margin:0;
}

#litlanalogo {
	display:block;
	position:absolute;
	top:3em;
	left:7em;
	height:9em;
	width:400px;
	font-weight:bold;
}

#logo a {
	position:relative;
	top:-5em;
	left:-5em;
	display:block;
	height:13em;
	width:26em;
	float:left;
	cursor:pointer !important;
	margin:0 -5em 0 0;
	overflow:hidden;
	text-decoration:none;
}

#litlanalogo span {
	font-weight:normal;
}

#slogan {
}

#logo a:hover #litlanalogo, #logo a:hover #litlanalogo span {
	color:#ff0087;
	
}

#logo a:hover #logopunkt {
	color:black;
}

div#eventAutoren, div#eventContentL {
 font-family:'Letter Gothic Mono', 'Lucida Sans Typewriter', 'Andale Mono', 'Lucida Console', 'Courier New', Courier, monospace;
}

ul#autoren img { /* Bilder auf Autoren/Personen Seite */
	margin-bottom:0.15em;
}
ul#autoren li div {
	margin-bottom:1.3em;
}