/* -------------------------------------------- */
/* two tribes Stylesheet: DEFAULT */
/* Copyright by two tribes gmbh, Stuttgart */
/* -------------------------------------------- */
/* StyleSheet Scope: GLOBAL */
/* -------------------------------------------- */
/* !Reset-styles */
/* -------------------------------------------- */

html {
background: #fff;
color: #666;
font-family: "ITC Officina Sans Book", "ITC Officina Sans", "OfficinaSans", "Officina", "Helvetica", "Arial", sans-serif;
font-size: 14px;
line-height: 1.3em;
text-decoration: none;
}

body, h1, h2, h3, h4, p, ol, ul, dl, dd, dt, input, select, textarea {
margin: 0;
padding: 0;
}

ul {
list-style: none;
}

a {
color: #666;
text-decoration: none;
}

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

a:active, a:focus {
outline: 0; /* --- tames annoying Firefox outlines */
}

.clearfix {
clear: both;
}
