@charset "utf-8";
/* CSS Vendit */

/* Useful */

br.clear {
    height:0;
    width:0;
    clear:both;
}

img {
    border:0;
}

a:link, a:visited, a:active {
    text-decoration:underline;
    color:#333;
}

a:hover {
    color:#000;
    text-decoration:none;
}

a:focus{outline: none;}

h1 {
    color:#003152;
    font:bold 18px Arial, Helvetica, sans-serif;
}

h2 {
    color:#003152;
    font:normal 14px Arial, Helvetica, sans-serif;
}

h2 a:link,
h2 a:active,
h2 a:visited,
h2 a:hover {
    text-decoration:none;
    color:#ef7f00;
}

h4 {
    color:#003152;
    font:bold 13px Arial, Helvetica, sans-serif;
}

form {
    margin:0;
    padding:0;
}

label {
    cursor:pointer;
}

input {
    font:11px Verdana, Arial, Helvetica, sans-serif;
    color:#333333;
    padding:2px;
    border:#CCCCCC 1px solid;
}

textarea {
    font:11px Verdana, Arial, Helvetica, sans-serif;
    color:#333333;
    padding:2px;
    border:#CCCCCC 1px solid;
}

.radio {
    border:0;
}

.checkbox {
    border:0;
}

/* CSS */

body {
    padding:0px;
    margin:0px;
    font:11px/1.5em Arial, Helvetica, sans-serif;
    color:#000;
}

#main_container {
    width:950px;
    margin:0 auto;
    overflow:hidden;
}

#header {
    height:56px;
    margin-top:11px;
    width:100%;
    overflow:hidden;
}

#header #logo {

    height:50px;
    margin-left:8px;
    float:left;
    /*	width:208px;
	background:url(../img/sprite.png) 0px 0px no-repeat;*/
    width:575px;
    background:url(../img/sprite.png) -15px -585px no-repeat;
}

#header #logo a {
    height:45px;
    display:block;
    text-indent:-9999px;
}

#header #naw {
    width:345px;
    float:right;
}

#header #naw ul {
    width:345px;
    list-style:none;
    margin:0;
    padding:0;
}

#header #naw ul li {
    display:inline;
    width:110px;
    float: left;
}

#header #naw ul li a {
    text-decoration:none;
}

#menu_left {
    background:url(../img/sprite.png) -208px 0px no-repeat;
    width:7px;
    height:31px;
    float:left;
}

#menu_right {
    background:url(../img/sprite.png) -215px 0px no-repeat;
    width:7px;
    height:31px;
    float:left;
}

#menu {
    width:936px;
    float:left;
    height:31px;
    background:url(../img/bg_menu.gif) repeat-x;
}

#menu ul {
    font:bold 12px Arial, Helvetica, sans-serif;
    list-style:none;
    padding:0;
    width:980px;
    margin:0 auto;
    height:31px;
    margin-top:1px;
}

#menu ul li {
    display:inline;
    height:29px;
    line-height:29px;
    text-align:center;
    width: auto;
}

#menu ul li a {
    float: left;
    display:block;
    border-right:#de7500 1px solid;
    border-left:#ffc020 1px solid;
    color:black;
    padding:0 12px 0 12px;
    height:29px;
    text-decoration:none;
    width: auto;
}

#menu ul li.first a {
    border-left:0;
}

#menu ul li.last a {
    border-right:0;
}

#menu ul li.menu_active a {
    background-color:#f58400;
}

#menu ul li a:hover {
    background-color:#f58400;
}

#middle {
    width:100%;
}

#column_left {
    margin-top:14px;
    width:184px;
    float:left;
}

#column_left .top {
    background:url(../img/sprite.png) -253px 0px no-repeat;
    width:184px;
    height:16px;
    margin:0;
    padding:0;
}

#column_left .content {
    background:#33348e url(../img/bg_leftcolumn.gif) repeat-x;
    width:158px;
    margin:0;
    padding:8px 13px 0 13px;
}

#column_left .content h3 {
    color:white;
    font:14px Arial, Helvetica, sans-serif;
    padding:0px;
    margin:0px;
}

#column_left .content ul {
    list-style:none;
    padding:10px 0 0 0;
    margin:0px;
}

#column_left .content ul li {
    font:12px Arial, Helvetica, sans-serif;
    padding-bottom:10px;
}

