@CHARSET "UTF-8";

/* Fonts */

@font-face {
    font-family: 'AllerLightRegular';
    src: url('../fonts/aller_lt-webfont.eot');
    src: url('../fonts/aller_lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_lt-webfont.woff') format('woff'),
         url('../fonts/aller_lt-webfont.ttf') format('truetype'),
         url('../fonts/aller_lt-webfont.svg#AllerLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* FONT STYLES */

body, body#wysiwyg_genauso {
	font-family: AllerLightRegular, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #727272;
}

p {
	line-height: 150%;
	margin-bottom: 3px;
}

strong {
	font-weight: bold;
}


h1, h2, h3, h4 {
	font-family: AllerLightRegular, Arial, sans-serif;
	color: #3e3f40;
}

h1 {
 	font-size: 22px;
 	text-transform: uppercase;
}

h2 {
 	font-size: 18px;
 	text-transform: uppercase;
}

aside p, footer p {
	margin-bottom: 3px;
}

ul li {
	line-height: 150%;
}

/* ACCORDION STYLES */

.accordion h3, .accordion p {
	padding: 10px;
	line-height: 16px;
}

.accordion h3 {
	background: #a7a7a7;
	cursor: pointer;
	position: relative;
	font-size: 16px;
	font-family: Arial, sans-serif;
}

.accordion span.ui-icon {
	background: url(../images/ui-icon.png) no-repeat 0 0 transparent;;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	width: 20px;
	position: absolute; 
	top: 8px;
	right: 10px;
}

.accordion span.ui-icon-minus {
	background-position: 0 -20px;
}

/* LINK STYLES */

a:link, a:active, a:visited {
	color: #727272;
	-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;	cursor: pointer;
	text-decoration: underline;
}

a:hover, li:hover {
	color: #4a4b4d;
	outline: none;
}

a:focus, li:focus {
	outline: none;
}

a.button, form.content-form input[type="submit"] {
	display: inline-block;
	background: url(../images/bg_button.png) repeat-x left top;
	border: none;
	color: #444;
	font-size: 14px;
	font-family: AllerLightRegular, Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	padding: 2px 4px;
	min-width: 150px;
	line-height: 18px;
	-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;	position: relative;
	z-index: 0;
}

a.button:hover, form.content-form input[type="submit"]:hover {
	-moz-box-shadow: 0 0 7px #d1bfdf; -webkit-box-shadow: 0 0 7px #d1bfdf; box-shadow: 0 0 7px #d1bfdf;}

a.more_link {
	padding-left: 17px;	
	text-decoration: none;
}

.internal, body#wysiwyg_genauso a.internal {
	background: url("../images/link_internal.png") no-repeat left 3px transparent; 
	padding-left: 17px;
	text-decoration: none;
}

.external, body#wysiwyg_genauso a.external {
	background: url("../images/link_external.png") no-repeat left 3px transparent; 
	padding-left: 17px;
	text-decoration: none;
}

.email, body#wysiwyg_genauso a.email {
	background: url("../images/link_email.png") no-repeat left 3px transparent; 
	padding-left: 19px;
	text-decoration: none;
}



a.file, li.file {
	padding-left: 35px;
	padding-bottom: 20px;
	display: block; 
	margin: 20px 0;
}

.pdf {
	background: url(../images/icons/file_pdf.png) no-repeat left top;
}

.jpg {
	background: url(../images/icons/file_jpg.png) no-repeat left top;
}

.doc {
	background: url(../images/icons/file_doc.png) no-repeat left top;
}

.txt {
	background: url(../images/icons/file_txt.png) no-repeat left top;
}

.gif {
	background: url(../images/icons/file_gif.png) no-repeat left top;
}

.ppt {
	background: url(../images/icons/file_ppt.png) no-repeat left top;
}

.xls {
	background: url(../images/icons/file_xls.png) no-repeat left top;
}

.div {
	background: url(../images/icons/file_div.png) no-repeat left top;
}

a.onlinebooking {
	display: block;
	line-height: 16px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	padding: 12px 0;
	width: 300px;
}

body#fb a.onlinebooking {
	width: 100px !important;
	font-size: 13px;
	min-width: 110px !important;
}

/* TABLE STYLES */

table, body#wysiwyg_genauso table {
	width: 100%;
	margin-bottom: 10px;
}

table h2 {
	font-size: 16px;
	margin: 0 !important;
}

table th {
	color: white;
	font-weight: bold;
	text-align: left;
}

table th, 
table td {
	vertical-align: top;
	padding: 5px 0;
	line-height: 150%;
}

tr.emphasized,
body#wysiwyg_genauso tr.emphasized {
	background: url('../images/bg_table_row.png') repeat left top transparent;
} 

/* FORM STYLES */

form.content-form fieldset {
	background: #a7a7a7;
	margin: 10px 0;
	padding: 5px;
	border: 1px solid #ccc;
}

form.content-form fieldset legend {
	padding-left: 5px;
	background: white;
	border: 1px solid #ccc;
	padding: 3px 6px;
}

form.content-form dt {
	float: left;
	width: 150px;
	padding: 3px;
}

form.content-form dd {
	margin-left: 160px;
	padding-bottom: 10px;
}

form.content-form input[type='text'], form.content-form textarea {
	padding: 5px;
	border: 1px solid #6da2d8;
	color: #003366;
	width: 300px;
	margin-bottom: 10px;
}

form.content-form input[type="text"]:focus, form.content-form textarea:focus {
	-moz-box-shadow: -2px 3px 7px #000;
	-webkit-box-shadow: -2px 3px 7px #000;
	box-shadow: -2px 3px 7px #000; 
}

form.content-form input.small {
	width: 100px;
}

/* LIST STYLES */

ul.nn6-messages {
	border: 1px solid #FAC805;
	background-color: #F9DC72;
	padding: 10px;
	margin-bottom: 10px;
}
ul.nn6-messages li {
	padding: 3px 0;
}

/* GLOBAL CLASSES */

.mandatory.error {
	border: 1px solid #F30 !important;
}

.emph {
	color: #4a4b4d;
}

.important,
body#wysiwyg_genauso .important {
	color: #c38fdb;
}

.offscreen {
	position: absolute; 
	left: -9999px;
}

.first {
	margin-left: 0 !important;
}

.last {
	margin-right: 0 !important;
}

.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
}
 
.clearfix:after { 
	clear: both; 
}

.clearfix { 
	zoom: 1; 
}
