/* RESET */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,   
li, dl, dt, dd, form, a, fieldset, input, th, td {   
	margin: 0; padding: 0; border: 0; outline: none;   
}

img, fieldset { border: 0; }

/* STATIC */ 

body {   
	line-height: 1;
	background: #ffffff url('images/body-bg.jpg') repeat-x;
}

a {
	text-decoration: none;
	color: #21aef4;
}
a:hover {
	color: #000000;
}

p {
	margin: 10px 0;
}

/* STATIC / FORMS */

label {
	width: 130px;
	line-height: 24px;
	display: block;
	float: left;
}

fieldset {
	margin: 20px 0;
}

input.data {
	background: #eeeeee;
	border: 1px dotted #b3b3b3;
	line-height: 20px;
	padding: 2px;
	margin-bottom: 5px;
	width: 200px;
}
#submit {
	height: 26px;
	width: 130px;
	line-height: 1px;
	float: right;
}

.success {
	background: #d9e7cd;
	color: #4d803d;
	line-height: 40px;
	padding-left: 20px;
}
.error {
	background: #e8d5ce;
	color: #88452c;
	line-height: 40px;
	padding-left: 20px;
}



/* SITE */

#site {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin: 0 auto;
	width: 940px;
}

.grey {
	color: #808080;
}

/* SITE / HEADER */

#site #header {
	background: #161616 url('images/header-bg.jpg');
	color: #ffffff;
	height: 560px;
}

#site #header #jump-content {
	background: url('images/jump-sprite.jpg');
	height: 14px;
	width: 117px;
	overflow: hidden;
	text-indent: -5000px;
	display: block;
	position: relative;
	top: 96px;
	left: 823px;
}

#site #header #jump-content:hover {
	background-position: 0 14px;
	
}

#site #header #cta {
	background: url('images/cta-video.jpg');
	height: 47px;
	width: 263px;
	overflow: hidden;
	text-indent: -5000px;
	display: block;
	position: relative;
	top: 430px;
	left: 137px;
}

#site #header #cta:hover {
	background-position: 0 47px;
	
}

/* SITE / CONTENT */

#site #content {
	padding-top: 20px;
}

#site #content .headline {
	display: block;
	margin-bottom: 20px;
}

#site #content .left-box {
	background: url('images/vertical-dotted.jpg') repeat-y top right;
	float: left;
	width: 600px;
	padding-right: 20px;	
	margin-bottom: 20px;	
}

#site #content .left-box .spacer {
	background: url('images/dotted-line-full.jpg') repeat-x;
	height: 1px;
	display: block;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}

#site #content .right-box {
	float: right;
	width: 300px;
}

#site #content .big-box {
	width: 940px;
}

/* SITE / HELPER */

#site .clearer {
	clear: both;
	display: block;
}
#site .dotted-full {
	background: #ff0000 url('images/dotted-line-full.jpg');
	clear: both;
	display: block;
	height: 1px;	
	margin-top: 20px;
	margin-bottom: 20px;	
}

/* SITE / FOOTER */

#site #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 60px;
	margin-bottom: 20px;
}
#site #footer #ea-logo {
	float: left;
	margin-right: 20px;
}
#site #footer #oneiro-logo {
	float: right;
}
#site #footer #copyrights {
	line-height: 16px;
	position: relative;
	top: 14px;
	display: block;
	width: 820px;
}


/* CONTENT STYLES */


.game-box {
	padding-bottom: 20px;
}

.game-box .game-image {
	float: left;
	display: block;
	margin-right: 20px;
}

.game-box .title {
	display: block;
	font-weight: bold;
	font-size: 16px;
}

.game-box .infos {
	color: #404040;
	display: block;
	line-height: 25px;
}

.game-box .toggle-info {
	background: url('images/more-link.jpg') no-repeat 2px;
	color: #21aef4;
	display: block;
	font-weight: bold;
	font-style: italic;
	line-height: 20px;
	margin: 0 0 0 120px;
	padding-left: 25px;
}

.game-box .toggle-info:hover {
	color: #000000;
}

.game-box .more-info {
	margin-top: 10px;
	margin-left: 120px;
	display: block;
	line-height: 15px;
}

.more-games {
	font-style: italic;
	font-weight: bold;
}


#programm {
	text-decoration: none;
	list-style-type: none;
}

#programm li {
	margin-bottom: 10px;
}

#programm li .time {
	display: block;
	font-weight: bold;
	line-height: 20px;
}
#programm li .title {
	background: #000000;
	color: #ffffff;
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
	display: block;
	position: relative;
}
#programm li .description {
	color: #404040;
	display: block;
	line-height: 14px;
	padding: 5px 10px;
}

#programm li .title a {
	background: url('images/programm-sprite.jpg');
	text-indent: -5000px;
	overflow: hidden;
	width: 20px;
	height: 20px;
	display: block;
	float: right;
	margin: 5px 5px 0 0;
	position: absolute;
	right: 0;
	top: 0;
}

#programm li .title a.toggle { background-position: 0 20px; }

#gallery img {
	border: 5px solid #eeeeee;
}
#gallery img:hover {
	border: 5px solid #dcc971;
}
