/*-----------------------------------------------------------------------------
Linkgidshosting Style Sheet
version:   1.0
author:    janneke maat
email:     info@moonwise.nl
website:   http://www.moonwise.nl
-----------------------------------------------------------------------------*/
/* =General
-----------------------------------------------------------------------------*/
/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Class for clearing floats */
.clear {
	clear: both;
}
/* Remove border around linked images */
img {
	border: 0;
}

abbr{
/*	speak: spell-out; */	
border-bottom: 1px dotted;
}
/* =Typography
-----------------------------------------------------------------------------*/
body {
	font: 62.5%/1.6 Tahoma, Verdana, sans-serif;
	background-color: #F5F5F5;
}

p, li {
	font-size: 1.2em;
}

/* =Headings
-----------------------------------------------------------------------------*/
h1 {
	font-size: 2.0em;
	font-weight: normal;
	color: #006633;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #006633;
}
h3 {
	font-size: 1.25em;
	font-weight: bold;
	color: #006633;
	margin: 0.5em 0;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #006633;
}
/* =Links
-----------------------------------------------------------------------------*/
a:link, a:active {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000033;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #006633;
	text-decoration: underline;
}
/* =wrapper
// contains branding, content, mainnav and footer
-----------------------------------------------------------------------------*/
#wrapper{
	margin: 0 auto;
	min-width: 740px;
	max-width: 960px;
	text-align: left;
	background: #fff url(../images/nav.gif) repeat-y left top;
	border-left: 1px solid #7D8A9B;
	border-right: 1px solid #7D8A9B;
}

/* =Branding
// contains sitename and images
-----------------------------------------------------------------------------*/
#branding{
	background: url(../images/branding.jpg) no-repeat left top;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #7d8a9b;
	height: 180px;
}
#branding h1{
	font-size: 2.0em;
	font-weight: normal;
	text-indent: -5000px;
}
/* hotspot naar homepage op Linkgidshosting*/
#lgh{
	position: relative;
	width: 590px;
	height: 120px;
	margin: 10px 0px 0px 0px;
	z-index: 2;
}
#lgh a{
	display: block;
	height: 120px;
	text-indent: -5000px;
}

/* =Content
// contains MainContent + Secondary Content
-----------------------------------------------------------------------------*/
#content{
	width: 80%; 
	float: right; 
}
/* =Main Content
-----------------------------------------------------------------------------*/
#maincontent{
	width: 70%;
	float: left; 
	margin: 20px 5px;
}
#maincontent p{
	padding: 5px 0px;
}

#maincontent ul, #maincontent ol {
	list-style: none;
}
#maincontent ul li {
	line-height: 1.5em;
	list-style: disc inside;
}
#maincontent ul ul li {
	margin-left: 1.5em;
	font-size: 1em;
}
#maincontent ol li {
	line-height: 1.5em;
	list-style: decimal inside;
}
#maincontent img {
	float: right;
	margin: 0px 0 2px 5px;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/
#secondarycontent{
	width: 26%;
	display: inline; /* :KLUDGE: Fixes IE double margin float bug */
	float: right; 
	margin: 20px 2px 20px 2px;
}

/* rounded corner box */
div.box {
	width: 99%;
	background: url(../images/box_tl.gif) no-repeat top left;
}
div.box div{
	background: url(../images/box_tr.gif) no-repeat top right;
}
div.box div div {
	background: url(../images/box_bl.gif) no-repeat bottom left;
}
div.box div div div {
	background: url(../images/box_br.gif) no-repeat bottom right;
}
div.box div div div div{
	background: none;
}
div.box h3 {
  padding: 2% 8% 1% 8%;
  text-align: center;
  margin: 0;
}
div.box p {
  padding: 5%;
}
/* =Main Nav
-----------------------------------------------------------------------------*/
#mainnav{
  width: 150px;
  float: left; 
	margin: 20px 0px;
}
#mainnav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#mainnav li{
	list-style: none;
	display: inline
}
#mainnav li a {
  display: block;
  width: 150px;
  height: 25px;
  line-height: 25px;
  text-decoration: none;
  text-indent: 10px;
  font-weight: normal;
  background: #CACDD9 url(../images/arrow-right.gif) no-repeat right;
  color: #000066;
  border-bottom: 1px solid #000000;
}
#mainnav li a:hover {
  background-color: #ffffff;
  color: #000066;
}
#home #mainnav .home a,
#bestel #mainnav .bestel a,
#producten #mainnav .producten a,
#klantenservice #mainnav .klantenservice a,
#klanten #mainnav .klanten a,
#sitemap #mainnav .sitemap a,
#contact #mainnav .contact a {
  background: #e6e8ed url(../images/arrow-active.gif) no-repeat right;
  color: #000000;
}
#mainnav li.sub a {
  display: block;
  width: 150px;
  height: 25px;
  line-height: 25px;
  text-decoration: none;
  text-indent: 20px;
  font-size: 0.9em;
	background: #CACDD9;
	color: #333333;
	border-bottom: 1px solid #999999;
	}
