/*
***********************************************************
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, i { font-style: italic; }
strong, b { 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;}
sup { font-size:xx-small; vertical-align:top; }
sub { font-size:xx-small; vertical-align:bottom; }

/* Layout 2 cols ///////////////////////////////////////////////////////////////*/
#container {
	margin: auto;
	width: 900px;
	position: relative;	
}

#main, #content, #center, #right, #footer, #copyright {
	float: left;
	display: inline; /* workaround for IE6*/
}

#main {
	background: url(../img/bg.png) repeat-y center;
}

#description, #skip, .hide{
	display: none;
}

#header{
	height: 224px;
	position: relative;
	width: 900px;
}

/* content  ////////////////////////////////////////////////////////////////////////*/
#content {
	border: 1px solid #ef4136;
	background: url(../img/bg-content.gif) repeat-y;
}

/* Center ///////////////////////////////////////////////////////////////////////*/
#center{	
	min-height: 350px;
	height: auto !important;
	height: 350px;
	width: 637px;
	padding: 30px 20px;
}

#center .content-links, #center .content-rechts {
	display: inline;
	float: left;
}

#center .content-links {
	width: 310px;
	border-right: 1px dotted #EF4136;
	padding-right: 20px;
}

#center .content-rechts {
	width: 280px;
	padding-left: 20px;
}

/* Right ////////////////////////////////////////////////////////////////////////*/
#right{
	width: 175px;
	padding: 100px 20px 30px 20px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}

/* Footer ////////////////////////////////////////////////////////////////////////*/
#footer{
	border: 1px solid #ef4136;
	font-size: 0.9em;
	/*margin: auto;*/
	margin-top: 10px;
	padding: 5px 20px;
	width: 853px;
}

#footer div { 
	display: inline;
	float: right;
	margin-top: 10px;
}

#footer .footer-icons {
	float: right;
	margin-left: 0.3em;
}

.footer-images {
	padding-right: 20px;
	display: inline;
	float: left;
}

#footer ul {
	margin: 0pt;
}

#footer li {
	list-style-type: none;
	
}

#copyright {
	width: 883px;
}

#copyright div {
	display: inline;
}

#kirkman {
	float: left;
}

#netcreators {
	float: right;
}
