/*                                           MMMMMM                                                 
                                             MMMMMM                                                 
       MMMMMMMM.                             MMMMMM                                                 
     8MMMMMMMMM=                             MMMMMM                                                 
    NMMMMMMMMMM                              MMMMMM                                                 
    MMMMMM.....      MMMM.                   MMMMMM     MMMM     .MMMM.       ,MMMMMM    MMMM       
    MMMMMM        ZMMMMMMMMM  .MMMMM   MMMMMMMMMMMM .?MMMMMMMM MMMMMMMMMM. MMMMMMMMM..MMMMMMMMMD.   
    MMMMMM.      MMMMMMMMMMMM .MMMMM   MMMMMMMMMMMM MMMMMMMMM.MMMMMMMMMMMM MMMMMMMMM.MMMMMMMMMMMM   
     MMMMMMM    :MMMMM. DMMMMM.MMMMM   MMMMMMMMMMMM.MMMMMZ   ~MMMMM  MMMMMMMMMMMM.  MMMMM. .MMMMM.  
     .MMMMMMMM  MMMMM   .MMMMM MMMMM   MMMMMMMMMMMMMMMMMM   .MMMMM    MMMMMMMMMMM   MMMMM.  ZMMMMM  
     . MMMMMMMM MMMMM.   MMMMM MMMMM   MMMMMMMMMMMMMMMMM7    MMMMM    MMMMMMMMMMM  MMMMM~    MMMMM  
       . MMMMMMMMMMMM   .MMMMM.MMMMM   MMMMMMMMMMMMMMMMM    .MMMMM    MMMMMMMMMMM  MMMMMMMMMMMMMMM. 
          MMMMMMMMMMM    MMMMM MMMMM   MMMMMMMMMMMMMMMMM7   .MMMMM.   MMMMMMMMMMM  MMMMMMMMMMMMMMM  
          MMMMMMMMMMM   .MMMMM.MMMMM   MMMMMMMMMMMMMMMMMM.  .MMMMM    MMMMMMMMMMM   MMMMM...        
    .M    MMMMMMMMMMMM  IMMMMM MMMMM.  MMMMMMMMMMMMZMMMMM.   MMMMMM  MMMMMMMMMMMM   MMMMM=          
    MMMMMMMMMMMM MMMMMMMMMMMM. MMMMMMMMMMMMMMMMMMMM.MMMMMMMMM.MMMMMMMMMMMM MMMMMM   .MMMMMMMMMMM=   
    MMMMMMMMMMM  .MMMMMMMMMM    MMMMMMMMMMMMMMMMMMM .MMMMMMMMM.MMMMMMMMMM  MMMMMM    .MMMMMMMMMMM.  
     MMMMMMMM       MMMMMM       :MMMMMMMMM. MMMMMM    MMMMMM    MMMMMM    MMMMMM      .MMMMMMMM.   
     
    (c) Copyright 2010 by Christopher Jahn - All Rights Reserved.
*/


/* Eric Meyer's Reset Reloaded *//* 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,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%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}

/* ############## MAIN CSS ############################ */

body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: 'DIN Schrift', Arial, Helvetica, sans-serif;
	line-height: 140%;
	color: #fff;
	overflow: hidden;
	background: #333 url(brown.jpg) center top fixed no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

#wrapper {
	width: 803px;
	margin: 0 auto;
}

#content {
	top: 250px;
	position: relative;
	text-align: center;
}

#content span {
	display: none;
}

#content #sayhello {
	position: absolute;
	top: 230px;
	right: -100px;
	display: none;
}

hr.dots {
	border: 0;
	background: url(dots.gif);
	height: 4px;
	padding: 0;
	margin: 10px 0;
}

img.spacer {
	position: relative;
	top: -7px;
	margin: 0px 30px;
}

img.align {
	position: relative;
	top: -6px;
}

#contact {
	margin-top: 40px;
}

#contact p {
	display: inline;
	font-size: 1em;
	font-weight: bold;
	margin: 0 10px;
}

#contact p label {
	display: inline;
}

#contact p input[type="text"], textarea {
	background-color: #83766b;
	border: 1px solid #f5dc3c;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 0px 3px #f5dc3c;
	-moz-box-shadow: 0px 0px 3px #f5dc3c;
	padding: 3px;
	color: #fff;
}

#contact p input[type="image"] {
	display: inline;
}

#link {
	position: absolute;
	bottom: 120px;
	right: 4%;
	z-index: 5;
	opacity: 0;
}

#buttons {
	padding: 0 30px 0 0;
	height: 12px;
	width: 100%;
	top: 0;
	position: absolute;
	z-index: 3;
	opacity: 1;
	border-top: 3px solid #ffd200;
}

#buttons div {
	float: right;
	margin: 0 40px 0 0;
}

#buttons span {
	display: block;
	float: left;
	background: #ffd200;
	margin: 0 4px;

	/* it's time for a damn standard in this... */
	/* so far - thanks www.border-radius.com ;) */
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;

	/* CSS3 ftw! */
	/* Dear Firefox, implement this please asap - kthxbye */
	background: -moz-linear-gradient(-90deg, #ffd200, #ffa200);
	/* Webkits --> http://webkit.org/blog/175/introducing-css-gradients/ */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffd200), to(#ffa200));
	/* IE 5.5 - IE 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd200, endColorstr=#ffa200);
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd200, endColorstr=#ffa200)";
}

#buttons span a {
	text-decoration: none;
	font-size: 10px;
	color: #fff;
	display: block;
	padding: 1px 8px 3px 8px;
	text-shadow: 0px 1px 2px #ffa200;
}

#buttons span a:hover {
	color: #444;
}

a:active {
	position: relative;
	top: 1px;
}

#supersize img, #supersize a {
	height:100%;
	width:100%;
	display:none;
	opacity: 1;
	position: relative;
	z-index: 1;
}

#supersize .activeslide, #supersize .activeslide img {
	display:inline;
}
