/************************************************************
Title:     Main
Author:    Emile Blume - Netcreators.com
************************************************************/

/* Global reset ////////////////////////////////////////////////////////////////////////////////*/
* { 	
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

em { font-style: italic; }
strong { font-weight: bold; }
table {	border-collapse: collapse; border-spacing: 0; }
address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; }
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q { quotes: "" "";}
caption, th, td { font-weight:normal; text-align:left; }
ol, ul { list-style:none;}

body { text-align: center;}

/* Layout 3 cols ///////////////////////////////////////////////////////////////*/
#container {
	margin: auto;
	margin-top: 10px;
	width: 970px;
	position: relative;	
	text-align: left;
}

#main, #left, #center, #no-right, #right {
	float: left;
	display: inline; /* workaround for IE6*/
	position: relative;
}

#main {
	background: url(../images/bg-2-koloms.png) repeat-y center;
	border: 1px solid #BFBFBF;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	width: 970px;
	position: relative;
}

#header{
        background: #FFF;
	height: 80px;
	width: 970px;
}

#header span, .hide{ display: none;}
#searchform { margin-bottom: 0pt;}

#left, #center, #no-right, #right { overflow: hidden;}

/* Left  ////////////////////////////////////////////////////////////////////////*/
#left { width: 205px;}
#left-content, #right-content {
	margin: 28px 10px 10px;
	overflow:hidden;
}

/* Center ///////////////////////////////////////////////////////////////////////*/
#center { margin:10px; padding-bottom:10px; width:742px;}

/* Right ////////////////////////////////////////////////////////////////////////*/
#right{ width: 205px;}
#right-content { margin-top:65px; }
#right-content { margin-top:4px; }

/* Footer ////////////////////////////////////////////////////////////////////////*/
#footer{
	background: #049986 url(../images/bg-footer.png) no-repeat right;
	margin: auto;
	height: 20px;
	width: 972px;
	margin-bottom: 10px;
	float:left;
	display:inline;
}

/* Description /////////////////////////////////////////////////////////////////////*/
#description, #skip{ display: none; }

body#inlog #c-5427 {
	background:#D3DADA;
	display:block;
	float:left;
	height:370px;
	width:540px;
	position:relative;
	overflow:hidden;
}

#c-5427 #c-5426, #c-5427 #c-5428 { left:0; top:0; position:absolute; height:184px; width:540px; z-index:1;  }
#c-5427 #c-5428 { left:auto; right:0;  height:184px; width:193px; z-index:2; }
#c-5427 #c-5429 { 
	background:url(/fileadmin/tevanederland/images/bg-login.jpg) no-repeat 0 0;
	height:130px;
	width:540px;
	left:0; top:184px; 
	padding:8px 0 0 0;
	position:absolute; 
}

#c-5427 .tx-felogin-pi1 { margin-left:118px; width:380px; position:relative; }
#center #c-5427 h3 { background:none; border:0; color:#049986; margin:0 0 0.3em 0; padding:0.3em 0; }
#c-5427 .tx-felogin-pi1 p { left: 22px; top:90px; position:absolute; } 
#c-5427 label { float:left;width:100px; }
#c-5427 input { background:#FFF; border:0;  margin-bottom:10px; width:226px; }
#c-5427 input.submit, #c-5427 input.felogin-sent { background:#009883; width:130px; margin-left:100px; color:#fff;}
.felogin-backbtn {
	position:relative;
	top:-20px;
	left:120px;
}
