@charset "utf-8";
a[href^="http://www.podomedics.nl"] {
background-image: none;
padding-left: 0;
}

body {
    background-color: #999999;
    height: 100%;
    font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
    background-image: url(../_sysimg/back.gif);
    background-repeat: repeat-x;
}
.top {
    width: 945px;
    margin-right: auto;
    margin-left: auto;
    height: 83px;      
    background-color:#94127D;
    background-image: url(../_sysimg/top.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-top: 18px;
    margin-top: 10px;
    clear: both; 
}
.topimage {
    width: 935px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    padding-right: 5px;
    padding-left: 5px;
    background-image: url(../_sysimg/shade.png);
    background-repeat: repeat-y;
}
.topline {
    background-image: url(../_sysimg/topline.gif);
    background-repeat: no-repeat;
    height: 10px;
    width: 935px;
}
.pos1 {
    position: relative;
    top: -91px;
}
.logo {
    overflow:hidden;
    float: left;
    width: 300px;
    margin-left: 10px;
}
.slogan {
    height: 28px;
    width: 615px;
    float: right;
    padding-top: 13px;
}
.slogan p {
    color: #6B0A5A;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.contentwraphome {
    width: 935px;
    margin-right: auto;
    margin-left: auto;
    overflow: auto;
    clear: none;
    padding-right: 5px;
    padding-left: 5px;
}
.contentwrap {
    width: 935px;
    margin-right: auto;
    margin-left: auto;
    overflow: auto;
    clear: both;
    background-image: url(../_sysimg/shade.png);
    background-repeat: repeat-y;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px; 
    position: relative;
}

.footer { 
    height: 28px;
    width: 935px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    background-image: url(../_sysimg/footer.png);
    padding-right: 5px;
    padding-left: 5px;
    background-repeat: no-repeat;
}
.footer h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px; 
    font-style:italic;
    text-transform: none;
    color: #F9CAF0;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    display: block;
} 
.footer ul {
    list-style-image: none;
    list-style-type: none;
    margin-left: 317px;
}
.footer li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    color: #999999;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #999999;
    display: block;
}    
.footer li:first-child {
    border: 0px;
}
.footer li a {
    color: #AB6FAC;
    text-decoration: none;
    display: block;
}
.footer li a:hover {
    color: #CCCCCC;
}
.footer  li.selected  a  {
    color: #CCCCCC;
    font-weight: bolder;
}
.magn {
    float: left;
    height: 32px;
    width: 32px;
    top: -32px;
    position: relative;
    background-image: url(../_sysimg/magn.png);
    background-repeat: no-repeat;
    clear: none;
    overflow: visible;
}
.nav {
    height: 42px;
    width: 635px;
    float: left;
}
.nav ul {
    list-style-image: none;
    list-style-type: none;
    margin-left: 13px;
}
.nav li {
    text-decoration: none;
    display: block;
    float: left;
}
.nav li a {
    text-decoration: none;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
    color: #F9CAF0;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #750C63;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    float: left;
    white-space: nowrap;
    display: block;
    height: 40px;
}
.nav li a:hover {
    color: #FFFFFF;
    background-image: url(../_sysimg/blk20.png);
    background-repeat: repeat;
}
.nav  li.selected  a {
    color: #FFFFFF;
    background-image: url(../_sysimg/blk40.png);
    background-repeat: repeat;
}
.nav ul li {
    float:left;
    position:relative;
}
.nav ul li ul {
    display: none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #6B0A5A;
    border-right-color: #6B0A5A;
    border-bottom-color: #6B0A5A;
    border-left-color: #6B0A5A;
}
/* submenu */
.nav ul li:hover ul {
    display:block;
    position:absolute;
    top:40px;
    left:0;
    width:105px;
}
/*.nav ul li:hover ul li a.hide {
    color:#F9CAF0;
    background-color: #92127C;
}*/
/*.nav ul li:hover ul li:hover a.hide {
    color:#FFFFFF;
    background-color: #830E70;
}*/
/*.nav ul li:hover ul li ul {
    display: none;
}*/
.nav ul li:hover ul li a {
    display:block;
    color:#94127D;
}
.nav ul li:hover ul li a:hover {
    color:#6B0A5A;
}
.nav ul li:hover ul li:hover ul {
    display:block;
    position:absolute;
    left:105px;
    top:0;
}
.nav ul li:hover ul li:hover ul.left {
    left:-115px;
}
.nav ul li ul li a, .nav ul li ul li a:visited {
    display:block;
    text-decoration:none;
    color:#000;
    width:104px;
    height:19px;
    text-align:left;
    color:#94127D;
    line-height:19px;
    font-size:11px;
    overflow:hidden;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    background-image: url(../_sysimg/80.png);
    background-repeat: repeat;
}
.content {
    float: right;
    width: 580px;
    background-color: #666666;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 18px;
}
.content a{
    color: #FFFFFF;
    text-decoration: none;
}
.content a:hover {
    color: #000;
    text-decoration: none;
}
.content h1 {
    font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: italic;
    line-height: 28px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 5px;
}


