* {
	margin: 0 auto;
	padding: 0;
}

body {
	margin: 0 auto;
	background: url('../imgs/bg.jpg');
	background-repeat: no-repeat;
	background-color:#b0bdcd;
	font: 80%/1.6 "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
}

div.clear 						{ clear: both; }

a, a:link, a:visited, a:active	{ color: #454747; text-decoration: none; }
a:hover							{ color: #1B1F48; text-decoration: underline;}

h1								{ font-size: 12px; font-weight: bold; color:#454747; padding-bottom: 2px; }
h2								{ font-size: 10px; font-weight: normal; color:#454747; padding-bottom: 8px; }

/*blokkendoos*/
#wrapper {
	width: 780px;
}

#header {
	background-image: url('../imgs/top.png');
	background-repeat: no-repeat;
	height: 128px;
	padding-top: 70px;
}

#header-title {
	float:left;
	font-size: 45px;
	color:#916641;
	padding:60px 0 0 55px;
	height: 65px;
}

#header-sub {
	float:left;
	clear:both;
	font-size: 17px;
	color:#666;
	padding: 0 0 0 80px;
}

#content {
	background-image: url('../imgs/content.png');
	background-repeat: repeat-y;
}

#player1 {
	width: 720px;
	height: 405px;
	padding-left: 30px;
	float: left;
	margin-bottom:20px;
}

#player2 {
	width: 720px;
	height: 405px;
	padding-left: 30px;
	float: left;
	margin-bottom:20px;
}

#player3 {
	width: 720px;
	height: 405px;
	padding-left: 30px;
	float: left;
	margin-bottom:20px;
}

#player4 {
	width: 720px;
	height: 405px;
	padding-left: 30px;
	float: left;
	margin-bottom:20px;
}

#player5 {
	width: 720px;
	height: 405px;
	padding-left: 30px;
	float: left;
	margin-bottom:20px;
}


#info {
	min-height: 230px;
}

#stream-title {
	height: 30px;
	background-color:#4BC7E6;
	text-align: center;
	padding-top: 6px;
	margin: 0 30px 0 30px;
	color:#2E3334;
	font-size: 15px;
}

#col-left {
	float: left;
	min-width: 300px;
	padding: 20px 0 20px 80px;
}

#col-right {
	float: left;
	padding: 20px 0 20px 60px;
}

#footer {
	background-image: url('../imgs/footer.png');
	background-repeat: no-repeat;
	background-position: bottom;
	clear: both;
	width: 780px;
	height: 60px;
}

/*txt properties*/

#footer p {
	padding-top: 4px;
	color: #454747;
	font-size: 80%;
}

p.center {
	text-align:center;
	padding: 5px 0 20px 0;
}

#flash-error {
	color:#3B3E3E;
	padding: 10px;
}

span.klein {
	font-size:70%;
}



















