body {
	color: #fff;
	background: #000000;
	background-repeat: repeat;
	font-family: sans-serif;
	}
p { 
	margin-top: 0px;
	margin-left: 3px;
	}

h1 {
	clear: left;
	letter-spacing: 4px;
	margin-bottom: 20px;
	color: #fff;
	background-color: transparent;
	}

h2 {
	margin-top: 48px;
	margin-bottom: 15px;
	color: #fff;
	background-color: transparent;
	}

h3 {
	margin-top: 48px;
	margin-bottom: 10px;
	color: #fff;
	background-color: transparent;
	font-size: 110%;
	}

ul {
	list-style-type: square;
	}

li {
	margin-top: 5px;
	}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #7777ff;
	background-color: transparent;
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #7777ff;
	background-color: transparent;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #9685BA;
	background-color: transparent;
	}

a img { border: none; }

table {
	border-style: none;
	}

tr {
	border-style: none;
	}

td {
	border-style: none;
	}

div.left {
	position: absolute;
	width: 45%;
	}

div.right {
	position: absolute;
	margin-left: 45%;
	width: 45%;
	}

div.singlecolumn {
	width: 60%;
	}
	
#os-browser-remark {
	position: relative;
	bottom: 3%;
	right: 3%;
	margin-left: 50%; /* for incompatible browsers, for example that Opera version on Nokia smartphones */
	}

#https {
	background-color: #AA1111;
	}

#badges {
	float: right;
	text-align: right;
	top: 10px;
	right: 10px;
	}
#badges a img { border: none; }

#language_selection {
	float: left;
	}

#language_selection a img { border: 1px solid #FFFFFF; }

#menu li {
        display: inline;
        padding-right: 10px;
        white-space: nowrap;
}
