BODY {
	background: #ffffff;
	font-family: Helvetica, Verdana, Arial, sanserif;
	font-size: 1em;
	color: #6A6C57;
	border-color: #6A6C57;
	margin: 0px;
	text-align: center;
	line-height: 135%;
}

div#backgroundimage{
	z-index: -1;
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-image: url("./background.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;
}

div#page {
	margin: 10px auto;
	text-align: left;
	min-width: 35em;
	max-width: 55em;
}	

div#headline {
	min-height: 3em;
}

div#userstate {
	text-align: right;
	font-size: 0.8em;
	z-index: 8;
	float: right;
	margin-left: auto;
	margin-right: 5px;
	margin-top: 5px;
	line-height: 120%;
}

div#langsel {
	float: right;
	margin-left: auto;
	margin-top: 5px;
	margin-right: 5px;
}

div#body {
	margin-top: 0.5em;
}

div#menu {
	float: left;
	margin-right: 0.5em;
	width: 11em;
	z-index: 8;
	position: fixed;
}

div#content {
	background-color: #ffffff;
	margin-left: 12em;
	box-shadow: 2px 2px 6px #000000;
	-moz-box-shadow: 2px 2px 6px #000000;
	-webkit-box-shadow: 2px 2px 6px #000000;
}

div#box_menu {
	background: #FFFFFF;
	position: relative;
	box-shadow: 2px 2px 6px #000000;
	-moz-box-shadow:  2px 2px 6px #000000;
	-webkit-box-shadow: 2px 2px 6px #000000;
}

div.box_content_inner {
	margin: 1em 0.5em 0em 0.5em;
	padding-bottom: 5px;
}

div.navbar {
	background: #6A6C57;
	padding: 0.3em;
	text-align: left;
	font-size: 0.8em;
	min-height: 1em;
	line-height: 100%;
	color: white;
}

div.entry_footer {
	border: thin silver solid;
	font-size: 0.8em;
	padding: 2px;
}

div.entry_comments {
}

div.comment {
}

div.comment H2 {
	margin-bottom: 0px;
}

div.comment p {
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 5px;
	border-left: 1px silver solid;
}

div#footline {
	margin-top: 1em;
	text-align: center;
	font-size: 0.8em;
	line-height: 120%;
}

div.toolbox {
	text-align: right;
	float: right;
}

div.pictoolbox {
	position: relative;
	background-color: white;
	margin: 0em 0em -1.2em auto;
	padding: 0em 0em 0.3em auto;
	height: 1.4em;
	text-align: right;
	width: 7em;
	vertical-align: middle;
	z-index: 666;
}

div.codebox {
	font-family: serif;
	margin-left: 2em;
	margin-right: 1em;
	border: thin silver solid;
	padding: 0.2em;
}

div.title {
	background: #6A6C57;
	padding: 0.2em;
	margin: -0.3em;
	text-align: left;
	font-size: 0.8em;
	height: 1.2em;
	color: white;	
}

div.multicolumn2 {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
	text-justify: newspaper;
}

div.multicolumn3 {
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
	text-justify: newspaper;
}

td#userstate {
	text-align: right;
	font-size: 0.8em;
	z-index: 8;
	float: right;
	margin-left: 1em;
}

div.boxed {
	position: absolute;
}

H1 {
	font-size: 1.2em;
	font-weight: bold;
}

H2 {
	font-size: 1.0em;
	font-weight: bold;
}

.small {
	font-size: 0.7em;
}

