@charset "utf-8";
/* CSS Document */
html {
	overflow-y: scroll;
}
* {
	margin: 0;
	padding: 0;
}
#page {
	background-color: #FFFFFF;
	width: 940px;
	margin: 0px auto;
}
#content, #news, #ad {
	background-color: white;
	padding-top: 10px;
}
#logo {
	cursor: pointer;
	width:440px;
	height:90px;
	background-repeat: no-repeat;
	float: left;
}
#top {
	width: 900px;
	height: 90px;

}
.logo_1  {
	background-image:url(images/logo_telecom.png);
}
.logo_2  {
	background-image:url(images/logo_telecom.png);
}
.logo_17  {
	background-image:url(images/logo_clean.png);
}
.logo_30  {
	background-image:url(images/logo_clean.png);
}
.logo_40  {
	background-image:url(images/logo_clean.png);
}
.logo_78  {
	background-image:url(images/logo_blaupunkt.png);
}

#shadowLeft {
	width: 20px;
	background-image:url(images/shadow_left.png);
}
#shadowRight {
	width: 20px;
	background-image:url(images/shadow_right.png);
}
#bottom {
	background-image: url(images/shadow_bottom.png);
	height: 30px;
}
#shadow_BL {
	background-image: url(images/shadow_bottom_left.png);
	width: 40px;
	height: 30px;
	float: left;
}
#shadow_BR {
	background-image: url(images/shadow_bottom_right.png);
	width: 40px;
	height: 30px;
	float: right;
}
#login {
}
#ad, #news{
	width: 205px;
}
form {
	padding: 0;
	margin: 0;
}
/* menu */

.bar {
	height: 60px;
	background-image:url(images/bar_middle.png);
	background-color: #5780a9;
	text-align: center;
}
.bar h2 {
	font-size: 13pt;
	line-height: 40px;
}
.bar h2 a{
	display: block;
	width: 100%;
}
.bar, .bar h1, .bar h1 a, .bar h2, .bar h2 a {
	color: white;
	text-decoration: none;
}
.bar a:hover {
	text-decoration: none;
	color: #ec008a;
	/*background-image:url(images/bar_over.png); */
	background-color: #91abc2;
}

.buttonTop {
	background-image:url(images/top_buttons.png);
	height: 30px;
	background-color: #f051a8;
	margin-left: 4px;
	padding: 0px 6px 0 6px;
}
.buttonTop a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.buttonTop a:hover {
	color: white;
}
.zoek {
	height: 16px;
	font-size: 10px;
	background-image: url(images/input_shadow.png);
	border: 1px solid #be0271;
}
.footer {
/*	background-color:	#ec008a; */
	background-image: url(images/bar_middle.png);
	background-position:center;
	color: white;
	line-height: 25px;
	position: relative;
	top: 10px;
}
.footer a {
	color: white;
}
.footer a:hover {
	color: black;
}

.article_middle, .article_over {	
	font-size: 12px;	
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #CCCCCC;
}
.article_over {
	background-color: #ffcccc;
	cursor: pointer;
}
.article_over td, .article_over p {
	background-image: none;
}
.breadcrumb{
	height: 59px;
}
.breadcrumb a {
	text-decoration: none;
}
.hidden {
	display: none;
}
.show {
	display: block;
}
.trans {
	height: 23px;
	margin-right: 1px;
	background-color: #FFFFFF;
	opacity:.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
a.link  {
	font-weight: bold;
	position: relative;
	margin-top: -23px;
	padding-left: 10px;
	height: 23px;
	color: black;
	text-decoration: none;
	font-size: 10pt;
	display: block;
}
a.link:hover  {
	color: #FFFFFF;
	background-color: #ec008a;
}
