/* egdom-groep.nl
	(c) 2009 Omines
	
	1.	Global definitions
	2.	Page content
	3.	Splash screen
	4.	Content
		.1 Form elements
		.2 News list
	5.	Link-list
		.1 Regular color scheme
		.2 Peach color scheme
	6.	Header
		.1	Generic
		.2	Menu
	7.	Footer
	8.	Imprint
	9.  Lightboxes
	10. Other stuff	
*/

/* 1. Global definitions */
* {
	margin:0;
	padding:0;
}
body {
	background-color:#fff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
}
a img {
	border:none;
}

/* 2. Page content */
h1, h2 {
	position:relative;
	font-size:15px;
	margin-bottom:8px;
}

h3 {
	font-size:13px;
	margin-bottom:8px;
	font-weight:bold;
	color:#555555;	
}

h1 span.more-info a, h2 span.more-info a{
	position:absolute;
	right:0px;
	bottom:0px;
	text-decoration:none;
	color:#3e1a00;
	font-size:11px;
	font-weight:normal;
}
h1 span.more-info a:hover, h2 span.more-info a:hover {
	color:#000000;
}
p, li {
	line-height:20px;	
}
blockquote {
	border-left:3px solid #ccc;
	padding-left:2em;
	margin-left:2em; 
}

/* 3. Splash screen */
div#content-splash{
	text-align:center;	
	background-image:url(../images/bg-splash.png);
	background-repeat:repeat-x;
	height:434px;
}
div#content-splash{
	margin-bottom:50px;
}
div#splash-icons{
	width:625px;
	margin:auto;
	text-align:left;
}
div#splash-icons p{
	margin-left:22px;
	height:116px;
	width:155px;
	color:#fff;
}
div#splash-icons img.read-more{
	margin-left:22px;
}
div#splash-icon-security{
	float:left;
	width:223px;
	padding-top:77px;
}
div#splash-icon-facility{
	float:left;
	width:207px; 
	padding-top:77px;
}
div#splash-icon-events{
	float:right; 
	padding-top:77px;
}

/* 4. Content */
div#content-block{
	margin-left:190px;
	margin-bottom:16px;
}
div.content-block-left{
	line-height:20px;	
	width:530px; float:left;
	font-size:11px;
}
div.content-block-left p{
	margin-bottom:12px;
}
div#content h1, div#content h2{
	color:#646464;
	margin:16px 0px;		
}
div#content-block div.content-block-left a, div#content-block div.content-block-left a:visited {
	color:#323232;
}	
div#content-block div.content-block-left a:hover {
	text-decoration:none;
}	
div.content-block-right{
	width:243px; float:left;
}
div#content-menu-container h2{
	font-size:14px;
	position:relative;
	margin-bottom:12px;
	color:#f76e00;
}
div#content-menu-container span.more-info a{
	color:#f76e00;
}
div#content-menu-container span.more-info a:hover {
	text-decoration:underline;
}
div#content-menu-container {
	margin:32px 16px 16px 16px;
}
div#contact-block {
	border-color:#ccc;
	border-style:solid;
	border-width:1px 0px;
	margin-bottom:12px;		
}	
div#contact-block address {
	font-size:11px;
	line-height:16px;
	color:#7d7d7d;
	margin: 6px 0px 12px 12px;
	font-style:normal;
}
div#contact-block p{
	margin:6px 0px;
}
div#contact-block p a, .socialmedia a{
	color:#f76e00;
	text-decoration:none;
}
div#contact-block p a:hover, .socialmedia a:hover {
	text-decoration:underline;
}
.socialmedia.left {
    width: 30%;
    float: left;
}
.socialmedia.right {
    padding-top: 25px;
    width: 70%;
    float: right;
}
div#content-container{
	margin-top:32px;
	color:#646464;
}
div#content-container ul,div#content-container ol, ul.bulleted {
	list-style-position: inside;
	margin:0 0 12px 0px;
}
div#content-container input.text{
	width:300px;	
}
div#content-container textarea.text{
	width:300px;	
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;	
}
div#proposal-block {
	border-color:#ccc;
	border-style:solid;
	border-width:1px 0px;
	margin-bottom:12px;		
}
div#proposal-block-link {
	font-size:11px;
	line-height:16px;
	color:#7d7d7d;
	margin: 6px 0px 12px 12px;
	font-style:normal;
	margin-top: 12px;
}
div#proposal-block p{
	margin:6px 0px;
}
div#proposal-block p a{
	color:#f76e00;
	text-decoration:none;
}
div#proposal-block p a:hover {
	text-decoration:underline;
}

ul.error{
	color:#d22930;
}

/* 4.2 Newsitems */

div.news-list-item{
	border-bottom:1px solid #dddddd;	
	padding:8px 0px;
}
div.news-list-item a{
	color:#f76e00	
}
div.news-list-item h3 a{
	font-size:13px;
	text-decoration:none;		
}
table.news-archive{
	width:100%;
}
table.news-archive a{
	text-decoration:none;
}

/* 5. Link-list */

ul.link-list
{
	font-size:11px;
}

ul.link-list li
{
	padding:8px 0px;
	list-style:none;
}

ul.link-list li a
{				
	padding-left:14px;
	background-repeat:no-repeat;
	background-position:left; 
}

ul.link-list li.last{
	border-bottom:1px solid #fff;
}

