body {
background: #333;
}

ol li {
	list-style-type: decimal;
}
ol li ol li {
	list-style-type: lower-alpha;
}

#title h1 {
color: white;
margin: 0;
}

.styleswitcher {
float: right;
color: #ccc;
}
.styleswitcher a {
color: #ccc;
}
.styleswitcher p,.styleswitcher ul,.styleswitcher li {
display: inline;
}

.styleswitcher li {
margin: 0 0.2em;
padding: 0.2em;
}
.ssred a {
color: #9a0008;
}
.ssred {
background: #ebccce;
}
.ssblue a {
color: #202879;
}
.ssblue {
background: #d2d4e4;
}
.ssgreen a {
color: #5d9a01;
}
.ssgreen {
background: #dfebcc;
}

/* mainmenu */	
#mainmenu {
background: #666;
}
	#mainmenu ul {
list-style-type: none;
text-align: center;
}
	#mainmenu li {
float: left;
border-right: 1px solid #ececed;
text-indent: 0;
text-transform: uppercase;
letter-spacing: 0.1em;
margin: 0;
}
	#mainmenu li a {
text-decoration: none;
color: white;
font-weight: bold;
display: block;
margin: 0;
/*		width: 10em;*/
		padding: 1em 1em 1em 1em;
}
	#mainmenu li a:hover {
text-decoration: none;
background: #d9d9da;
color: black;
}
	body#homepage #mainmenu li#menuhome a,
	body#pglinks #mainmenu li#menulinks a,
	body#pglessons #mainmenu li#menulessons a,
	body#pgteacher #mainmenu li#menuteacher a,
	body#pgtools #mainmenu li#menutools a,
	body#pgist #mainmenu li#menuist a,
	body#pgistlinks #mainmenu li#menuistlinks a,
	body#pgistlessons #mainmenu li#menuistlessons a,
	body#pggeogebra #mainmenu li#menugeogebra a {
color: black;
background: #d9d9da;
}

#maincontent {
background: white;
}
	
	
	/*styleswitcher default */
	
	#header {
background: url(../images/template/bkg_red.jpg);
height: 150px;
}

	h2 {
margin: 1em 0 0 0;
}
	h2 a {
text-decoration: none;
}
	h2 a:hover {
text-decoration: underline;
background: #F7F892;
color: black;
}
h3 {
margin: 1em 0 0.3em 0;
}
	p.morelink {
margin: 0.5em 0 1em 1em;
}
	p {
margin-bottom: 0.5em;
}

p {
margin-bottom: 0.5em;
}

.caticon {
float: right;
}

.topics {
text-align: right;
font-weight: bold;
font-size: 110%;
color: #666;

}
.topics a {
color: #666;
}

table {
border: 1px solid #666;
margin: 0.5em auto;
}
td, th {
border: 1px solid #666;
padding: 2px 4px 2px 8px;
}
th {
background: #ccc;
}

.iconright {
padding: 2px 18px 2px 0px;
margin-right: 2px;
}
.iconleft {
padding: 2px 0px 2px 18px;
margin-left: 2px;

}
.iconext {
background:url(/images/icons/icon_external.png) no-repeat right;
}
.iconlink {
background:url(/images/icons/icon_link.png) no-repeat left;
}
.iconpagelink {
background:url(/images/icons/icon_page_link.png) no-repeat left;
}
.iconnotebook {
background: url(/images/icons/icon_notebook.png) no-repeat;
}
.iconpdf {
background: url(/images/icons/page_white_acrobat.png) no-repeat 0 50%;
}
.icondoc {
background: url(/images/icons/page_white_word.png) no-repeat 0 50%;
}
.iconxls {
background: url(/images/icons/page_white_excel.png) no-repeat 0 50%;
}
.iconppt {
background: url(/images/icons/page_white_powerpoint.png) no-repeat 0 50%;
}
.iconggb {
background: url(/images/icons/icon_geogebra.gif) no-repeat 0 50%;
}
.iconzip {
background: url(/images/icons/page_white_zip.png) no-repeat 0 50%;
}
div#showurl {
font-size: 4em;
padding: 20px;
background: black;
color: white;
font-family:monospace;
text-align: center;
}
