body {
	color: black;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
}
a { color: darkblue; }
a:hover { color: blue; }
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
#all {
	background: #D5CEBC;
	border-right: #333366 solid 50px;
	border-bottom: #333366 solid 1px;
	border-left: #333366 solid 10px;
	border-top: #333366 solid 10px;
	padding: 0px 5px;
	position: absolute;
	left: 20px;
	right: 0px;
	min-width: 750px;
}
.hide {
	display: none;
}
#left, #right {
	background-color: #D5CEBC;
	top: 5px;
	padding: 0px;
	position: absolute;
	top: 0px;
	padding-bottom: 20px;
}
#left {
	width: 180px;
	float: left;
	background-image: url("./images/if.gif");
	background-repeat: no-repeat;
	background-position: 10px 0px;
	padding-top: 100px;
	left: 0px;
}

#logo {
	float: left;
	border: red dotted 1px;
}
#right {
	width: 150px;
	float: right;
	right: 0px;
}
#header {
	margin: 0px 150px 0px 180px;
	padding: 0px;
	text-align: center;
	background: #E6E7D5;
	border: #E6E7D5 solid 1px;
}
#header h1 {
	font-size: 2.5em;
	margin: 10px;
	margin-bottom: 0px;
}
#header .quote {
	font-size: 0.8em;
}
#header .quote a {
	text-decoration: none;
	color: black;
}
#header .quote a:hover {
	text-decoration: underline;
}
#footer {
	background-color: #333366;
	padding: 3px 3px 3px 190px;
	position: relative;
	left: -5px;
	top: +5px;
	color: #f0f0f0;
	font-size: x-small;
	margin-right: -10px;
}

#footer a {
	color: #f0f0f0;
	text-decoration: none;
}

#main {
	margin: 0px 150px 0px 180px;
	padding: 10px;
	background: #E6E7D5;
	border: #E6E7D5 solid 1px;
	/*border: red solid 1px;*/
}
#main h1 {
	text-align: center;
}

#newsflash {
  background-color: #D5CEBC;
  padding: 5px;
  margin: 10px 0px 0px 0px;
  border: dotted 1px #333366;
  font-size: small;
}

/** RIGHT LINKLIST **/
.linklist-link {
	display: block;
	padding-left: 5px;
	font-size: x-small;
}
.linklist-delimiter {
	display:none;
}
.linklist {
	margin: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.linklist-title {
	font-weight: bold;
	font-size: small;
	padding: 3px;
	margin-top: 10px;
}
.linklist:first-child {
	margin-top: -10px;
}
.linklist a {
	text-decoration: none;
}
.linklist a:hover {
	text-decoration: underline;
}

/** MENU **/
.menu ul, .submenu ul {
	list-style: none;
	display: block;
	border: none;
	margin: 20px;
	padding: 0px;
}
.submenu ul {
	font-size: x-small;
	margin: 0px;
	margin-left: 10px;
}
.menu li {
	display: block;
	margin: 10px;
	padding: 2px;
	border: #E6E7D5 solid 1px;
}
.submenu li {
	padding-left: 20px;
}
.submenu a, .menu a {
	display: block;
	text-decoration: none;
	color: black;
	padding: 2px;
}
.submenu a:hover, .menu a:hover{
	background: #E6E7D5;
}
.submenu p {
	font-size: 1.2em;
	margin: 10px;
	margin-left: 10px;
	font-weight: bolder;
}

/** PROGRAM  **/

.program {
}
.program .lesson {
	margin-bottom: 20px;
}
.program .lesson-group {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
	border: black dotted 1px;
}
.program .lesson-group>.name {
	font-size: 1.2em;
	background: #D5CEBC;
	padding: 3px;
}
.program .time {
	font-size: 1em;
	color: #007;
	border-bottom: black solid 1px;
}
.program .name {
	/*margin-left: 30px;*/
	/*font-weight: bolder;*/
	color: #007;
}
.program .desc {
	font-size: 0.8em;
	display: list-item;
	margin-left: 50px;
	padding-left: 0px;
}
.program .guru {
	margin-left: 30px;
	text-align: right;
	font-size: 0.5em;

}
.program .length {
	display: none;
}
.program .back {
	float: right;
	font-size: xx-small;
}
.program .back a {
	text-decoration:none;
	color: #C5BEAC;
}
.program .back a:hover {
	text-decoration:underline;
}

/** ANKETA **/

.pool .question {
	border: black dotted 1px;
	margin-bottom: 20px;
	padding: 10px;
}
.pool .group {
	margin-left: 30px;
	margin-bottom: 20px;
}

.pool .title {
	font-weight: bolder;
}

/** APPLIST **/
.applist ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.applist .screenshot {
	float: right;
	margin: 2px;
	border: black solid 1px;
	padding: 1px;
}
.applist .logo {
	float: right;
}
.applist a {
	font-size: 1.2em;
	text-decoration: none;
}
.applist dt {
	font-weight: bolder;
	margin-top: 20px;
}
.applist dt .winsoft {
	font-weight: normal;
}
.applist h2 {
	border-bottom: black solid 1px;
}
.applist .li-comment p, .applist .dd-comment p{
	margin: 1px 3px;
	padding: 1px;
	font-size: 0.8em;
}
.applist li {
	padding: 0px 10px;
	margin: 2px;
}
.applist li.kde {
	border-left: darkblue solid 2px;
}
.applist li.gnome {
	border-left: brown solid 2px;
}
.applist li.alternative {
	border-left: green solid 2px;
}
.applist li.console {
	border-left: black solid 2px;
}

/** PEOPLE LIST **/


.peoplelist {
}
.peoplelist table {
	border-collapse: collapse;
	margin-right: 0px;
}
.peoplelist td {
/*      border: black solid 1px;*/
	color: black;
	font-size: small;
	padding-left: 10px;
	padding-right: 20px;
}
.peoplelist .groupfirst td {
        padding-top: 30px;
}
.peoplelist .first-groupfirst {
	margin-top: 0px;
}
								
	

/** MIX **/

.faq .question td p {
	margin: 0px;
}

.faq tr.question p {
	border-bottom: black solid 1px;
}
.faq table {
	/*width: 150px;
	background: white;*/
}
.faq pre {
	font-size: 0.6em;
	background: silver;
	padding: 5px;
	border: gray solid 1px;
}
.stat {
	font-weight: bolder;
}
