/*//////////////////////////////////////////Start Standard//////////////////////////////////////////*/
*{
    margin: 0px;
	padding: 0px;
}
html, body{
    height: 100%;
	font: 12px "Verdana", sans-serif;
	line-height: 22px;
	color: #333333;
}
body{
    background-color: #9ca6af;
	text-align: center;
}
img{
	border: 0px;
}

/*//////////////////////////////////////////End Standard//////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////Start Structure///////////////////////////////////////*/
#container{
    height: 100%;
	width: 855px;
	margin: 0px auto;
	text-align: left;
}
#body{
	float:left;
	border: 10px solid #ffffff;
	width: 855px;
	background: #d3d6d9;
}
#head_img img{
	float:left;
}

#header img{
	height: 96px;
	display:none;
}
#logo_link{
	height: 96px;
	width: 273px;
	display:block;	
}
#header{
	height: 96px;
	background: url(../images/logo_mediabridges.png) no-repeat;
}

#menu{
	float:left;
	margin-top: -12px;
	list-style: none;
}
#menu li{
	float:left;
}
#menu li a{
	color: #666666;
	border-right: 2px solid #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 14px;
	text-decoration: none;
	display:block;
}
#menu li a:hover{
	background: url(../images/menu_bg.png) 0 0 repeat-x;
	display:block; 
}
#menu .active a{
	background: url(../images/menu_bg.png) 0 0 repeat-x;
}
#menu .first a{
	border-left: 0px;
	padding-left: 36px;
}
#menu_schnee{
	float:left;
	margin-top: -12px;
	list-style: none;
}
#menu_schnee li{
	float:left;
}
#menu_schnee li a{
	color: #9e9c9c;
	border-left: 2px solid #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 14px;
	text-decoration: none;
	display:block;
}
#menu_schnee li a:hover{
	background: url(../images/menu_bg.png) 0 0 repeat-x;
	display:block; 
	color: #ffffff;
}
#menu_schnee .active a{
	background: url(../images/menu_bg.png) 0 0 repeat-x;
	color: #ffffff;
}
#menu_schnee .first a{
	border-left: 0px;
	padding-left: 36px;
}
#content{
	float:left;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	margin-top: 50px;
	margin-bottom: 25px;
	width: 835px;	
}
#text-box a, #teaser-box a, #data_table tr td a{
	color: #0099cc;
	text-decoration:none;
}
#text-box{ 
	width: 565px;
	vertical-align: top;
	padding-left: 35px;
	padding-right: 35px;
	color: #333333;
}
#text-box h1{
	font-size: 12px;
	margin-bottom: 35px;
	font-weight: bold;
	color: #333333;
}
#teaser-box{
	font-size: 11px;
	width: 240px;
	vertical-align: top;
	padding-left: 25px;
	padding-right: 25px;
	border-left: 1px solid #9ca6af;
	color: #333333;
}
#teaser-box h1{
	font-size: 9pt;
	margin-bottom: 15px;
	font-weight: normal;
	color: #333333;
}
#teaser-box h2{
	font-size: 11px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #333333;
}
#footer{
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
	font-size: 8pt;
	line-height: 9pt;
	width: 865px;
	color: #ffffff;
}
#footermenu{
	float:left;
	list-style: none;
}
#footermenu li{
	float:left;
}
#footermenu li a{
	border-left: 2px solid #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	text-decoration: none;
	display:block;
}
#footermenu li a:hover{
	display:block;
}
#footermenu .active a{
}
#footermenu .first a{
	border-left: 0px;
}
#copyright{
	float: right;
}
#data_table {
	margin-right:-50px;
}
#data_table td{
	padding-right: 25px;
}
#data_table a{
	text-decoration: none;
	color: #696969;
}
/*/ IE HACKS ////*/


