/* Reset */
ul,ol {margin:0; padding:0; list-style:none; border:none; color:#333;}
/* End Reset */

body {font-size:12px; font-family:Arial,Verdana,Sans-Serif; background: #fff;}

h3 { font-size:18px;}

/* Colors */
.color-yellow {background:#f2bc00;}
.color-red    {background:#dd0000;}
.color-blue   {background:#2294ce;}
.color-white  {background:#dfdfdf;}
.color-orange {background:#f66e00;}
.color-green  {background:#8dc100;}
.color-yellow h3,
.color-white h3,
.color-green h3
	{color:#000;}
.color-red h3,
.color-blue h3,
.color-orange h3
	{color:#000;}
/* End Colors */


/* Columns section */
#columns .column {
    float: left;
    width: 50%;
		/* Min-height: */
		min-height: 400px;
		height: auto !important; 
		
}

/* Column dividers (background-images) : */
	#columns #column1 {  }
	#columns #column3 {  }
	
#columns #column1 .widget { margin: 0px 10px 20px 0px; }
#columns #column3 .widget { margin: 0px 0px 20px 10px; }
#columns .widget {
    margin: 0px 0px 17px 0px;
    padding: 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#columns .widget .widget-head {
    color: #000;
    overflow: hidden;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
#columns .widget .widget-head h3 {
    padding: 0 10px;
    float: left;
}
#columns .widget .widget-content {
    background-color: #fff;
	background-image:url(../img/schaduw.gif);
	background-repeat:repeat-x;
	background-position:bottom;

	text-align:left;
    padding: 15px;
    color: #333;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    line-height: 1.2em;
    overflow: hidden;
}
#columns .widget .widget-content p {
    padding: 0px;
}
#columns .widget .widget-content img {
	margin: 0px;
    border:0;
}
#columns .widget .widget-content pre {
    padding: 0.5em 5px;
    color: #EEE;
    font-size: 12px;
}
#columns .widget .widget-content ul {
    padding: 5px 0 5px 20px;
    list-style: disc;
}
#columns .widget .widget-content ul li {padding: 3px 0;}
#columns .widget .widget-content ul.images {
    padding: 7px 0 0 0;
    list-style: none;
    height: 1%;
}
#columns .widget .widget-content ul.images li {
    display: inline;
    float: left;
}
#columns .widget .widget-content ul.images img {
    display: inline;
    float: left;
    margin: 0 0 7px 7px;
}
/* End Columns section */


