/* ---------------------
basic layout  -  Screen
--------------------- */
* {
	margin:0;
	padding:0;
}

body {
    font-family: 'Unkempt', cursive;
	font-size:16px;
	color:#000000;
   	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
	max-width: 600px;
	margin-left: 10px;
	margin-right: 10px;
}

table, td
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-style: none;
    border-bottom-width: 0px;
    border-top-width: 0px;
    vertical-align: top;
}

a,
a:link,
a:active,
a:visited {
	text-decoration:underline;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
	margin-left: 5px;
	margin-right: 5px;
	color: #ff8000;
	}

a:hover
{
    text-decoration: underline;
    color: #ffcc66;
}

/** clear the banner to make it sit in the bottom **/
.clear {
	clear:both;
}

/* ---------------------
template layout
--------------------- */

h1{
    font-size: 56px;
	text-align: center;
    color: #cf0001;
    font-weight: bold;
}

h2{
    font-size: 20px;
    font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 102%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-left-radius: 0px;
	border-top-right-radius: 0.7em;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #f9ff8b;
	border-top-color: #720102;
	border-right-color: #720102;
	border-bottom-color: #720102;
	border-left-color: #720102;
	background-color: #cf0001;

}

h3{
	padding-top: 10px;
    font-size: 18px;
    color: #cf0001;
    font-weight: bold;
   	margin-left: 10px;
}

h4{
    font-size: 16px;
    color: #cf0001;
    font-weight: bold;
}

#content_note{
	position: sticky;
	margin-top: -1px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 22px;
	padding-bottom: 4px;
	padding-left: 22px;
	background-color: #f9ff8b;
    border-top-color: #720102;
    border-right-color: #720102;
    border-bottom-color: #720102;
    border-left-color: #720102;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-right-radius: 0.7em;
	border-bottom-left-radius: 0.7em;

}

#container {
	margin: 10px auto;
	width: 100%;
}

#head {
	position:relative;
	width:100%;
	background:#ffffff;
    float: none; 
    text-align: center;
	height: 120px;
}

#headmenu {
	width:100%;
	background:#cf0001;
	margin: 0px 0px 0px 0px;
	text-align: center;
	z-index: 9999;
	position: sticky;
}

#redline {
	position:relative;
	clear:left;
	float:left;
	width:100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ff0000;
	background: transparent;
}

#content_menu {
	display: block;
	position:sticky;
    font-size: 20px;
	text-align: center;
    font-weight: bold;
   	margin: 0px 0px 0px 0px;
	background: #cf0001;
	color: #ff8000;
	padding: 2px 10px 2px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ff0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff0000;
	z-index: 10000;
}

#logo {
    position: relative;
    width: 100%;
    float: none; 
    text-align: right;
	height: 120px;
}

#content_main {	
	position: absolute;
	float: left;
    background: transparent;
	width:76%;
	margin-left: 2%;
	min-height: 250px;
	height: 100%;
	z-index: 1000;
}

#galerie{
	margin-top: 10px;
    background: transparent;
}

#sidebar {
	position: 78% 0 absolute;
	float:right;
	width:20%;
	margin-top: 10px;
	margin-bottom: 10px;
	background:#e6e6e6;
	padding: 10px 10px 10px 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #222222;
	height: 100%;
	z-index: 1010;
}

#bottompadding {
	position: fixed;
	bottom: 0;
	float: left;
	width: 100%;
	background: #ffffff;
	z-index: 10000;
}

#blackline {
	position:relative;
	clear:left;
	float:left;
	width:100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #222222;
	background: transparent;
}

#copyright
{
    color: #666666;
    font-size: 12px;
    display: block !important;
    float: right;
    clear: left;
    text-align: right;
}

div.content_info
{
    font-size: 8px;
    color: #666666;
	padding-bottom: 10px;
}

div.content_headline
{
    font-size: 12px;
    color: #666666;
    font-weight: bold;
    text-transform: capitalize;
}

div.alert
{
    font-weight: bold;
    color: #FF0000;
    width: 100%;
    height: 50px;
    border-style: solid;
    border-width: thin;
    vertical-align: middle;
    text-align: center;
}

input:required:invalid, input:focus:invalid {
    background-image: url(./images/alert.png);
	background-size: 16px;
    background-position: right center;
    background-repeat: no-repeat;
    color: red;
  }
  
input:required:valid {
    background-image: url(./images/checked.png);
	background-size: 16px;
    background-position: right center;
    background-repeat: no-repeat;
    color: green;
  }