/* German Style LearnPlus Ltd */
/* --- */
/* ---------- Page background + Page font -------- */
body {
background-color: #6633ff;
background-image:  url(../images/backgr.jpg);
background-repeat: repeat-y;
background-position: left;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
color:#000099;
padding-left:8px;
padding-bottom:20px;
margin:0px;
}
/* ---------- Layout of Page  -------- */
#pagelayout {
width: 960px;
padding:0px;
margin: 0px;
margin-left: 0px;
margin-right: auto;
}
/* ---------- Container for main page  -------- */
#container {
float:left;
margin:0px;
width:760px;
} 
/* -----------------Main Text --------------------- */ 
#maintext {
float:left;
width:756px;
left: 0px;
background:#ffffff;
border-left:2px solid #ccffff;
border-right:2px solid #ccffff;
border-bottom:2px solid #ccffff;
border-top:2px solid #ccffff;
margin:0px;
margin-left: 0px;
margin-right: 20px;
padding:0px 0px;
}
/* -----------------Right Column --------------------- */
#rightcolumn {
float:right;
padding:0px 0px;
margin:0px;
}
/* -----------------Paragraph --------------------- */
p.left {
padding: 5px 20px;
text-align: left;
margin:0px;
}
p.just {
padding: 5px 20px;
text-align: justify;
margin:0px;
}
p.center {
padding: 5px 20px;
text-align: center;
margin:0px;
}
.redfont {
font-weight: bold;
color:#ff3300;
}
.smallfont {
font-size: 10px;
}
.bigfont {
font-size: 14px;
font-weight: bold;
color:#6633ff;
}
/* ---------- Links -------- */
a {
color: #6633ff;
text-decoration: none;
font-weight: bold;
} 
a:hover {
color: #ff0000;
text-decoration: underline;
}
a:active {
color:#ff0000;
text-decoration: underline;
}
/* ---------- Footer Link-------- */
a.linkc {
font-weight: normal;
color: #6633ff;
text-decoration: none;
}
a.linkc:hover {
color:#ff0000;
text-decoration: underline;
}
a.linkc:active {
color:#ff0000;
text-decoration: underline;
}
/* ---------- Light green Text Header -------- */
h2 {
font-size: 13px;
font-weight: bold;
color:#0033cc;
text-align: left;
background-color: #ccff99;
border-right:20px solid #ffffff;
border-left:20px solid #ffffff;
padding:4px 5px;
margin:0px; }
/* ---------- Text of Page Header -------- */
h3 {
font-size:24px;
color:#ffffff;
font-weight: normal;
padding: 5px 15px;
margin:0px;
}
/* ---------- Light blue Line -------- */
h5 {
font-size:1px;
background-color: #ccccff;
border-right:20px solid #ffffff;
border-left:20px solid #ffffff;
padding:0px;
margin:0px;
}
/*  --------- Foot navigation --------------- */ 
p.footer {
font-size: 10px;
text-align: center;
padding:0px;
margin:0px;
} 
