/**
 **
 ** MAIN LAYOUT
 **
 **
 */

.stbutton:hover {
  text-decoration: none;
}

#wrap {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

#header{
  position: relative;
  display: block;
  height: 110px;
}

#logo {
  position: absolute;
  left: 0;
  top: 15px;
}

#menu {
	position: relative;
	text-align: right;
  float: right;
	color: #92d1e2;
	font-size: 11px;
	display: block;
	height: 43px;
	margin: 20px 0 0 0;
}

#submenus {
  position: relative;
  clear: right;
  line-height: 14px;
}

.submenu {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	color: #92d1e2;
}

.about {
	right: 130px;
}

.news {
	right: 230px;
}

.products {
	right: 30px;
}

.submenu,
.about,
.news,
.products {
	display: none;
}


.submenu ul li{
	position: relative;
	float: left;
	display: block;
	height: 30px;
	padding-top: 8px;
	margin-top: 6px;
}

.submenu ul li span{
	position: absolute;
	top: 4px;
	left: 50%;
	height: 6px;
	width: 8px;
	margin-left: -4px;
	background: url( ../images/submenu-active.png ) center top no-repeat;
	display: block;
}

.submenu ul li a {
	padding: 7px 12px 7px 12px;
	border-bottom: 1px solid #bfdcf3;
	border-top: 1px solid #bfdcf3;
	border-right: 1px solid #bfdcf3;
	color: #11657c;
	background: #ffffff;
	display: block;
	font-size: 11px;
}

.submenu ul li a:hover {
	color: #e18400;
	text-decoration: none;
}

.submenu ul li.current a {
	color: #e18400;
}

.submenu ul li a.last{
	border-right: 0px;
}
.submenu ul li.end,
.submenu ul li.start{
	margin-top: 14px;
	background: url( ../images/submenu.png ) 0 0 no-repeat;
	width: 3px;
	padding: 0;
	height: 30px;
	display: block;
	border: 0px;
}
.submenu ul li.end{
	background: url( ../images/submenu.png ) -3px 0 no-repeat;
}

#column {
  position: relative;
	float: left;
	width: 195px;
	margin: 10px 0 0 0;
}

#column .column-block {
	border-top: 1px solid #bfdcf3;
	margin: 6px 0;
	padding: 6px 0 0 0;
}

#column a.more {
  display: block;
	border-top: 1px solid #bfdcf3;
	margin: 6px 0;
	padding: 6px 0 0 0;
}

#column li {
	padding: 6px 0;
}

#column li a {
	display: block;
}

#content {
  position: relative;
	float: left;
	width: 760px;
	margin: 10px 0 0 25px;
}

#location {
  font-size: 11px;
	margin: 0 0 10px 0;
}

#text {
	width: 350px;
	position: relative;
	float: right;
	padding: 20px;
	font-size: 11px;
	color: #E2EDF2;
	line-height: 17px;
}

#text p {
	margin: 8px 0 0 0;
}

#text ol {
	list-style-position: outside;
}
#text ol li{
	width: auto;
	padding: 10px;
	margin: 10px;
	color: #ffffff;
	font-size: 14px;
}
#text ol li:hover{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #5695b3;
}
#text ol li .number{
	font-weight: bold;
	color: #bfdcf3;
}
.text_title {
	line-height: 40px;
	font-size: 11px;
}
#text div.text_big {
	font-size: 16px;
	line-height: 24px;
}
#footer {
	border-top: 1px solid #ceeef7;
	padding: 20px 0;
	margin-top: 50px;
	text-align: center;
}

#footer,
#footer a {
	color: #85c2d2;
}

#footer a span {
	color: #e19e2c;
}

/**
 **
 ** BUTTONS
 **
 **
 */

#menu .btn {
	background: url(../images/menu.png) 0 0 no-repeat;
	position: relative;
	float: right;
	display: block;
	text-indent: 100px;
	line-height: 20px;
	overflow: hidden;
	color: #000;
	margin: 14px 0 0 30px;
}

#menu #menu-home {
	background: url(../images/menu.png) 0 0 no-repeat;
	width: 46px;
	height: 19px;
}

#menu #menu-news {
	background: url(../images/menu.png) -46px 0 no-repeat;
	width: 61px;
	height: 19px;
}

