body,
html {
	background: none;
	margin: 0;
	padding: 0;
}

html {
	background: url('../images/background_flaim.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0 auto;
	padding: 0;
}

body {
	max-width: 1890px;
	margin: 0 auto;
	padding: 0;
}

	/**
	* Topmenu
	**/
	.topmenu {
		width: 352px;
		float: right;
		height: 25px;
		line-height: 25px;
		background: #f13901;
		color: #FFF;
		padding: 0 10px;
		margin: 0;
	}

		.topmenu p { margin: 0;padding: 0;}
		.topmenu p.left { float: left; width: 50%;}
		.topmenu p.right { float: right; width: 50%; text-align: right;}

		.topmenu a {
			color: #FFF;
			text-decoration: none;
		}

		.topmenu a:hover { text-decoration: underline; }

/**
** centerBlockSmall
**/
.centerBlockSmall {
	max-width: 630px;
	margin: 0 auto;
    clear: both;
}

	.centerBlockSmall h1 {
		color: #fff;
		text-align: center;
		font-size: 70px;
		margin-bottom: 10px;
	    font-weight: normal;
	}

	.centerBlockSmall .content {
		background: #FFF;
		padding: 50px 115px 0px;
		margin-bottom: 40px;
	}

/**
** Login Form
**/
form.login {

}
	.label-cre {
		text-transform: uppercase;
	}

	form.login label {
		display: block;
		text-align: left;
		padding-left: 16px;
		font-size: 15px;
		color: #8d8d90;
		padding: 10px 0 10px 10px;
	}

	form.login label {
		display: block;
	}

	form.login span.checkbox {
		padding: 10px 0;
		clear: both;

	}

	form.login input {
		height: 45px;
		border: 2px solid #8d8d90;
	    width: 375px;
		padding: 0 10px;
		font-size: 16px;
	}

	form.login input[type="checkbox"] {
		width: auto;
	}

	form.login span input,
	form.login span label {
		float: left;
		display: inline;
		padding: 15px 0 0 10px;
	}

	form input.button {
		width: 100%;
		height: 47px;
		text-align: center;
	    background: #DC5B33;
		color: #FFF;
		font-size: 35px;
		border: 0;
	}

	.centerBlockSmall p.passwordForgot {
		padding-top: 20px;
	}

	.centerBlockSmall p.passwordForgot a {
		color: #8d8d90;
	}


.main-content {
	clear: both;
}

.tabs {
	padding-top: 100px;
	clear: both;
}

	.tabs #tabs {
		float: left;
		height: 65px;
		line-height: 65px;
		margin: 0;
		padding: 0;
	}

		.tabs #tabs li {
			display: inline-block;
			padding-right: 10px;
			overflow: hidden;
		}

		.tabs #tabs li a {
			display: block;
			height: 65px;
			line-height: 65px;
			padding: 0 30px;
			font-size: 20px;
			background: #797a7d;
			color: #FFF;
			text-decoration: none;
		}

		.tabs #tabs li a:hover {
			color: #676768;
			background: #FFF;
		}

		.tabs #tabs li.active a {
			color: #676768;
			background: #FFF;
			-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.42);
			-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.42);
			box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.42);
		}

.tabs .tab-content {
	background: #FFF;
	clear: both;
	padding: 15px 0 0 30px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.42);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.42);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.42);
}

.nobr	{ white-space:nowrap; }

/**
** Briefings Table
**/
.briefs {
	width: 100%;
}

	.briefs tr td {
		border-bottom: 1px SOLID #bdbfc1;
		border-right: 1px SOLID #8d8d8e;
		padding: 5px 10px;
		font-size: 18px;
	}
	.briefs tr td {
		vertical-align: middle;
	}
	.briefs tr td a {
		text-decoration: none;
		color: #8d8d8e;
		font-size: 15px;
	}

	.briefs tr.spacer td { padding-top: 30px; }

	.briefs tr th:nth-child(11),
	.briefs tr td:nth-child(11) {
		border-right: none;
	}

	.briefs tr th:last-child,
	.briefs tr td:last-child {
		border-right: none;
		border-bottom: none;
	}

	.briefs tr th {
		font-size: 18px;
		white-space:nowrap;
		font-weight: bold;
		color: #f13901;
		text-align: left;
		border-right: 1px SOLID #8d8d8e;
		padding: 5px 10px;
	}

/**
** kalender
**/
.kalender {
	font-size: 18px;
}
.kalender .month { background: #00aeef; color: #FFF; font-size: 18px; border-left: 10px SOLID #FFF;}

	.kalender tr td {
		padding: 8px 10px;
	}
	.kalender tr.brandrow td:first-child {
		background: #f13901;
		color: #FFF;
		font-weight: bold;
	}
	.kalender tr.campaign td:first-child {
		border-bottom: 1px SOLID #f9f9f9;
		padding-left: 40px;
		color: #f13901;
		font-weight: bold;
		padding-top: 20px;
	}


	.kalender tr.scampaign td:first-child,
	.kalender tr.campaign td:first-child {
		background: #e7e7e8;
	}
	.kalender tr.scampaign td:first-child {
		color: #00aeef;
		font-weight: bold;
		padding-left: 80px;
		color: #2f2c2d;
		font-weight: normal;
		border-bottom: 1px SOLID #f9f9f9;
	}

	.kalender  td:nth-child(2) {
		border-bottom: 1px SOLID #dedfe0 !important;
	}

	.kalender .scampaign .gray,
	.kalender .gray {
		background: #e7e7e8;
		border-bottom: 1px SOLID #f9f9f9;
		border-left: 10px SOLID #FFF;
		text-align: center;
	}

	.kalender .hasBriefing {
		border: 2px SOLID red;
		display: block;
	}
