/*
 * CuT Computer Dresden
 * Copyright (C) 2014 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: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:link, a:visited {color:#333333;text-decoration:underline;background:transparent none repeat scroll 0 0;}
a:hover,a:focus {color:#333333;text-decoration:none;background:transparent none repeat scroll 0 0;}

/* Layout
--------------------------------------------------------- */
#head {
    border-bottom: 1px solid #CCCCCC;
    margin: 0 0 20px;
    padding: 15px 0 15px 15px;
}

#content {
	margin:0 25px;
}

#content .icsFiles {
    background: url("../img/ics.png") no-repeat scroll 0 8px rgba(0, 0, 0, 0);
    border: 1px solid #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 5px 5px 10px #cccccc;
    font-size: 25px;
    margin: 0 0 35px;
    padding: 60px 20px 60px 150px;
}

#content .icsFiles:hover {
	border-color:#000;
	background-color:#eee;
}

#content .icsFiles span {
	font-size: 15px;
	display: inline-block;
	margin: 10px 0 0 0;
}


#footer {
    border-top: 1px solid #CCCCCC;
    font-size: 11px;
    margin: 10px 0 0;
    padding: 12px 0 15px 15px;
}