#column_left .content ul li a {
    color:#bdd6f4;
    text-decoration:none;
}

#column_left .bottom {
    background:url(../img/sprite.png) -253px -16px no-repeat;
    height:8px;
    margin:0;
    padding:0;
}

#column_left #finance_logo {
    /*	background:url(../img/sprite.png) -437px 0px no-repeat;
	height:26px;
	width:190px;*/
    background:url(../img/sprite.png) -15px -635px no-repeat;
    height:146px;
    width:160px;
    margin:17px 0px 0px 10px;
}

#column_left #finance_logo a {
    text-indent:-9999px;
    display:block;
    height:26px;
}

#column_center_content {
    float:left;
    width:546px;
    padding:15px 0px 0px 14px;
    /*min-height:303px;
	  min-height:500px;
	  height:auto !important;
	  height:500px;*/

    background:url(../img/sprite.png) 0px -45px no-repeat;
}

#column_center_news {
    padding:0px;
    width:370px;
    float:left;
    margin:14px 0px 0px 10px;
}

#column_center_news ul#tabs {
    background:url(../img/sprite.png) -15px -412px no-repeat;
    height:26px;
    margin:0;
    padding:0;
    width:100%;
    list-style:none;
}

#column_center_news ul#tabs li {
    display:inline;
    line-height:26px;
    padding:0px 10px 0px 20px;
    font-size:14px;
}

#column_center_news ul#tabs li a {
    color:#333;
    text-decoration:none;
}

#column_center_news ul#tabs li a.white {
    color:#fff;
}

#column_center_news ul#items {
    border-left:#c1c1c1 1px solid;
    border-bottom:#c1c1c1 1px solid;
    border-right:#c1c1c1 1px solid;
    margin:0;
    padding:10px;
    width:348px;
    background:#f5f5f7;
}

#column_center_news ul#items {
    list-style:none;
}

#column_center_news ul#items li {
    border-bottom:#c1c1c1 1px solid;
}

#column_center_news ul#items li a {
    text-decoration:none;
}

#column_center_news ul#items li strong {
    font-size:12px;
}

#column_center_content .content {
    padding:15px 0px 0px 14px;
    width:532px;
    /*min-height:520px;
	  min-height:520px;
	  height:auto !important;
	  height:520px;*/
    background:#FFFFFF;
    border-bottom: 5px solid #fff;
}

#breadcrumb {
    width:500px;
    float:left;
    padding-top:19px;
}

#breadcrumb a {
    color:#ef7f00;
}

#print_page {
    width:31px;
    height:34px;
    float:right;
    background:url(../img/sprite.png) -222px 0px no-repeat;
}

#print_page a {
    text-indent:-9999px;
    height:34px;
    display:block;
}

#column_right {
    float:right;
    width:186px;
    margin-top:14px;
}

#column_right #banner_supportopafstand {
    background:url(../img/sprite.png) -14px -60px no-repeat;
    width:186px;
    height:147px;
    margin-bottom:5px;
}

#column_right #banner_supportopafstand:hover {
    background:url(../img/sprite.png) -15px -438px no-repeat;
    width:186px;
    height:147px;
    margin-bottom:5px;
}

#column_right #banner_uweigenwebwinkel {
    background:url(../img/sprite.png) -201px -60px no-repeat;
    width:186px;
    height:147px;
    margin-bottom:5px;
}

#column_right #banner_uweigenwebwinkel:hover {
    background:url(../img/sprite.png) -202px -438px no-repeat;
    width:186px;
    height:147px;
    margin-bottom:5px;
}

#column_right #quick_form {
    width:185px;
    overflow:hidden;
    margin-bottom:20px;
}

#column_right .qf_top {
    height:7px;
    background:url(../img/sprite.png) -253px -26px no-repeat;
    margin:0;
    padding:0;
}

#column_right .qf_content {
    border-left:#002f53 1px solid;
    border-right:#002f53 1px solid;
    width:151px;
    margin:0;
    padding:10px 16px 10px 16px;
}

#column_right .qf_content h3 {
    margin:0 0 4px 0;
    padding:0;
    font:bold 14px Arial, Helvetica, sans-serif;
    color:#003154;
}

#column_right .qf_content span a {
    font-size:10px;
    color:#f58400;
    float:right;
}

