/* layout */

html, body
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: Arial, Verdana;
	font-size: 0.7em; /* base font grootte */
	color: #4b4a4d; /*	overflow: scroll;*/
}

#container
{
	position: relative;
	width: 100%;
	height: 100%;
}

#site
{
	position: relative;
	width: 910px; /* 950 */
	margin-left: auto;
	margin-right: auto;
	padding: 0px 20px 20px 20px;
}

#head
{
	position: relative;
	width: 910px;
	height: 150px;
}

#logo
{
	position: absolute;
	left: 0px;
	top: 82px;
}

#logo_2
{
	position: absolute;
	left: 57px;
	top: 33px;
}

#header_photo
{
	position: absolute; /*background: transparent url(/contentsuite/template/ogk/images/header_photo.png) no-repeat; 				width: 192px; 				height: 300px;*/
	background: transparent url(/contentsuite/template/ogk/images/header_photo2.png) no-repeat;
	width: 416px;
	height: 217px;
	right: -30px;
	top: 0px;
}

#topmenu
{
	position: absolute;
	background: #fff url(/contentsuite/template/ogk/images/search.gif) no-repeat right top;
	width: 500px;
	height: 27px;
	right: -30px;
	top: 9px;
}

#topmenu_text
{
	position: relative;
	float: right;
	padding: 5px 120px 0px 0px;
}

#topmenu_search
{
	position: absolute;
	right: 0px;
	top: 7px; /* 6px voor IE... */
	width: 116px;
	height: 16px;
}

#topmenu_search input
{
	width: 82px;
	height: 12px;
	border: solid 1px #fff;
	padding: 0px;
	margin: 0px;
}

#topmenu_searchbutton
{
	position: absolute;
	right: 13px;
	top: 8px; /* 6px voor IE... */
}

#menu
{
	position: relative;
	width: 910px;
	height: 53px;
}

#menu_content
{
	position: absolute;
	width: 590px;
	height: 53px;
	left: 92px;
	bottom: 0px;
}

#menu_content_layover
{
	position: absolute;
	background: transparent url(/contentsuite/template/ogk/images/curve_top2.png) no-repeat left bottom;
	width: 695px;
	height: 26px;
	left: 20px;
	bottom: 0px;
}

.menu_left
{
	position: relative;
	float: left;
	background: transparent url(/contentsuite/template/ogk/images/menu.gif) no-repeat 0px 0px;
	width: 11px;
	height: 53px;
}

.menu_middle
{
	position: relative;
	float: left;
	background: transparent url(/contentsuite/template/ogk/images/menu.gif) repeat-x 0px -53px;
	height: 43px; /* 53 */
	padding: 10px 3px 0px 4px; /*cursor: pointer; cursor: hand; /*fix*/
}

.menu_split
{
	position: relative;
	float: left;
	background: transparent url(/contentsuite/template/ogk/images/menu.gif) no-repeat -11px 0px;
	width: 16px;
	height: 53px;
}

.menu_right
{
	position: relative;
	float: left;
	background: transparent url(/contentsuite/template/ogk/images/menu.gif) no-repeat -27px 0px;
	width: 11px;
	height: 53px;
}

#content
{
	position: relative;
	width: 910px;
	padding-top: 20px;
}

#content_left
{
	position: relative;
	float: left;
	width: 200px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding: 0px 15px 0px 92px;
}

#submenu_top
{
	position: relative;
	background: transparent url(/contentsuite/template/ogk/images/submenu.gif) no-repeat 0px 0px;
	width: 200px;
	height: 12px;
}

#submenu_middle
{
	position: relative;
	background: transparent url(/contentsuite/template/ogk/images/submenu.gif) repeat-y -200px 0px;
	width: 177px; /* 200px */
	padding: 0px 13px 4px 10px;
}

#submenu_bottom
{
	position: relative;
	background: transparent url(/contentsuite/template/ogk/images/submenu.gif) no-repeat 0px -12px;
	width: 200px;
	height: 12px;
}

#submenu_home_top
{
	position: relative;
	background: transparent url(/contentsuite/template/ogk/images/submenu_home.gif) no-repeat 0px 0px;
	width: 200px;
	height: 12px;
}

#submenu_home_middle
{
	position: relative;
	background: transparent url(/contentsuite/template/ogk/images/submenu_home.gif) repeat-y -200px 0px;
	width: 160px; /* 200px */
	padding: 3px 20px 8px 20px;
}

#submenu_home_bottom
{
	position: relative;
	background: transparent url(/contentsuite/template/ogk/images/submenu_home.gif) no-repeat 0px -12px;
	width: 200px;
	height: 12px;
}

.submenu_banner
{
	margin: 20px 0 0 10px;
}

.submenu_banner img
{
	margin: 10px;
	vertical-align: middle;
}

/* list menu */
#listMenu
{
	background-color: #ff3f19;
}

#listMenu a
{
	color: #fff;
	text-decoration: none; /* display: block; */ /* werkt niet in plaats van div in anchor ivm IE6 :( */ /* padding via asp script */
	display: block;
}

#listMenu ul li a
{
	color: #ff3f19;
}

#listMenu ul li ul li a
{
	font-style: italic;
}

#listMenu .activeMenuItem
{
	background: #ab2a11 url(/contentsuite/template/ogk/images/submenu.gif) no-repeat -400px 0px;
}

#listMenu .activeMenuLink
{
	color: #fff;
}

#listMenu ul
{
	background-color: #ffd1c8;
}

