/*

	Style.CSS

	(C) INNONET Innovatief In Internet

	Gemaakt door:	Stephanie Robbertsen

*/

/* Global White Space Reset */
* 
{ 	
	padding: 0; 
	margin: 0;
}

html, body {
	min-width: inherit; 
	margin-top: 0; 
	padding: 0; 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	background: #dad9d9;
	height: 100%; 
	margin-bottom: 1px;
}

td 	{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	color: 	#681c77;
}

/* MAIN LAYOUT */

h1{
	font-size: 18px;
	color: 	#681c77;
	font-variant: small-caps;
	letter-spacing: 1px;
	padding-bottom: 30px;
}

div#main-wrap 
{
	width: 1000px;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	left: 45%;
	margin-left: -450px;
	position: absolute;
	background: #FFFFFF;
	text-align: left;
	border-left: 2px solid #aeabab;
	border-right: 2px solid #aeabab;
	background-image: url(img/bg_menu.gif);
	background-repeat: repeat-y;
	overflow: visible;
	padding-left: 10px;
}

div#header {
	margin: 0px 0px 0px 210px;
	position: relative;
	color: #ffffff;
	display: inline;
}

img#logo {
	margin: 20px auto 30px auto;
	padding: 0;
	}

div#center-content { 
	width: 990px;
	padding-top: 10px;
	min-height: 200px; /* For Modern Browsers */
  	height: auto !important; /* For Modern Browsers */
  	height: 200px; /* For IE */
	text-align: left;
	xbackground-color: #CCCCFF;
	color: #681c77;
}

div#col-left {
	position: relative;
	text-align: left;
	float: left;
	margin-left: 0;
}

div#col-center {
	position: relative;
	text-align: left;
	float: left;
	padding: 0;
	margin: 0;
	border-right: 1px solid #681c77;
}

div#col-right {
	position: absolute;
	left: 50%;
	margin-left: 340px;
	font-size: 0.8em;
	text-align: center;
	top: 85%;
  	/*position: fixed;*/
}

div#footer {
	position: relative; 
	width: 900px;
	padding: 15px 0 20px 0;
	margin: 100px auto;
	font-weight: bold;
	font-size: 9px;
	text-align: right;
}

div#copyright
{
	width: 94%;
	margin: 2px auto 0 auto;
	padding: 10px 0 0 0;
	text-align: right;
	font-size: 85%;
	xborder-top: 2px #eeeeee solid;
	color: #cccccc
}
div#copyright a.copy:link, 
div#copyright a.copy:active, 
div#copyright a.copy:visited 
{
	color: #999999;
	text-decoration: none;
}
div#copyright a.copy:hover 
{
	color: #333333; 
}

img 		{border: none; line-height: 0}
.bold 		{font-weight: bold}
.italic 	{font-style: italic; }
.clearer 	{clear: left; line-height: 0; height: 0; margin: 0; padding: 0; font-size: 1px}

br {
	clear: left;
}
p {
	padding: 0 0 8px 0;
	margin: 0;
}
div#menuholder {
width: 150px;
position: absolute;
top: 215px;
left: 553px;
xbackground: #CCCCFF;
text-align: right;

}
a.menu-item {
	display: block;
	color: #FFFFFF;
	margin-bottom: 31px;
	text-decoration: none;
	font-weight: bold;
}
a.menu-item:hover {
	text-decoration: underline;
}

.input_text {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
	padding: 4px;
	border: solid 2px #EECEDA;
	background: #FBEFF4;
	}
.input_textarea {
	display: block;
	width: 316px;
	float: left;
	margin-bottom: 10px;
	padding: 4px;
	border: solid 2px #EECEDA;
	background: #FBEFF4;
}
.input_button {
	padding: 3px 5px;
}

label {
	display: block;
	width: 150px;
	padding-right: 20px;
	float: left;
	margin-bottom: 10px;
	font-weight: bold;
}

a.link, 
a.link:active, 
a.link:visited 
{
	color: #ffffff;
	text-decoration: none;
	xdisplay: block;
	xmargin-bottom: 26px
}
a.link:hover 
{
	text-decoration: underline;
}

div#center-wrap {
	width: 820px;
	background: #999999;
	margin: 0 auto;
	display: block;
	position: relative;
	height: 100%;
}


/* NAVIGATION */
div#navbar {
	width: 232px;
	font-family: Verdana, Helvetica, sans-serif;
	padding: 0px;
}

div#navbar a.nav-item:link, 
div#navbar a.nav-item:active, 
div#navbar a.nav-item:visited 
{
	color: #681c77;
	text-decoration: none;
	margin:0 0 8px 0;
	font-weight: bold;
	padding: 2px 0 0 15px;
	display: block;
	background: url(img/menu-item.gif) no-repeat;
	background-position: bottom center;
	width:200px;
	height: 32px;
}
div#navbar a.nav-item:hover 
{
	color: #681c77; 
}

div#navbar a.nav-item-current:link, 
div#navbar a.nav-item-current:active, 
div#navbar a.nav-item-current:visited 
{
	color: #681c77;
	text-decoration: none;
	margin:0 0 8px 0;
	padding: 2px 0 0 30px;
	font-weight: bold;
	display: block;
	background: url(img/menu_item_current.gif) no-repeat;
	background-position: bottom left;
	width:200px;
	height: 32px;
}
div#navbar a.nav-item-current:hover 
{
	color: #681c77; 
}

//fotos module

table.TableFotos
{
	width:			400px;
	font-size:		8pt;
	height:			500px;
}

td.TdFotosLeft
{
	width:				120px;
	background-color:	#cccccc;
	vertical-align:		top;
}

td.TdFotosRight
{
	width:				280px;
	vertical-align:		top;
}

div.DivFotos
{
	width:				120px;
	height:				500px;
	overflow:			auto;
}


div.SubMenu
{
	width: 200px;
	border: 0px solid black;
	position: absolute;
	left: 225px;
	background-color: #CACACC;
	z-index: 100;
	font-size: 10pt;
	visibility: hidden;
}

a.subm:link, a.subm:active, a.subm:visited
{
	color: #681C86;
	padding: 10px;
	text-decoration: none;
}

a.subm:hover
{
	text-decoration: underline;
}

input.InputTextFieldContact, select.InputTextFieldContact
{
	width: 80%;
	font-size: 8pt;
	font-family: Verdana, Tahoma;
}

