/* ================= */
/* = browser-reset = */
/* ================= */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

pre { border: 1px solid #cfcfcf; background-color: #f5f5f5; padding: 10px;}

strong {
	font-weight: bold;
}

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;
}

acronym { font-variant:small-caps; font-size: 18px;}

/* ================== */
/* = page & outline = */
/* ================== */

body {
	background-color: #f89900;
}

body {
font: 16px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
color: #111;
}

/*#page-wrapper { width: 893px; margin: 5px auto 0 auto; }*/

/* =============== */
/* = page-header = */
/* =============== */

header {
	width:100%;
	height: 188px;
	background-image: url(header-bg.gif);
	position:fixed;
	top:0px;
	left:0px;
}

header h1 {
	background-image: url(logo.gif);
	background-color:#1f4739;
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	width: 861px;
	height:188px;
	border-left: 16px solid #fff;
	border-right: 16px solid #fff;	
	text-indent: -999px;
}

header nav {
	position:relative;
	width: 861px;
	height:20px;
	margin: 0 auto 0 auto;
	top:-20px;
	left:0px;	
	padding-right: 8px;	
}

header nav ul li {
	float:right;
}

header nav ul li a {
	color: #f89900;
	font-size:12px;
	background-color: #600;
	padding: 8px;
	margin:1px;	
	text-decoration:none;
}

header nav ul li a:hover {
	color: #600;
	background-color: #f89900;
}

header nav ul li a.current {
	color: #600;
	background-color: #f89900;
}

header nav ul li.home a{
	display: block;
	position: absolute;
	top:-160px;
	left:10px;
	text-indent: -999px;
	width:280px;
	height:120px;
	background: none;
}




/* =============== */
/* = page-footer = */
/* =============== */

footer {
	width:100%;
	height: 60px;
	background-color:#600;
	position:fixed;
	left:0px;
	bottom:0px;
}

footer nav {
	margin: 20px auto 0 auto;
	width: 861px;
}

footer nav ul li {
	display: inline;
}



footer nav ul li, footer nav ul li a {
	color: rgba(200, 200, 200, 0.6);
	font-size: 12px;
	text-decoration: none;
} 

footer nav ul li a:hover {
	color: #f89900;
	font-size: 12px;
	text-decoration: underline;
}



/* =========== */
/* = content = */
/* =========== */

#content {
	margin: 200px auto 100px auto;
	width: 861px;
	background-color: #fff;
	padding:16px;
	-moz-box-shadow: 4px 4px 8px rgba(66, 66, 66, 0.6);
	-webkit-box-shadow: 4px 4px 8px rgba(66, 66, 66, 0.6);
	box-shadow: 4px 4px 8px rgba(66, 66, 66, 0.6);	
}

#content p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1em;
	word-spacing: -1px;
/*	line-height:16pt;*/
	line-height: 1.4em;
	margin-bottom: 30px;
}

#content blockquote {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1em;
	word-spacing: -1px;
	line-height: 1.4em;
	margin-bottom: 30px;
	font-style: italic;
}

.author {
	text-align: right;
	font-weight: bold;
}

#content h1 {
	font-size: 1.4em;
	font-weight: bold;
	color:#f89900;
	margin-bottom: 30px;
}

#content h2 {
	font-size: 1.2em;
	font-weight: bold;
	color:#600;
	margin-bottom: 30px;
}

#content h3 {
	font-size: 1.2em;

	color:#222;
	margin-bottom: 30px;
}

.panes div {
/*	position: absolute;*/
}

#content div.event {
	background-color: #fff;
	background-image: url(teller.jpg);
	background-repeat: no-repeat;
	padding-left:100px;
	margin-bottom: 30px;
}

#content div.event p {
	margin:0;
	padding-bottom:10px;
}

#content div.event h2 {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom:10px;	
}

#content ul {
	margin-left:20px;
}

#content li {
	list-style-type: square;
}

#content ul.thumbs li {
	list-style-type: none;
}

#content a {
	text-decoration: none;
	color: #600;
}

#content a:hover {
	text-decoration: underline;
}

/* ========= */
/* = forms = */
/* ========= */

form {
	padding: 20px;
	background-color:#fff;
	border: 10px solid #f89900;
}

input, textarea {
	margin:20px;
}




div.mueller {
	width: 400px;
	height: 300px;
	float: left;
}
div.himmel {
	width: 400px;
	height: 300px;
	float:left;
}

div.mueller p {
	height: 110px;
}

div.himmel p {
	height: 100px;
}

div.mueller a.textlink {
	display: block;
	height:20px;
	padding-left:16px;
}

div.himmel a.textlink {
	display: block;
	height:20px;
	margin-top:10px;
	padding-left:20px;	
}

.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;

}

.details {
	padding: 20px;
	height:441px;
			overflow-y:auto;	
}

.details h1,
.details h2,
.details h3 {
	color: #f89900;
	font-size: 20px;
}

.details h2 {
	color: #f89900;
	font-size: 15px;
	font-weight: bold;
	padding-top:10px;
}

.details p {
	color: #fff;
	font-size: 12px;
	margin-top:10px;
}

.details p a {
	color: #fff;
}