#menu #menu-products {
	background: url(../images/menu.png) -107px 0 no-repeat;
	width: 86px;
	height: 19px;
}

#menu #menu-portal {
	background: url(../images/menu.png) -193px 0 no-repeat;
	width: 96px;
	height: 19px;
}

#menu #menu-about {
	background: url(../images/menu.png) -288px 0 no-repeat;
	width: 84px;
	height: 19px;
}

#menu #menu-home.active,
#menu #menu-home:hover {
	background: url(../images/menu.png) 0 -21px no-repeat;
}

#menu #menu-news.active,
#menu #menu-news:hover {
	background: url(../images/menu.png) -46px -21px no-repeat;
}

#menu #menu-products.active,
#menu #menu-products:hover {
	background: url(../images/menu.png) -107px -21px no-repeat;
}

#menu #menu-portal.active,
#menu #menu-portal:hover {
	background: url(../images/menu.png) -193px -21px no-repeat;
}

#menu #menu-about.active,
#menu #menu-about:hover {
	background: url(../images/menu.png) -288px -21px no-repeat;
}

#content .btn_login {
	background: url(../images/buttons.png) 0 0 no-repeat;
	height: 20px;
	color: #000;
	border: 0;
	margin: 0 0 0 2px;
}
/* SEARCH */
.search {
	margin-top: 25px;
	background: #ddf3f9;
	border: 1px solid #bfdcf3;
	height: 38px;
}
.search form {
	padding: 10px 5px 5px 6px;
}
.search form input {
	font-size: 11px;
	width: 125px;
	height: 15px;
	position: relative;
	float: left;
  padding: 2px 0 0;
}
.search form input.btn_search {
	background: url(../images/buttons.png) 0 -180px no-repeat;
	height: 20px;
	width: 45px;
	color: #000;
	display: block;
	position: relative;
	float: right;
	border: 0;
	text-indent: 200px;
	line-height: 20px;
	overflow: hidden;
  margin: 0 2px 0 0;
}
/* NEWSLETTER */
#content .block-small h2 {
	margin: 0;
}
#content .block-small p {
	font-size: 11px;
}
.newsletter form input{
	width: 176px;
	height: 16px;
	margin-bottom: 5px;
  padding: 2px 0 0;
}

.newsletter form select{
	width: 180px;
	height: 16px;
	margin: 5px 0 10px 0;
}

.newsletter{
	padding: 6px;
	background: #ffffff;
	border: 1px solid #bfdcf3;
	margin-top: 10px;
	padding-bottom: 10px;
}
.newsletter a {
	font-size: 9px;
	margin-right: 2px;
	font-weight: bold;
}
.newsletter .latest-newsletter{
	line-height: 20px;
}
.btn_signup {
	background: url(../images/buttons.png) 0 -200px no-repeat;
	width: 70px;
	height: 20px;
	color: #000;
	border: 0;
	margin: 0 -3px 0 0;
	position: relative;
	display: block;
	float: right;
	line-height: 20px;
	text-indent: 78px;
	overflow: hidden;
}
/* ARCHIVE */
#archive{
	margin-bottom: 40px;
}
#archive .archive li{
	padding: 0;
}
#archive .archive li a {
	font-size: 11px;
	color: #000000;
	border-bottom: 1px solid #bfdcf3;
	margin: 0;
	padding: 10px;
	padding-left: 0;
}
#archive .archive li a.link_color {
  color: #e19e2c;
}
/* RSS */

.rss-icon {
  background: url(../images/rss.png) no-repeat;
  width: 16px;
  height: 16px;
  overflow: hidden;
  display: block;
  position: relative;
  float: right;
  text-indent: 16px;
  line-height: 16px;
}

.rss {
	padding: 8px;
	background: #ffffff;
	margin: 10px 0 0 0;
	border: 1px solid #bfdcf3;
	padding-bottom: 15px;
	padding-top: 10px;
	height: 15px;
}

.rss img {
  position: relative;
  float: left;
  margin: 0 3px 0 0;
}

.rss select{
	margin: 0;
	position: relative;
	float: right;
	width: 115px;
	height: 20px;
}

/* TRYABBO */
.tryabbo{
	margin-top: 10px;
	background: #11657c;
}

/* BANNER */
.banner{
	margin-top: 10px;
}
/* LATEST ARTICLES */
.latest-articles h2 {
	border-bottom: 1px solid #bfdcf3;
}

