/**
 * Brunner AG - Druck und Medien, Kriens
 * @copyright      Copyright 2010, Brunner Web
 * @link           http://www.bag.ch/web
 */
 
@import url('/_local/templates/standard2013/css/fonts.css');

body,div,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,dl,dt,dd,
ol,ul,li,fieldset,form,
label,legend,th,td {
	padding: 0;
	margin: 0;
}
 
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-family: 'ITCAvantGardeStd-Bk', Verdana, Arial, sans-serif;
  color: #333333;	
  background-color: #ececec;
  height: 100%;
  font-size: 0.9375em;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
  letter-spacing: 0.03em;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
abbr[title] {
  border-bottom: 1px dotted;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img,
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}
input,
textarea,
button,
select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  overflow: auto;
} 

a,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #333333;
	outline:none;
}

a:focus {
	text-decoration: underline;
}

/*
div#header #top {
	margin: 0 -1.5%;
}
*/

div#header .cmsSlideShow {
	position: static !important;
}

div#header .topCell {
    width: 30.32%;
	padding: 0 1.5%;
}

div#header .titlename {
	padding: 3.3% 1.5% 2.7%;
}

div#header .titlename strong {
	display: block;
	text-transform: uppercase;
	font-size: 1.3em;
	letter-spacing: 0.06em;
}

div#header .titlename span {
	font-size: 0.85em;
}

div#header #visualtitle {
	font-size: 2.3em;
	line-height: 1.1em;
	letter-spacing: 0.1em;
	padding: 0 8%;
	position: absolute;
	top: 36.5%;
	left: 0;
	width: 84%;	
	text-transform: uppercase;
/*	height: 100%; */
	z-index: 100;
}

div#header #visualtitle div {
	display: block;
	height: 100%;
}

div#header #visualtitle .cmsCell div {
	display: table;
}

div#header #visualtitle .cmsLinebreak {
	display: none;
}

div#header #visualtitle p {
	display: table-cell;
	vertical-align: middle;
}

#content h1 {
	font-size: 1.2em;
}

#content h2,
#content p.leadtext {
	font-size: 1.1em;
	letter-spacing: 0.05em;
	line-height: 1.6em;
}

#content h3,
#content p,
#content li,
#content label,
#content td {
	font-size: 0.933em;
}

#content h3 {
	margin-top: 1.7em;
}

#content hr {
	margin: 0.67em 0 1.17em 0;
}

br.clr {
	clear: both;
	height: 1px;
}

p.tabelle {
	padding-bottom: 0.5em;
}

p.orange,
span.orange {
	color: #e6501d;
}

span.legende {
 	display: inline-block;
    margin-top: 0.5em;
}

#content .cmsFormsLabelAndFieldContainer {
    padding-bottom: 0.5em;
}
/*
#content div.cmsLinebreakCell {
	display: none;
}
*/
#content h1 a {
	text-decoration: none !important;
}

#content ul {
	margin-top: 0.3125em;
	text-indent: -1.5em;
	padding-left: 1.5em
}

#content ul li {
	list-style: none;
	background: url(/_local/images/li.png) no-repeat 2px 9px;
}

#content ul li:before {
	content: '―';
	margin-right: 0.5em;
}


hr {
	background-color: black; /* Farbe für Opera und Firefox */
	color: black; /* Farbe für Internet Explorer (IE) */
	border: 0;
	height: 1px;
}

#content a:hover img {
	filter: alpha(opacity=50); 
	-moz-opacity: 0.50; 
	opacity: 0.50;
}

#claim {
	padding: 0.5em 0;
	font-size: 2em;
	line-height: 1.5em;
	letter-spacing: 0.09em;
	
}

#impressum {
	padding: 0.1em 0;
	font-size: 0.8em;
    border-top: 1px solid;
}