/* ap-events.nl
	(c) 2009 Omines
	
	1.	Global definitions
	2.	Header
	3.	Menu layout
	4.	Content
	5.	Imprint
*/

/* 1. Global definitions */
* {
	margin:0;
	padding:0;
}
body {
	font-family:Tahoma, Arial, Helvetica,sans-serif;
	font-size:13px;
	background-color:#003876;
	background-image:url(../images/body-gradient.jpg);
	background-repeat:repeat-x;
	background-position: top;
	line-height: 20px;
}
a {
	color:#003876;
	font-weight:bold;
}

a img {
	border:none;
}

div#page{
	margin:0 auto;
	width:960px;
    margin-bottom: 25px;
}

/* 2. Header */
	
div#header{
	
}

div#header-top{
	height:126px;
}

#header-top img {
	margin-left: -20px;
}

/* 3. Menu layout */
div#header-menu{
	height:72px;
	position:relative;
	background:url(../images/menu-shadow.png) no-repeat left 30px;
}

div#header-menu ul{
	width:960px;
	list-style:none;
	margin-top: 3px;
}

div#header-menu ul ul{
	padding-top:0;
	width: auto;
}

div#header-menu a{
	display:block;
	text-shadow: #003876 1px 1px 1px;
}
div#header-menu ul a{
	color:#ffffff;
	text-decoration:none;
}
div#header-menu ul li:hover > a {
	border-bottom: 5px solid white;
}

div#header-menu ul ul li:hover > a {
	border-bottom: 0;
	color: white;
}

div#header-menu ul li{
	float:left;
	position:relative;
	line-height:24px;
	padding:0 10px 13px 10px;
}
#header-menu ul ul li {
	padding: 7px;
	min-width: 130px;
}

div#header-menu ul li#last{
	float:right;
}
div#header-menu ul ul{
	display:none;
	margin-left:10px;
	margin-bottom:0;
	margin-top:0;
}
div#header-menu ul li:hover ul, menu ul hover > li{
	display:block;
	position:absolute;
	top:30px;
	left:0;
	height:24px;
	z-index:1;
	font-weight:bold;
}

div#header-menu li.active > a{
	border-bottom: 5px solid white;
}

div#header-menu ul ul a, div#header-menu ul li.active ul a{
	color: #daecf7;
}
div#header-menu ul li:hover ul{
	z-index:100;
}
div#header-menu ul ul.show{
	display:block;
	position:absolute;
	top:30px;
	left:0;
	height:30px;
}

div#header-menu ul ul li {
	float:none;
	clear:both;
	width:auto;
	background:#368dc3;
}

div#header-menu ul ul {
	font-family:Tahoma, Arial, Verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
}

div#header-menu ul ul li:hover {
	background:#226fa8;
}

#div#header-menu ul ul a:hover {
	border-bottom:0;
}

#header-menu ul ul li:first-child {
	background: #368dc3 url(../images/li-shadow.png) repeat-x top left;
}

/* 4. Content */
div#content{
	background:#fff;
	padding:24px;
	min-height:400px;
	border-radius: 5px;
}

div#content h2{
	margin:0 0 16px 0;
}

div#content h3{
	margin:16px 0;
	font-size:16px;
}

div#content p{
	line-height:20px;
	margin-bottom:24px;
}

div#content table{
	margin:12px 0;	
	border-collapse:collapse;
}

div#content table td{
	border:1px solid #ccc;
	padding:8px;	
}

div#content ul{
	margin:16px;
}

div#content ul li{
	margin:4px 16px;
}

img.content-image{
	float:right;
	margin:16px;	
}
#gallery .image {
    width: 270px;
    float: left;
    margin-bottom: 10px;
}

#gallery .image h2 {
   font-size: 15px;
   display:inline-block;
   height: 30px;
}

/* 5. Imprint */
div#imprint{
	padding:12px 24px;
	color:#fff;
}

/* 6. Forms */
div#content dl{
	width:540px;
}
div#content dt{
	float:left;
	padding:8px 0px;
	width:130px;
	color:#001e3a;
	clear:left;
}
div#content dd{
	float:left;
	width:310px;
	padding:8px 10px;
	clear:right;
}


/* 6. Form */

input.text, textarea.text, select.text{
	font-family:Tahoma, Arial,Helvetica,sans-serif;
	font-size:13px;	
}

