/* Reset */
body,img,p,h1,h2,h3,h4,h5,h6,ul,ol {margin:0; padding:0; list-style:none; border:0px;}
/* End Reset */

/*body {font-size:0.8em; font-family:Arial,Verdana,Sans-Serif; background: #000;}
a {color:white;}*/

/* Colors */
.color-yellow {background-image:url(img/yellow.png); border:#FF0 solid 1px;}
.color-red    {background-image:url(img/red.png); border:#F00 solid 1px;}
.color-blue   {background-image:url(img/blue.png); border:#06C solid 1px;}
.color-white  {background-image:url(img/white.png); border:#FFF solid 1px;}
.color-orange {background-image:url(img/orange.png); border:#F60 solid 1px;}
.color-green  {background-image:url(img/green.png); border:#3C3 solid 1px;}
.color-yellow h3,
.color-white h3,
.color-green h3
	{color:#000;}
.color-red h3,
.color-blue h3,
.color-orange h3
	{color:#000;}
/* End Colors */

/* Head section */

#head h1 {
    line-height: 100px;
    color: #FFF;
    text-align: center;
    background: url(img/inett uts.png) no-repeat center;
    text-indent: -9999em
}
/* End Head Section */

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

/* Column dividers (background-images) : */
	
	
#columns #column1 .widget { margin: 5px 0px 10px 0px; }
#columns #column3 .widget { margin: 5px 0px 10px 10px; }
#columns .widget {
    margin: 5px 0px 0px 0px;
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#columns .widget .widget-head {
    color: #000;
    overflow: hidden;
    width: 100%;
    height: 30px;
    line-height: 30px;
	background-color:#FFF;
}
#columns .widget .widget-head h3 {
	font-size:14px;
    padding: 0 0px 0px 5px;
    float: left;
}
#columns .widget .widget-content {
	background-image: url(img/widget-content-bg.png);  
    padding: 0 5px;
    color: #000;
    -moz-border-radius-bottomleft:4px ;
    -moz-border-radius-bottomright:4px;
    -webkit-border-bottom-left-radius:4px;
    -webkit-border-bottom-right-radius:4px;
    line-height: 1.2em;
	
    
}
#columns .widget .widget-content p {
    padding: 0.8em 0;
   /* border-bottom: 1px solid #666;*/
}
#columns .widget .widget-content img {
    float: right;
    margin: 10px;
    border: 1px solid #FFF;
}
#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: 0px 0;}
#columns .widget .widget-content ul.images {
    padding: 7px 0 0 0;
    list-style: none;
    height: 100%;
}
#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 */