/* 5.1 Link-list Default Color Scheme */
ul.link-list li a{				background-image:url('../images/diamond-grey.gif');		color:#7d7d7d;}
ul.link-list li{				border-top:1px solid #cccccc;}
ul.link-list li.last{			border-bottom:1px solid #cccccc;}

/* 5.2 Link-list Orange Color Scheme */
ul.link-list.orange li a{		background-image:url('../images/diamond-peach.gif');	color:#f6d7bb;}
ul.link-list.orange li{			border-top:1px solid #e89348;}
ul.link-list.orange li.last{	border-bottom:1px solid #e89348;}


/* 6. Header */
/* 6.1 Header generic */
div#header{
	background-repeat:no-repeat;
	height:131px;
	position:relative;
}

div#header-logo{
	position:absolute;
	left:46px;
}
div#header-menu{
	margin-left:190px;
	width:720px;
	float:left;
}
div#header-links{
	width:243px;
	background:#fff;
	float:left;
	height:28px;
	position:absolute;
	bottom:0px;
	left:720px;
}
div#header-links-container{
	margin:0px 16px;
	border-bottom:1px solid #ccc;
	height:27px;
}

div#header-links-container a {
	color:#7d7d7d;	
	font-weight:bold;
	text-decoration:none;
}

div#header-links-container a#login {
	color:#bebebe;
}

div#header-links-container p{
	padding-top:6px;
}

/* 6.2 Header menu*/
div#header-menu{
	position:absolute;
	top:0px;
	height:132px;
}
div#items-left{
	float:left; width:120px;
}
div#items-center{
	float:left; width:270px;
}
div#items-right{
	float:left; 
}
div#header-menu ul {
	margin-top:24px;
	font-size:12px;
	list-style:none;
}
div#header-menu ul li {
	height:16px;
}
div#header-menu ul li a {
	color:#d5d5d5;
	text-decoration:none;
	font-weight:bold;
}
div#header-menu div#items-left ul li a{
	background-image: url('../images/diamond-white.gif');
	color:#fff;
	padding-left:16px;
	background-repeat:no-repeat;
	background-position: 0px 5px;
}
div#items-right ul li a, div#items-center ul li a{
	background-repeat:no-repeat;
	padding-left:16px;
}
div#items-left ul li#items-left-contact{
	margin-top:36px;
}

/* 7. Footer */
div#footer{
	background-color:#df6900;	
	background-image:url('../images/bg-footer.gif');
	background-repeat:repeat-y;
	color:#ffffff;
	min-height:380px;
}
div#footer-content{
	margin-left:190px;	
	padding-top:32px;
}
div#footer-services{
	width:530px;
	float:left;	
}
div#footer-menu{
	width:243px;
	float:left;	
}
div#footer-menu-content{
	margin:0px 16px;	
}
div#footer-services ul{
	margin-left:12px;	
}

div#footer .service{
	background-repeat:no-repeat;
	margin-bottom:12px;	
	padding-left:108px;
	padding-right:16px;
	min-height:120px;
}

div#footer-menu-container h3
{
	font-size:14px;
	position:relative;
	margin-bottom:12px;
}

/* 8. Imprint */
p#imprint-splash{
	margin-top:32px;
}

p#imprint-splash a{
	color:#888;
}

div#imprint{
	margin-left:190px;
	font-size:11px;
}

div#imprint p{
	margin:12px 0px;
	color:#898989;
}

div#imprint p a {
	color:#000;
	text-decoration:none;
}

/* 9. Lightboxes */
div#lb-overlay {
	background-color:#000;
	opacity:0;
	position:absolute;
}
div#lb-box {
	background-color:white;
	border:40px solid #e6e6e6;
	color:#646464;
	height:330px;
	left:50%;
	margin-left:-290px;
	opacity:0;
	padding:15px 50px;
	position:absolute;
	top:0;
	width:480px;
}
div#lb-content{
	height:330px;
	overflow:auto;
	width:520px;
}
div#lb-box a#lb-closer{
	width:16px;
	height:16px;
	background-image:url(/static/images/cross.png);
	background-repeat:no-repeat;
	cursor:pointer;
	display:block;
	position:absolute;
	right:20px;
	top:20px;
}
div#lb-box p, div#lb-box h2 {
	margin:1em 0;
}
div#lb-box dd {
	margin-bottom:0.5em;
}

/* 10. Small stuff */
img.caselist-image {
	border:1px solid #ccc;
	float:left;
	margin:0.3em 1em 0.3em 0;
	padding:1px;
}



dl.application dt{
	clear:left;
	float:left;
	padding-top:3px;
	width:30%;
}
dl.application dd{
	float:left;
	margin-bottom:4px;
	padding:2px 10px;
	width:65%;
}

span.mandatory{
	color:#ff0000;
}


ul.tabs{
	list-style-type:none;
	position:relative;
	margin:0;
	padding:0;
	border-bottom:1px solid #c2c8d2;
}
ul.tabs li.tab{
	margin:0;
	padding:0;
	display:inline;
	cursor:pointer;
	padding:5px 20px;
	border:1px solid #c2c8d2;	
	color:#000000;
	text-align:center;
	line-height:25px;
}
div.tabscont{
	margin-top:6px;	
}

ul.tabs li.tab.active, ul.tabs li.tab:hover{
	background-color:#E2781A;
	border:1px solid #DF6900;
	color:#ffffff;
	text-decoration:underline;
}
div.tab-content{
	display:none;
	top:40px;
}
div.tab-content.active{
	display:block;
}

input.application{
	width:340px;	
}


