﻿/* CSS layout */
#page {
	position: relative;
	margin: 0 auto;
	text-align: left;	
	width: 786px;
	background-color: #FFFFFF;
}

#header {
	width: 786px;
}

#top_nav {
	width: 786px;
}

#container {
	position: relative;
	width: 786px;
}
#matrix-container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #C0C0C0;
	text-align: center;
	width: 95%;
}

#content {
	height: 342px;
	margin-right: 270px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#contents {
	height: 342px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

#right {
	margin: 5px 0px 0px 0px;
	width: 250px;
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url('../images/bg_right.jpg');
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
}
.di-sp-channels {
	margin: 0 15px 5px 0;
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	text-indent: -9999px;
	font-size: 1px;
}
#footer {
	hight: 60;
	width: 786px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #999999;
	height: 40px;
	text-align: center;
	margin-top: 5px;
}

.hr {
  border: 0;
  height: 1px;
  width: 100%;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.ulmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 16px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.ElhandelTable {
	height: 20px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left: 1px solid #C0C0C0;
	border-right-style: solid;
	border-right-width: 1px;
	border-right: 1px solid #C0C0C0;	
	border-top-style: solid;
	border-top-width: 1px;
	border-top: 1px solid #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom: 1px solid #C0C0C0;	
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	font-weight: bold;
	color:white
}