.content h2 {
    font-size: 16px;
    line-height: 15px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 5px;
    font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
}
.content h3 {
    font-size: 14px;
    line-height: 15px;
    font-weight: normal;
    color: #FFED00;
    margin-bottom: 5px;
    font-style: italic;
    letter-spacing: 1px;
}
.content h4 {
    font-size: 13px;
    font-style: italic;
    line-height: 15px;
    font-weight: normal;
    color: #85BF00;
    padding: 5px;
    height: auto;
    width: auto;
    border: 1px solid #85BF00;
    margin-bottom: 5px;
    background-color: #666666;
    font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
}
.content h5 {
    font-style: italic;
    font-weight: normal;
    color: #CCCCCC;
    font-size: 12px;
    line-height: 14px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #84BF00;
    padding-left: 10px;
    width: 50%;
    clear: right;
    margin-bottom: 7px;
    margin-top: 11px;
    text-transform: uppercase;
}
.content h6 {
    font-size: 10px;
    font-style: italic;
    font-weight: normal;
    color: #999999;
    text-align: left;
}


.content p {
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 7px;
}
.content li {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 19px;
    list-style-image: url(../_sysimg/arrow1.gif);
    list-style-type: none;
    list-style-position: inside;
    font-style: italic;
    font-weight: bold;
}
.content ul {
    margin-top: 7px;
    margin-bottom: 14px;
}
.content p a {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #7E197A;
}
.content p a:hover {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
}


.content h2 a {
    text-decoration: none;
    color: #000000;
    background-image: url(../_sysimg/arrow.png);
    background-repeat: no-repeat;
    display: block;
    padding-left: 9px;
    background-position: 0px 1px;
}

.content h2 a:hover {
    text-decoration: none;
    background-image: url(../_sysimg/arrow-hi.png);
    color: #333333;
}

