/* @override http://www.pontesmedical.br/templates/assets/css/screen.css */

/* @group • Essentials */

/* Brand Repubic CSS Framework
/* Template:CSS_FRAMEWORK_BASE*/

/* Author:Jurre-Jan Smit*/

/* Version:0.8.5*/

/*--------------------*/

/* Preferable editor:CSSEdit */

/* @group Library */

@import "lib/reset.css";

@import "lib/typography.css";

@import "lib/jquery.fancybox-1.3.1.css";

/* @end */

/* @end */

.reset, .reset * {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	overflow-y: scroll;
}

body {
	background: url(../img/bg-dark.jpg);
	font-size: 14px;
	line-height: 20px;
	color: #222;
}

h1 {
	display: block;
	width: 260px;
	height: 100px;
	position: absolute;
	top: 20px;
	left: 10px;
}

h1 a {
	display: block;
	width: 260px;
	height: 122px;
	text-indent: -999px;
	background: url(../img/logo-pontes.gif);
}

/* @group header */

#page-header {
	background: #1a1a1a url(../img/header.jpg) no-repeat center top;
	height: 190px;
}

#page-header-container {
	width: 740px;
	height: 190px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

/* @group main-menu */

#menu {
	position: absolute;
	bottom: 0px;
}

#menu li {
	float: left;
}

#menu li a {
	float: left;
	height: 20px;
	line-height: 12px;
	font-size: 12px;
	padding: 20px 10px 0;
	color: #fff;
}

#menu li a:hover {
	text-shadow: 0px 0px 25px #fff;
}

#menu li.menu-current a, #menu li.menu-parent a {
	background: url(../img/bg-light.jpg);
	color: #000;
}

/* @end */

/* @group sub-menu */

#sidebar-container #submenu.section {
	line-height: 20px;
	margin: 10px 0;
	font-size: 12px;
	background-color: #fff;
}

#submenu a {
	display: block;
	color: #333;
	height: 20px;
	font-size: 14px;
	color: #DE0059;
	border-bottom: 1px solid #ccc;
}

#submenu a:hover {
	color: #000;
	height: 20px;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

/* @end */

/* @group crumbs */

#breadcrumbs {
	height: 20px;
	margin: 10px 0;
	opacity: 0.5;
}

#breadcrumbs:hover {
	opacity: 1;
}

#crumbsbg {
	background: url(../img/bg-light.jpg);
}

#breadcrumbs .bullet {
	float: left;
	width: 6px;
	height: 6px;
	margin: 6px;
	text-indent: -999px;
	background: #de0059 url(../img/bullet.png);
;
}

#breadcrumbs a {
	text-transform: lowercase;
	float: left;
	color: #333;
	font-size: 11px;
}

/* @end */

/* @end */

/* @group content */

#page-body {
	padding-bottom: 20px;
	padding-top: 10px;
	background: url(../img/bg-light.jpg);
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

#page-body-container {
	width: 720px;
	margin: 10px auto;
	position: relative;
}

#sec-nav {
	width: 720px;
	margin: 0 auto;
	overflow: hidden;
}

#content-container {
	width: 420px;
}

.news #content-container {
	width: 100%;
}

.col {
	width: 200px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
	font-size: 12px;
	background: url(../img/rule.jpg) bottom center no-repeat;
}

#sidebar-container {
	width: 260px;
	position: absolute;
	right: -10px;
	top: -30px
}

/* @end */

/* @group sidebar */

/* @end */

/* @group footer */

#page-footer {
	border-top: 1px solid rgba(255,255,255,0.5);
}

#page-footer #footer-menu {
	margin: 0 10px;
	padding: 10px 0;
	border-top: 1px solid #ddd;
}

#page-footer #footer-menu a {
	color: #333;
	font-size: 12px;
	text-decoration: underline;
}

#page-footer-container {
	width: 740px;
	margin: 0 auto;
}

#footer-logos {
	margin: 20px 0;
	height: 120px;
	width: 740px;
	background: url(../img/logos.jpg);
}

/* @end */

/* @group type */

p,ul {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20px;
	color: #666;
}

.col p {
	margin: 0 0 20px;
	line-height: 20px;
}

h2 {
	font-size: 24px;
	line-height: 20px;
	font-weight: 600;
	color: #de0059;
	margin: 20px 0 20px 0;
}

.col h3 {
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	color: #de0059;
	margin: 0px 0;
}

