/* ==== CSS RESET ==== */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   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;
}
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;
}



/* ==== CSS 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%;
}

input {
	margin: 0;
}




body {
	font-family: Arial;
	
}

label {
	font-size: 13px;
	color:#bbb;
}

#formstartseite {
	margin: 100px auto 0 auto;
	width: 300px;
	border: 1px solid #CCC;
	border-radius: 3px;
	box-shadow: 0 0 30px #EBEBEB;
	padding: 40px;
}

input, button {
	border: 1px solid #E0E0E0;
	font-size: 15px;
	padding: 4px;
	width: 290px;
	border-radius: 4px;
	background-color: #FCFCFC;
	outline: none;
	margin: 0;
}


#logo {
	height: 33px;
	background: url(../img/logo.gif);
	background-repeat: no-repeat;
	width: 240px;
	background-size: 50%;
}

.submitlogin {
	margin-top:30px;
	width: 300px;
	background-color: #979191;
	color: white;
	cursor: pointer;
}

.submitlogin:hover { 
	background-color: #BBBBBB;
}
.submitlogin:active { 
	background-color: #706969;
}