body, html {
    	margin: 0;
    	padding: 0;                                                                 	font-family: 'DIN Condensed Web', sans-serif;
	color: white;
	font-size: 16px;
	background-color: #343435;
	}

h1 {
	font-size: 42px;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
	margin-right: 12px;
	letter-spacing: 5px;
	}
h2 {
	font-size: 28px;
	margin-top: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 8px;
	letter-spacing: 5px;
	}

h3 {
	font-size: 16px;
	margin-top: 6px;
	margin-bottom: 4px;
	margin-left: 6px;
	margin-right: 6px;
	}
h4 {
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 26px;
	margin-right: 6px;
	}
h5 {
	font-size: 28px;
	margin-top: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 8px;
	letter-spacing: 5px;
	}
h6 {
	font-size: 12px;
	margin-top: -12px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 8px;
	letter-spacing: 5px;
	}
pre {
	font-family: "DIN Condensed", bold, sans-serif;
	font-size: 16px;
	
	}
ol {
	font-size: 14px;
	margin: 4px;
	}

a:link {
   	 color: white;
	 text-decoration: none;
	}

a:visited {
	color: white;
}

#container {
	top: 90px;
	height: 100%;
	margin-left: 260px;
	min-height: 100%;
	position: relative;
	}

#header {
	width: 100%;
	top: -15px;
	height: 94px;
	position: fixed;
	z-index: 1;
	background-color: #343435;

#header_gris {
	width: 100%;
	top: -15px;
	height: 94px;
	position: fixed;
	z-index: 1;
	background-color: #348aa1;

hr {
width: 0%;
margin-left: auto;
margin-right: auto;
	}

.menu {
    float: left;
    width: 16%;
	}

#text {
    padding-left: 220px;
    float: left;
    width: 60%;
	}

#tjek {
    Padding-rigth: 520px;
    float: rigth;
    width: 60%;
	}

#text_gris {
    padding-left: 220px;
    float: left;
    width: 60%;
	background-color: #348aa1;
	}

#text_560 {
    padding-left: 220px;
    float: left;
    width: 360px;
	background-color: #ffccaa;
	}

div#pic {
float: left;
width: 95px;
height: 79px;
}

.clear {
    clear: both;
	background-color: #ddDDcc;
	}

.footer {
    float: rigth;
    width: 90%;
	background-color: #33DD00;
	}