/* 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:0px;
margin:0px;
}
/* ---------- Layout of Page  -------- */
#pagelayout {
width: 960px;
padding:0px;
margin: 0px;
margin-left: 0px;
margin-right: auto;
} 
/* ---------- The three columns ----------------- */
/* #CCCCFF; #CCFF99; */
#clumns{ 
border-left: solid 160px #009900; 
border-right: solid 180px #ffffff; 
background-color: #ffffff;
} 
#inside {
margin:0;
width:100%;
} 
/* -------------- Left and Right column------------- */
#leftcolumn {
 width:160px; 
 float:left;
 color:#ffffff; 
 position:relative;
 padding: 0px 0px;
 margin-left:-160px; 
 margin-right:0px;
 }
 #rightcolumn {
 width:180px; 
 float:right; 
 position:relative; 
 padding: 0px 0px;
 margin-right:-180px; 
 margin-left:0px;
 text-align: left;
 }
/* ---------- Page Header  -------- */
#pageheader {
text-align: left;
background-color: #6633ff;
background-image:  url(../images/backgr.jpg);
background-repeat: repeat-y;
background-position: left;
padding: 0px;
margin: 0px; }
/* -----------------Main Text --------------------- */ 
#maintext{ 
position: relative; 
margin: 0px; 
}
p.just {
padding: 5px 20px;
text-align: justify;
margin:0px;
}
p.leftal {
padding: 5px 20px;
text-align: left;
margin:0px;
}
.redfont {
font-weight: bold;
color:#ff3300;
}
.smallfont {
font-size: 10px;
}
/* ---------- Links -------- */
a {
color: #6633ff;
text-decoration: none;
font-weight: bold;
} 
a:hover {
color: #ff0000;
text-decoration: underline;
}
a:active {
color:#ff0000;
text-decoration: underline;
}
/* ---------- Links Left Column -------- */
a.linka {
font-weight: bold;
color: #ffffff;
text-decoration: none;
}
a.linka:hover {
color:#ff0000;
text-decoration: underline;
}
a.linka:active {
color:#ff0000;
text-decoration: underline;
}
/* ---------- Copyright Link-------- */
a.linkb {
font-weight: normal;
color: #ffffff;
text-decoration: none;
}
a.linkb:hover {
color:#ff0000;
text-decoration: underline;
}
a.linkb: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;
}
/* ---------- Top navigation link yellow-------- */
a.linkd {
font-weight: normal;
color: #ffff99;
text-decoration: underline;
}
a.linkd:hover {
color:#ff0000;
text-decoration: underline;
}
a.linkd:active {
color:#ff0000;
text-decoration: underline;
}
/* ---------- Green Header line across -------- */
h1 {
font-size: 11px;
font-weight: bold;
color:#003300;
text-transform:uppercase;
text-align: left;
background-color: #00cc00;
border-top:1px solid #ccffff;
border-bottom:1px solid #006600;
border-left:1px solid #006600;
border-right:1px solid #ccffff;
padding:5px 15px;
margin:0px; }
/* ---------- Header Navigation -------- */
h1.navig {
font-size: 10px;
font-weight: normal;
color:#ffff99;
}
/* ---------- Light green Text Header -------- */
h2 {
font-size: 13px;
font-weight: bold;
color:#0033cc;
text-align: center;
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;}
/* ---------- Left Column link background -------- */
h4 {
width:120px;
font-size:12px;
text-align: left;
background-color: #009900;
border-top:1px solid #ccffcc;
border-bottom:1px solid #006600;
padding:3px 15px;
margin:5px; }
/* ---------- Left Column active page -------- */
h4.actlink {
color:#ff0000;
background-color: #ccff99;
border-top:1px solid #006600;
border-bottom:1px solid #ccffcc;
}
/* ---------- 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 line across -------- */
h6 {
font-size: 10px;
text-align: right;
background-color: #009900;
border-right:1px solid #ccffff;
padding:3px 20px;
margin:0px; }
/*  --------- Foot navigation --------------- */ 
p.footer {
font-size: 10px;
text-align: center;
padding:0px;
margin:0px;
} 