@charset "utf-8";
/* CSS Document */

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, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* END OF ERIC MEYER CSS RESET */


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



/* END OF CLEARFIX */










@font-face {
    font-family: 'OpenSansItalic';
    src: url('fonts/opensans-italic-webfont.eot');
    src: url('fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-italic-webfont.woff') format('woff'),
         url('fonts/opensans-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'OpenSansSemiboldRegular';
    src: url('fonts/opensans-semibold-webfont.eot');
    src: url('fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-semibold-webfont.woff') format('woff'),
         url('fonts/opensans-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}








body{
	font-family: "OpenSansRegular", Arial, Helvetica, sans-serif;
	background: url(images/bg_global.jpg) #000 center top;
	}
	
	.container{
		width: 842px;
		margin: 0 auto;
		}
		
		header{
			text-align: center;
			}
			
			header img{
				margin: 80px 0 60px;
				}

.content a{
	width: 274px;
	display: block;
	margin-right: 10px;
	text-decoration: none;
	float: left;
	}

.content a.mr0{
	margin-right: 0px;
	}
	
	.content a:hover{
		box-shadow:0px 0px 100px 0 rgba(0,0,0,0.5);
		}
	
.content .img{
	display: block; 
	height: 208px;
	}

.content .img img{
	height: 208px;
	}	

.content .logo{
	display: block;
	background: #000;
	text-align: center;
	padding: 5px 0;
	}	
	
.content .slogan{
	display: block;
	background: url(images/bg_blue.png);
	border-radius: 0 0 5px 5px;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5)
	}

.content .slogan2{
	background: url(images/bg_yellow.png);
	}
	
.content .slogan3{
	background: url(images/bg_green.png);
	}				

.credits{
		width: 842px;
		clear: both;
		margin: 40px auto 100px;
		font-size: 11px;
		line-height: 36px;
		border-top: 1px solid #444;
		box-shadow: 0px -1px 0px #000;
		}
		
		.credits p{
			float: left;
			color: #777;
			}
	
	.whomadethis {
		color: #999;
		font-size: 11px;
		line-height: 36px;
		float: right;
		text-decoration: none;
		}
	
	.whomadethis span.red {
		color: #f00;
		}
	
	.whomadethis:hover, .whomadethis:hover span.red {
		color: #f00;
		cursor: pointer;
		text-decoration: none;
		}
	
	.whomadethis span {
		color: #777;
		cursor: text;
		}						

.container{
	position: relative;
	}		
	
	.container .iso{
		position: absolute;
		width: 124px;
		height: 57px;
		display: block;
		background: url(images/certifikat.png) no-repeat;
		top: 650px;
		left: 359px;
		}