/* Default stylesheet */
body {
	background: #e9e9e9 url(http://img9.custompublish.com/getfile.php/2148217.2179.yeuusptbvr/bodybg.png) repeat;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 75%; /* 12px*/
	margin: 0px;
	padding: 0px;
}
::selection {
	background-color: #70d3f7;
	color: black;
}
h1, h2, h3 {
	font-weight: 300;
	margin: 0 0 8px;
}

.opensans {
	font-family: 'Open Sans', sans-serif;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
}

#page {
	width: 974px;
	margin: 0 auto;
}
#middle {
	background: #FFF url(http://img9.custompublish.com/getfile.php/2230417.2179.xdawbcsrxu/intro.jpg) no-repeat -350px -100px;
	margin-top: 50px;
	min-height: 700px;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	border-radius: 4px;
}
.shadow {
	background: url(http://img9.custompublish.com/getfile.php/2230421.2179.uwvtdqabsb/shadow.png) no-repeat center bottom;
	height: 58px;
	width: 100%;
}
.logo {
	position: absolute;
	bottom: 0;
}

#main {
	padding: 60px;
}
.box {
	background: url(/images/opacity/white/opacity80.png) repeat;
	padding: 20px 10px;
	margin-bottom: 30px;
	width: 250px;
	text-align: center;
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	border-radius: 4px;
}
.flags .flag{
	width: 32px;
	height: 32px;
	padding-top: 40px;
	display: inline-block;
	margin-left: 8px;
}

.flags .nb {
	background: url(http://img9.custompublish.com/getfile.php/2230517.2179.bbcyqqbttr/flag-no.png) no-repeat center top;
}
.flags .de {
	background: url(http://img9.custompublish.com/getfile.php/2230516.2179.sfqpxrwsvc/flag-de.png) no-repeat center top;
}
.flags .gb {
	background: url(http://img9.custompublish.com/getfile.php/2230515.2179.cvpwavrywb/flag-gb.png) no-repeat center top;
}

#cp {
	text-align: center;
}
#cp a{
	color: #999;
	text-decoration: none;
	font-size: 10px;
}
#footer {
	text-align: center;
}

@media print {
	/* Printerfriendly */
	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	body {
		font-size: 11pt;
		font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif !important;
	}
	#top, #topnav, #navbar, #subnavbar, #mainsidebar, #footer, #cp, #searchform, .corner, #taleweb, #talewebholder, #PAFTOOLBAR, #skiplink, .skiplink, .adminbar, .cpeditlinks {
		display: none !important;
	}
	#page, #main {
		border: none !important;
		min-width: 0 !important;
		float: none !important;
		width: auto !important;
	}
	.side {
		padding: 0;
	}
	.box, .articleblock {
		page-break-inside: avoid;
	}
	th {
		background-color: #CCCCCC !important;
		color: #000000 !important;
	}
	tr:nth-child(2n+1) {
		background-color: #DEDEDE !important;
	}
	tr:nth-child(2n+1) {
		background-color: transparent !important;
	}
}