* {
	margin:0;
	padding:0;
}
h2 {
	padding:1em 0 0 0;
}
p {
	line-height:1.4em;
}
p + p {
	text-indent:2em;
}
body {
	font-size:100%;
	text-align:center;
    font: 400 15px/1.8 Lato, sans-serif;
	background:#fff;
	margin-top: 5px;
	
}
pre {
	display:block;
	margin:1em 0 0 0;
	width:488px;
}
pre code {
	background:#eee;
	display:block;
	padding:10px;
}
.r {
	float:right;
	padding:0 0 10px 20px;
}

/* Landscape mode (default) */
#wrap {
	margin:0 auto;
	width:1200px;
	position:relative;
	overflow:hidden;
	text-align:left;
	background:#fff;
    min-height:600px;

}
#menu {
	float: left;
	width: 1200px;
	padding: 5px 0 5px 0;
	background-color: #020031;
	border-bottom: 1px solid #000;
}

#Krop {
	float:left;
	width:1200px;
	padding:5px 0 5px 0;
	border-bottom:1px solid #000;
}

#content {
	float:left;
	width:1200px;
	background:#eee;
	position:relative;
	left:768px;
}



a.glink, a.glink:visited{
  	font-size: small;
  	color: #FFFFFF;
	font-weight: bold;
	margin: 1px;
	padding: 3px 4px 3px 4px;
	border-right: 1px solid #000000;
	text-decoration: none;
}

a.glink:hover{
  	color: #999999;
	text-decoration: none;
}

a.non, a.non:visited{
  	font-size: small;
  	color: #999999;
	font-weight: bold;
	margin: 0px;
	padding: 4px 5px 4px 5px;
	border-right: 1px solid #FFBB00;
	text-decoration: none;
}

a.non:hover{
  	color: #999999;
	text-decoration: none;
}

.container {
	background:#fff;
}

/* Add a dark background color with a little bit see-through */ 
.navbar {
	margin-bottom: 5px;
	background-color: #02FFFF;
	border: 0;
	font-family: Montserrat, sans-serif;
	font-size: 12px !important;
	letter-spacing: 1px;
	opacity: 1.0;
	margin-top: 5px;
}
/* Add a gray color to all navbar links */
.navbar li a, .navbar .navbar-brand { 
    color: #d5d5d5 !important;
}

/* On hover, the links will turn white */
.navbar-nav li a:hover {
    color: #fff !important;
}

/* The active link */
.navbar-nav li.active a {
    color: #fff !important;
    background-color:#706f80 !important;
}

/* Remove border color from the collapsible button */
.navbar-default .navbar-toggle {
    border-color: transparent;
}

/* Dropdown */
.open .dropdown-toggle {
    color: #fff ;
    background-color: #555 !important;
}

/* Dropdown links */
 .dropdown-menu li a {
    color: #000 !important;
}

/* On hover, the dropdown links will turn red */
.dropdown-menu li a:hover {
    background-color: red !important;
}


@media only screen and (orientation:portrait){
	#wrap {
		width:350px;
	}
}
