/* =============================================================================
 * header
 * ========================================================================== */

.header {
	background: rgb(48,70,124);
}

/* =============================================================================
 * logos
 * ========================================================================== */

.logo a {
background-image: url(/files/ad_honorem_trust_ch/layout/logo/logo_ad_honorem_trust_ag.png);
}

.header.cloned .logo a {
background-image: url(/files/ad_honorem_trust_ch/layout/logo/logo_ad_honorem_trust_ag_sm.png);
}

/* =============================================================================
 * logo size: sticky
 * ========================================================================== */

.stickyheader .logo {
	width: 240px;
	height: 70px;
}

/* =============================================================================
 * footer
 * ========================================================================== */

#footer {
	background: rgb(48,70,124); 
}

/* =============================================================================
 * top: top_metanavi
 * ========================================================================== */

#bottom .bottom_metanavi {
	overflow: visible;
	float: right;
}

#bottom .bottom_metanavi li {
	display: inline-block;
	position: relative;
	padding: 0 4px;
}

/* =============================================================================
 * zitate
 * ========================================================================== */

.zitat_text_bold {
	font-weight: bold;
}

/* =============================================================================
 * mod_langswitcher
 * ========================================================================== */

.mod_langswitcher .mod_langswitcher_inside {
	display: none;
}


/* =============================================================================
 * form: style5
 * ========================================================================== */

form.style5 input,
form.style5 select,
form.style5 textarea {
	color: #30467c;
	font-size: 1.0rem;
}

/* =============================================================================
 * form: links (a)
 * ========================================================================== */

.form_link a {
	color: #30467c;
	text-decoration: underline;
}

/* =============================================================================
 * form (weiterleitungsseite): navigation
 * ========================================================================== */

.form_nav {
	float: none;
	padding: 0px;
}

.form_nav ul {
	list-style: disc;
	list-style-type: disc;
	margin-left: 25px;
}

.form_nav ul li {
	display: list-item;
	list-style: disc;
	list-style-type: disc;
	margin-left: 0px;
	padding-left: 0px;
}

.form_nav ul li a {
	text-align: left;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}

/* =============================================================================
 * 404 page not found (weiterleitungsseite): navigation
 * ========================================================================== */

.p404_nav {
	float: none;
	text-align: center;
}

.p404_nav ul {
}

.p404_nav ul li {
	display: list-item;
	margin: 0px;
	padding: 0px;
}

.p404_nav ul li a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}

/* =============================================================================
 * color definitions
 * ========================================================================== */

.color-orange {
	color:rgb(255,169,20);
}

.color-red {
	color:rgb(255,0,0);
}