.homeblock {
    float: left;
    margin-right: 38px;
    width: 260px;
}
.homeblock h2 {
    font-style: italic;
    color: #333333;
    margin-right: 10px;
    margin-left: 10px;
    top: -12px;
    position: relative;
    font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 20px;
}
.cntblock  {
    float: left;
    padding-top: 7px;
    margin-bottom: 25px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    width: 242px;
    margin-right: 6px;
    border: 1px solid #999;
    border-top-width: 0px;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-left: 2px;
}
.white  {
	margin-bottom: 15px;
	width: 234px;
	margin-right: 0px;
	border-width: 0px;
	background-image: url(../_sysimg/postit.png);
	background-repeat: no-repeat;
	background-position: 1px bottom;
	margin-left: 0px;
	padding: 4px 15px 6px 11px;
	height: 84px;
	overflow: hidden;
}
.cntimg {
    width: 252px;
    position: relative;
    top: -7px;
    left: -5px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #999999;
}
.cntblock p {
    font-size: 11px;
    line-height: 15px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
}
.cntblock.leftblck p a {
    text-decoration: none;
    color: #7E197A;
    font-weight: bold;

}
.cntblock.leftblck p a:hover {
    text-decoration: none;
    color: #7E197A;
    font-weight: bold;
    border-bottom: solid 1px #FFF

}
.cntblock li {
    font-size: 12px;
    list-style-type: none;
    font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
    font-style: italic;
    color: #FFFFFF;
    line-height: 17px;
}
.cntblock  li  a {
    text-decoration: none;
    background-repeat: no-repeat;
    background-image: url(../_sysimg/arrow1.gif);
    text-indent: 17px;
    display: block;
    color: #DDD;
}
.cntblock  li  a:hover {
    background-position: 2px 0px;
    color: #FFFFFF;
}
.cntblock ul {
    margin-top: 7px;
}
.cntblock h2 {
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
}
.white   p, .white   li, .white   h2  {
    color: #333333;
}
.white  a,white  h2  {
    color: #333333;
}

.leftmargin  {
    margin-left: 122px;
}
.clear {
    display: inline;
    float: left;
    width: 558px;
    overflow: auto;

}
.leftblck  {
    background-color: #999999;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #999999;
    border-right-color: #666666;
    border-bottom-color: #666666;
}
.leftblck h2 {
    color: #FFED00;
    font-weight: normal;
    margin-bottom: 4px;
}
.leftblck h2 a {
    color: #FFED00;
}
.leftblck h2 a:hover {
    color: #FFED00;
}
.leftmargin2 {
    margin-left: 37px;
}
.leftmargin3 {
    margin-left: 39px;
    margin-right: 0px;
}
.leftmargin4 {
    margin-left: 38px;
    margin-right: 0px;
}
.patient  {
    margin-left: 38px;
    background-image: url(../_sysimg/tab-patient.png);
    background-repeat: no-repeat;
    height: 31px;
    padding-top: 60px;
    background-position: 0px 1px;
}
.therapeut  {
    background-image: url(../_sysimg/tab-therapeut.png);
    background-repeat: no-repeat;
    height: 31px;
    padding-top: 60px;
    background-position: 0px 1px;
    padding-right: 0px;
}
.medici  {
    background-image: url(../_sysimg/tab-medici.png);
    background-repeat: no-repeat;
    height: 31px;
    padding-top: 60px;
    background-position: 0px 1px;
}
.cnt-left {
    float: left;
    width: 292px;
    background-repeat: no-repeat;
    background-position: bottom; 
    min-height: 200px;
}
.cnt-left  .selected{
    font-weight:bold;
    color:black;
}
.submenu{
    width: 292px;
    padding-bottom:400px;       
    float:right;
    
}
.submenu[class]{
    padding-bottom:200px;       
}
.submenu h4{
    clear:left;
    color:white;
    text-align:right;
}
.podo{     
    margin-top:60px;
}