.items h3,
.items h3 a,
.latest-articles h3,
.latest-articles h3 a {
	font-size: 11px;
	color: #11657c;
	font-weight: bold;
	line-height: 18px;
}

.press .date {
	border-bottom: 1px solid #bfdcf3;
	width: 740px;
	display: block;
}
/* CONTACT */
.contactform {
	padding: 0px 0 5px 0;
	line-height: 18px;
}

.contactform td {
  vertical-align: top;
}

.contactform td.first {
  width: 260px;
}

.contactform td input {
	width: 320px;
}

.contactform td select {
	width: 325px;

}

.contactform td input#contactperson {
  margin: 0;
  width: 260px;
}

.contactform td select#title{
	width: 55px;
	margin-right: 2px;
  vertical-align: middle;
}

.contactform input, select {
  font-size: 11px;
  line-height: 16px;
  font-family: Verdana;
  vertical-align: middle;
}

.contactform textarea {
	margin-top: 3px;
	width: 585px;
	height: 100px;
}

.contactform td .error_list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #ff0000;
}

.contactform .checkbox{
	line-height: 18px;
	padding: 0;
	margin: 0;
	border: 1px solid black;
	border: 0;
	position: relative;
	float: left;
}

.contactform #othermailapplication {
  display: none;
}

#content a.archive{
	margin-top: 10px;
	display: block;
}

.items .image {
  position: relative;
  float: right;
  width: 250px;
  margin: 20px 0 10px 10px;
}

.items .thumb-image {
  position: relative;
  float: left;
  width: 160px;
  padding: 10px 0 10px 0;
}

.items td {
  vertical-align: top;
}

.items p {
  padding: 7px 0;
}

.items .text {
  position: relative;
  float: left;
  width: 500px;
}

.items span.date,
.latest-articles span.date{
	font-size: 11px;
	color: #52abcc;
	line-height: 20px;
}

.items > li,
.latest-articles > li {
	background: #ffffff;
	font-size: 11px;
	padding: 0;
	line-height: 18px;
	border-bottom: 1px solid #bfdcf3;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.items ul {
  padding: 0 0 0 20px;
}

.items ul li {
  list-style: disc;
}

.press p {
	border: 0px;
}

.latest-articles a {
	font-size: 11px;
}

.wysiwyg p {
/*  display: inline; */
}

/* BLOCKS */

#article {
  width: 470px;
}

.block-large .info {
  float: right;
  background: #efefef;
  padding: 10px;
  width: 250px;
  margin: 10px 0 0 0;
}

.block-large .image {
  float: right;
  margin: 10px 0 10px 10px;
}

.block-large p.date,
.block-large div.date {
  margin: 10px 0;
  padding: 0;
  font-weight: bold;
}

.block-large p.source {
  margin: 0;
  padding: 0;
}

.block-large p.date img {
  display: inline;
}

.block-large p {
	padding: 10px 0 10px 0;
	font-size: 11px;
	line-height: 18px;
}

.block-large h2 + p {
  padding: 0 0 10px 0;
}

.block-small{
	line-height: 18px;
}
.block-large ol {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: decimal;
}
.block-large ol li p {
	padding: 0;
	margin: 0;
}

.block-large ul {
	padding-left: 20px;
	list-style: disc;
}

.block-large .large-header {
	border-bottom: 1px solid #bfdcf3;
	padding: 0 0 10px 0;
	width: 760px;
}

.block-large .large-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.block-large .large-list img {
  position: relative;
	float: left;
	padding-right: 10px;
}

.block-large .large-list li {
	width: 370px;
	position: relative;
	float: left;
	margin: 10px 0 0 0;
	font-size: 11px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bfdcf3;
}

.block-large .large-list li.first {
	margin-right: 20px;
}

.block-large .large-list li a {
	font-size: 11px;
}

.block-large ul li {
	font-size: 11px;
	line-height: 20px;
}

.block-large .clipit-news-as {
	color: #BFDCF3;
  margin: 10px 0 0 0;
}

.block-large .clipit-news-as a {
	color: #BFDCF3;
}

.block-small{
	padding: 10px;
	width: 345px;
	position: relative;
	float: left;
	background: #eef9fc;
}
.first{
	margin-right: 26px;
}
.block-small a {
	font-weight: bold;
	color: #e18400;
}
/* NEWS */
.items{
  margin: 10px 0 0 0;
	font-size: 11px;
}

