body {
/*	background-image: url('/images/root_pattern.png');*/
	background-image: url('/images/root_pattern_dark.png');
	background-color: black;
	font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif;
	text-rendering: optimizeLegibility;
	line-height: 1.25;
}

A:link { color: #3298dc; text-decoration: underline  }
a:active { color: #3298dc; text-decoration: underline }
a:visited { color: #3298dc; text-decoration: underline }
a:hover { color: #3298dc; text-decoration: underline }

b {
	color: #d080d0;
}

a.lang_select {
	display: block;
	padding: 0.5em;
}

div.news_entry {
	width: 100%;
	border-bottom: 1px solid #505050;
}

div.news_entry a {
	text-decoration: none;
}

div.news_image img {
	vertical-align: middle;
	display: inline;
}

div.news_image {
	min-width: 240;
	text-align: center;
	margin-right: 1em;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
	display: inline-block;
}

div.news_image img {
	margin: auto;
	padding-bottom: 1em;
}

p.news_title {
	display: block;
}

div.news_text {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 1em;
	width: auto;
	max-width: 80%;
}

div.news_text ul {
	display: block;
}

div.projectEntry {
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #505050;
	padding-bottom: 1em;
}

a.nolinkcolor {
	color: inherit;
	text-decoration: none;
}


div.projectImage {
	width: 120px;
	float: left;
}

div.projectDescription {

}

div.figure160Container {
	display: inline-block;
	width: auto;
	vertical-align: top;
}

div.figure160 {
	border: thin #202020 solid;
	clear: right;
	margin: 3px;
	padding: 3px;
	/*max-width: 130px;*/
}
div.figure160 p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0px;
	/*max-width: 300px;*/
	margin: 0px;
	padding-top: 0px;
	margin-top: 3px;
/*	border-top: 1px solid silver;*/
/*	background: #e0e0e0;*/
/*	background: #e5ecf9;*/
	background: black;
}
div.figure160_floatleft {
	float: left;
}
div.figure160_floatright {
	float: right;
}
div.figure160 img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

div.figure {
	border: thin #202020 solid;
	clear: right;
	margin: 3px;
	padding: 3px;
	/*max-width: 130px;*/
}
div.figure p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0px;
	max-width: 120px;
	margin: 0px;
	padding-top: 0px;
}

a.shopProducts:link, a.shopProducts:visited, a.shopProducts:active, a.shopProducts:hover {
	text-decoration: none;
	color: black;
}

hr.shopProducts {
	margin: 4px;
}

img.shopProduct {
	padding: 2px;
	margin-right: 9px;
	float: left;
}

div.shopProducts {
	background-color: #ffffff;
	border: solid 1px #cccccc;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-radius: 5px;
	moz-border-radius: 5px;
}

div.shopProducts table {
	margin-bottom: 0px;
}

code {
	padding: 0 0 0 0;
	display: inline;
}

pre.code {
	background: black; 
	color: #00ff00;
}

img.monitor {
	border-radius: 11px 11px 11px 11px;
	-moz-border-radius: 11px 11px 11px 11px;
	-webkit-border-radius: 11px 11px 11px 11px;
	border: 1px solid #000000;
	float: right;
	margin: 3px;
}

img.contour {
	border: thin #202020 solid;
	border-radius: 11px 11px 11px 11px;
	-moz-border-radius: 11px 11px 11px 11px;
	-webkit-border-radius: 11px 11px 11px 11px;
	margin: 3px;
	padding: 6px;
}

div.hidden_content_header {
	text-align: center;
	font-weight: bold;
	font-style: underline;
	cursor: pointer;
	/*background-color: #d0d0d0;*/
	background-color: #202020;
	margin-bottom: 10px;
	padding: 10px;
}

div.hidden_content {
	display: none;
	padding-bottom: 15px;
}

div.socialbar {
	display: block;
}

table.subcontent {
/*	background-color: #405080;*/
	border-width: 1px;
	border-collapse: collapse;
}

table.subcontent td {
	border-bottom-width: 1px;
}

table.subcontent th {
	border-color: #aaaaaa;
/*	background-color: #994C00;*/
	background-color: #3067BF;
/*	background-color: #67BF30;*/
/*	background-color: #67BF30;*/
	color: #ffffff;
}

img.logo {
	padding: 1em;
}

a.menu_active {
	text-decoration: underline;
}

section.main {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;

}

div.main {
	padding-top: 0em;
}

p.title {
	color: #ffc010;
	border-bottom: solid 3px #202020;
}

h2.subtitle {
	/*color: #dfdf00;*/
	color: #ffc010;
	border-bottom: solid 3px #202020;
}

p.question {
	margin-left: 1em;
	padding: 0.25em;
	border-top: solid 1px #202020;
}

p.question b {
	font-size: 120%;
	color: #ffc010;
}