#column_right .field {
    border-top:#3a3a3a 1px solid;
    border-right:#9f9f9f 1px solid;
    border-bottom:#bfbfbf 1px solid;
    border-left:#535353 1px solid;
    width:100%;
    font:11px Arial, Helvetica, sans-serif;
    color:#333333;
    padding:2px;
    margin-bottom:3px;
    width:145px;
}

#column_right select {
    border-top:#3a3a3a 1px solid;
    border-right:#9f9f9f 1px solid;
    border-bottom:#bfbfbf 1px solid;
    border-left:#535353 1px solid;
    width:100%;
    font:11px Arial, Helvetica, sans-serif;
    color:#333333;
    padding:2px;
}

#column_right .qf_bottom {
    height:7px;
    background:url(../img/sprite.png) -253px -33px no-repeat;
    margin:0;
    padding:0;
}

#column_right a.img_link,
#column_right_wide a.img_link {
    text-indent:-9999px;
    height:147px;
    display:block;
}

#column_right_wide {
    float:right;
    width:376px;
    margin-top:14px;
}

#column_right_wide #banner_groot {
    width:376px;
    height:145px;
    margin-bottom:5px;
}

#column_right_wide #banner_supportopafstand {
    background:url(../img/sprite.png) -14px -60px no-repeat;
    width:186px;
    height:147px;
    float:right;
    margin-bottom:5px;
}

#column_right_wide #banner_supportopafstand:hover {
    background:url(../img/sprite.png) -15px -438px no-repeat;
    width:186px;
    height:147px;
    float:right;
    margin-bottom:5px;
}

#column_right_wide #banner_onlinebackup {
    background:url(../img/sprite.png) -388px -60px no-repeat;
    width:186px;
    height:147px;
    float:left;
    margin-bottom:5px;
}

#column_right_wide #banner_onlinebackup:hover {
    background:url(../img/sprite.png) -389px -438px no-repeat;
    width:186px;
    height:147px;
    float:left;
    margin-bottom:5px;
}

#column_right_wide #banner_referenten {
    background:url(../img/sprite.png) -14px -207px no-repeat;
    width:186px;
    height:147px;
    float:left;
    margin-bottom:5px;
}

#column_right_wide #banner_referenten:hover {
    background:url(../img/sprite.png) -202px -207px no-repeat;
    width:186px;
    height:147px;
    float:left;
    margin-bottom:5px;
}

#column_right_wide #banner_uweigenwebwinkel {
    background:url(../img/sprite.png) -201px -60px no-repeat;
    width:186px;
    height:147px;
    float:right;
    margin-bottom:5px;
}

#column_right_wide #banner_uweigenwebwinkel:hover {
    background:url(../img/sprite.png) -202px -438px no-repeat;
    width:186px;
    height:147px;
    float:right;
    margin-bottom:5px;
}

input.form_button {
    background:url(../img/sprite.png) -438px -26px no-repeat;
    width:99px;
    height:19px;
    border:0;
    padding:0;
    margin:6px 0 3px 0;
    float:right;
    cursor:pointer;
    font:bold 12px Arial, Helvetica, sans-serif;
    color:#FFFFFF;
}

input.form_button:hover {
    background:url(../img/sprite.png) -537px -26px no-repeat;
}

div.item {
    margin-bottom:25px;
}

#footer {
    width:100%;
    height:30px;
    border-top:#f4bf81 1px solid;
    padding-top:4px;
    margin-top:20px;
}

#footer ul {
    list-style:none;
    margin:0;
    padding:0;
    width:750px;
    float:left;
}

#footer ul li {
    float:left;
    display:inline;
    text-indent:4px;
    color:#595959;
}

#footer ul li a {
    color:#595959;
}

#footer ul li a:hover {
    color:#ef7f00;
}

#footer #right {	
    width:180px;
    text-align:right;
    float:right;
}

#footer #right a {
    padding-left:10px;
    text-decoration:none;
}

table.referentietable { width: 735px; }

table.referentietable td{ text-align: center !important; font-size:9px; height:90px; line-height:1.1em; }

table.referentietable img{ margin-bottom:5px; }

table.referentietable a{ text-decoration:none; }

.newsdate {
    font-size:10px;
    display: block;
}
