/***************************************************************
* TweedeKans.org Stylesheet                                    *
* Type: Screen                                                 *
* Versie: 1.1                                                  *
* Copyright TweedeKans.org - Alle rechten voorbehouden         *
***************************************************************/

/*
Algemene pagina opmaak
*/

div, img, h1, b, ul, li, body, p {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	height: 100%;
}
body {
	background: #81c7f8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	font-style: normal;
	text-align: center;
	height: 100%;
}
tr {
	border-bottom: #000000 1px solid;
}
td {
	vertical-align: top;
}
.img_links {
	float: left;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.img_rechts {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.PostbackLink {
	cursor: pointer;
	text-decoration: underline;
}
/*
Containers
*/
#container {
	width: 856px;
	min-height: 100%;
	height: auto !important;
	height: 100%; /* IE fix */
	margin: 0 auto;
	text-align: left;
	background: url(/assets/container_bg.gif) repeat-y;

}
#container2 {
	margin-left: 70px;
	margin-right: 70px;
}
/*
Header
*/
#logo {
	width: 292px;
	height: 58px;
	margin-top: 30px;
	float: left;
	background: url(/assets/logo.gif) no-repeat;
}
#spotlight_container {
	width: 328px;
	float: right;
}
#spotlight {
	min-height: 110px;
	background: #76c0f1;
	padding: 5px;
	color: #ffffff;
}
#spotlight a {
	font-size: 12pt;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#spotlight a:hover {
	background: #ffbb5a;
}
#spotlight h1 {
	font-size: 15pt;
	font-weight: normal;
	margin-bottom: 5px;
}
#spotlight_text {
	margin-left: 86px;
}
#spotlight_bottom {
	width: 328px;
	height: 9px;
	background: url(/assets/spotlight_bottom.gif) no-repeat;
}
/*
Menu
*/
#menu_bg {
	width: 716px;
	height: 32px;
	float: left;
	margin-top: 15px;
	background: url(/assets/menu_bg.gif) repeat-x;
}
#menu {
	width: 716px;
	height: 32px;
	background: url(/assets/menu_rechts.gif) no-repeat top right;
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
#menu a {
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#menu ul {
	background: url(/assets/menu_links.gif) no-repeat;
	list-style-type: none;
	list-style-image: none;
	height: 32px;
}
#menu li {
	padding: 5px;
}
/*
Content containers
*/
#content_links {
	float: left;
	width: 500px;
	margin-bottom: 15px;
}
#content_rechts {
	float: right;
	width: 186px;
	margin-bottom: 15px;
}
#adPics {
	padding-top: 100px;
}
/*
Titels
*/
.titel_bg {
	height: 23px;
	margin-top: 15px;
	background: url(/assets/titel_bg.gif) repeat-x;
	float: left;
}
.titel {
	background: url(/assets/titel_rechts.gif) no-repeat top right;
	color: #ffffff;
	font-size: 12pt;
	font-weight: bold;
	height: 23px;
	float: left;
}
.titel ul {
	background: url(/assets/titel_links.gif) no-repeat;
	list-style-type: none;
	list-style-image: none;
	height: 23px;
	float: left;
}
.titel li {
	height: 23px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
}
/*
Submenu
*/
.submenu {
	width: 186px;
	float: left;
}
.submenu_top {
	width: 186px;
	height: 5px;
	background: url(/assets/submenu_top.gif) no-repeat;
}
.submenu_content {
	background: #76c0f1;
	width: 186px;
}
.submenu_content p {
	color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
}
.submenu_content a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.submenu_content a:hover {
	background: #ffbb5a;
}
.submenu_bottom {
	width: 186px;
	height: 5px;
	background: url(/assets/submenu_bottom.gif) no-repeat;
}
/*
Content
*/
.content {
	width: 500px;
	float: left;
}
.content_top {
	width: 400px;
	height: 5px;
	background: url(/assets/content_top.gif) no-repeat;
}
.content_mid {
	margin-left: 5px;
}
.content_content {
	background: #f6f6f6;
	width: 500px;
	overflow: hidden;
}
.content_content h1 {
	font-size: 15pt;
	color: #ffbb5a;
	margin-left: 5px;
	margin-right: 5px;
}
.content_content h2 {
	font-size: 12pt;
	color: #76c0f1;
	margin-left: 5px;
	margin-right: 5px;
}
.content_content p {
	color: #666666;
	margin: 5px 10px;
}
.content_content a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.content_content a:hover {
	text-decoration: underline;
}
.content_bottom {
	width: 500px;
	height: 5px;
	background: url(/assets/content_bottom.gif) no-repeat;
}
.content_attention {
	text-align: center;
	border: 1px solid #ffbb5a;
	padding: 5px;
	margin: 0px;
	margin-top: 20px;
}
/*
Footer
*/
#footer {
	clear: both;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	font-style: italic;
	font-size: 8pt;
}

/*
Form elements
*/
/*input, textarea, select {
	border: #000000 solid 1px;
}*/

/*button {
	border-width: 10px;
	border-left-color: #999999;
	border-top-color: #999999;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
}*/

/*
Ad list
*/
#adsTable tr {
	height: 35px;
}
#adsTable td {
	border-bottom: solid #000 1px;
}
#adsTable .bookLink {
	font-weight: bold;
	text-decoration: underline;
}
/*******************************************************************************
 * auto suggest - begin
 *******************************************************************************/
div.suggestions {
	border-left: black 1px solid;
	border-right: black 1px solid;
	border-bottom: black 1px solid;
	background-color: white;
	color: black;
	position: absolute;
	width: 200px;
	overflow: hidden;
	visibility: hidden;
	z-index: 1;
}
div.suggestions table {
	width: 100%;
}
div.suggestions table tr td {
	color: inherit;
	width: 100%;
	padding-right: 10px;
}
.sug {
	color: inherit;
	width: 100%;
	padding-right: 10px;
}
.sugHl {
	color: red;
	cursor: pointer;
	width: 100%;
	padding-right: 10px;
}
/*******************************************************************************
 * auto suggest - end
 *******************************************************************************/
.loginLink {
	font-size: 12pt;
}

/*********autocomplete************/
.autocomplete-w1 { background:url(shadow.png) no-repeat bottom right; position:absolute; top:4px; left:3px; /* IE6 fix: */ _background:none; _top:1px; }
.autocomplete-w2 { padding:0 6px 6px 0; }
.autocomplete { width:300px; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE specific: */ _height:350px;  _margin:0px 6px 6px 0; overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }
