@font-face {
  font-family: 'Pinyon Script';
  font-style: normal;
  font-weight: 400;
  src: local('Pinyon Script'), local('PinyonScript'), url(http://fonts.gstatic.com/s/pinyonscript/v6/TzghnhfCn7TuE73f-CBQ0FgaG90emUMHR_woZ36JLVg.woff2) format('woff2');
}

@font-face { 
    font-family: Pinyon Script; src: url('../font/PinyonScript.ttf'); 
}
@font-face{ 
    font-family: Pinyon Script_ie; src: url('../font/PinyonScript-ie.eot'); 
}

html, body
{
	height: 100%;
	margin: 0;
    	padding: 0;
}

body
{
	margin: 0px;
	padding: 0px;
	background: #E8E3DD url(../images/img01.png) repeat;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 12pt;
	color: #6C2B23;
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 200;
	color: #6C2B23;
}

p, ol, ul
{
	margin-top: 0px;
}

p
{
	line-height: 180%;
}

strong
{
}

a
{
	color: #B30100;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: none;
}

img.border
{
}

img.alignleft
{
	float: left;
}

img.alignright
{
	float: right;
}

img.aligncenter
{
	margin: 0px auto;
}

hr
{
	display: none;
}

/** WRAPPER */

#wrapper
{
	overflow: hidden;
	width: 940px;
	padding: 40px;
	background: #E8E3DD;
}

.container
{
	width: 1020px;
	margin: 20px auto;
	height: auto !important; /* normale Browser */
    	height: 100%; /* IE6: setzt dies wie min-height um*/
    	min-height: 100%; /* normale Browser */
}

.clearfix
{
	clear: both;
}

/** LIST STYLE */

ul.style1
{
	overflow: hidden;
	margin: 0em;
	padding: 0em;
	list-style: none;
}

ul.style1 li
{
	clear: both;
	padding: 1em 0em 1em 0em;
	border-top: 1px solid #CFCFCF;
}

ul.style1 p
{
}

ul.style1 a
{
	text-decoration: none;
	color: #909090;
}

ul.style1 a:hover
{
	text-decoration: underline;
}

ul.style1 img
{
	float: left;
	margin-right: 1.5em;
	border-radius: 5px;
}

ul.style1 .first
{
	padding-top: 0;
	border-top: none;
}

ul.style1 .date a
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color: #494949;
}


/** HEADER */

#header
{
	overflow: hidden;
}

/** LOGO */

#logo
 {
	
	position: relative;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	top: -55px; left: 0px;
	width: 820px;
	height: 450px;	
	background: #E8E3DD url(../images/logo.png) no-repeat center;
	border-bottom: 0px solid #444;		
	

}

#logo h1, #logo p
{
	padding: 365px 0px 0px 0px;
	margin: 0px;
	line-height: normal;
	text-align: center;
	font-family: 'Pinyon Script', 'Pinyon Script_ie', sans-serif;
	font-size: 5em;
	
}

#logo h1 a
{
	display: block;
	padding: 350px 0px 0px 0px;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 4em;
	font-weight: 200;
	color: #6C2B23;
}

#logo p {
	padding: 0px 0px 0px 0px;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 2em;
}



#table, th, td
{

text-align: left;
padding: 15px;


} 


/** MENU */

#menu
{
	overflow: hidden;
	border-bottom: 1px solid #4C0700;
}

#menu ul
{
	margin: 0px 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li
{
	display: inline-block;
	padding: 0px 10px;
	border-left: 1px solid #4C0700;
}

#menu a
{
	display: block;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 1.25em !important;
	color: #5C5C5C;
}

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

#menu .first
{
	border-left: none;
}

/** PAGE */

#page
{
	overflow: hidden;
	padding: 0px 50px;
}

/** CONTENT */

#content
{
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 15pt;
	color: #6C2B23;
	float: left;
	width: 820px;
}

#content h2
{
	font-family: 'Archivo Narrow', sans-serif;
	
	padding: 0em 0em 1em 0em;
	font-size: 1.5em;
}

#content img {
	padding-bottom: 30px;
}




/* Footer */

#footer
{
	overflow: hidden;
	width: 100%;
	margin: 0px auto;
	background: #4C0700;
	padding: 10px 0px 0px 0px;
	color: #fff;
	bottom: 0;
}

#footer p
{
	text-align: center;
	font-size: 14px;
}

#footer a
{
	color: #AEAEAE;
}