.big {
	font-size: 1.3em;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underlined {
	text-decoration: underline;
}

.switched {
	font-family: serif;
}

.switcheditalic {
    font-family: serif;
	font-style: italic;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.align_left {
	text-align: left;
}

.tab_selected {
	background: #6A6C57;
	color: white;
	padding: 5px;
}

a {
	color: #6A6C57;
	text-decoration: none;
}

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

.extern {
	position: relative;
	text-decoration: underline;
	margin: 20px;
	margin-right: -0px;
}

.extern:before {
	position: absolute;
	content: url('icons/extlink.png');
	left: -18px;
}

.mail {
	position: relative;
	text-decoration: underline;
	margin: 20px;
	margin-right: -0px;
}

.mail:before {
	position: absolute;
	content: url('icons/mail.png');
	left: -18px;
}

.jabber {
	position: relative;
	text-decoration: underline;
	margin: 20px;
	margin-right: -0px;
}

.jabber:before {
	position: absolute;
	content: url('icons/chat.png');
	left: -18px;
}

.extern:hover {
	color: #050505;
	text-decoration: underline;
}

.intern {
	text-decoration: underline;
}

.intern:hover {
	text-decoration: underline;
	color: #050505;
}

.internalimg {
	text-decoration: none;
}

.internalimg:hover {
	text-decoration: none;
}

a.internalimg p {
	margin-top: -5px;
	line-height: 120%;
}

.tools {
	color: #6A6C57;
	text-decoration: none;
	font-size: 0em;
	width: 16px;
	height: 16px;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}

.tools:hover {
	color: #6A6C57;
	text-decoration: none;
	font-size: 0.8em;
	background-image: url(empty.gif);
	padding: 0.5em 0.2em 0.0em 0.2em;
	width: auto;
	height: auto;
}

.navbarlink {
	color: white;
	text-decoration: none;
}

.navbarlink:hover {
	color: white;
	text-decoration: underline;
}

img {
	border: 0px;
	height: auto;
}

img.scaled {
	max-width: 100%;
	height: auto;
}

div.PIC_ASIS {
	float: left;
	font-size: 0.8em;
	margin: 0em 1.2em 0em 0em;
	padding-bottom: 0.2em;
}

div.PIC_ASISR {
	float: right;
	font-size: 0.8em;
	margin: 0em 0em 0em 1.2em;
	padding-bottom: 0.2em;
}

div.PIC_ASISC {
	float: none;
	font-size: 0.8em;
	margin: 0em auto 0em auto;
	padding-bottom: 0.2em;
}

div.PIC_PREVIEW {
	float: left;
	width: 15em;
	height: auto;
	border: 0px;
	font-size: 0.8em;
	margin: 0em 1.2em 0em 0em;
	padding-bottom: 0.2em;
}

div.PIC_PREVIEWR {
	float: right;
	width: 15em;
	height: auto;
	border: 0px;
	font-size: 0.8em;
	margin: 0em 0em 0em 1.2em;
	padding-bottom: 0.2em;
}

div.PIC_PREVIEWF {
	width: 100%;
	height: auto;
	border: 0px;
	font-size: 0.8em;
	padding-bottom: 0.2em;
}

div.PIC_PREVIEW_PROJECTS {
	max-width: 200px;
	height: auto;
	float: right;
	border: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
}

div.PIC_PREVIEW_PROJECTS_ENC {
	width: 210px;
	height: auto;
	float: left;
}

div[class*='PIC_'] p {
	margin-top: -5px;
	line-height: 120%;
}

table#centered {
	margin: auto;
}

td#form_l {
	font-size: 0.8em;
	text-align: right;
}

td#form_r {
	text-align:left;
	font-size: 0.8em;
}

.HeadLine {
	background-color: #6A6C57;
	font-weight: normal;
	color: #ffffff;
	font-size: 0.8em;
}

table.intext { 
	border-width: 0px;
	border-collapse: collapse;
}

table.sortable thead tr {
	background-color: #6A6C57 !important;
	color: #ffffff;
	font-weight: normal;
	font-size: 0.8em;
}

table.sortable tr:nth-child(odd) { 
	background-color:#eeeeee;
}

table.intext .headLine {
	background-color: #6A6C57;
	font-weight: normal;
	font-size: 0.8em;
}

table.intext td{
	padding: 5px;
}