#listMenu ul .activeMenuItem
{
	background: transparent url(/contentsuite/template/ogk/images/submenu.gif) no-repeat -400px -31px;
}

#listMenu ul .activeMenuLink
{
	color: #ff3f19;
}

#listMenu li
{
	list-style-type: none;
	border-top: solid 1px #ff3f19;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
}

#listMenu, #listMenu ul
{
	margin: 0px;
	padding: 0px;
}

#listMenu ul
{
	display: none;
}

#content_middle
{
	position: relative;
	float: left;
	width: 345px; /* 375px */
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding: 0px 15px 0px 15px;
}

#content_right
{
	position: relative;
	float: left;
	width: 200px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding: 0px 0px 0px 15px;
}

#banners
{
	position: relative;
	margin-left: -10px;
}

#banners img
{
	display: block;
}

.banner_spacer
{
	position: relative;
	width: 200px;
	height: 8px;
}

.banner_blok
{
	position: relative;
	background: transparent url(/contentsuite/template/ogk/images/banner_small.png) no-repeat;
	width: 156px; /* 171px */
	height: 17px;
	margin: 1px 0px 0px 15px;
	padding: 1px 0px 1px 15px;
}

#footer
{
	position: relative;
	width: 890px; /* 910px */
	padding: 15px 0px 0px 20px;
}

#footer_content
{
	position: relative;
	background: transparent url(/contentsuite/template/ogk/images/curve.png) no-repeat top left;
	width: 695px;
	height: 66px;
}

#footer_logo
{
	position: absolute;
	width: 131px;
	height: 40px;
	top: 22px;
	left: 135px;
}

#footer_text
{
	position: absolute;
	width: 300px;
	height: 32px;
	top: 32px;
	left: 302px;
}

.clear
{
	clear: both;
	height: 0px;
}


/* elements */

h1
{
	font-size: 1.6em; /* 0.6 groter dan base font */
	font-weight: 100;
	color: #51b5e0;
}

h2
{
	font-size: 1.3em; /* 0.3 groter dan base font */
	font-weight: 600;
	color: #4b4a4d;
}

h3
{
	font-size: 1.1em; /* 0.1 groter dan base font */
	font-weight: 900;
	color: #4b4a4d;
}

h6
{
	font-size: 0.9em; /* 0.1 kleiner dan base font */
	font-weight: 300;
	color: #4b4a4d;
	font-style: italic;
}

li
{
	list-style-type: disc;
}

ul, ol, dl /* IE6 fix for backgrounds */
{
	position: relative;
}

a
{
	color: #51b5e0;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

form
{
	margin: 0px;
	padding: 0px;
}


/* (text) markup */

#topmenu_text
{
	font-size: 11px; /* font grootte vast voor IE (1.0 em, dus bij em's weglaten) */
}

#topmenu_text a
{
	color: #4b4a4d;
}

/* menu text #4b575f */

#topmenu_search input
{
	font-size: 10px; /* font grootte vast voor IE, (0.9 em) */
}

#font_resize_normal
{
	font-size: 11px; /* font grootte vast voor IE (1.0 em, dus bij em's weglaten) */
}

#font_resize_larger
{
	font-size: 12px; /* font grootte vast voor IE, (1.1 em) */
}

#font_resize_largest
{
	font-size: 13px; /* font grootte vast voor IE, (1.2 em) */
}

.menu_middle, .menu_middle a
{
	font-size: 12px; /* font grootte vast voor IE, (1.1 em) */
	color: #fff;
}

.menu_middle a:hover
{
	text-decoration: none;
}

.menu_middle .menu_active
{
	color: #51b5e0;
}

#submenu_home_middle
{
	color: #fff;
	line-height: 1.5em;
}

#submenu_home_middle h2
{
	margin-top: 5px;
	color: #fff;
}

#submenu_home_middle h2 a, #submenu_home_middle li a
{
	color: #fff;
}

#submenu_home_middle ul
{
	padding: 0;
	margin: -8px 0 0 16px;
}

#submenu_home_middle a
{
	color: #4b4a4d;
}

.banner_blok, .banner_blok a
{
	font-size: 11px;
	color: #fff;
}

.banner_blok a
{
	text-decoration: none;
}

.readmore
{
	text-align: right;
}

.header_below
{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.header_above
{
	padding-top: 3px;
	margin-top: 0px;
}

.input, .textarea
{
	font-family: Arial, Verdana;
	font-size: 1em;
	color: #4b4a4d;
}

/* tweets */

#twitter
{
	width: 160px;
	margin: 25px 0 0 25px;
}

.tweet, .query
{
	color: #001d56;
}

.tweet .tweet_list, .query .tweet_list
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic
{
	text-transform: uppercase;
}
.tweet .tweet_list li, .query .tweet_list li
{
	overflow-y: auto;
	overflow-x: hidden;
	padding: .5em 0 .5em 0;
}
.tweet .tweet_list li a, .query .tweet_list li a
{
	color: #085258;
	text-decoration: underline;
}

.tweet .tweet_list li .tweet_time a, .query .tweet_list li .tweet_time a
{
	color: #51b5e0;
	text-decoration: none;
	/*font-size: 0.9em;*/
}

.tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even, .tweet .tweet_list .tweet_odd, .query .tweet_list .tweet_odd
{
	border-top: dashed 1px #51b5e0;
}

.tweet .tweet_list .tweet_first, .query .tweet_list .tweet_first
{
	border: none;
}

.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar
{
	padding-right: .5em;
	float: left;
}
.tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img
{
	vertical-align: middle;
}

