@charset "utf-8";

/* Reset
	Dennis Willkommen
	http://www.zweinull-marketing.com
   v1.0 für HTML5
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family:Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img{
	max-width: 100%;	/*responsive images*/
}

/*clearfix*/
.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%;
}

h1{
	font-size:1.6em;
  	padding-bottom: 1em;
}

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

strong{
    font-weight: bold;
}

textarea{
	width:300px;
	height:200px;
}

#header{
	width: 100%;
	height: 3em;
	background: #890d09;
	margin: 0 0 2em 0;
        border-bottom: 1px solid #ccc;
}

#header ul li{
	float:left;	
	padding: 1em;
}

#header ul li a{
    color: #fff;
}

#content{
	padding: 0 3em;
}

#hinweis{
    float: left;
    width: 94%;
    margin-bottom: 2em;
    padding: 2%;
    background: #f1f1f1;
    border: 1px solid #ccc;
}

#uploadForm{
    float: left;
    width: 44%;
    margin-right: 1%;
    padding: 2%;
    background: #f1f1f1;
    border: 1px solid #ccc;
}

#copyForm{
    float: left;
    width: 44%;
    margin-left: 1%;
    padding: 2%;
    background: #f1f1f1;
    border: 1px solid #ccc;
}

#copyForm textarea{
    width: 100%;
    resize: none;
}

#counter{
	position:absolute;
	top:7em;
	left:20em;
	border: 1px solid black;
  	padding:1em;
}

#liste td{
	padding:0.5em;
}











