/*

Datei: main.css
Version: 0.1

*/

/* Resets */

header, 
nav, 
section, 
article, 
aside, 
footer, 
hgroup { 
	display: block;		/* IE8! */
}

div, 
dl, 
dt, 
dd, 
ol, 
ul, 
li, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
pre, 
form, 
fieldset, 
input, 
option, 
p, 
blockquote, 
th, 
td {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

a, input, :focus {
	outline: none;
}


/* Grundeinstellungen */

html {
	height: 100%;
}

body {
	font-family: 'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, Geneva, Swiss, Verdana, sans-serif;
	font-size: 11pt;
	line-height: 1.3em;
	margin: 0 auto;
	padding-top: 20px;
}

a {
	/* color: #9ba3ab; */
	font-weight: inherit;
	text-decoration: inherit;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: inherit;
}

fieldset, img {
	border: 0;
}

h1 {
	font-family: 'HelveticaNeue-UltraLight', 'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, Geneva, Swiss, Verdana, sans-serif;
    font-size: 20pt;
    padding-bottom: 4pt;
    letter-spacing: 0.1em;
}

h2 {
	font-family: 'HelveticaNeue-UltraLight', 'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, Geneva, Swiss, Verdana, sans-serif;
    font-size: 14pt;
    letter-spacing: 0.05em;
    padding-top: 6pt;
} 

h3 {
	font-family: serif;
	font-size: 12pt;
} 

h4, 
h5 {
	font-weight: bold;
}

p { 
	margin-top: 0.4em;
	line-height: 1.4;
}

p.marginbottom { 
	margin-bottom: 0.4em;
}

ol {
	padding-left: 28px;
}

ul {
	padding-left: 20px;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	vertical-align: top;
}

li {
	margin-bottom: 0 !important;
}


/* Layout */

#bodybackgr {
	left: 0;
	min-height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
}

#bodybackgr.type1 {
	background: url(../assets/hlmbackground.png) right bottom no-repeat;
	opacity: 0.6;
}

.clear {
	clear: both;
}

section#content {
	box-shadow: 0 1px 5px black;
	min-height: 640px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 1024px;
}

#contentbackgr {
	height: 640px;
	left: 0;
	position: absolute;
	top: 0;
	width: 1024px;
}

#contentbackgr.type1 {
	background-color: white;
	opacity: 0.8
}

.contentarea {
	margin: 180px 384px 20px 80px;
	position: relative;
}

footer {
	color: #000;
	font-size: 9pt;
	margin: 20px auto 0 auto;
	padding-bottom: 20px;
	position: relative;
	width: 1024px;
}

.lightboxbg {
	background-color: white; 
	height: 600px; 
	left: 0; 
	opacity: 0.6;
	position: absolute; 
	top: 40px; 
	width: 590px;
}

.lightbox {
	height: 570px;
	left: 0;
	overflow: scroll;
	padding: 20px 20px 10px 42px;
	position: absolute;
	top: 40px;
	width: 518px;
}

