@CHARSET "UTF-8";
/* KLASSENSAMMLUNG
- pubappstyle?
*/


/*
  Kompatibilitäts CSS zur Anpassung der alten CSS-Klassenelemente an das neue Layout
*/
.hr {
	border-top: 1px dotted rgba(0, 88, 156, 1);
}
.paddingoff {
	padding: 0 !important;
}
.left {
	left: 0;
	text-align: left;
}
.right {
	right: 0;
	text-align: right;
}
.top {
	top: 0;
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
.bottom {
	bottom: 0 !important;
	vertical-align: bottom;
}
.center {
	text-align: center;
}

.width25p {
	width: 25% !important;
}
.width33p {
	width: 33% !important;
}
.width50p {
  width: 50% !important;
}
.width100p {
  width: 100% !important;
}

.height25 {
	height: 40px; 
}

.top05 {
  margin-top: 7px;
}
.top1 {
  margin-top: 15px;
}
.top15 {
  margin-top: 20px;
}
.top2 {
  margin-top: 30px;
}
.top25 {
  margin-top: 40px;
}
.top3 {
  margin-top: 45px;
}
.bottom05 {
	margin-bottom: 7px;
}
.bottom1 {
  margin-bottom: 15px;
}
.bottom15 {
  margin-bottom: 20px;
}
.bottom2 {
  margin-bottom: 30px;
}
.bottom25 {
  margin-bottom: 40px;
}
.bottom3 {
  margin-bottom: 45px;
}
.left05 {
  margin-left: 7px;
}
.left1 {
  margin-left: 15px;
}
.left15 {
  margin-left: 20px;
}
.left2 {
  margin-left: 30px;
}
.left25 {
  margin-left: 40px;
}
.left3 {
  margin-left: 45px;
}
.right05 {
  margin-right: 7px;
}
.right1 {
  margin-right: 15px;
}
.right15 {
  margin-right: 20px;
}
.right2 {
  margin-right: 30px;
}
.right25 {
  margin-right: 40px;
}
.right3 {
  margin-right: 45px;
}

.borderoff {
	border: 0 none !important;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}

.lightblue {
	color: rgba(197, 219, 236, 1); /*#cedef9*/
}
.gray {
	color: rgba(150, 150, 150, 1); /*#b1b7b9*/
}
.lightgray {
	color: rgba(223, 223, 223, 1); /*#dcdcdc*/
}
.white {
	color: rgba(255, 255, 255, 1);
}
.bgwhite {
	background-color: rgba(255, 255, 255, 1);
}
.bglightblue {
	background-color: rgba(197, 219, 236, 1); /*#cedef9*/
	color: rgba(0, 0, 0, 1);
}
.bgdarkblue, .bgdarkblue a {
	background-color: rgba(0, 88, 156, 1);
	color: rgba(255, 255, 255, 1);
}
.bglightgray {
	background-color: rgba(223, 223, 223, 1); /*#dcdcdc*/
	color: rgba(0, 0, 0, 1);
}
.bgdarkgray {
	background-color: rgba(150, 150, 150, 1); /*#b1b7b9*/
	color: rgba(0, 0, 0, 1);
}
.bglightblue, .bgdarkblue, .bglightgray, .bgdarkgray, .bghighlight, .bgblack, .bgwhite, .bgyellow, .bgred {
	padding: 7px;
}
.blueGradient {
	background-color: #00589C;
	background-image: linear-gradient(right, rgb(0,88,156) 0%, rgb(24,130,212) 100%);
	background-image: -o-linear-gradient(right, rgb(0,88,156) 0%, rgb(24,130,212) 100%);
	background-image: -moz-linear-gradient(right, rgb(0,88,156) 0%, rgb(24,130,212) 100%);
	background-image: -webkit-linear-gradient(right, rgb(0,88,156) 0%, rgb(24,130,212) 100%);
	background-image: -ms-linear-gradient(right, rgb(0,88,156) 0%, rgb(24,130,212) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00589C", endColorstr="#1882d4",GradientType=1 );
} 
a.blueGradient {
	border: medium none;
	color: #fff;
	padding: 3px 5px;
}
a.blueGradient:hover {
	text-decoration: underline;
}
.bordergray {
	border: 1px solid rgba(150, 150, 150, 1);
	padding: 0.4em;
}

.errorMsg {
	background-color: #f2dede;
	border: 1px solid #ebccd1;
	color: #a94442;
}
.successMsg {
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  color: #3c763d;
}
.errorMsg, .successMsg {
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 15px;
}
.bgdarkblue > input[type=submit] {
	-moz-user-select: none;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #00589C;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.bgdarkblue > input[type=submit]:hover {
	color: #333;
	text-decoration: none;
}
p.small {
	font-size: 0.7em;
}

.scaleimg {
	display: block;
	width: 100%;
}

.columnleft25 {
    float: left;
    padding: 0 !important;
    position: relative;
    width: 25%;
}
.columnleft40 {
	float: left;
	padding: 0 !important;
	position: relative;
	width: 40%;
}
.columnleft45 {
	float: left;
	padding: 0 !important;
	position: relative;
	width: 45%;
}
.columnright55 {
	margin-left: 45%;
	padding: 0 !important;
}
.columnright65 {
	margin-left: 35%;
	padding: 0 !important;
}
.columnright70 {
    margin-left: 70%;
    padding: 0 !important;
}
.linklist,
.listimageoff{
	list-style: none;
}

.cms-cit-gallery .galleriffic .slideshow_image,
.cms-cit-gallery .galleriffic .slideshow_image img,
.cms-cit-gallery .galleriffic .slideshow_text {
    margin: 0;
}
.cms-cit-gallery .galleriffic .slideshow_image img,
.cms-cit-gallery .galleriffic .slideshow_text {
    width: 100%;
}