/* reset */
* {
margin: 0;
padding: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* render html5 elements as block 
   rendert html5 elemente als block  */
*:focus {
    outline: none;
}

header, footer, section, aside, nav, article { display: block;}

body {
	background-color: #6fb634;
	font-size: 0.95em;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	color:white;
}

a {color: #ff6677;}
a:visited {color:#ff6677;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1, h2 {
	font-size:1.8em;
	font-weight: normal;
	margin: 0 0 20px;
}

img.download {vertical-align:middle;}
img{border:none;}

p, pre{
padding:  0 0 20px;
line-height:1.5em;
}
	
/* ---------- header, content, footer width -------------- */
.inner{
	margin: 0 auto;
	padding: 20px;
	max-width: 1000px;
	min-width:700px;
}

/* ----------header for logo-------------- */
header {
	width: 100%; 
	position: fixed;
	left: 0;
	top: 0;
	text-align:center;
	background: transparent url('images/netlearn-logo.png') top center no-repeat;
}
/*header img { padding: 0 0 10px;}*/


/* ----------------- content--------------------- */

section#content {
max-width: 1000px;
min-width:700px;
margin:0  auto;
padding: 200px 20px 130px;
}
.login {
	background:url('images/login_bg.png') no-repeat;
	margin-left:26px;
	margin-top:1%;
}

.input {
	background-color: transparent;
	border: none;
	display: block;
	margin-top: 0px;
	color: white;
	height: 38px;
	font-family: Helvetica, Verdana, Arial;
	font-size:10pt;
	padding:4px;
	padding-left: 15px;
	width: 270px;
	font-size: 0.98em;
}

/* -----------footer--------------------------- */

#bottom {
	width: 100%; 
	height: 255px;
	position: fixed;
	left: 0;
	bottom: 46px;
	background: transparent url('images/bottom.png') bottom center no-repeat;
	cursor:pointer;
}

footer {
	background: #1d2f70;
	width: 100%; 
	position: fixed;
	left: 0;
	bottom: 0;
	border-bottom:5px solid white;
	border-top:5px solid white;
	height:130px;
}