/**MEDCOS.NL**/
@charset "urf-8";

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 9pt;
    line-height: 1.5em;
}

body {
    background-color: #e3e4e4;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;   
    font-size: 9pt;
    line-height: 1.7em;
    color: #737476;
    margin: 0;
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover {
    color: #fff;
}

p {
    margin: 0 0 10px 0;
    padding: 0;
}

hr {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}

h1, h2, h3, h4, ul, ol {
    font-weight: normal; 
    margin: 0 0 10px 0;
    padding: 0; 
    line-height: 1em;
}

h1 {
    color: #fff;
    font-size: 16pt;
    letter-spacing: -0.2px;  
}

h2 {
    color: #fff;
    font-size: 12pt;
    letter-spacing: -0.2px;  
}

h3 {
    color: #fff;
    font-size: 10pt;
    letter-spacing: -0.2px;  
}

ul li, ol li {
    margin-left: 20px;
}

/**main styles**/

#container {
    width: 860px;
    margin: auto;
    background: url('/img/containerBg.jpg') repeat-y;
    position: relative;
}

#headerBg {
    height: 70px;
    background: url('/img/headerBg.jpg') repeat-y;
}

#header {
    width: 830px;
    height: 69px;
    margin: auto;
}

    #header img {
        padding: 37px 0 0 98px;
    }

#content {
    width: 830px;
    margin: auto;
}

#logo {
	position: absolute;
	left: 0;
	top: 79px;
	margin: -50px 0 0 -60px;
	z-index: 1;
}

#movie {
    height: 333px;
		position: relative;
}

#movie .action {
    width: 300px;
    height: 186px;
    bottom: -70px;
		right: -100px;
    position: absolute;
		z-index: 1;
    
}

#main {
    min-height: 450px;
    background: #69acdf url('/img/mainBottomLine.png') no-repeat bottom left;
    position: relative;
    padding: 20px 20px 20px 80px;
    color: #fff;
}  
    
#blockMenu {
    position: absolute;
    left: -45px;
    top: 20px;
    width: 92px;
    height: auto;
}

#footer {
    height: 39px;
}
        
    #footer ul {
        list-style-type: none;
        
        margin: 0;
    }
    
    #footer ul li {
        float: left;
        display: inline-block;
        margin: 0 15px;
        line-height: 39px;
    }
    
    #footer ul li img {
        vertical-align: middle;
    }
    
    #footer ul li a {
        font-size: 9pt;
        color: #737476;
        text-decoration: none;
    }
    
    #footer ul li a:hover {
    	color: #6aadda;
    }
    

#footerShadow {
    height: 29px;
    background: url('/img/footerShadow.jpg');
}

/**end main styles**/


/**classes**/

fieldset {
    width: 425px;
    border: none;
}

label {
    width: 120px;
    display: inline-block;
}

input {
    width: 200px;
    padding: 3px;
    margin-bottom: 5px;
    border: 1px solid #9b9c9d;
    color: #737476;
}

select {
    width: 205px;
    padding: 3px;
    margin-bottom: 5px;
    border: 1px solid #9b9c9d;
    color: #737476;
}

input[type=checkbox] {
    width: auto;
}

.mainLeft {
    float: left;
    width: 240px;
    background: url('/img/headingLine.jpg') no-repeat 130px 10px;
    padding-right: 20px;
    margin-right: 20px;
    color: #000;
} 

    .mainLeftSmall {
        float: left;
        width: 240px;
        background: url('/img/headingLine.jpg') no-repeat 160px 10px;
        padding-right: 20px;
        margin-right: 20px;
        color: #000;
    }

    .mainLeftProd {
        float: left;
        width: 240px;
        padding-right: 20px;
        margin-right: 20px;
        color: #000;
    }
    
    .mainLeftWidth {
        background: url('/img/headingLine.jpg') no-repeat 130px 10px;
        padding-right: 20px;
        color: #000;
    }
    
    
.mainRight {
    float: left;
    width: 380px;
    color: #fff;
}

    .black {
        color: #000;
    }
            
.blockItem {
    background: url('/img/blockButtonBg.png');
    text-align: center;
    vertical-align: middle;
    width: 92px;
    height: 93px;
    line-height: 80px;
    color: #6aadda;
    cursor: pointer;
    font-weight: bold;
    font-size: 8pt;
}
	
	.blockItem:hover {
		color: #737476;
	}

    .case2 {
        line-height: normal;
        padding-top: 25px;
        height: 68px;
    }
    
    .case3 {
        line-height: normal;
        padding-top: 11px;
        height: 81px;
    }
    
    .case4 {
        line-height: normal;
        padding-top: 18px;
        height: 73px;
    }
    
    .blue {
       background: url('/img/portal/blockButtonBg.png');
       color: #fff;
    }

		.red {
       background: url('/img/blockButtonBgRed.png');
       color: #fff;
    }
    
    .noBg {
        background: none;
        margin-left: -40px;
    }


.fl {
    float: left;
}

.fr {
    float: right;
}

.cf {
    clear: both;
}

sup {
    font-size: 6pt;
}

sup.tm {
    font-size: 5pt;
}

.faq {
    color: #000;
}

table.default, .default {
    padding: 5px;
    background-color: #9eb9ce;
    border: 1px solid #d4dee8;
}

    table.default td {
        padding: 10px;
    }

.error {
    border: 1px solid #ff0000;
}

.error-message {
    color: #ff0000;
}

.success {
    background: #f0f0f0;
    border: 1px solid #000;
    padding: 15px;
    color: #000;
    margin-bottom: 15px;
}

.small {
    font-size: 7pt;
}

.newsBlock {
    margin-bottom: 30px;
}

.sitemap {
    margin-top: 30px;
}

    .sitemap ul {
        float: left;
        margin-right: 50px;
    }

    .sitemap ul li.last {
        margin-bottom: 15px;
    }

.td-middle td {
    vertical-align: middle;
    height: 40px;
}
/**end classes**/