input.text, textarea.text{
	width:300px;	
}
ul.error{
color:red;
}

.hidden{
	display:none; 
}

.top-section-image{
	float:left;
	margin-left: -24px;
	margin-right: 15px;
}

h2 {
	font-family: Tahoma, Arial;
	font-size: 20px;
	font-weight: normal;
}

.top-section {
    padding: 20px 0;
	clear:both;
}

#content h1 {
    margin-bottom: 20px;
    display:block;
}

p {
	color: #686868;
	font-family: Tahoma, Arial;
	font-size: 12px;
}

/******* HOME - offerte formulier *******/

form {
    position: relative;
}

.offerte-form {
	background: url(../images/offerte-background.png) no-repeat top left;
    padding: 25px;
    padding-top: 0;
    position: absolute;
    right: -38px;
    top: 25px;
    width: 485px;
}

.offerte-form h2 {
    
}

.form-left {
    float:left;
    padding: 10px 20px;
}

.form-right {
    float:left;
    padding: 10px 20px;
}

.form-left .form-field {
    position: relative;
    margin-top: 10px;
}

.form-left .form-label {
    display:block;
    width: 150px;
}

.form-left input {
    padding: 5px;
    background: #eee;
    border: 1px solid #ccc;
}

.form-right .form-field {
    margin-top: 10px;
}

.form-right .form-label {
    display: block;
}

.form-right input, .form-right textarea {
    padding: 5px;
    background: #eee;
    border: 1px solid #ccc;
}

.form-right textarea {
    width: 230px;
    height: 75px;
    margin-bottom: 15px;
    resize: none;
}

.form-right input[type="submit"], .InfoForm input[type="submit"] {
    background: url(../images/button-bg.jpg) top left repeat-x;
	border:0;
    padding: 6px;
    margin-top: 2px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}

/******* // *******/

.ribbon {
    position: relative;
	background: #aed4ff;
	display:block;
	width: 920px;
	margin-left: -24px;
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 10px;
}

h1 {
    font: 24px Tahoma;
    font-weight:normal;
    color: #003876;
}

.ribbon h1, .ribbon h2, .ribbon h3, .ribbon h4  {
    color: #003876;
}

.ribbon h2 {
    margin-top: 35px;
}

#content .ribbon p {color: #2d4561;}

.content-left {
	float:left;
	width:350px;
    margin: 0 10px;
}

.content {
	padding: 20px 0;
}

.content-highlight {
    width: 930px;
    margin-left: -24px;
    padding:  15px;
    background: #5692d6;
    display: inline-block;
}

hr {
    width: 960px;
    margin-left: -20px;
    border:  1px solid #72a6d8;
    margin-bottom: 15px;
}

.page-top-section-image {
    float:right;
    margin: 10px;
}

.top-section strong {
    color: #3a6fab;
}

#foot {
    padding-top: 25px;
    padding-left: 20px;
}

#foot, #foot a {
    color: #3b6696;
}

.third-section {
    width: 30%;
    float:left;
    margin: 15px;
    color: #003876;
}

.framed {
    border: 5px solid white;
}

h2 {
    color: #003876;
    font-weight: bold;
}

.news-item {
    border-bottom: 1px solid #72a6d8;
}

.news-item a, .news-item h3 {
    color: #72a6d8;
}

.news-item-date {
    margin-top: -10px;
    display:block;
}

h3 {
    font-size: 18px;
}

.home-push {
    margin-top: 25px;
}

a.read-more {
    color: #fff;
    background: #72a6d8;
    padding: 5px;
    text-decoration: none;
}

#content .ribbon table td{
	border:1px solid #72a6d8;
}

blockquote {
    display: inline-block;
    padding:  20px;
    padding-bottom: -10px;
    line-height: 35px;
    margin: 15px;
    font: 15px Georgia;
    font-style: italic;
    color: #72a6d8;
    border: 4px double #72a6d8;
    background: #fff url(../images/blockquotes.jpg) no-repeat top right;
}

blockquote p {
    font: 15px Georgia;
    font-style: italic;
}

.input-field {
    position: relative;
}

.error-message-l, .error-message-r, .error-message-f {
    position: absolute;
    z-index: 999999;
    font-size: 11px;
    padding: 5px;
    color: white;
    
}