h2 + .items {
  margin: 0;
}

.press{
	border-top: 0;
	margin-top: 10px;
}

#content .items h2 {
  margin: 10px 0 3px 0;
}

.items h2 a {
  color: #52abcc;
	padding: 0;
}

.paginator{
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	color: #bfdcf3;
}
.paginator strong{
	color: #000000;
}

.block-intro{
	border-bottom: 4px solid #11657d;
	padding: 25px;
}
.block-intro h2{
	margin: 0;
}
.block-intro p{
	color: #ffffff;
	font-size: 11px;
	line-height: 18px;
}
.block-intro p.small{
	font-size: 14px;
	position: relative;
	float: left;
	display: block;
	padding-right: 55px;
}
.block-intro p.small strong{
	color: #bfdcf3;
}

.btn_submit {
	background: url(../images/buttons.png) 0 -220px no-repeat;
	width: 102px;
	height: 20px;
	color: #000;
	float: right;
	margin: 0 145px 0 0;
	display: block;
	border: 0;
	text-indent: 102px;
	line-height: 20px;
	overflow: hidden;
	text-align: middle;
	}

#content .btn_send {
	background: url(../images/buttons.png) 0 -160px no-repeat;
	width: 62px;
	height: 20px;
	color: #000;
	border: 0;
	margin: 0 0 0 2px;
}

#content .btn_logout {
	background: url(../images/buttons.png) -46px 0 no-repeat;
	width: 69px;
	height: 20px;
	color: #000;
	border: 0;
	margin: 0 0 0 2px;
	display: block;
	line-height: 20px;
	text-indent: 69px;
	overflow: hidden;
}

#content .btn_details {
	background: url(../images/buttons.png) 0 -140px no-repeat;
	width: 88px;
	height: 20px;
	color: #000;
	border: 0;
	margin: 0 0 0 2px;
	display: block;
	line-height: 20px;
	text-indent: 88px;
	overflow: hidden;
}

.btn_login {
	width: 45px;
	height: 20px;
}

/**
 **
 ** TITLES
 **
 **
 */

h1,
h2 {
  font-size: 19px;
  color: #52abcc;
	margin: 0;
}

#content_wrap h2,
#content_wrap h1 {
  font-size: 30px;
  color: #a9e5f4;
}

#column h2,
#content h2 {
	margin: 25px 0 3px 0;
}

.block-small h2,
#content .block-intro h2 {
	margin: 0;
}

#column .newsletter h2 {
  margin: 0 0 10px 0;
}

#content #content_wrap #text h2 {
	margin: 10px 0 3px 0;
}

/**
 **
 ** BLUE CONTENT BOX
 **
 **
 */

 #account {
	background: url(../images/content_bg.jpg) 0 0 repeat-x;
	height: 54px;
	padding: 18px 24px;
	color: #ffffff;
}

.content_small #account,
.content_big #account {
	background: url(../images/content_bg_small.jpg) 0 0 repeat-x;
	width: 720px;
	height: 31px;
	padding: 15px 20px;
}

#content_wrap,
#spotlight {
	background: url(../images/content_bg.jpg) 0 -90px repeat-x;
}

#spotlight {
  width: 760px;
}

#spotlight .image {
  position: relative;
  float: left;
  width: 315px;
  display: block;
}

#spotlight .spotlights {
  position: relative;
  float: right;
  width: 400px;
  padding: 20px 0;
  color: #ffffff;
  font-size: 12px;
}

#spotlight .spotlights img {
  display: none;
}

#spotlight ul li {
  margin: 15px 10px 15px 0;
  padding: 10px;
}

#spotlight ul li.current {
  background: #4a7d92;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  behavior:url(border-radius.htc);
}

#spotlight ul li span {
  color: #bfdcf3;
  padding: 0 10px 0 0;
}

.content_small #content_wrap {
	background: url(../images/content_bg_small.jpg) 0 -61px repeat-x;
	height: 116px;
}

.content_big #content_wrap {
	border-bottom: 5px solid #017992;
	position: relative;
	float: left;
}

.content_small #text,
.content_big #text {
	width: 720px;
}

