/* Beginn Reset-CSS from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* Ende Reset-CSS */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
* {
    margin: 0;
    padding: 0;
}

html {
	overflow-y: scroll;
}

body {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 13px;
	line-height: 20px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* Text */
.Text {
	display: inline;
}

a{
	text-decoration: none;
	color: #000000;
}

h1 {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 24px;
	line-height: 24px;
}

h2 {
	color: #000000;
	font-family: Arial, sans-serif;
	text-transform:uppercase; 
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
}

h3 {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

.more {
	color:#04c;
}

/* galleries */
.Gallery {
}

.GalleryThumb {
	display: none;
}

.GalleryName {
}

/* links */
.LinkDocument {
}

.LinkImage {
}

.LinkExtern {
}

.LinkFile {
}

.LinkFlash {
}

.LinkGallery {
}

.LinkMail {
}

.LinkVisualText {
}


.LinkGlossary {
}

/* lists */
.ListHeadline {
}

.ListUnordered_Disc {
	list-style-type: disc;
}

.ListUnordered_Square {
	list-style-type: square;
}

.ListUnordered_Circle {
	list-style-type: circle;
}

.ListOrdered_Number {
}

.ListOrdered_RomanUpper {
}

.ListOrdered_RomanLower {
}

.ListOrdered_AlphaUpper {
}

.ListOrdered_AlphaLower {
}

.ListElement {
}

.ListElement_Even {
}

.ListElement_Odd {
}


/* flash */
.FlashElement {
}

/* image */
.ImageElement {
}

/* table */
.TableElement {
}

.TableRow_Even {
}

.TableRow_Odd {
}

.TableHeadline {
}


/* page */
#frame {
    position: relative;
	margin:0 auto;
	width:795px;
}


#header_image {
    display: block;
}

#header {
	width:795px;
	height:176px;
}

#logo {
    display: block;
	text-align:center;
	padding-top:48px;
	padding-bottom:25px;
}

#contentFrame {
    clear: both;
	padding-bottom:10px;
}


#footer {
    clear: both;
	width:795px;
	height:40px;
	padding-top:10px;
	border-top:1px solid;
	text-align:center;
}

#contentLeft_footer, #contentMain_header, #contentMain_footer, #contentRight_header, #contentRight_footer {
    display: none;
}

#onetimedownload {
	font-family: verdana, arial, sans;
}

#onetimedownload h1 {
	font-family: verdana, arial, sans;
	font-size: 20px;
}

.mCustomScrollBox > .mCSB_scrollTools {
    left: 0;
}

.mCSB_container {
    margin-left: 30px;
}

.headline {
	text-align:center;
}

.headline h1 {
	font-family: 	"Intro-Black",Arial,sans-serif;
	font-size: 		21px;
	font-weight: 	normal;
	text-transform: uppercase;
	display:inline-block;
}

.headline h2 {
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
	display:inline-block;
	padding: 2px 10px;
	letter-spacing: 5px;
	font-weight:normal;
}