header{
	font-size: 23px;
}

a, a:visited{
	color:#21759B;
}

/*************************************************
* NAVIGATION
*************************************************/
nav{
	height: 90px;
	background-color: white;
	margin-top: 50px;
	border-bottom: 1px solid #EDEDED;
	border-top: 1px solid #EDEDED;
	display: flex;
}

nav .nav-div{
	width: 1028px;
	margin: 0 auto;
	height: 100%;
	display: flex;
}

nav .nav-div-small{
	display: none;
}

nav .nav-img-logo{
	height: 70px;
	margin-right: 50px;
	margin-top: 10px;
}

nav .nav-list{
	margin: 0px;
	padding: 0px;
}

nav .nav-list li{
	list-style-type: none;
	vertical-align: middle;
	line-height: 90px;
	padding-right: 40px;
	padding-left: 40px;
	display: inline-block;
	cursor: pointer;
}

nav .nav-list li:hover{
	background-color: #EEEEEE;
}

nav .nav-item-current li div{
	display:inline;
    border-bottom: 2px solid black;
}

nav .nav-item{
	text-decoration: none;
	text-transform: uppercase;
	color: black;
}

/*************************************************
* CONTENT-WRAP
*************************************************/
.content-wrap{
	background-image: url('../images/background.png'), linear-gradient(#0f469b, #1558c4);
	background-size: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

/*************************************************
* MAIN-CONTAINER
*************************************************/
.main-container{
	width: 1028px;
	background-color: white;
	box-shadow: 0px 2px 6px rgba(100,100,100, 0.3);
	padding-left: 50px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 50px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 25px;
	min-height: calc(100vh - 355px);
}

.main-container-large{
	display: block;
}

.main-container-middle{
	display: none;
}

.main-container-small{
	display: none;
}

.main-container h1{
	font-size: 25px;
	margin-bottom: 20px;
	font-weight: normal;
}

.main-container a{
	color:#21759B;
}

/*************************************************
* FOOTER
*************************************************/
footer{
	background-color: #EFEFEF;
	line-height: 40px;
	font-size: 12px;
	vertical-align: middle;
	color: #911414;
	bottom:0px;
	width: 100%;
	border-top: 1px solid #BBBBBB;
}

footer .div-footer{
	font-size: 12px;
	text-align: center;
	width: 100%;
}

/*************************************************
* TABLE
*************************************************/
table {
	border-spacing: 0px;
	border: 1px solid #8b8788;
	text-transform: uppercase;
	font-size: 16px;
	width:100%;
	vertical-align:middle;
}

table th{
	background-color: #911414;
	color: white;
	height: 40px;
}

table td{
	border-top: 1px solid #AAA;
	height: 60px;
}

table tr:nth-child(odd){
	background-color: rgba(139,135,136,.2)
}

/*************************************************
* CONTROLS
*************************************************/
input{
	width: 250px;
	height: 33px;
	color: #555555;
	border-radius: 4px;
	border: 1px solid #AAA;
	padding-left: 10px;
}

input[type="submit"], button{
	width: 262px;
	background-image: -moz-linear-gradient(center top , #F4F4F4, #E6E6E6);
	cursor: pointer;
	height: 35px;
	color: #555555;
	border-radius: 4px;
	border: 1px solid #AAA;
}