.error-message-l {
    right: 201px;
    text-align: right;
    background: url(../images/error-pointer.png) top right no-repeat;
    display: inline;
    width: 110px;
    padding: 0;
    padding-right: 23px;
    left: -133px;
    top: 25px;
}
.error-message-r {
    background: url(../images/error-pointer-top.png) bottom center no-repeat;
    width: 191px;
    padding-top: 3px;
    padding-bottom: 20px;
    margin-left: -8px;
    margin-top: -60px;
}

.error-message-f {
    background: url(../images/error-pointer-top.png) bottom center no-repeat;
    width: 191px;
    padding-top: 3px;
    padding-bottom: 20px;
    margin-left: -202px;
    margin-top: 48px;
    bottom: 40px;
    left: 100px;
}

#message-submit {
    float:left;
}

.offerte-form-b {
    background: #fff;
	width: 840px;
    margin: 0 auto;
	height: 236px;
    margin-bottom: 35px;
    margin-top: 35px;
    padding-top: 10px;
    box-shadow: 0 0 5px #5692d6;
}

.offerte-form-b, .offerte-form-b .input-field textarea {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    color: #464646;
}

.offerte-form-b #message-submit, .offerte-form-b .input-field textarea {
    float:right;
    width: 270px;
    height: 70px;
    margin: 10px;
}

.offerte-form-b .input-field textarea {
    resize: none;
    background: #eee;
    padding: 8px;
    border: 1px solid #ccc;
    margin-right: 30px;
    height: 70px;
    margin-top: 35px;
}

.offerte-form-b .inputs {
    float: left;
    margin: 20px;
    width: 120px;
    margin-top: 45px;
    margin-left: 30px;
}

.offerte-form-b input[type='text'] {
    background: #eee;
    padding: 8px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    width: 220px;
}

.input-field span {
    margin-bottom: 32px;
    margin-top: 10px;
    display:block;
}

.offerte-form-b input[type='submit'] {
    background: url(../images/button-bg.jpg) top left repeat-x;
	height: 31px;
	width: 90px;
	border:0;
	font-weight:bold;
	color:#ffeb69;
	text-align:center;
    float: right;
    margin-right: 30px;
    margin-top: 10px;
}

.note-field {
    line-height: 31px;
}

.submit-label {
    float:left;
    margin-right: 20px;
    margin-left: -47px;
}

dl.contact-form input[type='text'], textarea.text, #InquiryType {
    border: 1px solid #ccc;
    padding: 5px;
}
#sent-message-container {
    width: 100%;
    padding: 30px;
}

#sent-message {
    margin: 20px;
    padding: 15px;
    width: 700px;
    font-size: 15px;
    border: 6px double #f0f0f0;
}

#contact-image {
    margin: 10px;
    margin-left: 45px;
}

.offerte-form-b .error-message-l {
    right: 360px;
    top: 7px;
}
.offerte-form-b .error-message-r {
    margin-left: -27px;
    margin-top: -55px;
}

.offerte-form-b .error-message-f {
    padding: 3px 6px;
    padding-top: 1px;
    padding-bottom: 20px;
    margin-left: -132px;
    width: 100px;
    margin-top: 120px;
}

#message-submit {
    padding-right: 20px;
}

#form-fields-l {
    padding-left: 20px;
}

/*
    InfoForm
*/

.InfoForm {
    width: 912px;
    display: inline-block;
    margin-top: 20px;
    border: 1px solid #ccc;
}

.InfoForm .col {
    float: left;
    display: block;
    width: 304px;
    padding: 10px 0;
}

.InfoForm .col * {
    width: 90%;
    padding: 5px;
    margin: 5px;
}

.InfoForm .col h3 {
    padding-left: 20px;
    display: block;
}

.InfoForm input[type="submit"],
.InfoForm textarea {
    width: 95%;
    resize: none;
}
.InfoForm textarea {
    width: 100%;
    height: 95px;
}

.InfoForm input[type="text"], .InfoForm textarea {
    border: 1px solid #ccc;
    font-family: Arial;
    padding: 6px;
    font-size: 12px;
    color: #222;
    background: #eee;
    border: 1px solid #ccc;
}

#social {
    float:right;
    margin-left: 20px;
    padding-top: 35px;
}

#social a {
    margin-left: 10px;
}

#social img {
    height: 60px;
}
