/* CSS/XHTML RESET */

html, body, div, span, applet, object, embed, 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;
	outline: 0;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #616161;
	line-height: 24px;
}

p {
	line-height: 24px;
	margin-bottom: 24px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
}

/* FRAMEWORK */

html, body {
	height: 100%;
}

body {
	background: #fff url(../images/template/bg_body.jpg) top repeat-x;
}

#container {
	min-height: 100%;
	height: auto !important; 
	height: 100%; 
	position: relative;
	width: 100%;
}

#site {
	width: 824px;
	height: auto;
	position: relative;
	margin: 0 auto;
	padding-bottom: 80px;
}

#site:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#flash {
	width: 824px;
	height: 436px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#menu {
	width: 748px;
	height: 43px;
	position: relative;
	float: left;
	background: url(../images/template/kreten.jpg) 76px top no-repeat;
	margin-top: 246px;
	z-index: 1;
}

#titel {
	width: 824px;
	height: 103px;
	position: relative;
	float: left;
	background: url(../images/template/titel.jpg) top left no-repeat;
	margin-top: 27px;
	z-index: 1;
}

.content {
	width: 672px;
	position: relative;
	padding-left: 76px;
	position: relative;
	padding-right: 76px;
	padding-top: 25px;
}

.content h2 {
	color: #e41f3b;
	font-size: 14px;
	margin-bottom: 10px;
}

#pdfs {
	width: 748px;
	height: auto;
	position: relative;
	float: left;
	padding-left: 76px;
}

#pdfs h2 {
	color: #e41f3b;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}

#pdfs li {
	display: inline;
	width: auto;
	margin: 0 100px 0 0;
	padding: 0;
}

#footer {
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0px !important;
	bottom: -1px;
	left: 0;
	color: #7f7f7f;
	text-align: center;
}

#footer a {
	color: #7f7f7f;
	text-decoration: none;
}