﻿body{
    background-color: #5ab3d8;
	font-family: Arial, Sans-serif;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}

*{
	margin: 0;
	padding: 0;
}

img{
    border: 0;
}

hr{
    display: none;
}

div.hr{
    background-image: url(../layout/hr.gif);
	background-repeat: repeat-x;
	background-position: center left;
    height: 17px;
}

/* Default table structure */

table{
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

tr{
	padding: 0;
	margin: 0;
}

td{
	padding: 0;
	margin: 0;
	vertical-align: top;
}

/* Default list */

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

li{
	margin: 0;
	padding: 0;
}

/* Default paragraph */

p{
	padding: 0 0 12px 0;
	line-height: 20px;
	font-size: 13px;

}

/* Default headers */

h1{
    color: #000;
	font-size: 23px;
	font-weight: lighter;
	line-height: 22px;
	padding-bottom: 7px;
}

h2{
    color: #000;
	font-size: 20px;
	font-weight: lighter;
	line-height: 22px;
	padding-bottom: 7px;
}

h3{
    color: #000;
	font-size: 18px;
	font-weight: lighter;
	line-height: 20px;
	padding-bottom: 5px;
}

h4{
    color: #000;
	font-size: 16px;
	font-weight: lighter;
	line-height: 20px;
	padding-bottom: 5px;
}

h5{
    color: #000;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 3px;
}

h6{
    color: #000;
	font-size: 12px;
	font-weight: lighter;
	line-height: 18px;
	padding-bottom: 3px;
}

/* Default links */

a{
	
}

a:link{
	color: #d85aa2;
	text-decoration: underline;
}

a:visited{
	color: #d85aa2;
	text-decoration: underline;
}

a:hover{
	color: #d85aa2;
	text-decoration: none;
}

a:active{
	color: #d85aa2;
}

.header{
    background-image: url(../layout/bg_header.gif);
    background-repeat: repeat-x;
    height: 70px; 
    padding-top: 10px; 
    background-color: #e1dfdf;
}

.content{
    background-color: #e1dfdf;
    padding: 0 20px;
    margin: 0;
    height: 562px;
}

.footer{
    background-image: url(../layout/bg_bottom_blue.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #5ab3d8;
    text-align: center;
    height: 180px;
 }

.center{
    width: 800px;
    margin: 0 auto;
    padding-bottom: 5px;
    height: 409px;
}

.center div.left{
    float: left;
    width: 550px;
}


.center div.right{
    float: right;
    width: 204px;
}

.logo{
    float: left;
}

ul.menu{
    list-style-type: none;
    float: right;
    margin-top: 20px;
}

ul.menu li{
    display: inline;
    
}

a.webbshop{
	padding: 3px 3px 3px 30px;
	display: block;
	float: right;
	margin-top: 20px;
	background-image: url(../layout/webshop.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
	color: #000;
	text-decoration: none;
}

ul.menu li a{
    font-size: 12px;
    font-weight: lighter;
    border-right: 1px solid #bbb;
    padding: 3px 5px 3px 5px;
    display: block;
    float: left;
	
}

ul.menu li a:link{
	color: #000;
	text-decoration: none;
}

ul.menu li a:visited{
	color: #000;
	text-decoration: none;
}

ul.menu li a:hover{
	color: #000;
	text-decoration: none;
	background-color: #fff;
}

ul.menu li a:active{
	color: #000;
}

ul.menu li.selected a{
    background-color: #4d4d4d;
    color: #fff;
}

ul.menu li.selected a:link{
    background-color: #4d4d4d;
    color: #fff;
}

ul.menu li.selected a:visited{
    background-color: #4d4d4d;
    color: #fff;
}

ul.menu li.selected a:hover{
    background-color: #4d4d4d;
    color: #fff;
}

ul.menu li.selected a:active{
    background-color: #4d4d4d;
    color: #fff;
}


ul.subMenu{
    list-style-type: none;
    margin: 0 0 10px 0;
}

ul.subMenu li{
    display: inline;
    margin-right: 10px;
}

ul.subMenu li a{
    font-size: 14px;
    font-weight: lighter;
}

ul.subMenu li a:link{
	color: #000;
	text-decoration: none;
}

ul.subMenu li a:visited{
	color: #000;
	text-decoration: none;
}

ul.subMenu li a:hover{
	color: #000;
	text-decoration: underline;
}

ul.subMenu li a:active{
	color: #000;
}

ul.subMenu li.selected a{
	color: #000;
	font-weight: bold;
}


ul.contact{
    list-style: none;
    padding: 0;
    line-height: 120%;
}

ul.contact li{
    padding: 7px 5px 7px 5px;
    width: 100px;
    float: left;
    background-color: #fff;
    margin: 0 5px 5px 0;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    text-align: center;
    line-height: 100%;
}

ul.contact li label{
    font-size: 12px;
}

ul.contact li img{
    border: 1px solid #000;
}


ul.contact li a{
    font-size: 12px;
}


ul.links{
    list-style: none;
    padding: 10px;
    line-height: 120%;
}

ul.links li{
    padding: 5px;
    text-align: center;
}

ul.links li label{
    font-size: 13px;
}

ul.links li img{
    padding: 10px;
    border: 1px solid #000;
    background-color: #fff;
}


ul.links li a{
    font-size: 12px;
}

/* table */

table.data
{
	line-height: 120%;
    font-size: 11px;
    border: 1px solid #efefef;
}

table.data td{
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #efefef;
	background-color: #fff;
	padding: 2px 5px 2px 5px;
}

table.data tr.tableHeader td{
	font-weight: bold;
	background-color: #343434;
	background-image: url(../layout/table_header.gif);
	background-repeat: repeat-x;
	color: #fff;
	padding: 2px 5px 2px 5px;
	border: 1px solid #000;
}

table.data tr.header td.end{
    border-right: 1px solid #000;
}

table.data tr td.icon{
	width: 40px;
	text-align: center;
}

table.data tr td.dateandtime{
	width: 115px;
}

table.data tr td.firstname{
	width: 100px;
}

table.data tr td.lastname{
	width: 110px;
}

table.data tr.alternative td{
	background-color: #f6f6f6;
}

div.tableEmpty{
    text-align: center;
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 5px;
}

div.tableFixedHeaderBox{
    border: 1px solid #6b6b6b;
}

ul.Msg{
	padding: 10px;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 160%;
	margin-left: 0;
	width: 300px;
}

ul.Msg li{
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 22px;
	list-style-type: none;
}

div.Msg{
	padding: 10px;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 160%;
	margin-left: 0;
	width: 300px;
}

/* Errorbox */

ul.error{
	border: 2px solid #f18f8f;
	background-color: #ffecec;
}

ul.error li{
	color: #cb5943;
}

/* Informationbox */

ul.info{
	border: 2px solid #b3d4fa;
	background-color: #eaf4ff;
	background-image: url(../layout/info_bg.gif);
}

ul.info li{
	background-image: url(../layout/comment.gif);
	color: #5887b8;
}

.button{
	text-align: center;
	background-color: #000;
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	color: #fff;
	padding: 2px 6px 2px 6px;
	font-weight: lighter;
	font-size: 12px;
	font-weight: bold;
}

.textBox
{
	width: 200px;
}

ul.default li{
	padding: 4px 0 4px 25px;
	list-style-type: none;
	background-image: url(../layout/arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
}








/* msg */

ul.msg{
    background-position: left top;
	background-repeat: repeat-x;
	padding: 5px;
	margin: 5px 0 5px 0;
	line-height: 130%;
}

ul.msg li{
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 18px;
	margin: 4px 0 4px 4px;
	color: #000;
	font-size: 11px;
	width: 90%;
}
/* ok */

ul.ok{
	border: 2px solid #b9e29c;
	background-color: #c7edab;
	background-image: url(../../layout/ok_bg.gif);
}

ul.ok li{
	background-image: url(../../layout/dott_ok.gif);
	color: #83ab67;
}

/* error */

ul.error{
	border: 2px solid #cf8383;
	background-color: #f7dddd;
	background-image: url(../../layout/error_bg.gif);
}

ul.error li{
	background-image: url(../../layout/dott_error.gif);
	color: #a85555;
}

/* info */

ul.info{
	border: 2px solid #acd7e6;
	background-color: #c6e7f3;
	background-image: url(../../layout/info_bg.gif);
}

ul.info li{
	background-image: url(../../layout/dott_info.gif);
	color: #69a4b9;
}

div.info{
	border: 2px solid #acd7e6;
	background-color: #c6e7f3;
	background-image: url(../../layout/info_bg.gif);
}

div.info h4{
    color: #3c92b4;
}

div.info li{
	background-image: url(../../layout/dott_blue.gif);
	color: #00627c;
}


div.imgBox{
	width: 200px;
}

div.imgBox img{
	margin-bottom: -3px;
}

div.imgBox h1{
	color: #fff;
	padding: 10px 10px 10px 10px;
	line-height: 28px;
	font-weight: bold;
	background-image: url(../layout/black_fade.gif);
	background-repeat: repeat-y;
}