h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #de0059;
	margin: 0px 0;
}

h4 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 200;
	font-style: italic;
	color: #444;
	margin: 20px 0;
}

a {
	color: #0d7385;
}

a:active {
	position: relative;
	top: 1px;
	text-shadow: 0px 0px 25px #000;
}

/* @end */

/* @group widgets */

/* @group news */

.fullitem {
	width: 420px;
}

#sidebar-container .section ul li {
	height: 20px;
	line-height: 20px;
	font-size: 11px;
}

#sidebar-container .section ul li a {
	text-decoration: none;
	white-space: nowrap;
}

#sidebar-container .section ul li a .date {
	color: #de0059;
	padding-right: 10px;
}

#sidebar-container .section ul li a .headline {
	color: #333;
	text-decoration: underline;
	white-space: nowrap;
}

#sidebar-container .section ul li a:hover .headline {
	color: #000;
	text-decoration: none;
}

/* @end */

#sidebar-container .section {
	margin: 30px 0;
	padding: 20px 30px;
	background: white url(../img/widget-bg.gif) center center;
	width: 200px;
}

#sidebar-container .section.show_partner_btn {
	margin: 0;
	padding: 0;
	width: 100%;
	background: none;
}

.cta {
	display: block;
	margin: 30px 0 0 0;
	padding: 5px 30px;
	background: #de0059 url(../img/widget-bg.gif) center center;
	width: 200px;
	color: #fff;
}

.cta:hover {
	background-color: #ae0046;
	text-decoration: none;
}

.cta span {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 10px;
}

.cta span.large {
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
	height: 18px;
}

#sidebar-container .section h2 {
	margin-top: 0px;
	height: 20px;
	color: #0d7385;
	font-size: 18px;
	font-weight: 300;
}

#sidebar-container .section a.more, .list a.more {
	display: block;
	color: #0d7385;
	margin: 10px 0;
	font-size: 11px;
	text-decoration: underline;
	text-transform: lowercase;
}

#sidebar-container .section a.more:hover, .list a.more:hover {
	text-decoration: none;
}

/* @end */

/* @group lists */

.list {
	position: relative;
	min-height: 120px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url("../img/rule.jpg") repeat-x scroll center bottom transparent;
	width: 420px;
}

.ie6 .list{
	height: 120px;
} 

.list .thumb {
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	width: 100px;
	background: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
}

.news .list .thumb {
	left: 0px;
	top: 40px;
}

.list .content-short {
	margin-left: 140px;
	position: relative;
}

.list .content-short h3{
	width: 300px;	
}

.list .content-short p {
	margin: 0;
}

.list .www {
	font-size: 10px;
	color: #666;
}

.list .www a {
	font-size: 10px;
	font-weight: bold;
	color: #333;
}

.list h3 {
	font-size: 14px;
}

/* @end */

/* @group news */

#page-news-overview .list .content-short {
	margin: 0;
}

#page-news-overview .list .content-short.thumbnail {
	margin: 0 0 0px 140px;
}

#page-news-overview .date {
	color: #666;
	font-weight: 100;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #fafafa;
	-moz-border-radius: 5px;
	padding: 2px 10px;
}

.agenda #page-news-overview .date {
	display: block;
	color: #666;
	font-weight: 100;
	margin: 0;
	font-weight: bold;
	font-size: 14px;
}

.agenda #page-news-overview .date .van span,.agenda #page-news-overview .date .tot span {
	font-weight: normal;
}

.agenda #page-news-overview .date .van, .agenda #page-news-overview .date .tot{
	display : block ;
	
}

.agenda #page-news-overview .date span span{
	float : left  ;
	width : 30px ;
	text-align : right ;
	padding-right : 10px ;
	
}

#page-news-overview h3 {
	margin: 0 0 20px 0;
	font-size: 14px;
	width: 310px;
}

.agenda #page-news-overview h3 span {
	display : block ;
	font-size: 12px;
	width: 310px;
	color : #666 ;
}

.agenda #page-news-overview h3 {
	margin: 0 0 20px 0;
	font-size: 14px;
	width: 310px;
	height : 40px ;
}

#page-navigation {
	position: relative;
	height: 20px;
	margin-top: 20px;
}

#page-navigation a {
	color: #333;
}

