body, html, * {
    margin: 0;
    padding: 0;
	
	font-size: 17px;
	font-family: "Adobe Garamond Pro", Garamond, serif;
}

p {
	margin-bottom: 8px;
}

p strong {
   padding-top: 4px;
   font-size: 1.2em;
}

a:visited {
    color: #333;
}

p a {
	color: #006;
}

h3 {
	font-family: "Adobe Garamond Pro", Garamond, serif;
	font-size: 2em;
	font-weight: normal;
	color: #333;
	margin-bottom: 0.3em;
}

#wrapper {
    width: 470px;
	height: 200px;
    margin: 0 auto;
    padding-left: 230px;
    position: relative;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: 230px 10px;
	padding-right: 230px;
}

#title  a{
	display: block;
	width: 470px;
	height: 180px;
}

#title span {
	display: none;
}


.area {
	position: absolute;
	top: 210px;
	display: none;
	
}

#nav {
    width: 230px;
    position: absolute;
    top: 210px;
    left: 30px;
    display: block;
    list-style: none;
}

#nav li {
    margin-bottom: 10px;
}

#nav li a {
	color: #555;
    font-size: 1.3em;
    display: block;
    width: 200px;
    height: 1em;   
    padding: 10px 3px; 
    text-decoration: none;
}

#nav li a:hover {
    text-decoration: underline;
	color: #888;
}

#toc {
    display: block;
    list-style-type: none;
    text-align: center;
	z-index: 10;
	margin-top: -15px;
	margin-right: -30px;
}

#toc li {
    display: block;
    padding: 4px;
    border: 1px solid #aaa;
    float: left;
	margin-left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 30px;
}

#toc li:hover {
    border-color: #a66;    
}

#toc li a {
    background-color: #cce;
    display: block;
    height: 280px;
    width: 210px;
    font-size: 1.5em;
    text-decoration: none;
}

#toc li a span {
	position: absolute;
	top: -1000px;
}


a img {
	border: none;
}

#toc li a:hover {
    color: #006;
    text-decoration: underline;
}

.issue {
	padding-left: 120px;
	width: 350px;
}

.chapter {
	width: 470px;
}

.issue a {
	color: #006;
	text-decoration: none;
	border-bottom: 1px dotted #aaf;
}

.issue a:hover {
	color: #44d;
	border-bottom-style: solid;

}	

.issue  .thumb {
	display: block;
	width: 105px;
	padding-top: 140px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/bw.jpg);
}

.issue .thumb a {
	background-color: #fff;
	display: block;
	width: 105px;
	text-align: center;
}	

#secondlife .thumb {
	background-position: top right;
}
#bildung .thumb {
	background-position: left 140px;
}
#zeit .thumb {
	background-position: right 140px;
}

#galerie ul {
	list-style-type: none;
	width: 480px;
}

#galerie li {
	float: left;
}

#galerie li a  img{

	margin: 2px;
	padding: 2px;
	
	border: 1px solid #ccc;
}

#galerie li a:hover img {
    border-color: #a66;    
}	

#galerie p {
	clear: left;
}	
