body {
	background: url(fondo_zn_menus.png) repeat-x left bottom #f9f9f9;
	margin: 0;
	font-family: Arial,"DejaVu Sans",sans-serif;
	font-size: 75%;
}

h1 {
	color: #007fb3;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

h2 {
	color: #005697;
	font-size: 17px;
	margin-bottom: 5px;
	margin-top: 15px;
}

h3 {
	color: #005697;
	font-size: 14px;
	margin-bottom: 5px;
}

.container {
	width: 960px;
	margin:0 auto;
}

#goiburua {
    background-color: #565b61;
    display: block;
    padding: 5px 100px;
    display: block;
    margin-bottom: 20px;
}

#menu_barra {
    background-color: #454b52;
    color: white;
    height: 31px;
    line-height: 31px;
    padding-left: 200px;
}

#menu_barra a {
    color: white;
    padding: 0 1em;
    border-right: 1px solid white;
    text-decoration: none;
}

#menu_barra li.aktibo a {
    color: #f4e5a7;
    font-weight: bold;
}

#menu_barra a.azkena {
    border-right: none;
}

#menu_barra ul {
    list-style-type: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    color: white;
}

#menu_barra:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#hizkuntza_menua {
    float: left;
}

#hizkuntza_menua li {
    display: inline;
    text-align: center;
}

#aurkibidea {
    padding: 0 2em;
    margin-bottom: 2em;
    background: white;
    border: 1px solid black;
	border-radius: 10px;
}

#aurkibidea ol {
    counter-reset: item;
	padding: 10px;
}

#aurkibidea ol li {
    display: block;
    margin-top: 5px;
}

#aurkibidea ol li:before {
    content: counters(item,'.')". ";
    counter-increment: item;
}

#aurkibidea ol li:before ol li:before {
    content: counters(item,'.')". ";
    counter-increment: item;
}

#aurkibidea a {
    text-decoration: none;
}

#aurkibidea a:hover{
	text-decoration: underline;
}

#edukia {
	padding: 2em;
	background-color: white;
	border-radius: 10px;
	margin-bottom: 2em;
}

#oina {
    text-align: center;
    color: white;
    line-height: 31px;
}

#iragarkiak {
	width: 960px;
	margin: 0 auto;
}

li.toc-level-1 a {
	font-size: medium;
	font-weight: bold;
	color: #36525d;
}

li.toc-level-2 a {
    font-size: small;
    font-weight: normal;
	color: #36525d;
}

div.modal-form {
    font-size               : 14px;
}

div.kutxa {
    background-color	: #fff;
    border-radius		: 10px;
    margin				: 1em;
    box-shadow			: 0 0 2em #ccc;
    padding				: 1em 2em;
	color				: #000;
}

div.kutxa h1 {
    font-size: 17px;
	text-align: left;	
}

form.ldapform {
	clear: both;
	background-color: #f9f9f9;
	border-radius: 5px;
	border: solid 1px #e7e5e5;
	border-top: solid 1px #eee;
	padding: 17px 0 15px 17px;
}

form.ldapform label {
	font-weight: bold;
	font-size: 14px;
}

@media only screen and (max-device-width: 480px) {
form.ldapform label, form.ldapform input {
font-size: xx-large;
}
}