#page-navigation .fwd,#page-navigation .rwnd {
	position: absolute;
	right: 0;
	top: 0px;
	width: 80px;
	font-size: 10px;
	height: 20px;
	display: block;
	background: #fff;
	padding: 0 10px;
}

#page-navigation .fwd {
	right: 0;
	text-align: right;
}

#page-navigation .rwnd {
	left: 0;
	text-align: left;
}

#page-navigation .nrd {
	width: 500px;
	margin: 0 110px;
	text-align: center;
}

#page-navigation .nrd a {
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	background: #fff;
}

#page-navigation .nrd .current {
	background: #de0059;
	color : #fff
;
		}

/* @end */

/* @group form */
.basis fieldset{
	width: 480px;
	padding: 20px;
	border: 1px solid #ccc;
}

.basis fieldset legend{
	color: #de0059;
	font-size: 14px;
}

.basis fieldset ul{
	margin: 20px;
	padding: 0;
	list-style: none;
}

.basis fieldset ul li{
	margin: 0 0 8px 0;
	width: 450px;
	float: left;
}

.basis fieldset input{
	padding: 3px;
	width: 283px;
	border: 1px solid #ccc;
	font-size: 12px;
	float: left;
}

.basis fieldset textarea{
	border: 1px solid #ccc;
	padding: 3px;
	line-height: 22px;
	font-size: 12px;
	width: 283px;
}

.basis fieldset ul li label{
	width: 150px;
	float: left;	
}
.basis fieldset .sendBtn{
	width: auto;
	float: right;
	margin: 10px 40px 0 0;
	}



/* @end */


#sidebar-container .show_testimonials {
	position: relative;
}

#sidebar-container .headshot {
	background: #999;
	position: absolute;
	right: 30px;
	top: 20px;
	width: 60px;
	height: 80px;
	overflow: hidden;
}

#sidebar-container .headshot img {
	width: 60px;
}

#sidebar-container .show_testimonials h3 {
	line-height: 14px;
	font-size: 14px;
	width: 135px;
}

#sidebar-container .show_testimonials h3 span {
	color: #333;
	font-weight: normal;
	font-style: italic;
	display: block;
	font-size: 12px;
}

#sidebar-container .show_testimonials p.quote {
	color: #666;
	font-size: 14px;
	line-height: 20px;
	font-weight: lighter;
	padding: 40px 0 0 0;
	background: url(../img/quote.gif) top left no-repeat;
}

/* @group medewerkers */

#medewerker-thumbs .medewerker {
	margin: 0 2px 2px 0;
	padding : 10px;
	position: relative;
	background: #fff;
	height : 113px ;
	width : 338px ;
	float : left ;
	
	
}

#medewerker-thumbs .medewerker img {
	display: block;
}

#medewerker-thumbs .medewerker img.hover {
	border: none;
	padding: 1px;
}

#medewerker-thumbs .medewerker ul {
	padding: 0px 10px;
	position : absolute ;
	left : 90px ;
	top : 30px ;
}

#medewerker-thumbs .medewerker li {
	font-size: 10px;
	color: #de0059;
	white-space: nowrap;
	float : left ;
	margin-right : 10px ;

}

#medewerker-thumbs .medewerker li a {
	color: #de0059;
}

#medewerker-thumbs .medewerker li span {
	font-weight: bold;
	color: #999;
}

#medewerker-thumbs h4.name {
	position : absolute ;
	overflow : visible ;

	margin:0;
	padding : 0 ;
	top : 10px ;
	width : 400px ;
	left:100px
}

#medewerker-thumbs .quote {
	position : absolute ;
	top : 50px ;
	left:100px;
	right:10px;
}

#medewerker-thumbs .quote p{
	padding: 0;
	margin: 0;
	font-size: 11px;
	line-height : 15px ;
}

/* @end

*/

.section.images .image {
	float: left;
	margin: 5px;
	width: 90px;
	height: 90px;
	overflow: hidden;
	background: #eee;
}

.section.images .image img {
	width: 84px;
	height: 84px;
	padding: 3px;
}

#page-body #sidebar-container .section.partners a {
	display: block;
	color: #333;
	text-decoration: underline;
}

#page-body #sidebar-container .section.partners a:hover {
	color: #000;
	text-decoration: none
}

a.back {
	font-size: 12px;
	text-decoration: underline;
	color: #0d7385;
	display: block;
	height: 20px;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #ccc;

}

.mts.img {
	margin: 10px;
}
