/*
 * CuT Computer Dresden
 * Copyright (C) 2015 CuT Computer
 * http://www.cut-computer.de
 * R.Sepp Voigt
 * http://www.rsv.me
 *
 * Layout CSS
 *
 */
 
/* GENERAL
--------------------------------------------------------- */
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, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0 none;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:baseline;
	background:transparent none repeat scroll 0 0;
}
body {font-family:Kalinga,Arial, Helvetica, sans-serif;font-size:0.8em;background:#FFFFFF;line-height:1.5em;}
p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {margin:1em 0;padding: 0;}
/* Links */
a {transition:letter-spacing 0.5s;}
a:link, a:visited {color:#E2007A;text-decoration:none;background:transparent none repeat scroll 0 0;}
a:hover,a:focus {color:#ff008a;text-decoration:underline;background:transparent none repeat scroll 0 0;letter-spacing: 1px;}

/* Layout
--------------------------------------------------------- */

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

#splash {
    width: 100%
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

#splash-inner  {
    margin: 17% 20px 0;
}

#splash-inner span {
    font-size: 1px;
    text-indent: -9999px;
    display: none;
}

#splash-inner img {
    width: 100%;
    max-width: 1009px;
    max-height: 380px;
}

#footer {
    width: 100%;
    margin: 0 0 10px;
    display: block;
    font-size: 0.9em;
    font-weight: 700;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}