body {
	background-color: #fafafa;	
	font-family: Arial;
}

header {
	height: 85px;
	background-color: #64ac1e;
	width: 100%;
}

.header-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.wrapper {
	max-width: 1200px;
	margin: 0 auto;	
}



.login {
	width: 300px;
	margin: 100px auto;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.16);
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.16);
	background-color: white;
}
.login h1 {
	font-size: 20px;
	color: #333333;
	margin-left: 10%;
}
.login .input {
	margin: 10px auto 0;
	background-color: #f0f0f0;
	color: black;
	font-size: 12px;
	height: 30px;
	border: 0;
	padding: 5px 10px;
	border-radius: 3px;
	width: 80%;
	margin-left: 10%;
}
.login .anmelden {
	margin: 30px auto;
	background-color: #65ac1e;
	color: white;
	font-size: 16px;
	height: 30px;
	border-radius: 3px;
	border: 0;
	width: 80%;
	margin-left: 10%;
}


.navigation {
	max-width: 1200px;
	margin: 0 auto;
	background-color: white;
	height: 85px;
}
.navigation .pagetitle {
	margin-left: 20px;
	font-size: 22px;
	color: black;
	font-weight: bold;
	padding-top: 25px;
	width: 400px;
	display: inline-block;
	height: 85px;
}
.navigation .pagetitle span {
	font-weight: normal;
	font-size: 12px;
}
.navigation .nav {
	float: right;
}
.navigation .nav a {
	line-height: 85px;
	width: 85px;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
.navigation .nav a.logout {
	color: white;
	background-color: #e27f90;
}


.content {
	max-width: 1200px;
	margin: 20px auto;
	background-color: white;
	min-height: 400px;	
}


.listheader {
	width: 100%;
}
.listheader .inner {
	padding: 30px 20px 20px 20px;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	color: #333333;
}
.listheader .inner span {
	font-size: 12px;
}
.listheader .inner a.new {
	display: inline-block;
	float: right;
	color: white;
	border-radius: 3px;
	background-color: #65ac1e;
	padding: 4px 20px;
	line-height: 18px;
	height: 18px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}


.tablewrapper {
	margin: 0;	
}

.tablewrapper table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
.tablewrapper table tr {
	height: 30px;
}
.tablewrapper table tr th {
	background-color: #f0f0f0;
	text-align: left;
	font-size: 14px;
	text-transform: uppercase;
	color: #666666;
	padding: 0 0 0 20px;
	line-height: 50px;
}

.tablewrapper table tr td {
	padding: 0 0 0 20px;
	line-height: 50px;
	font-size: 15px;
	border-bottom: 1px solid #f0f0f0;
}
.tablewrapper table tr td a {
	display: inline-block;
	background-color: #f0f0f0;
	border-radius: 3px;
	color: #666666;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	padding: 3px 10px;
}


.tabs {
	margin-top: 30px;
	width: 100%;
}

.tabs .tab {
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #333333;
	font-size: 15px;
	background-color: #91c360;
	border: 1px solid #f0f0f0;
	border-bottom: 0;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}
.tabs .tab.active {
	background-color: white;
	position: relative;
	z-index: 100;
}

.tab.new {
	background-color: #b1e380;	
}

.tabcontent {
	background-color: white;
	border: 1px solid #f0f0f0;
	min-height: 350px;
	width: 100%;
	margin-top: -1px;	
	display: none;
}
.tabcontent.active {
	display: block;
}

.tabcontent .tabinner {
	margin: 40px 20px 20px 20px;
}
.tabcontent .tabinner label {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.tabcontent .tabinner input, .tabcontent .tabinner select {
	height: 30px;
	background-color: #f0f0f0;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	padding: 0 10px;
	width: 300px;
	border: 0;
}



.tabcontent .tabinner input.savecalc {
	display: inline-block;
	color: white;
	border-radius: 3px;
	background-color: #65ac1e;
	padding: 4px 20px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	width: auto;
	margin-top: 40px;
}

.result {
	margin: 15px 0 -15px 20px;
    font-weight: bold;
    color: green;
}