html * {
	font-family:Helvetica, sans-serif;
	font-weight:normal;
	font-size:15px;
	line-height:1.2;
	color:#000000;
	letter-spacing:1;
	word-wrap:break-word;
}
h1, h2, h3, h4, h5, h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	line-height:1;
	color:#000000;
	font-weight:normal;
	font-family:Helvetica, sans-serif;
	margin:0;
	padding:0;
	margin-bottom:20px;
}
a, a:hover, a:active, a:focus, input::-moz-focus-inner {
	border:0;
	outline:0;
	text-decoration:underline;
}
h1 {
	font-size:22px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-size:inherit !important;
	line-height:inherit !important;
}
p {
	margin-bottom:20px;
	width:100%;
}
br {
	line-height:inherit !important;
}
ul {
	list-style:none;
}
ul li {
	position:relative;
}
ul li a {
	display:block;
}
hr {
	color:#000000;
	background-color:#000000;
	height:1px;
	line-height:1px;
	border:0;
}

.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
.cf {
	*zoom:1;
}

.desktop {
	display:block;
}
.mobile {
	display:none;
}

.row {
	clear:both;
}
.col {
	float:left;
}
.colr {
	float:right;
}

.grid_full {
	width:100%;
}
.grid_half {
	width:50%;
}
.grid_third {
	width:33.33%;
}
.grid_quarter {
	width:25%;
}
.grid_fifth {
	width:20%;
}
.grid_inner_wrap {
	padding:0 10px;
}
.grid .grid_half:first-child .grid_inner_wrap {
	padding-left:0;
}

.hidden {
	display:none;
}
.bold {
	font-weight:bold;
}
.normal {
	font-weight:normal;
}

/* FRAMES */

html {
	margin:0;
	padding:0;
	min-height:100%;
	background-color:#ffffff;
}
body {
	margin:0;
	padding:0;
	width:100%;
	position:relative;
	text-align:left;
}
header {
	position:relative;
	margin-left:200px;
	background-color:#244b65;
	height:40px;
}
main {
	position:relative;
	margin-left:200px;
	padding-bottom:40px;
	min-height:calc(100vh - 80px);
}
main.login {
	margin-left:0px;
}
aside {
	position:absolute;
	width:200px;
	height:100%;
	top:0;
	left:0;
	border-right:1px solid #244b65;
}
footer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:40px;
	background-color:#244b65;
	overflow:hidden;
}

/* MENUES */

.menu nav ul {
	margin:0;
	padding:0;
}
.menu nav ul li {
	display:inline-block;
	margin:0;
	padding:0;
}
.menu nav ul li a {
	display:block;
	margin-right:20px;
	padding:5px 0;
	text-decoration:none;
	text-transform:uppercase;
}
.menu nav ul li a.active {
	font-weight:bold;
}
.menu nav ul.sub li {
	margin-left:20px;
}
.menu nav.submenu ul li a.active {
	text-decoration:underline;
}

/* ASIDE */

.aside_wrapper {
	padding:10px;
	overflow:hidden;
}
.top span {
	font-size:25px;
}
.top p {
	margin:0;
}
aside .menu {
	margin:20px 0;
	padding:10px;
	background-color:#244b65;
}
aside .menu nav ul li {
	display:block;
}
aside .menu * {
	color:#ffffff;
	font-size:12px;
}

/* HEADER */

header * {
	color:#ffffff;
}
.header_wrapper {
	padding:0 20px;
	overflow:hidden;
}
header .menu nav {
	padding:6px 0;
}
header .date span {
	font-size:15px;
	line-height:40px;
}

/* FOOTER */

footer * {
	color:#ffffff;
}
footer .footer_wrapper {
	padding:12px 20px;
}
footer .menu nav {
	padding:0;
}
footer .menu nav ul li a {
	padding:0;
}

/* CONTENT */

section {
	position:relative;
	padding:20px;
}
section h1 {
	font-weight:bold;
}
.content {
	position:relative;
}
.content ul, .content ol {
	margin-bottom:20px;
	list-style-position:inside;
	text-align:left;
}
.content ul {
	list-style-type:disc;
	list-style-position:outside;
	margin-left:10px;
}
.content ul li, .content ol li {
	margin-left:10px;
	padding-left:10px;
}
.content hr {
	margin:20px 0;
}

.singleform {
	margin-bottom:20px;
}
.hovertext {
	text-decoration:none;
	position:relative;
}
.hovertext .fullview {
	position:absolute;
	width:300px;
	max-height:200px;
	overflow:auto;
	background-color:#999999;
	color:#ffffff;
	z-index:10;
	padding:10px;
}
.hovertext:hover .fullview {
	display:block;
}
.paging {
	border-top:1px solid #cccccc;
	padding-top:10px;
	margin-top:10px;
}
.paging span a, .paging span input {
	display:inline-block;
	text-decoration:none;
}
.paging span input {
	width:25px;
}
.filter {
	margin-right:5px;
}
td select {
	padding:1px;
}
tr.filterrow td:last-child .filter {
	margin-right:0px;
	overflow:hidden;
}
a.maillink, a.tellink {
	text-decoration:none;
}
.important_icons div {
	margin-top: 10px;
}
.important_icons div > img {
	float:left;
}
.important_icons div > span {
	float:left;
	margin-left:10px;
	padding-top:5px;
}
.imglist img {
	max-width:100px;
	height:auto;
}

/* FORM */

input, textarea, select {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:2px 5px;
	width:100%;
	max-width:400px;
	margin-bottom:10px;
	display:block;
	border:1px solid #999999;
}
select {
	max-width:410px;
}
input[type="submit"] {
	width:auto;
	min-width:150px;
	display:block;
}
label {
	display:inline-block;
	margin-bottom:5px;
}

