
/* 
 * layout
 */
html, body, ul, p
{
	margin: 0;
	padding: 0;
}
body {
	font-family: "Verdana", "Helvetica Neue", "Arial", sans-serif;
	width:100%;
	height:100%;
	font-size: 1.1em;
	line-height: 1.1em;
	background-color: #00324b;
}
a
{
	color: #003d4c;
	text-decoration: none;
}
#page-wrapper
{
	width: 100%;
	height: 100%;
	background-color: white;
}

/* 
 * dicziunari 
 * head */
#head
{
	height: 42px;
	box-shadow: 0 4px 6px -6px #00324b;
	margin-bottom: 7px;
}
.logo, .banner
{
	float: left;
	text-align: center;
	font-weight: bold;
	color: gray;
	line-height: 1;
}
.banner
{
	width: 60%;
	padding: 8px 0 0 20px;
}
.logo
{
	padding-top: 4px;
	width: 14%;
}
.logo img
{
	height: 40px;
}
.center
{
	display: block;
	margin: 0 auto;
}
.banner-name
{
	font-family: Georgia, serif;
	font-size: 14px;
	letter-spacing: 2px;
}
.banner-text
{
	font-family: Verdana, sans-serif;
	font-size: 9px;
	letter-spacing: 2px;
}
#mobilenav-switch
{
	float: right;
	background-position-y: 10px;
	width: 2rem;
	height: 2rem;
	background-image: url(/dicziunari/img/burger.svg);
	background-repeat: no-repeat;
	cursor: pointer;
}

#main
{
	width: 100%;
	display: block;
}

/*
 * navigation
 */
#nav
{
	width: 100%;
	border-width: 0px;
}
#nav ul {
    list-style: none outside none;
    font-size: 70%;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
}
#nav ul li a {
	background: #aeb3b3;
	background: -webkit-gradient(linear, left top, left bottom, from(#607080), to(#aeb3b3));
	background: -moz-linear-gradient(top, #607080, #aeb3b3);
	text-shadow: #444 0px 1px 0px;
	font-weight: bold;
    color: #fff;
    display: block;
    line-height: 20px;
    list-style: none outside none;
    margin: 0 0 6px;
    padding: 3px 10px;
    text-decoration: none;
}
#nav li.activ a, li.aktiv a:hover {
	background: #ea7842;
}
#nav li.activ a:hover {
	background: #ea7842;
}
#nav li a:hover {
	background: #a0aab4;
	background: -webkit-gradient(linear, left top, left bottom, from(#aeb3b3), to(#607080));
	background: -moz-linear-gradient(top, #aeb3b3, #607080);
}
.toggle { 
	display: none; 
}

#content
{
	width: 100%;
	min-height: 250px;
	float: left;
	font-family: "Georgia", "Times New Roman", serif;
    font-size: 80%;
}

/*
 * foot
 */
#foot
{
	clear: both;
	height: 40px;
	padding-top: 15px;
	color: #222;
	font-size: 80%;
	text-align: center;
}
#foot ul
{
	padding-top: 10px;
	height: 100%;
	box-shadow: -1px 0 8px -3px #00324b;
	list-style-type: none;
	margin-left: 0;	
}
#foot ul li
{
	display: inline;
}
#foot ul li
{
	padding: 0 10px;
}

.message { 
	padding: 1rem;
	padding-top: 50px;
	color: #333;
	font-size: 120%;
	margin-bottom: 2rem;
}

/* media queries */
@media screen and (min-width: 650px) {
	#main { display: flex; }
	#nav { width: 22%; display: block; margin: 0 10px;}
	#content { width: 78%; }
	#mobilenav-switch {display: none;}
}

@media screen and (min-width: 950px) {
	#page-wrapper {width: 950px; margin: 0 auto;}
	#head {height: 95px; padding-top: 15px;}
	.logo, .banner {line-height: 1.15;}
	.logo img {height: 100px;}
	.banner-name {font-size: 24px; letter-spacing: 4px;}
	.banner-text {font-size: 18px;}
	#mobilenav-switch {display: none;}
	.result {margin-right: 10px;}
}