.avatar {
	background: url(../images/noavatar.gif) no-repeat;
	position: relative;
	float: left;
	width: 53px;
	height: 53px;
	padding: 1px;
	margin-right: 20px;
}

.content_small .avatar,
.content_big .avatar {
	background-position: 0 -55px;
	width: 31px;
	height: 31px;
	margin-right: 10px;
}

/**
 **
 ** LOGOS
 **
 **
 */

#partners-standalone {
  background: #ffffff;
  height: 110px;
  width: 100%;
}

#partners .container li {
	background-position: center;
 	height: 67px;
 	position: relative;
 	float: left;
	list-style:none;
}

#partners .container li img {
  padding: 20px 20px 0 20px;
  display: block;
}

/**
 **
 ** ICONS
 **
 **
 */

.icon {
	background: url(../images/icons.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	position: relative;
	float: left;
}

#column .icon {
  position: relative;
	float: right;
	margin-top: -22px;
}

.icon_account {
	background-position: 0 0;
}

.icon_book {
	background-position: 0 -16px;
}

.icon_book {
	background-position: 0 -16px;
}

.icon_light {
	background-position: 0 -32px;
}

.icon_graphs {
	background-position: 0 -48px;
}

.icon_file {
	background-position: 0 -127px;
}

.icon_chat {
	background-position: 0 -127px;
}

.icon_sharethis {
	background-position: 0 -142px;
}

.addthis_toolbox {
	display: inline-block;
}

.icon_addnew {
	background: url(../images/icons.png) 0 -174px no-repeat; /* TODO: now is icon_file */
	padding: 0 0 0 24px;
	width: 100%;
	line-height: 17px;
	display: block;
	font-weight: bold;
}

.table .icon {
	margin-right: 5px;
}

.icon_envelope {
	background: url(../images/icons.png) 0 -158px no-repeat;
	padding: 0 0 0 24px;
	width: 100%;
	line-height: 17px;
	display: block;
	font-weight: bold;
}

.icon_plus {
	background: url(../images/icons.png) 0 -64px no-repeat;
	padding: 0 0 0 24px;
	width: 100%;
	line-height: 17px;
	display: block;
	font-weight: bold;
}

/**
 **
 ** LINKS EXCEPTION
 **
 **
 */

#column .links_exception li {
	border-top: 1px solid #bfdcf3;
}

#column .links_exception a {
	font-weight: normal;
}

#column .links_exception a:hover,
#column .links_exception a.current {
	background: url(../images/icon_arrowright.jpg) center right no-repeat;
	color: #E19E2C;
	text-decoration: none;
}

a#more_info_text {
	color: #ffffff;
}

/**
 **
 ** CONTENT BOXES / LISTS
 **
 **
 */

ul.box_type1 {
	width: 758px;
	border: 1px solid #BFDCF3;
	/* margin: 30px 0 0 0; */
}

ul.box_type1.no_margin {
	margin: -1px 0 0 0;
}

ul.box_type1 li,
ul.box_type1 li .box_list {
	border-top: 1px solid #BFDCF3;
	padding: 12px 20px;
}

ul.box_type1 li:first-child {
	border: 0;
}

ul.box_type1 li.li_color {
	background: #F2F8FD;
}

ul.box_type1 li.toggle_box {
	display: none;
	padding: 0;
}

.link_arrow_expand {
	background: url(../images/arrow_down.png) center right no-repeat;
	padding: 0 16px 0 0;
}

.link_arrow_collapse {
	background: url(../images/arrow_up.png) center right no-repeat;
	padding: 0 16px 0 0;
}

#more_info_text.link_arrow_expand {
	background: url(../images/arrow_down_white.png) center right no-repeat;
	padding: 0 16px 0 0;
}

#more_info_text.link_arrow_collapse {
	background: url(../images/arrow_up_white.png) center right no-repeat;
	padding: 0 16px 0 0;
}

ul.box_type1 li .box_big,
ul.box_type1 li .box_small {
	width: 260px;
	height:140px;
	margin: 12px 0 12px 20px;
	padding: 0 20px 0 0;
	position: relative;
	float: left;
	border-right: 1px solid #BFDCF3;
}

ul.box_type1 li .box_small {
	width: 176px;
}

ul.box_type1 li .box_small.last {
	border: 0;
}

ul.box_type1 li ul.list-inside-list {
	list-style-type: disc;
	list-style-position: inside;
}

