/*  Jacks HTML5 and css3 Boilerplate  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
#content a {
	border-bottom-color: #cfcfcf;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	text-decoration: none;
	color: black;
}
#content a:hover {	
	border-bottom-color: #cfcfcf;	
}
cite a {
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-decoration: none;
	color: #cfcfcf;
}
cite a:hover {	
	border-bottom-color: #cfcfcf;
	
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-family: 'BebasRegular';
}
h1{			
	/* customize_h1  */
	font-size: 30px;	
	/* customize_h1  */	
	line-height: 42px;	
}
h2{			
	/* customize_h2  */
	font-size: 26px;	
	/* customize_h2  */
	line-height: 38px;				
}
h3{			
	/* customize_h3  */
	font-size: 23px;	
	/* customize_h3  */	
	line-height: 35px;		
}
h4{			
	/* customize_h4  */
    font-size: 20px;	
	/* customize_h4  */
	line-height: 32px;			
}
h5{			
	/* customize_h5  */
	font-size: 18px;	
	/* customize_h5  */	
	line-height: 30px;			
}
h6{			
	/* customize_h6  */
	font-size: 16px;	
	/* customize_h6  */	
	line-height: 28px;		
}

body {
	background-image: url(http://www.anno-b.de/packages/theme_minimalistic/themes/minimalistic/images/bg.png);
	line-height: 22px;
	font-size: 15px;
	font-family: 'CochinRegular';
}
#container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
header {
	background-repeat: no-repeat;
	background-image: url(http://www.anno-b.de/packages/theme_minimalistic/themes/minimalistic/images/bar.png);
	padding-bottom: 100px;
	background-position: 50% bottom;
	margin-top: 20px;
}
.divider {
	background-repeat: no-repeat;
	background-image: url(http://www.anno-b.de/packages/theme_minimalistic/themes/minimalistic/images/bar.png);
	padding-bottom: 100px;
	background-position: 50% bottom;
	margin-top: 20px;
}
#logo {
	text-align: center;
}
#logo h1 a{
	border-style: none;
	color: #cfcfcf;
	font-size: 35px;
}
#logo h2 {
	font-size: 25px;
}
nav {
	text-align: center;
	margin-top: 20px;
}
nav ul li {
	display: inline;
}
nav ul li a {
	font-family: 'BebasRegular';
	text-decoration: none;
	color: #cfcfcf;
	margin-right: 5px;
}
nav ul li a:hover, nav ul li a.nav-selected {
	font-weight: bold;
}
nav ul li a.nav-selected {
  font-size: 120%;
}
#content {
	margin-bottom: 20px;
}
cite {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}

.sortable_fancybox_gallery_image a { border: none !important; }

.guestBook-entry {
  border-bottom: 1px dashed #cfcfcf;
}