#mainnav li.sub a:hover {
	color: #999999;
	background-color: #ffffff;
}
/* =Footer
-----------------------------------------------------------------------------*/
#footer{
	border-top: 1px solid #cacdd9;
	background: #CACDD9;
	text-align: center;
	font-size: 1.0em;
	clear: both; 
}
/* =Accessibility
-----------------------------------------------------------------------------*/
#accessibility {
	display: block;
	left: -2000px;
	position: absolute;
	top: -2000px;
}
/* =Forms
-----------------------------------------------------------------------------*/
fieldset {
	border: 1px solid #cccccc;
	background: #f8f8f8;
	padding: 1em;
	margin: 1em 0.3em;
}
legend {
	font-weight: bold;
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 1em;
}
label {
	display: block;
	font-size: 1.1em;
	line-height:1.6;
}
input, select, textarea{
	border: 1px solid #cccccc;
	font-size: 1.1em;
	padding: 0.3em;
}
/* style for required labels */
.required, label .required {
	font-size: 0.83em;
	color: #CC0000;
}
input[type="text"] {
	width: 20em;
}
input[type="submit"], input[type="reset"]  {
	background-color: #E6E8ED;
	color: #000000;
	font-weight: bold;
}
input.domein{
	width: 5em;
	margin-right: 0.5em;
}
input.radio{
	float: left;
	margin-right: 1em;
	border: none;
}
input.checkbox{
	float: left;
	margin-right: 1em;
}
input:focus, textarea:focus{
	background: #f0f0f0;
}
textarea {
	width: 20em;
	height: 15em;
}

/* =Tables
-----------------------------------------------------------------------------*/
table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
thead, tfoot{
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
caption{
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0;
}
th, td {
	padding: 0.1em 1em;
	font-size: 1.1em;
}
.odd {
	background: #f0f0f0;
	padding: 2px;
	text-align: left;
}
.even {
	background: #FFFFFF;
	padding: 2px;
	text-align: left;
}
tr.odd:hover,
tr.even:hover {
  background-color: #CACDD9;
  color: #000066;
}
/* =Misc 1
-----------------------------------------------------------------------------*/
/* external links
================================== */

a[href^="http:"] {
  background: url(../images/externallink.gif) no-repeat right top;
  padding-right: 10px;
}

a[href^="http://localhost/linkgidshosting"], 
a[href^="http://linkgidshosting.eu"],
a[href^="http://www.linkgidshosting.eu"]
a[href^="http://linkgidshosting.nl"],
a[href^="http://www.linkgidshosting.nl"] {
  background-image: none;
  padding-right: 0;
}
/* =Misc 2
-----------------------------------------------------------------------------*/
#foutmelding {
	border: 1px solid #CC0000;
	background-color: #ffffff;
	color: #CC0000;
	font-weight: bold;
	padding: 5px;
}

/* domaincheck */
.oke{
	color: #669900;
} 
.nietoke{
	color: #FF0000;
}

/* referenties */
#tip {
	display: block;
	height: 160px;
	font-size: 1.2em;
}
#tip2 {
	display: block;
	font-size: 1em;
}
#tip2 ul li{
	list-style: none;
}
img.tip {
	float: right;
	border: 1px solid #CCCCCC;
}

.kleurtje {
	background-color: #e6e8ed;
	border: 1px solid #ccc;
	padding: 5px;
}