ul.box_type1 li .list-inside-list li {
	padding: 0;
	border: 0;
}

ul.box_type1 .title {
	margin: 0 0 3px 0;
}

ul.box_type1 .title,
ul.box_type1 .title_no_margin {
	font-size: 13px;
	color: #5eb1cf;
}

ul.box_type1 .title_no_margin {
	font-size: 13px;
	color: #5eb1cf;
}

ul.box_type1 span.indent_span {
	display: block;
	position: relative;
	float: left;
	width: 190px;
	font-weight: bold;
}

ul.box_type1 .category_title {
	font-weight: bold;
	font-size: 11px;
	color: #52ABCC;
}

ul.box_type1 .float {
  position: relative;
	width: 230px;
	float: left;
}

ul.box_type1 .two_columns {
	margin-left: 230px;
}

ul.box_type1 .two_columns div {
  position: relative;
	float: left;
	width: 244px;
}

ul.content_list {
	list-style-type: none;
}

ul.content_list li {
	border-top: 1px solid #BFDCF3;
	position: relative;
	float: left;
	width: 360px;
	padding: 0 0 0 40px;
	margin: 0 0 4px 0;
}
#title_mediaanalyse{
	width: 720px;
}
ul.content_list li.even {
	padding: 0;
}

ul.content_list li div {
	font-size: 13px;
	color: #52ABCC;
	padding: 6px 0;
}

#content .border_box,
#content .border_box_no_padding {
	border: 1px solid #BFDCF3;
	margin: 24px 0 0 0;
	padding: 24px;
	line-height: 16px;
}

#content .border_box_no_padding {
	padding: 0;
}

#content .border_box li {
	clear: both;
}

#content .border_box .date_selection input {
  position: relative;
	float: left;
}

#content .border_box .date_selection img {
	padding: 7px 0 0 3px;
}

#content .border_box span,
#content .border_box span.wide {
	display: block;
  position: relative;
	float: left;
	width: 190px;
	font-weight: bold;
}

#content .border_box span.wide {
	width: 290px;
}

#content .border_box .button span.middle {
	width: auto;
}

#content .border_box .button span.left,
#content .border_box .button span.right {
	width: 15px;
}

#content .checkbox-list {
	display: block;
	position: relative;
	float: left;
	width: 200px;
}

#content .border_box input,
#content .border_box select {
	border: 1px solid #c6ddf0;
	padding: 0 5px;
	height: 14px;
	font-weight: bold;
}

#content .border_box input {
	width: 194px;
}

#content input.checkbox {
	width: 16px;
}

#content .border_box select {
	width: 200px;
}

table.three_column_border {
	width: 760px;
}

table.three_column_border tr.first {
	color: #52ABCC;
	font-weight: bold;
	border: none;
}

table.three_column_border td {
	border-top: 1px solid #BFDCF3;
	padding: 10px 0;
	line-height: 16px;
}

table.three_column_border td.last {
	border-bottom: 1px solid #BFDCF3;
}

table.three_column_border .left {
  position: relative;
	float: left;
	margin: 6px 12px 0 0;
}

table.three_column_border td p {
	margin-left: 38px;
}

/*table.three_column_border td:first-child {
  border: none;
}*/

table.three_column_border td.cell1 {
	width: 370px;
}

table.three_column_border td.cell1_2 {
	width: 582px;
}

table.three_column_border td.cell2 {
	width: 160px;
}

table.three_column_border td.cell3 {
	width: 160px;
}

table.three_column_border td.number {
	text-align: right;
	padding: 0 10px 0 0;
}

table.three_column_border td span {
	color: #52ABCC;
}

.addtoany_right {
  position: relative;
	float: right;
	margin: 0 5px 0 0;
}

.search_title {
	font-size: 13px;
	font-weight: bold;
	display: block;
}

/**
 **
 ** TABLES
 **
 **
 */

.asc {
  background: url(../images/arrow_down.png) no-repeat right;
  padding: 0 15px 0 0;
}

.desc {
  background: url(../images/arrow_up.png) no-repeat right;
  padding: 0 15px 0 0;
  margin: 0 15px 0 0;
}

.table {
	width: 100%;
}

.table tr {
	border-bottom: 1px solid #BFDCF3;
}

