html, body { height: 100%; }
body{
	margin:0;
	background-color: #000000;
	font-family: Arial;
	font-size : 12px;
	color:#ffffff;
}

a:link {color: #ffffff; text-decoration: underline;}
a:visited {color: #ffffff; text-decoration: underline;}
a:hover {color: #d77207; text-decoration: underline;}

.black:link {color: #000; text-decoration: none;}
.black:visited {color: #000; text-decoration: none;}
.black:hover {color: #000; text-decoration: underline;}

.underline:link {color: #000; text-decoration: underline;}
.underline:visited {color: #000; text-decoration: underline;}
.underline:hover {color: #000; text-decoration: none;}

.white:link {color: #fff; text-decoration: none;}
.white:visited {color: #fff; text-decoration: none;}
.white:hover {color: #fff; text-decoration: none;}

p { margin:0 0 18px 0; }
hr { height:2px;border-top:1px solid #777777;border-bottom:1px solid #f8f8f8 }

textarea { 
	font-family : arial; 
	font-size : 12px; 
}

select { 
	font-family : arial; 
	font-size : 11px; 
	background:#f0f0f0;
} 

hr { height:1px;border-bottom:#555555;}

.title
	{
		font:bold 14px arial;
		color:#86C739;
	}

/* DIV LAYERS */
/* ------------------------------------------------------------- */

#div_container
{
	width:928px;
}

#div_header
{
	float:left;
	<!--[if IE]>
	margin-left:-1px;
	<![endif]-->
	width:929px;
	background:#000000;
}

#div_main
{
	float:left;
	width:928px;
	min-height:265px;
  height:auto !important;
  height:265px;
	background: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
}

#div_main_home
{
	float:left;
	width:928px;
	min-height:265px;
  height:auto !important;
  height:265px;
	background: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
}

#div_bottom
{
	float:left;
	padding:0 15px 0 15px;
	width:898px;
	height:90px;
	background: url(../images/bottom_bg.jpg);
	background-repeat: no-repeat;
}

.div_links
{
	float:left;
	padding:5px;
	width:219px;
	text-align:left;
}

.div_midden
{
	float:left;
	padding:0 10px 5px 10px;
	width:436px;
	text-align:left;
}

.div_rechts
{
	float:left;
	padding:5px;
	width:226px;
	text-align:left;
}

#div_portfolio
{
	min-height:265px;
  height:auto !important;
  height:265px;
}


/* PAGINATION */
/* ------------------------------------------------------------- */

div.pagination {
        text-align:right;
        font-weight:bold;
}

div.pagination a {
        padding: 2px 5px 2px 5px; 
        border: 1px solid #000000;
        text-decoration: underline;
        color: #94DD2B;
}
div.pagination a:hover, div.pagination a:active {
        border: 1px solid #000000;
        background-color:#000000;
        color: #94DD2B;
}
div.pagination span.current {
        padding: 2px 5px 2px 5px;
        border: 1px solid #000000;
        font-weight: bold;
        background-color: #000000;
        color: #FFFFFF;
        } 
div.pagination span.disabled {
       padding: 2px 5px 2px 5px;
       color: #DDD; 
        }