/*-------------------------
	Simple reset
--------------------------*/


*{
	margin:0;
	padding:0;
}


/*-------------------------
	General Styles
--------------------------*/


html{
	/* CSS3 Multiple backgrounds with a fallback */	
	min-height: 100%;
    overflow-y: scroll;   
}




/* Backgrounds with gradients */

#page-grey-noise-gradient {
    background-attachment: fixed, scroll;
    background-clip: border-box, border-box;
    background-color: transparent;
    background-image: url("/wartung/images/gradient-radial-04.svg"), url("/wartung/images/bg_noise_lightgrey.jpg");
    background-origin: padding-box, padding-box;
    background-position: 50% 0px, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 100% 100%, 100px 100px;
}


body{
	color: #000;
	padding:10px;
	min-height:600px;
	font:14px/1.3 'Open Sans',Arial, sans-serif;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}

a, a:visited {
	text-decoration:none;
	outline:none;
	color:#555;
}

a:hover{
	text-decoration:none;
	color:#81bd54;
}


/*----------------------------
	Headers & Footers
-----------------------------*/


header{
	display:block;
}

h1{
	height:50px;
	text-indent:-99999px;
	overflow:hidden;
	background:url('assets/h1.png') no-repeat center center;
	margin:30px auto;
	text-align:center;
}

h2{
	font-size: 24px;
	color: #0e84b3;	
	font-family: 'Open Sans',Arial, sans-serif;
	font-weight: 300!important;
	line-height: 36px;
	position: relative;
	text-align:center;

}

footer{
	color: #555;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 300;
	padding: 20px 20px 0;
	text-align: center;
	display:block;
}

footer b{
	color: #888888;
	display: block;
	font-size: 10px;
	font-weight: normal;
}

body > img{
	/* The twitter illustration */
	
	margin:auto;
	display:block;
}


#logo{
	background: url('/wartung/images/gcm-logo-start.png') no-repeat center top;
	display: block;
	width:800px;
	height:200px;
	position:relative;
	 margin-top: 0px;

}

#noshadow:after{
	
	/* Adding subtle shadows with before/after elements */
	
	content:'.';
	text-indent:-99999px;
	overflow:hidden;
	display:block;
	height:30px;
	width:550px;
	background:url('/wartung/images/shadows.png') no-repeat center top;
	position:absolute;
	left:0;
	top:-12px;
}



/*----------------------------
	Main container
-----------------------------*/


#container{
	width:800px;
	height:450px;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding:10px;
	text-align:center;
	background-color: transparent;
	display:block;
	
	position:absolute;
	 left:50%;
     top:50%;
	 margin:-200px 0 0 -400px;

	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}


#container:after{
	top:auto;
	bottom:-12px;
	background-position:center bottom;
}

#container p{
	color: #333;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 300;
	padding: 20px 20px 0;
	text-align: center;
	display:block;
}


/*----------------------------
	Download Button
-----------------------------*/


a.downloadButton{
	display:inline-block;
	width:187px;
	height:69px;
	text-indent:-99999px;
	overflow:hidden;
	background:url('assets/buttons.png') no-repeat;
	cursor:default;
	border:none;
	text-decoration:none !important;
}

a.downloadButton.active{
	background-position:left bottom;
	cursor:pointer;
