/* layout.css [General Layout] -> 4ceng.co.uk -> 
Author: Klaus-dieter Michel (mail@memetic-tv.net) */

body { 
	margin: 0px;
	text-align: center; 
	font-family: tahoma, verdana, arial, helvetica, sans-serif; 
	font-size: 14px; 
	color: #000; 
	background:#e6e3e3 url(images/body_bg_top6.jpg) no-repeat 50% 0; 
	line-height:1.6em; 
}

#wrapper { 
	width:830px; 
	margin:0 auto; 
}

#header {
	text-align:left;
	width:830px;
	height:161px;
}

#header img {
	margin:16px 0px 0px 16px;
	border:none;
}

#content {
	text-align:left;
	width:830px;
	min-height:520px;
	height:auto!important;
	height:520px; 
	background:#fff url(images/vertical_separator.gif) no-repeat 182px 35px;}

#navcontainer {
	float:left;
	width:165px;
	height:450px;
	margin-top:37px;
	margin-left:15px;}

#post {
	margin-left:180px;
	padding:18px;}

#contentstop {
	width:100%;
	height:22px;
	background:url(images/content_stopper.jpg) no-repeat 50% 0;
}

#footer {
	width:830px;
	height:60px;
	margin:0 auto;
	background:#fff;
}

#footcontent {
	width:810px;
	text-align:right;
	padding-top:30px;
	font-size:10px;
}

#floorspace {
	height:25px;
}

/* ---------- portal special */


#post table.portal{
	margin-top:5px;}

#post table.portal td {
	width:250px;
	padding:18px;
	font-size:16px;
	line-height:1.3em;}

#post table.portal td.tl {
	text-align:right;
	vertical-align:top;
	background:url(images/portal_bg_tl.gif) no-repeat bottom right;}

#post table.portal td.tr {
	text-align:left;
	vertical-align:top;
	background:url(images/portal_bg_tr.gif) no-repeat bottom left;}

#post table.portal td.bl {
	text-align:right;
	vertical-align:top;
	background:url(images/portal_bg_bl.gif) no-repeat top right;}

#post table.portal td.br {
	text-align:left;
	vertical-align:top;
	background:url(images/portal_bg_br.gif) no-repeat top left;}


/* ---------- contactform special */

table.contactform {
	font-weight:600;
	font-size:12px;
	margin-bottom:8px;
}

table.contactform td {
	padding:4px;
	vertical-align:top;
}

table.contactform input, table.contactform textarea {
	border:1px dotted #C6C4C4;
	padding:1px;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size:14px;
	color:#006600;
}

table.contactform input.submitbutton {
	padding-left:8px;
	padding-right:8px;
	margin-left:34px;
	background-color:#99cc66;
	border: 1px solid #990000;
}

/* ---------- Border for test purposes:
	border-width:1px;
  	border-style:solid;
	border-color:black;
*/


