/* Zentrum-Surya, Print Layout */

/* Reset: http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* general page styles */
body {
	font: 76%/150% Georgia, "Times New Roman", Times, serif;
	color:#000;
	background: #a49e5b url(../img/hg.png) repeat-x left top;
	text-align: center;
}

#page {
	text-align:left;
	margin: 0 auto;
	padding-bottom:60px;
}

#header {
	position:relative;
}

#header img {
	margin-top:43px;
}

#imprint {
	color: #000;	
	font-size:1em;
	margin:20px 0;
}

#imprint p.imprintlink {
	display:none;
}

#main {
	background: none; 
	padding-bottom:40px;	
}


#main-inside {
	background: none;

}

#nav {
	display:none;
}


#content {
	font-size:1em;
}

#content h1 {
	margin: 0 0 0.1em 0;
	color: #861607;
	font-size:4em;
	font-weight:normal;
	line-height:100%;
}

#content h2 {
	margin:0 0 0.5em 0;
	color: #861607;
	font-size:2.6em;
	font-weight:normal;
	line-height:100%;
}

#content h3 {
	margin-top: 1em;
	color: #861607;
	font-size:2em;
	font-weight:normal;
	line-height:100%;
}

#content p {
	margin-bottom:1.5em;
}

#content ul {
	list-style: disc;
	margin-left:19px;
}

#content a {
	color: #861607;
}


#content img {
	border: 15px solid #E8E6D6;
	margin:5px 0 15px 0;
}

#content img.noborder {
	display:none;
}


/* wp image styles */


 #content img.centered {
	display: block;	
	}

 #content img.alignright {
  margin: 5px 0 5px 22px;
	}

 #content img.alignleft {
	margin: 5px 22px 5px 0;
	}

#content .alignright {
	margin: 0 0 5px 22px;
	float: right;
	}

#content .alignleft {
	float: left;
	margin: 0 22px 5px 0;
	}
	
#content .aligncenter,
div.aligncenter {
	display: block;
}

.wp-caption {
	text-align: center;
	padding-top: 0;
	margin: 0 0 15px 0;	
	overflow:hidden;
}

.wp-caption img {

}

.wp-caption p.wp-caption-text {
	border-bottom: 1px solid #861607;
	color: #861607;
	font-style: italic;
	margin:0;
}