body {
	color: #444444;
	background-color: #eee;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 80%;
}

h1 {

}

h2 {
	font-size: 1.2em;
}

#page {
	width: 70%;
	margin: 24px auto;
	max-width: 996px;
}

#header {
	padding: 6px 136px;
	text-align: center;
	position: relative;
	background-color: #333;
	color: #F8F8F8;
	min-height: 120px;
}

#header .flags {
	position: absolute;
	right: 15px;
	top: 10px;
}

#header .flags IMG {
	border: 2px solid white;
	margin-left: 5px;
}

#header .logo {
	position: absolute;
	left: 10px;
	top: 6px;
	width: 114px;
	height: 114px;
	border: 3px solid #00f;
	border-radius: 60px;
	cursor: pointer;
}

#header .logo IMG {
	margin-top: 39px;
}

#download-box {
	padding: 10px;
	background-color: #fff;
	margin: 8px 0;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 0;
	positon: relative;
}

#download-box H2 {
	color: blue;
	font-size: 1.4em;
	margin-top: 5px;
}

#download-box A {
	color: #333;
}

#content {
	padding: 4px 0 24px 0;
}

#content TABLE {
	margin-left: -4px;
	table-layout: fixed;
	width: 100.75%;
	border-collapse: separate;
	border-spacing: 4px;
}

#content TABLE .clm-nr {
	width: 40px;	
}

#content TABLE .clm-image {
	width: 170px;	
	text-align: center;
}

#content TABLE .clm-infos {
	width: 175px;	
}

#content TABLE .clm-datum {
	width: 110px;	
}

#content TH {
	background-color: #333;
	color: #F8F8F8;
	padding: 4px 0;
	white-space: nowrap;
}

#content TH A {
	color: #F8F8F8;
}

#content TD {
	vertical-align: top;
	padding: 8px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 0;
}

#content TD.clm-image DIV {
	display: inline-block;
	font-size: 1.5em;
	font-weight: bold;
	color: #aaa;
	text-align: center;
	overflow: hidden;
	max-height: 150px;
}

#content TD.clm-image IMG {
	width: 100%;
	height: auto;
}

#content TD.clm-image SPAN {
	display: inline-block;
	margin-top: 30px;
}

#content .description-box {
	overflow: hidden; 
}

#content .description {
	max-height: 200px;
	overflow: auto;
}

#content TD.clm-description P {
	margin-top: 0;
	word-wrap: break-word;
}

#content TD.clm-description .highlight {
	background-color: yellow;
}

#content .release-notes {
	position: relative;
	display: block;
	padding: 3px 5px;
	color: #fff;
	background-color: #333;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 0;	
	cursor: pointer;
	text-align: center;
}

#content .release-notes-box {
	position: absolute;
	display: none;
	right: 110%;
	top: -1px;
	width: 350px;
	height: auto;
	border: 1px solid gray;
	cursor: default;
	color: #222;
	background-color: #fff;
	box-shadow: 5px 5px 40px #333;
}

#content .release-notes-head {
	position: relative;
	font-weight: bold;
	color: #000;
	background-color: #ddd;
	padding: 3px;
	text-align: center;
	border-bottom: 1px solid #888;
}

#content .release-notes-head:AFTER {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	width:0;
	height:0;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-right: 11px solid #333;	
}

#content .release-notes-box P {
	margin: 10px;
	text-align: left;
	word-wrap: break-word;
}

#content .release-note-open .release-notes-box {
	display: block;
}

#listfilter {
	padding: 10px;
	background-color: #fff;
	margin: 8px 0;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 0;
}

#listfilter H3 {
	font-size: 1.1em;
	margin-top: 0;
}

#listfilter LABEL,
#listfilter SELECT,
#listfilter INPUT {
	vertical-align: middle;
}

#listfilter INPUT[type="checkbox"] {
	margin: 0 3px 0 0;
}

#listfilter .filter {
	margin-right: 20px;
}

#listfilter .opt-search {
	border: 1px solid #bbbbbb;
	border-radius: 10px;
	font-size: 11px;
	height: 17px;
	outline: 0 none;
	padding: 0 0 0 22px;
	background-image: url("../images/find.png");
	background-position: 2px 0;
	background-repeat: no-repeat;
}

#listfilter .opt-search-active {
	box-shadow: 0 0 5px #0000ff;
}

#footer-box {
	padding: 10px;
	background-color: #fff;
	margin: 8px 0;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 0;
	positon: relative;
}

#footer {
	color: #666666;
	background: #f9f9f9;
	padding: 10px 20px;
	border-top: 5px #efefef solid;
	font-size: 0.8em;
	text-align: center;
}

#footer a {
	color: #999999;
}

/* Hinweis aufs neue Forum */

#forum-note {
	padding: 10px;
	background-color: #fff;
	margin: 8px 0;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 0;
	positon: relative;
}

#forum-note H2 {
	color: red;
	font-size: 1.4em;
	margin-top: 5px;
}

#forum-note A {
	color: #333;
}
