/* Some of this is (C) KDE e.V. */

a:link,
a:visited,
a:active {
	color: #003366;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

html
{
	height: 100%;
}

body 
{
	font-size: 100%;
	line-height: 1.2em;
	background-color: white;
	color: black;
	font-family: sans-serif;
	padding: 0;
	margin: 0;
	height: 100%;
}

#linktable h2 
{
	margin: 0;
	color: #000000;
	font-size: 12px;
	font-weight:bold;
	padding-left:2px;
	padding-bottom:2px;
}

#banner {
	margin: auto;
	width: 100%;
	height: 72px;
	background-image: url(logos/background.png);
	border-bottom: solid 1px #000000;
}

a.homelink1,
a.homelink1:hover,
a.homelink1:link,
a.homelink1:visited,
#banner h1 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 20px;
	padding-left:15px;
	padding-top: 10px;
	margin: 0px;
	text-decoration: none;
}

a.homelink2,
a.homelink2:hover,
a.homelink2:link,
a.homelink2:visited,
#banner h2 {
	color: #FFFFFF;
	padding-left: 15px;
	font-size: 14px;
	margin: 0px;
	text-decoration: none;
}

div.linkbargroup {
	padding-bottom: 12px;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight:normal;
	border-bottom: solid 2px #36558C;
}

#footer
{
	background-color: #D2DFF2;
	color: black;
	font-weight: normal;
	font-size: 14px;
	margin-top: 0;
	text-align: center;
	padding: 0;
	margin: 0;
	height: 30px;
	border-top: solid 1px black;
}

#linktable
{
	font-size: 10px;
	border-right: 1px dashed #000000;
	width: 170px;
	padding: 10px;
	text-align: right;
}

#logos a:link, #images a:link
{
	text-decoration: none; 
	color: black;
}

#logos a:visited, #images a:visited
{
	text-decoration: none; 
	color: black;
}

#logos p
{
	text-align: right;
}

#images p
{
	text-align: center;
}

#logos img
{
	border: none;
}

#leftmargin, #rightmargin
{
	width: 10px;
}

#header h1
{
	font-weight: bold;
	font-size: large;
	margin-top: 10px;
	color: #333333;
	padding-left: 5px;
	border-bottom: 2px solid #36558C;
}

#body
{
	vertical-align: top;
	padding: 10px;
}

#body p, ul, i
{
	font-size: 12px;
	padding-left: 15px;
}

#body strong
{
	font-size: 12px;
	font-weight: bold;
	
}
#body h3
{
	font-size: medium;
}

#crazyleft
{
	width: 35%;
}

#crazycentre
{
	width: 30%;
}

#crazyright
{
	width: 35%;
}

#maintable 
{ 
	height: 100%; 
}

