body {
	background: #CACACA url(../images/background.png) repeat-x;
	font-family: "Trebuchet MS", Verdana, serif;
}
#login {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 10%;
    text-align: right;
    font-size: x-small;
}
#select_language {
    width: 80px;
}
.login_text {
    color: #FFFFFF;
}
#logo {
    position: absolute;
    top: 35px;
}
#page {
    margin: 0 auto;
    width: 960px;
}
#container {
    float: left;
	width: 750px;
}
#header {
    width: 100%;
    margin-top: 28px;
	margin-bottom: 0;
	font-size: 28px;
	font-weight: bold;
	color: #0099FF;
}
#logo {
    display: inline;
    float: left;
    margin-left: -100px;
}
#sub_header {
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 10px;
}
#main_content_top {
	height: 30px;
	background: #FFFFFF url('../images/background_top.gif');
}
#main_content {
	margin: 0 auto;
	width: 100%;
	background: #FFFFFF url('../images/background_content.gif');
	background-repeat: repeat-y;
}
#main_content_bottom {
	height: 30px;
	background: #FFFFFF url('../images/background_bottom.gif');
}
.content {
	float: left;
	width: 510px;
	text-align: justify;
	padding: 0 30px 0 30px;
	font-size: 12px;
}
.content h1 {
	margin-top: 0;
	color: #000000;
}
#clear {
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
    overflow: hidden;
}
#footer {
	text-align: center;
	font-size: 12px;
	margin: 10px auto
}
#ad {
    float: right;
    margin-top: 102px;
    margin-left: 30px;
}

.menu {
	width: 139px;
	float: right;
    padding: 0 20px 0 20px;
	border-left: #8C8484 1px solid;
	font-size: 12px
}
.menu_title {
	font-size: 18px;
	font-weight: bold;
	color: #000000
}
.menu ul {
	margin: 0;
	padding: 10px 0 20px 15px
}
.menu li {
	padding-top: 2px;
    font-weight: bold;
	list-style-type: none
}
.menu_item {
    font-size: 18px;
}
.menu_subitem {
    font-size: 12px;
    margin-left: 10px;
}
.active {
    color: #000000;
}
.legacy_menu {
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
    padding-top: 0;
}

#search_container {
    display: none;
}
#search {
}
#search .gsc-search-box {
    width: 140px;
}
#search .gsc-input {
    width: 80px;
}
#search .gsc-search-button {
    width: 40px;
}
#search .gsc-clear-button {
    display: none;
}
#result .gs-title {
    font-size: 10pt;
    color: #0099FF;
    font-weight: bold;
    text-decoration: none;
}
#result .gs-title a:hover {
    text-decoration: underline;
}
#result .gs-title b {
    color: #0099FF;
    text-decoration: none;
}
#result .gs-visibleUrl {
    color: #676767;
}
#result .gsc-cursor-page {
    color: #0099FF;
}
#result .gsc-trailing-more-results {
    color: #0099FF;
}

.paypal {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 25px;
}
.flattr {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: -30px;
    text-align: center;
}
.plusone {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 30px;
}
.facebook {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 30px;
}

.wiki {
    width: 149px;
    float: right;
    font-size: 12px;
    padding: 0 15px 0 15px;
}

a {
	color: #0099FF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	font-weight: bold;
	text-decoration: underline;
}

.screenshot {
    width: 510px;
}
.screenshot_link {
    color: #FFFFFF;
    border: none;
}

.pagination {
    text-align: center;
    margin: 2em 0;
}
.pagination_forward {
    margin: 0 0 0 2em;
}
.pagination_number {
    margin: 0 .3em 0 .3em;
}
.pagination_backward {
    margin: 0 2em 0 0;
}

