/* general stuff */

* {
	margin:0;
	padding:0;
}
body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	background-color:#BDBEC3;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-size: 69.1%;
}

p {
	margin:20px 0px 10px 0;
	line-height:200%;
}
h1 {
}
h2 {
	font-size:1.1em;
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
	font-size:1em;
	font-weight: bold;
	line-height:200%;
	margin:10px 0px;
}
ul {
	margin: 20px 0px;
	list-style-type: disc;
	list-style-position:outside;
	margin-left:30px;
}
li {
	line-height:200%;
}
a:link, a:visited {
	color: #EE8420;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

/* POSITIES */
#wrapper {
	position:relative;
	width:980px;
	height:auto;
	margin:0 auto;
}
#banner {
	height:80px;
	width:100%;
	background-image: url(../images/banner.jpg);
}
#logo {
	position:absolute;
	left:0px;
	top:5px;
	width:240px;
	height:70px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 20px;
}
#tabmenu {
	height:40px;
	width:980px;
	background-image: url(../images/navigation-background.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#awards {
	margin-top:20px;
	position:relative;
	height:80px;
	background-color:#FFFFFF;
	padding: 50px 70px 50px 70px;
}
#main {
	padding: 30px;
	width:920px;
	background-color:#E8E8E8;
	display:block;
}
#footer {
	height:30px;
	margin:0 auto;
	position:relative;
	width:980px;
}


/* TABMENU OPMAAK */
#tabmenu a:link, #tabmenu a:visited {
	font-size: 1.4em;
	font-weight: normal;
	position:relative;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	padding: 10px 30px 0px 30px;
	height:30px;
	float:left;
}
#tabmenu ul {
	margin:0 0 0 30px
}
#tabmenu li {
	text-align:center;
	list-style-position: outside;
	list-style-type: none;
	float:left;
}
#tabmenu a:hover {
	background-color: #FAA818;/*background-color: #EC7D22;*/
}
#tabmenu a.active {
	background-color: #BDBEC3;
}

/* AWARDS OPMAAK */

#awards .corner-tl {
	background-image:url(../images/awards-corner-tl.gif);
}
#awards .corner-tr {
	background-image:url(../images/awards-corner-tr.gif);
}
img.award1, img.award2, img.award3 {
	border: 0px;
}
img.award1 {
	position:absolute;
	left:70px;
}
img.award2 {
	position:absolute;
	left:390px;
}
img.award3 {
	position:absolute;
	left:730px;
}

h1.award1, h1.award2-left, h1.award2-right, h1.award3 {
	font-size:1.3em;
	margin-top:30px;
}
h1.award1 {
	float:right;
}
h1.award2-left {
	float:left;
}
h1.award2-right {
	float:right;
}
h1.award3 {
	float:left;
}

/* MAIN - KOLOMMEN OPMAAK*/
.col1, .col2, .col3, .col2-breed, .col1-new, .col2-new, .col3-new {
	position:relative;
	padding:20px;
	min-height:380px;
	background-color:#FFFFFF;
	float:left;
}
.col1 {
	width:240px;
	margin-right:30px;
}
.col2 {
	width:310px;
	margin-right:30px;
}
.col2-breed {
	width:570px;
	margin-right:0px;
}
.col3 {
	width:190px;
	margin-right:0px;
}

/* MAIN NEW - KOLOMMEN OPMAAK*/
.col1-new, .col2-new, .col3-new  {
	min-height:540px;
}
.col1-new {
	width:270px;
	margin-right:30px;
}
.col2-new {
	width:225px;
	margin-right:30px;
}
.col3-new {
	width:225px;
	margin-right:0px;
}

.clear {
	clear: both;
}

.corner-tl, .corner-tr, .corner-bl, .corner-br {
	width:12px;
	height:12px;
	position:absolute;
	background-repeat: no-repeat;
	font-size:1px;
}
.corner-tl {
	top:0px;
	left:0px;
	background-image:url(../images/corner-tl.gif);
}
.corner-tr {
	top:0px;
	right:0px;
	background-image:url(../images/corner-tr.gif);
}
.corner-bl {
	bottom:0px;
	left:0px;
	background-image:url(../images/corner-bl.gif);
}
.corner-br {
	bottom:0px;
	right:0px;
	background-image:url(../images/corner-br.gif);
}

/* MAIN - TEKST OPMAAK */
ul.big-link {
	margin: 10px;
	font-size: 1.5em;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: none;
}
ul.big-link li {
	line-height:220%;
}
ul.nominaties {
	margin: 10px -5px 10px 0;
	font-size: 1.2em;
	font-weight: normal;
}
ul.nominaties li {
	line-height:220%;
	list-style-position: outside;
	list-style-type: none;
}
ul.nominaties img {
	float:right;
}

.orange, .orange a:link, .orange a:visited {
	color:#DB6B2B;
}
.blue .orange, .blue a:link, .blue a:visited {
	color:#1A7287;
}
.green, .green a:link, .green a:visited {
	color:#6E952D;
}
.grijs {
	color:#666666;
	font-weight:normal;
}


img.logo-tevred {
	position:absolute;
	right:20px;
	top:0px;
}
img.logo-integron {
	position:absolute;
	left:20px;
	bottom:15px;
}
img.logo-integron-direct {
	position:absolute;
	right:20px;
	bottom:15px;
}


/* FOOTER OPMAAK */

#footer, #footer a:link, #footer a:visited {
	color: #FFFFFF;
}
.footer-left {
	position:absolute;
	width:490px;
	left:0px;
	float:left;
}
.footer-right {
	position:absolute;
	right:0px;
}