.table.table_style1 tr {
	border: 0;
}

.table td {
	margin: 10px 0;
	padding: 4px;
	border-left: 1px solid #BFDCF3;
	vertical-align: top;
}

.table td:first-child {
	padding: 4px 0;
	border: 0;
}

.table.table_style1 {
	margin: 40px 0 0 0;
}

.table.table_style1 .col1 {
	width: 90px;
}

.table.table_style1 .col2 {
	width: 284px;
}

.table.table_style1 .col3 {
	width: 165px;
}

.table.table_style1 .col4 {
	width: 126px;
}

.table.table_style1 .col5 {
	width: 70px;
}

.table.table_style2 {
	margin: 18px 0 0 0;
	width: 100%;
}

.table.table_style2 .title {
	background: #52ABCC;
	padding: 6px 10px;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
}

.table.table_style2 .col1 {
	padding: 7px 0 0 0;
	width: 30px;
}

.table.table_style2 .col2 {
	border: 0;
}

.table.table_style2 .col3 .prototip_text {
	display: none;
}

.table.table_style2 .col4 {
}

.table.table_style2 .col5 {
	width: 16px;
}

table#table_details td.first {
	width: 60px;
}

table#table_details td.second {
	width: 120px;
}

table.table_style3 {
	border-bottom: 1px solid #BFDCF3;
}

table.table_style3 span {
	padding: 0 0 0 4px;
}

table.table_style3 .row1 {
	width: 200px;
}

/**
 **
 ** PAGINATION
 **
 **
 */

.pagination {
	border-top: 1px solid #BFDCF3;
	padding: 10px 0;
	text-align: center;
}

.pagination img {
	display: inline;
}

.pagination a {
	font-weight: bold;
	padding: 0 2px 0 4px;
}

.pagination a.p-btn
.pagination a.first {
	border: 0;
	padding: 0;
}

/**
 **
 ** BORDER BOX
 **
 **
 */

.button .right {
	margin: 0 10px 0 0;
}

.button span {
  position: relative;
	float: left;
	display: block;
	font-size: 11px;
	line-height: 14px;
}

.button .left {
	background: url(../images/buttons.png) 0 -20px no-repeat;
	width: 15px;
	height: 30px;
}

.button .middle {
	background: url(../images/buttons_btn_bg.png) 0 0 repeat-x;
	height: 23px;
	text-align: center;
	color: #ffffff;
	padding: 7px 0 0 0;
	font-weight: bold;
}

.button .right {
	background: url(../images/buttons.png) -17px -20px no-repeat;
	width: 15px;
	height: 30px;
}

.button:hover .left {
	background: url(../images/buttons.png) 0 -50px no-repeat;
}

.button:hover .middle {
	background: url(../images/buttons_btn_bghover.png) 0 0 repeat-x;
}

.button:hover .right {
	background: url(../images/buttons.png) -17px -50px no-repeat;
}

.button:hover {
	background-position: 0 -50px;
	text-decoration: none;
}

.button.right {
  position: relative;
	float: right;
}

.buttons {
	margin: 50px 0 15px 0;
}

.buttons li {
	display: inline;
}

.buttons li a {
	background: #11657C;
	border: 1px solid #11657C;
	margin: 0 0 0 10px;
	padding: 14px 12px;
	font-weight: bold;
	color: #ffffff;
}

.buttons li a.current,
.buttons li a:hover.current {
	background: #ffffff;
	border: 1px solid #BFDCF3;
	border-bottom: 1px solid #ffffff;
	color: #11657C;
}

/**
 **
 ** EXTRA LIGHTVIEW STYLING (FORM)
 **
 **
 */

#lightview_form {
	margin: 20px 0 0 0;
}

#lightview_form li {
	margin: 6px 0 0 0;
}

#lightview_form label {
	width: 120px;
	display: block;
	position: relative;
	float: left;
}

#lightview_form .input {
	width: 200px;
}

/* by jonas */
ul.radio_list {
  display: inline;
  width: 100px;
  padding-left: 0px;
}
ul.radio_list li{
  font-size: 11px;

  padding-left: 0px;

  display: inline;
}

strong.h2 {
  display: block;
  color: #52abcc;
}

#partners-iframe {
  width: 760px;
  height: 105px;
  margin: 20px 0 0 0;
  border: none;
  overflow: hidden;
}