body {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5;
	background-color: #444;
}

a:link { font-weight:normal; color: #767478; text-decoration:none; }
a:visited { font-weight:normal; color: #767478; text-decoration:none; }
a:hover { font-weight:normal; color: #767478; text-decoration:underline; }

div {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	display: block;
}

H1 {
    font-size: 333%;
	float: left;
	line-height: 47px;
	position: relative;
	margin: 0;
	padding: 20px 0 0 40px;
	text-align: left;
}

div.header a:link { font-weight:normal; color: #000; text-decoration:none; }
div.header a:visited { font-weight:normal; color: #000 ; text-decoration:none; }
div.header a:hover { font-weight:normal; color: #767478; text-decoration:none; }

H2 {
    color: #000;
	margin: 3px 0 2px;
	padding-bottom: 4px;
	font-size: 200%;
	border-bottom: dotted 1px #CCCCCC;
}

H3 {
    color: #444;
    font: bold 100% Arial, Helvetica, sans-serif;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 1px dotted #c0c0c0;
    padding: 8px 24px 7px 10px;
	margin: 0;
}

.wrapper {
	width: 1000px;
	margin: 20px auto;
	position: relative;
	border: 1px solid #c0c0c0;
	background-color: #f0f0f0;
	padding: 10px;
	clear: both;
	overflow: hidden;
	border-radius: 7px;
}

.header {
	/*background-color: #FF0000;*/
    min-height: 140px; 
	padding: 15px 0;
	background-image:  url(../images/logo.png); 
	/*background-image:  url(http://www.sycotec-msp.de/images/logo1.jpg) ; */
	background-repeat: no-repeat; 
	background-position: top left;
    border-bottom: 1px solid #c0c0c0;	
}

.container {
    /*background-color: #00FF00;*/
	padding: 0 0 10px;
	clear: both;
	overflow: hidden;	
	height: ;
	width: 100%;
    min-height: 650px;	
	
}

.mainframe {
    /*background-color: #0000FF;*/
	width: 725px;
	float: left;
	position: relative;
	margin-left: 0;
	margin-right: 0;
}

.mainframe.login {
	width: 700px;
	float: left;
	position: relative;
	margin-left: 0;
	margin-right: 0;
}

.content {
	/*background-color: #00FFFF;*/
	margin-top: 15px;
	min-height: 140px;
	border-radius: 5px;
	border: 1px solid #c0c0c0;
	background: #FFF;
	padding: 25px 15px 1em 15px;
	clear: both;
	overflow: hidden;
	font-size: 120%;
}

.content.login {
	/*background-color: #00FFFF;*/
	margin-top: 15px;
	/*margin: 0 0 15px;*/
	margin-left: 300px;
	min-height: 140px;
	border-radius: 5px;
	border: 1px solid #c0c0c0;
	background: #FFF;
	/*padding: 25px 15px 1em 15px;*/
    padding: 0;
	clear: both;
	overflow: hidden;
}

.content.info {
	/*background-color: #00FFFF;*/
	margin-top: 165px;
	/*margin: 0 0 15px;*/
	margin-left: 300px;
	min-height: 140px;
	border-radius: 5px;
	border: 1px solid #c0c0c0;
	background: #FFF;
	/*padding: 25px 15px 1em 15px;*/
    padding: 0;
	clear: both;
	overflow: hidden;
}

.footer {
	/*background-color: #00FFFF;*/
	padding: 0;
	clear: both;
	overflow: hidden;	
	height: ;
	padding: 0;
	border-top: 1px solid #c0c0c0;
	font-size: 90%;
}

.footer table {
	border: none;
	padding: 0;
	margin: 10px 0;
	width: 100%;
}

.footer td {
	width: 33%;
}

td.credits-left {
	text-align: left;
}

td.credits-center {
	text-align: center;
}

td.credits-right {
	text-align: right;
}

.sidebar-container {
    /*background-color: #0000FF;*/
	float: left;
	position: relative;
	margin-left: 15px;
}

.sidebar {
	/*background-color: #00FFFF;*/
	float: right;
	margin-top: 15px;
	width: 260px;
	color: #666666;
	padding: 0 0 10px;
}

.listbox {
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 15px;
    background: #fff;
    border: 1px solid #c0c0c0;
    padding: 0;
}

div.listbox ul {
	margin: 0;
    padding: 5px 10px 9px 10px;
}

div.listbox ul a:link { font-weight:normal; color: #000; text-decoration:none; }
div.listbox ul a:visited { font-weight:normal; color: #000 ; text-decoration:none; }
div.listbox ul a:hover { font-weight:normal; color: #767478; text-decoration:underline; }

.li-bullet {
    background-image: url(../images/bulletpbl.png);
	/*background-image: url(sr-includes/images/bulletpbl.png);*/
	background-position: 0 1px;
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-bottom: 3px;
	margin: 0;
	list-style: none;
}

.li-folder {
    background-image: url(../images/folderbl16.png);
	/*background-image: url(sr-includes/images/folderbl16.png);*/
	background-position: 0 1px;
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-bottom: 3px;
	margin: 0;
	list-style: none;
}

.loginlabel {/* label user*/
    color: #777;
	font-size: 14px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	cursor: pointer;
	line-height: 1.5;
	font-weight: 400;
	font-family: "Open Sans",sans-serif;
}

.buttonblue {
	-moz-box-shadow: 1px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow: 1px 1px 0px 0px #bbdaf7;
	box-shadow: 1px 1px 0px 0px #bbdaf7;
	background-color:#5b9cd9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	padding:5px 20px;
	text-decoration:none;
}

.buttonblue:hover {
	background-color:#0074a2;
}

.buttonblue:active {
	position:relative;
	top:1px;
}

.login {
	margin: 0;
    padding: 5px 10px 9px 10px;
}

.login.logo {
    /*background-color: #0000FF;*/
	background-image: url(../images/default_user.png);
	/*background-image: url(sr-includes/images/default_user.png);*/
	background-size: 100% auto;
	background-position: 0 1px;
	background-repeat: no-repeat;
	-webkit-background-size: 128px;
	height: 128px;
	width: 128px;
	padding: 0;
	margin: 20px auto;
	list-style: none;
}

.newuser.logo {
    /*background-color: #0000FF;*/
	background-image: url(../images/add_user.png);
	/*background-image: url(sr-includes/images/add_user.png);*/
	background-size: 100% auto;
	background-position: 0 1px;
	background-repeat: no-repeat;
	-webkit-background-size: 128px;
	height: 128px;
	width: 128px;
	padding: 0;
	margin: 20px auto;
	list-style: none;
}

.newpwd.logo {
    /*background-color: #0000FF;*/
	background-image: url(../images/schild.png);
	/*background-image: url(sr-includes/images/schild.png);*/
	background-size: 100% auto;
	background-position: 0 1px;
	background-repeat: no-repeat;
	-webkit-background-size: 128px;
	height: 128px;
	width: 128px;
	padding: 0;
	margin: 20px auto;
	list-style: none;
}

.input {
    font-size:24px;
    width:100%;
    padding:3px;
    margin:2px 0 1px 0;
	background:#fbfbfb;
	font-family:sans-serif;
    border:1px solid #ddd;
    box-shadow:inset 0 1px 2px rgba(0,0,0,.07);
    background-color:#fff;
    color:#333;
    outline:0;
    -webkit-transition:.05s border-color ease-in-out;
    transition:.05s border-color ease-in-out;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.userinput {
    font-size:24px;
    padding:3px;
    margin:2px 0 1px 0;
	background:#fbfbfb;
	font-family:sans-serif;
    border:1px solid #ddd;
    box-shadow:inset 0 1px 2px rgba(0,0,0,.07);
    background-color:#fff;
    color:#333;
    outline:0;
    -webkit-transition:.05s border-color ease-in-out;
    transition:.05s border-color ease-in-out;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

input[type=text]:focus {
   border-color:#5b9dd9;
   -webkit-box-shadow:0 0 2px rgba(30,140,190,.8);
   box-shadow:0 0 2px rgba(30,140,190,.8)
}

input[type=password]:focus {
   border-color:#5b9dd9;
   -webkit-box-shadow:0 0 2px rgba(30,140,190,.8);
   box-shadow:0 0 2px rgba(30,140,190,.8)
}

.submit {
    text-align: right;
	margin-top: 34px;
}

form.login table {
	border: none;
	padding: 0;
	margin: 10px 0;
	width: 100%;
}

form.login td {
	width: 50%;
}

td.button-left {
	text-align: left;
}

td.button-right {
	text-align: right;
}

.information {
	margin: 0;
    padding: 5px 10px 9px 10px;
}

.infoimg {
    float: left;
    padding: 0;
	margin: 0;
}

.infotext {
	float: left;
    padding: 9px 0 0 8px;
	margin: 0;
}

.infobox {
    color: #444;
    font: bold 100% Arial, Helvetica, sans-serif;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 1px dotted #c0c0c0;
    padding: 3px 0 36px 5px;
	margin: 0;
}

.userbox {
    /*background-color: #00FF00;*/
	padding: 0 0 0 10px;
	width: 100%;
	min-height: 200px;
	overflow: hidden;
}

.userimagebox {
    /*background-color: #FF0000;*/
	padding: 10px 10px 10px 0;
	min-height: 260px;
	overflow: hidden;
}

.userimage {
    background-color: #DDDDDD;
	height: 256px;
	width: 256px;
	float: left;
    border: 1px solid #c0c0c0;
}

.trophybox {
    /*background-color: #00FF00;*/
    float: left;
	width: 400px;
    min-height: 260px;
	Padding: 0 10px 0 10px;
}

.colormatrix {
    /*background-color: #FF0000;*/
	height: 26px;
	width: 100%;
	float: left;
	overflow: hidden;
    padding: 10px 0 10px 0;
}

.colorbox {
    /*background-color: #0000FF;*/
	height: 26px;
	width: 26px;
	float: left;
    border: 1px solid #c0c0c0;
}

.saveuser {
    text-align: right;
	margin-right: 34px;
}

.namebox {
    /*background-color: #FF0000;*/
	height: 50px;
	width: 100%;
	float: left;
	overflow: hidden;
    padding: 10px 0 0 0;
}