/* LOGIN */

.login {
	text-align:center;
}
.login input, .login input[type="submit"] {
	display:inline-block;
}

/* TABLE */

table {
	width:100%;
}
tr {
	background-color:#ffffff;
}
tr:nth-child(even) {
	background-color:#f1f1f1;
}
tr:hover {
	background-color:#cccccc;
}
th {
	font-weight:bold;
	text-transform:uppercase;
}
th, td {
	padding:5px;
}
td.action {
	width:100px;
}
td.action img {
	width:20px;
	height:auto;
	margin-right:5px;
}
tr.filterrow {
	background-color:#999999;
}

.filter input {
	max-width:100px;
}

/* VIEW */

.venture_wrap {
	display:block;
}
.venture_header {
	margin-bottom:40px;
}
.venture_tabs {
	margin-bottom:0px;
	position:relative;
	z-index:2;
}
.venture_tabs .tab {
	margin:0 5px;
}
.venture_tabs .tab:first-child {
	margin-left:20px;
}
.venture_tabs .tab a {
	padding:5px 10px 5px 10px;
	border:1px solid #244b65;
	text-decoration:none;
	display:block;
	background-color:#244b65;
	color:#ffffff;
	font-weight:bold;
}
.venture_tabs .tab a.active {
	border-bottom:1px solid white;
	background-color:#ffffff;
	color:#000000;
}
.venture_data {
	top:-1px;
	margin-bottom:20px;
	border:1px solid black;
	position:relative;
	z-index:1;
}
.venture_data .venture_wrap {
	padding:20px;
}

table.info {
	
}
table.info tr:nth-child(even) {
	background-color:#ffffff;
}
table.info tr:hover {
	background-color:#ffffff;
}
table.info td {
	padding:0 10px 0 5px;
	vertical-align:top;
}
table.info td.label {
	text-align:right;
	padding:0 5px 0 0;
	color:#999999;
	width:50px;
}
table.info tr.bts td {
	padding-bottom:5px;
}
table.info tr.bt td {
	/*border-top:1px dashed #999999;*/
	padding-top:5px;
}

.tableimg img {
	max-width:200px;
	max-height:200px;
}
#singleform.action_add .add_hide {
	display:none;
}
#singleform.action_edit .edit_hide {
	display:none;
}
#singleform.action_editsub .editsub_hide {
	display:none;
}
#singleform.action_addsub .addsub_hide {
	display:none;
}

.scrolltext {
	max-width:100%;
	max-height:80px;
	overflow:auto;
}
.scrolltext.formdata {
	max-height:280px;
}
.scrolltext.xl {
	max-height:350px;
}
.scrolltext.pre {
	font-size:12px;
	font-style:italic;
}

.infolist li {
	margin-bottom:10px;
}
.infolist pre {
	font-size:12px;
	font-style:italic;
}

/* TITLE */
a[data-title] {
	position:relative;
	display:inline-block;
}
a[data-title]:hover:after {
  content:attr(data-title);
  padding:10px 15px;
  background-color:#244b65;
	color:#ffffff;
  position:absolute;
  left:0;
  top:100%;
  z-index:20;
  white-space:nowrap;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  -moz-box-shadow:0px 0px 4px #222;
  -webkit-box-shadow:0px 0px 4px #222;
  box-shadow:0px 0px 4px #222;
}

/* MESSAGE */

.message {
	position:fixed;
	top:5%;
	left:25%;
	width:50%;
	z-index:20;
}
.error {
	position:relative;
	background-color:rgba(255,0,0,0.9);
	color:#000000;
	margin:20px 0;
	padding:10px;
	border:1px solid red;
	border-radius:10px;
}
.success {
	position:relative;
	background-color:rgba(0,128,0,0.9);
	color:#000000;
	margin:20px 0;
	padding:10px;
	border:1px solid green;
	border-radius:10px;
}
.messagewrapper a.close {
	position:absolute;
	top:10px;
	right:10px;
	display:block;
}
.ajaxloader {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:200;
	text-align:center;
	background:rgba(0,154,164,0.5);
}
.ajaxloader .center {
	margin:10%;
	text-align:center;
}
.ajaxloader img {
	margin:0px auto;
	width:auto;
	height:auto;
	display:inline-block;
}

/* RESIZE */

/* #### Tablet big #### */
@media screen and (max-width: 1200px){
	
}

/* #### Tablet #### */
@media screen and (max-width: 960px){
	
	.body_wrapper {
		padding:0 10px;
	}
	
	.mobile {
		display:block;
	}
	.desktop {
		display:none;
	}
	
	.grid_quarter {
		width:50%;
		margin-bottom:20px;
	}
	.grid_fifth {
		width:33.33%;
		margin-bottom:20px;
	}
	
	header, footer, aside, main {
		height:auto;
		position:relative;
		margin-left:0;
		width:100%;
		border:0;
	}
	
}

/* #### Mobile turn #### */
@media screen and (max-width: 750px){
	
}

/* #### Mobile large #### */
@media screen and (max-width: 640px){
	
	.grid_half {
		width:100%;
		margin-bottom:20px;
	}
	.grid_third {
		width:100%;
		margin-bottom:20px;
	}
	.grid_quarter {
		width:100%;
	}
	.grid_fifth {
		width:100%;
	}
	
}

/* #### Mobile #### */
@media screen and (max-width: 460px){
	
}

/* #### Mobile small #### */
@media screen and (max-width: 350px){
	
}
