body {
        margin: 0;
        padding: 0;
        background: #111111;
        text-align: justify;
        font: 1em Arial, Helvetica, sans-serif;
        color: #116911;
}

h1, h1 a, h2, h2 a, h3, h3 a {
        margin: 0;
        text-decoration: none;
        font-weight: normal;
        color: #116911;
}

h1, #hd_logo, #hd_inner {
	display: inline-block;
}

#header {
	margin-top: 1em;
	position: relative;
	float: left;
}

h1 .smaller {
	position: absolute;
	font-size: 25%;
	left: 1.5em;
	bottom: -1.5em;
}

h2 {
        text-align: center;
}

a, a:focus, a:visited, a:active, a:hover {
        color: #116911;
	text-decoration: underline;
}

a:focus, a:active, a:hover {
        font-weight: bold;
}

#hd_point1, #hd_y, #hd_point2 {
	color: #004200;
}

.wrapperouter {
	display: none;
        position: absolute;
	width: 888px;
        margin: 6em auto;
	left: calc(50% - 444px);
        box-shadow: 0 0 20px 5px #0b420b;
        border-radius: 12px;
        overflow: hidden;
	top: 10em;
	z-index: -1;
}

.wrapperinner {
        padding: 1em;
        box-shadow: 0 0 10px 5px #0b420b inset;
        background: #000000;
}

.labelouter {
        box-shadow: 0 0 20px 5px #0b420b;
        border-radius: 12px;
        overflow: hidden;
}

.labelinner {
        padding: 1em;
        box-shadow: 0 0 10px 5px #0b420b inset;
        background: #000000;
}

.trigger {
    float: left;
    margin-top: 8em;
    height: 10em;
    margin-left: 3em;
}

.trigger:hover .wrapperouter {
	display: block;
}

.trigger:hover .labelinner {
        padding-bottom: 5em;
}

.trigger:hover .labelouter {
       box-shadow: 5px 0 20px 5px #0b420b; 
}

.trigger:hover .labeinner {
       box-shadow: 5px 0 10px 5px #0b420b inset;
}

#header {
	font-family: 'Dhurjati', sans-serif;
	font-size: 200%;
}

.header {
        padding: 1em;
} 


.footer {
        clear: both;
        padding: 1em;
        text-align: center;
        font-size: 0.88em;
}

.main {
        padding: 0 3em 2em 3em;
        text-align: center;
}

.main + .header{
	border-top: 1px solid #116911;
}

.footer {
    position: absolute;
    bottom: 2em;
    left: 45%;
}

/*#elem_localyhost {
    position: absolute;
    right: 2em;
    top: 2em;
    width: 42%;
}

#elem_urlshortener {
    position: absolute;
    bottom: 10em;
    left: 2em;
    width: 42%;
}

#elem_dyndns {
    position: absolute;
    bottom: 10em;
    right: 2em;
    width: 42%;
}*/

input, textarea {
	background-color: #000000;
	color: #aaaaaa;
	border: 1px solid #116911;
	padding: 2px;

}

input[type=submit]{
	padding: 0.3em 1em;
	color: #119611;
}

form{
	padding: 0.5em 0;
}

.captcha{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.captcha_refresh {
	width: 24px;
}

div.beta {
    border: 2px solid orange;
    border-radius: 10px;
    box-shadow: 0 0 5px 2px orange;
    display: inline-block;
    float: right;
    padding: 3px 7px;
    position: relative;
    right: -1.5em;
    text-align: center;
    top: 0.5em;
    transform: rotate(-33deg);
}
