/*!
 * Copyright 2016 Ade Haryanto (Microsoft Student Partner 2016).
 * http://adeharyanto.com/
 *
 * Project:	Formulir Ade
 * Version:	1.0 
 *
 */

html {
	background: url(../img/bg.png);
}

body {
	margin: 0;
	padding: 0;
}

.header {
    background-color: #0AC7AD;
    color: #fff;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.title_header {
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    margin: 0 10px;
    min-width: 30px;
    height: 43px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
    font-weight: 500;
    line-height: 44px;
}

.menu {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	background-color: #39BA8C;
	border-bottom: 3px solid #298463;
}

.isi_menu {
	width: 100%;
	padding: 15px;
	background-color: #39BA8C;
	color: #fff;
	text-decoration: none;
}

.isi_menu:hover {
	background-color: #298463;
}

.isi_menuaktif {
	width: 100%;
	padding: 15px;
	background-color: #298463;
	color: #fff;
	text-decoration: none;
}

.iklan {
	width: 100%;
	max-width: 960px;
	height: 100px;
	background-color: #DEDEDE;
	margin: 0 auto;
}

.content {
	width: 100%;
	max-width: 960px;
	height: auto;
	margin: 0 auto;
}

.footer {
	background-color: #39BA8C;
    border-top: 3px solid #298463;
    color: #fff;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.title_footer {
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    margin: 0 10px;
    min-width: 30px;
    height: 43px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 500;
    line-height: 44px;
}

.title {
	font-size: 14px;
}

.titale {

}