@charset "UTF-8";
/* CSS Document */

a {text-decoration: underline;}
a:link, a:visited {color: #999;}
a:hover, a:active, a:focus {color: #ff9900;}
em {font-weight: bold;font-style: normal;}
h1    {
	font-size: 2.25rem;
	line-height: 1.5rem;
	font-size: 36px;
	line-height: 28px;
	color: #ff9900;
	font-weight: normal;
	text-align: right;
	padding: 0;
	font-style: normal;
	margin: 0 -72px 32px -40px;
}
h2, h3 {
	font-size: 1.0rem;
	line-height: 1.5rem;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	font-weight: bold;
	font-style: normal;
}
h2 {margin-top: 24px;}
h3 {color: #999;}

#box_index h1 {
	font-size: 1.0rem;
	line-height: 1.5rem;
	font-size: 16px;
	line-height: 24px;
	margin: 16px 16px 16px 8px;
	text-align: left;
}
p {
	font-size: 1.0rem;
	line-height: 1.5rem;
	font-size: 16px;
	line-height: 24px;
	margin: 0 16px 16px 0;
	text-align: left;
}
.break {
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
      }

/* - - - - - -  Font Color – – – – – - - - - */
.rot {color: #990033;}
.hellrot {color: #e5310e;}
.gelb {color: #ff9900;text-decoration: underline;} /* active nav*/
.orange {color: #FF9900;line-height: 20px;margin-bottom: 28px;} /* index */
.weiß {color: #FFFFFF;}

/* - - - - - -  Nav – – – – – - - - - */

.fuss {
	font-size: 0.75rem;
	line-height: 1.0rem;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	padding-left: 92px;
  margin: 16px auto;
  clear:both;
}
.nav li {
  list-style-type: none;
  display:inline;
}
.nav ul {
	margin: 20px 0 16px -40px;
	display:block;
}

/* - - - - - -  Container  – – – – – - - - - */
.oneColFixCtr #mainContent {
	padding: 82px 0 0 72px;
}
.oneColFixCtr #box  {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 0 16px 0 16px;
}
.oneColFixCtr  #box_index  {
  margin: 56px 288px 16px 0px;
}
.liste {
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(../image/liste.png);
	margin-bottom: 4px;
}
.bu {
	font-size: 0.75rem;
	font-size: 12px;
	color: #990000;
	font-style: italic;
}
.index {margin: -12px 16px 0 16px;}
.header {width:100%; height:auto; border:0;}
.plan {width:103%; height:auto; border:0; margin-left: -16px;}
.margin_top {margin-top: 24px;}
.line-height {line-height: 2.5rem; line-height: 40px;}
.line-height-small {line-height: 2.0rem; line-height: 32px;}
.margin_bottom {margin-bottom: 24px;}
.margin_left {margin-left: -12px;}

.bubble {
	position:absolute;
	float:right;
	clear: both;
	z-index: 1;
	margin: 0 0 0 20%;
	}
	.bubble.extra {
		position:relative;
		float:right;
		clear: both;
		z-index: 1;
		margin: -20% 0 0 0;
		}
