body { 
	font-size:18px;
	font-family: 'Roboto Condensed', sans-serif;
	*font-size:small; 
	*font:x-small; 
	line-height:20px;
	color: #000;
}

html, body, body div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section,
time, mark, audio, video, a {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent none no-repeat 0 0;
	font-weight: normal;
}

body {
	background:url(/img/bg_all.png);
}

strong, b {
	font-weight:bold;
}

article, aside, figure, footer, header, hgroup, nav, section { display:block; }

a {
	color:#bbb;
	text-decoration:none;
}

a:hover, li.act a {
	color:#660000;
}

header {
	position:relative;
	width:700px;
	margin:10px auto;
	text-align:center;
	padding-top:20px;
	padding-bottom:40px;
	background:url(/img/egh_flashes.png) center 20px no-repeat;
}

.logo {
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
}

.logo a {
	font-weight:bold;
	font-size:70px;
	line-height:70px;
	text-shadow: 0 -1px 1px #666666, 0 1px 1px #FFFFFF;
}

.logo a:hover {
	color:#ccc;
}

nav {
	margin-top:17px;
}

nav ul {
	list-style:none;
}

nav li {
	font-size:24px;
	display:inline;
	padding:0 10px 0 10px;
}

nav li a {
	font-weight:bold;
	text-shadow: 1px 1px #222;
}

.imprint {
	position:absolute;
	top:0;
	right:0;
	font-size:11px;
	color:#bbb;
}

.imprint a {
	margin-left:13px;
}

/* content */
article {
	position:relative;
	width:620px;
	margin:30px auto;
	text-align:left;
	padding:0 40px 100px 40px;
	background:rgba(169,169,169,0.2);
	border-radius:7px;

	border:1px solid #ddd;
	-moz-box-shadow: 3px 3px 2px #ccc;
	-webkit-box-shadow: 3px 3px 2px #ccc;
	box-shadow: 3px 3px 2px #ccc;
}

h1 {
	font-size:40px;
	line-height:48px;
	font-weight:bold;
	color:#fff;
	margin-top:25px;
	margin-bottom:20px;
	text-shadow: 1px 1px #888;
}

h2 {
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	margin-top:25px;
	margin-bottom:10px;
}

p {
	line-height:24px;
	padding-bottom:12px;
}

article a {
	color:#3c3c3c;
}

small {
	text-align:right;
	font-size:13px;
}



/* footer */
footer {
	position:relative;
	width:700px;
	margin:70px auto;
	padding:10px 0;
	border-top:1px solid #ccc;
	text-align:center;
}

footer ul {
	list-style:none;
}

footer li {
	font-size:14px;
	display:inline;
	padding-left:10px;
}

table {
	width:100%;
}

table td {
	font-size:18px;
	font-family: 'Roboto Condensed', sans-serif;
}