/* Stylesheet fuer bernhardvogler.de - v.2 */
/* (c) copyright by Bernhard Vogler, June 2006 */


/* =allgemein & Layout
________________________________________*/

* {
	border: none;
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	font-size: 62.5%;
	background-color: #EEEEEE;
	font-family: Helvetica, Arial, sans-serif;
}

#container {
	margin-left: 200px;
	width: 54em;
}

#maincontent {
	background-color: #FFFFFF;
	border: 2em solid #FFFFFF;
	color: #222222;
	margin-top: 24.5em;
	position: relative;
	width: 50em;
	margin-bottom: 2em;
}


/* =header
________________________________________*/

#quickskip li {
  position: absolute;
  visibility: hidden;
}

#header a {
	border: none;
}

#headimg {
	border: 0;
}

#headimg img {
	border: 2em solid #FFFFFF;
	height: 17em;
	left: 200px;
	position: absolute;
	top: 2em;
	width: 50em;
}

/* =Typo und Standard-Formatierung
________________________________________*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-bottom: .4em;
}

h2, h3, h4, h5, h6 {
	margin-top: 1em;
}

h1 {
	font-size: 2.18em;
}

h2 {
	font-size: 1.64em;
}

h3 {
	font-size: 1.45em;
}

h4 {
	font-size: 1.18em;
}

#maincontent p, ul, ol, dd, div.vcard {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: .5em;
}

#maincontent ul, ol {
	list-style-type: square;
	list-style-position: inside;
}

a {
	color: #08A509;
	border-bottom: 1px dotted #08A509;
	outline: none;
}

a:hover {
	border-bottom-style: solid;
}

a:active {
	color: #035004;
	border-color: #035004;
}

acronym[title] {
	cursor: help;
	text-decoration: underline;
}


/* =menu & footer
________________________________________*/

#menu {
	position: absolute;
	top: 19em;
	left: 50px;
	width: 130px;
	border-bottom: 1px solid #111111;
}

#menu li {
	list-style: none;
}

#menu li a, #menu #current {
	border-top: 1px solid #111111;
	display: block;
	height: 1.5em;
	padding: .3em;
}

#menu a:hover {
	background-color: #f5f5f5;
}

#footer {
	background-color: #FFFFFF;
	color: #222222;
	clear: both;
	margin-top: 1em;
	padding: 1.5em;
	padding-left: 2em;
}

/* =Special
________________________________________*/

#hugo {
	cursor: help;
	float: right;
	height: 10em;
	padding-left: 3em;
	margin-right: .3em;
	margin-bottom: .3em;
}

.box {
	border-bottom: 1px dotted #222222;
	margin-top: 1.5em;
	padding-bottom: 1.5em;
}

.box.last {
	border: none;
}

.box h2, .box h3, .box h4, .box h5, .box h6 {
	margin: 0;
}

.box h4 {
	margin-bottom: .4em;
	margin-top: .2em;
}

.box a img {
	border: 1px solid #888888;
	float: left;
	padding: .5em;
	margin-right: 1em;
	margin-top: .2em;
}

.box a:hover img {
	border-color: #555555;
}

.box a:active img {
	border-color: #222222;
}



#links #maincontent li {
	border-bottom: 1px solid #222222;
	list-style-type: none;
	padding-left: 2px;
}

#links #maincontent li a {
	border: none;
}

.links {
	float: left;
	margin-right: 30px;
	width: 130px;
}

.blickfang {
	margin: 2em;
	text-align: center;
}

.thumbnails dt {
	font-size: 1.45em;
}

.thumbnails dd {
	margin-bottom: 1.5em;
}

.thumbnails#programme {
	margin-left: 8em;
}

.thumbnails#programme img {
	margin-left: -5em;
 	margin-bottom: -5em;
 	padding-right: 10px;
}

.thumbnails#cds {
	margin-left: 14em;
}

.thumbnails#cds img{
	margin-left: -9.5em;
	margin-bottom: -7.6em;
	padding-right: 17px;
}

.thumbnails#cds dd {
	min-height: 120px; /* IE 6 */
	height: auto !important;
	height: 120px;
}

.thumbnails#buecher  {
	margin-left: 12em;
}

.thumbnails#buecher img {
	margin-left: -8em;
	margin-bottom: -9.5em;
	margin-right: 1.4em;
}

.thumbnails#buecher dd {
	min-height: 120px; /* IE 6 */
	height: auto !important;
	height: 120px;
}

.thumbnails#zeitschriften  {
	margin-left: 13em;
}

.thumbnails#zeitschriften img {
	margin-left: -9em;
	margin-bottom: -9.5em;
	margin-right: 1.4em;
}

.thumbnails#zeitschriften dd {
	min-height: 120px; /* IE 6 */
	height: auto !important;
	height: 120px;
}

.clear {
	clear: both;
}

.white {
	border: 1px solid #AAAAAA;
}

#flickr {
	background-color: #FFFFFF;
	border: 2em solid #FFFFFF;
	border-top-width: 1.5em;
	height: 11em;
}

#flickr a {
	border: none;
}

#flickr #img {
	margin-left: -4px;
	position: relative;
}

#flickr #img a {
	padding: 4px;
	display: inline;
	float: left;
	border: none;
	margin-right: .9em;
}
	
#flickr #img a:hover {
	background: #ddd;
}

#flickr img {
	height: 6.5em;
	width: 6.5em;
}

.infobox {
	border: 1px solid #222222;
	float: right;
	padding: .5em;
	margin-left: 1em;
	margin-bottom: 1em;
}

.blickfang a {
	border: 0;
}

.center {
	text-align: center;
}

.center img {
	margin-top: 1em;
}
