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

body {
	background-color: black;
	font-family: sans-serif;
	color: #355a9b;
}

br {
	clear:both;
}

hr {
	border-bottom: #355a9b dotted thin;
}

b {
	font-weight: bold;
}

#header {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	background: transparent url(../images/layout/header.jpg) no-repeat;
	width: 100%;
	height: 253px;
	z-index: 10;
}

#content_left {
	display: block;
	position: fixed;
	left: 0;
	top: 253px;
	background: transparent url(../images/layout/content_left_side.png) no-repeat;
	width: 51px;
	height: 1334px;
	z-index: 9;
}

#content_right {
	display: block;
	position: fixed;
	left: 761px;
	top: 253px;
	background: transparent url(../images/layout/content_right_side.png) no-repeat;
	width: 538px;
	height: 1341px;
	z-index: 9;
}

#content {
	display: block;
	position: absolute;
	left: 51px;
	top: 253px;
	background: white;
	width: 710px;
	height: auto;
	z-index: 5;
	padding: 10px 0 10px 30px;
}

/* BUTTONS *******/

a.button {
	display: block;
	margin: 5px 0 0;
	width: 538px;
	height: 55px;
}

a.button#lasergame {background: url(../images/layout/button_lasergame2.png) 0px 0px;}
a.button#lasergame:hover {background: url(../images/layout/button_lasergame2.png) 0px -55px;}
a.button#facebook {background: url(../images/layout/button_facebook2.png) 0px 0px;}
a.button#facebook:hover {background: url(../images/layout/button_facebook2.png) 0px -55px;}
a.button#intralot {background: url(../images/layout/button_intralot.png) 0px 0px;}
a.button#intralot:hover {background: url(../images/layout/button_intralot.png) 0px -55px;}

/* TEXT *********/

a {
	text-decoration: none;
}

a:hover {
	color: #ffaa23;
}

h2 {
	display: block;
	position: relative;
	padding: 20px 5px 2px;
	font-size: 1.5em;
	border-bottom: #355a9b dotted thin;
}

p {
	display: block;
	position: relative;
	width: 100px;
	float: left;
	padding: 10px;
	font-size: 0.8em;
	line-height: 1.4em;
}

p + p {
	display: block;
	position: relative;
	width: 250px;
}

/* IMAGES *********/

a.image img {
	width: 160px;
	height: 100px;
	border: #355a9b solid 3px;
}

a.image:hover img {
	border: #ffaa23 solid 3px;
}

a.image {
	display: inline-block;
	margin: 10px 10px 0;
	margin-right: 2px;
}

a.team_image {
	display: block;
	margin: 0;
}

a.team_image img{
	width: 250px;
	height:auto;
}

iframe {
	margin: 10px;
}