.cnt-left ul {
    display: block;
    list-style-image: none;
    list-style-type: none;
    margin-bottom:20px;
    padding-bottom:20px;
}   
.cnt-left li a {
    font-size: 12px;
    color: #333333;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666666;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 18px;
    display: block;
    text-decoration: none;
    padding-top: 5px;
    width: 259px;
    float: right;
    text-align: right;
    text-transform: uppercase;
    padding-right: 5px;
    list-style-image: none;
    list-style-type: none;
    font-weight: bold;
}
.cnt-left li a:hover{
    color: #000000;
    text-decoration: none;
    display: block;
    background-image: url(../_sysimg/888.gif);
    background-repeat: repeat;
}
.cnt-left li li a {
    font-size: 12px;
    color: #444;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666666;
    padding-bottom: 4px;
    padding-left: 0px;
    line-height: 14px;
    display: block;
    text-decoration: none;
    padding-top: 5px;
    width: 159px;
    float: right;
    text-align: right;
    text-transform: lowercase;
    padding-right: 10px;
    list-style-image: none;
    list-style-type: none;
    font-weight: normal;
    font-style: italic;
}
.cnt-left li li a:hover{
    color: #000000;
    text-decoration: none;
    display: block;
    background-image: url(../_sysimg/888.gif);
    background-repeat: repeat;
}
.cnt-left h3 {
    color: #FF3399;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif, "Arial Narrow";
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #2EAADC;
    padding-bottom: 5px;
}
.cnt-left .cntblock li {
    font-size: 12px;
    list-style-type: none;
    font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
    font-style: italic;
    color: #7E197A;
    line-height: 17px;
    padding: 0px;
}
.cnt-left .cntblock  li  a {
    font-size: 12px;
    border-bottom-width: 0px;
    padding: 0px;
    margin: 0px;
    line-height: 17px;
    padding-top: 0px;
    width: 159px;
    float: left;
    text-decoration: none;
    background-repeat: no-repeat;
    background-image: url(../_sysimg/arrow1.gif);
    text-indent: 17px;
    display: block;
    color: #7E197A;
    text-transform: none;
    text-align: left;
    font-weight: normal;
}
.cnt-left .cntblock  li  a:hover {
    background-position: 2px 0px;
    color: #7E197A;
    text-decoration: underline;
}
.white ul   {
    list-style-image: none;
    list-style-type: none;
}
.white   li   a   {
    color: #7E197A;
    list-style-image: none;
    list-style-type: none;
    list-style-position: outside;
    font-weight: normal;
}
.white   li   a:hover  {
    color: #7E197A;
    text-decoration: underline;
}
.contacts {
    width: 272px;
    background-image: url(../_sysimg/contacts.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 200px;
    padding-left: 20px;
    float: left;
    margin-top: 15px; 
	left: 5px;
	bottom: 0px;
	position: absolute;
	display: block;
}
.contacts table {
    width: 272px;
    float: left;
    border-collapse: collapse;
    margin-top: 60px;
}
.contacts table tr td {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 6px;
    padding-left: 10px;
}
.contacts p {
    font-size: 12px;
    font-style: italic;
    color: #FFFFFF;
    text-align: right;
}
.contacts  select, .contacts input {
    font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.imgborderright {
    float: right;
    padding: 1px;
    margin-bottom: 15px;
    margin-left: 20px;
    background-color: #333333;
    border: 1px solid #FFFFFF;
    margin-top: 5px;
}
.imgborderleft {
    float: left;
    padding: 1px;
    margin-bottom: 15px;
    background-color: #333333;
    border: 1px solid #FFF;
    margin-right: 20px;
    margin-top: 5px;
}
.imgright {
    float: right;
    margin-bottom: 15px;
    border: 1px solid #3399FF;
}
.imgleft {
    float: left;
    margin-bottom: 15px;
    margin-right: 20px;
}
.nws-row {
	width: 580px;
    float: left;
    clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}
.nwsrowcnt {
	float: left;
	width: 340px;
}
.nwsrowimg {
	float: right;
	width: 200px;
}

.nws-row h2 {
	text-transform: uppercase;
}
.nws-row img {
	margin-left: 15px;
	float: right;
}
.nws-row h5 {
	padding-left: 0px;
	border-left-width: 0px;
}
.nws-row h6 a {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
.nws-row h6 a:hover {
	text-decoration: underline;
}
.cntblock.white  li  {
    text-decoration: none;
    background-image: none;
    display: block;
}

.social{
    margin-right: auto;
    margin-left: auto;   
    width: 935px;  
    
    padding:20px;  
    text-align:center;
}   
.social a{
    background-image:none;
    margin:5px;
    madding:0px;
    text-decoration: none; 
    line-height:24px;
    color:#666; 
    font-size: 11px; 
    text-transform: uppercase;
    
}
.social a img {
    vertical-align:middle;
    
}

