/* Reset */
body,img,h1,h2,h3,h4,h5,h6,ul,ol,.odkaz,.odkazr {margin:0; padding:0; list-style:none; border:none;}
/* End Reset */

/*body {font-size:0.8em; font-family:Arial,Verdana,Sans-Serif; background: #000;}
*/
a {color:white;}

/* Colors */
.color-yellow {background:#FFE999;}
.color-red    {background:#FCFFC4;}
.color-blue   {background:#A1DBE5;}
.color-white  {background:#ffffff;}
.color-orange {background:#F5CDAC;}
.color-green  {background:#C8D99A;}
.color-brown  {background:#D9BC8D;}
.color-pink  {background:#DFB3FF;}
.color-blue2  {background:#CCF5FF;}

.color-yellow a,
.color-white a,
.color-green a
	{color:#000;}
	
.color-red a,
.color-blue a,
.color-orange a
	{color:#000;}
/* End Colors */

/*
.color-yellow {background:#f2bc00;}
.color-red    {background:#dd0000;}
.color-blue   {background:#148ea4;}
.color-white  {background:#ffffff;}
.color-orange {background:#f66e00;}
.color-green  {background:#8dc100;}
.color-brown  {background:#B7770D;}
.color-pink  {background:#AE3CFF;}
.color-blue2  {background:#11CFFF;}

.color-yellow a,
.color-white a,
.color-green a
	{color:#000;}

.color-red a,
.color-blue a,
.color-orange a
	{color:#FFF;}
*/

/* Head section */
#head {
    background: #000 url(img/head-bg.png) repeat-x;
    height: 100px;
}
#head h1 {
    line-height: 100px;
    color: #FFF;
    text-align: center;
    background: url(img/inettuts.png) no-repeat center;
    text-indent: -9999em
}

#head .add {
    color: #FFF;
    text-align: center;
    cursor:pointer;
}
/* End Head Section */

/* Columns section */
#columns .column {
    float: left;
    width: 33.3%;
    
    /* Min-height: */
    min-height: 400px;
    height: auto !important; 
    height: 400px;
}

/* Columns section */
#columns .column-big {
    width: 100%;

    /* Min-height: */
    min-height: 650px;
    height: auto !important;
    height: 650px;
}

/* Column dividers (background-images) : */
/*
#columns #column1 { background: url(img/column-bg-left.png) no-repeat right top; }
#columns #column3 { background: url(img/column-bg-right.png) no-repeat left top; }

#columns #column1 .widget { margin: 30px 35px 0 25px; }
#columns #column3 .widget { margin: 30px 25px 0 35px; }
*/
	

#columns .widget {
    margin: 20px 10px 0 10px;
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#columns .widget .widget-head {
    color: #000;
    overflow: hidden;
    width: 100%;
    height: 25px;
    line-height: 25px;
}

#columns .widget .widget-head .odkaz {
	font-size:12px;
	font-weight:bold;

    padding: 0 5px;
	float: left;
}

#columns .widget .widget-head .odkazr {
	font-size:12px;
	font-weight:bold;

    padding: 0 5px;
    float: right;
}

#columns .widget .widget-head .odkaz a {
	color:#000000;
 	text-decoration: none;
}

#columns .widget .widget-head .odkaz a:hover {
    text-decoration: underline;
}

#columns .widget .widget-head .odkazr a {
	color:#000000;
 	text-decoration: none;
}

#columns .widget .widget-head .odkazr a:hover {
    text-decoration: underline;
}


#columns .widget .widget-content {
    background: #333 url(img/widget-content-bg.png) repeat-x;
    padding: 0 5px;
    color: #DDD;
    font-size: 10px;
    height:170px;
    -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-big {
    background: #333 url(img/widget-content-bg.png) repeat-x;
    padding: 0 5px;
    color: #DDD;
    font-size: 10px;
	height:auto;
	min-height:610px;
    -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 a {
    color: #fff;
    text-decoration: underline;
}

#columns .widget .widget-content p {
    padding: 0.8em 0;
}
#columns .widget .widget-content img {

}
#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;
}

.widget-head a.collapse  {
    float: left;
    display: inline;
    background: url(img/buttons.gif) no-repeat -52px 0;
    width: 14px;
    height: 14px;
    text-indent: -9999em;
    margin: 6px 0 6px 4px;
    outline: none;
}

.collapsed .widget-head a.collapse {background-position:-38px 0;}
.collapsed .widget-content {display:none !important;}

.widget-placeholder { border: 2px dashed #999;}
#column1 .widget-placeholder { margin: 20px 10px 0 10px; }
#column2 .widget-placeholder { margin: 20px 10px 0 10px; }
#column3 .widget-placeholder { margin: 20px 10px 0 10px; }

