html {
    -webkit-text-size-adjust:none;
    overflow-y: scroll; /* Firefox Scrollbar fix */
}

body {
    min-height:1px; // Opera disappearing background image fix
}

input, select, textarea, button {
    padding:1px;
    background:url(img/input.png) repeat-x left top #ffffff;
    border:1px solid #9F9F9F;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    font-family:arial, sans-serif;
    font-size:100%;
}

input, select, button {
    height:17px;
    vertical-align:middle;
}

input[type=radio], input[type=checkbox], input[type=image] {
    background:none;
    padding:0;
    border:none;
    height:auto;
}

input[type="file"] {
    height:auto;
}

input[type=submit], input[type=reset], input[type=button], button, select {
    overflow: visible;
    height:21px; /* input.height+input.padding+input.border */
    padding:0;
}

input[type=submit], input[type=reset], input[type=button], button {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    padding:0 10px;
    background:url(img/button.png) repeat-x left center #ffffff;
}

input[type=submit]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=button]::-moz-focus-inner, button::-moz-focus-inner {
    border:0;
    padding:0;
}

input[type="hidden"] {
    display:none !important;
}

.erfcms_module img {
	border: none;
	vertical-align:bottom;
}

.erfcms_module {
	overflow:hidden;
    zoom:1;
}

.erfcms_module blockquote, .erfcms_advimgtext div, .erfcms_module ul, .erfcms_module hr, 
.erfcms_module address, .erfcms_module table, .erfcms_advimgtext p, .erfcms_printer p, 
.erfcms_module h1, .erfcms_module h2, .erfcms_module h3, .erfcms_module h4, .erfcms_module h5, 
.erfcms_module h6, .erfcms_module form, .erfcms_file, .erfcms_gallery, .erfcms_flvplayer, 
.erfcms_map {
	margin-top: 0;
	margin-bottom:15px;
}

.erfcms_advimgtext div p {
	text-align:center;
	margin:0;
    font-size:85%;
    font-style:italic;
}

 div.erfcms_img a {
    outline:0;
}

.erfcms_advimgtext div.erfcms_img_left {
	margin-right:auto;
}

.erfcms_advimgtext div.erfcms_img_right {
	margin-left:auto;
}

.erfcms_advimgtext div.erfcms_img_center {
	margin-left:auto;
	margin-right:auto;
}

.erfcms_advimgtext div.erfcms_img_floatleft {
	float:left;
	margin-right:20px;
}

.erfcms_advimgtext div.erfcms_img_floatright {
	float:right;
	margin-left:20px;
}

.erfcms_file div {
    padding: 0 0 0 40px;
    background-position: top left;
    background-repeat: no-repeat;
    min-height:32px;
}

.erfcms_file p {
    margin:15px 0 0 0;
}

.erfcms_file span {
    font-size:85%;
    font-style:italic;
}

.erfcms_flvplayer embed {
        display:block;
        background-color:#000000;
}

/* FORM */

.erfcms_form form {
    border: 1px solid;
    padding: 10px 10px 0 10px;
    display: block;
    margin: 0 auto;
    margin-bottom:15px;
}

.erfcms_form input {
    width:45%;
    vertical-align:middle;
}

.erfcms_form select {
    max-width:45%;
    vertical-align:middle;
}

.erfcms_form abbr {
    font-weight:bold;
    border:none;
    cursor:help;
}

.erfcms_form div {
    position:relative;
    zoom:1;
}

.erfcms_form p {
    width:100%;
    position:relative;
    margin:0;
    padding:0 0 10px 0;
    overflow:hidden;
}

.erfcms_form i {
    font-weight:normal;
}

.erfcms_form hr {
    margin:0 0 10px 0;
}

.erfcms_form label {
    width:49%;
    padding-right:1%;
    font-weight:bold;
    float:left;
}

.erfcms_form textarea {
    width:45%;
}

.erfcms_form .erfcms_form_fullsize {
    width:95%;
}

.erfcms_form button {
    margin-left:50%;
    margin-right:-49%;
}

.erfcms_form fieldset {
    position:relative;
    margin:0;
    padding:0 0 10px 0;
    border:none;
}

.erfcms_form legend {
    width:100%;
    display:block;
    color: inherit;
    *color: expression(this.parentNode.currentStyle ? this.parentNode.currentStyle.color : "#000000"); /* IE Theme Fix */
}

.erfcms_form label abbr, .erfcms_form legend abbr {
    position:absolute;
    right:0;
    top:0;
    z-index:999;
}

.erfcms_form .erfcms_form_single label {
    float:none;
    width:auto;
    display:inline;
}

.erfcms_form .erfcms_form_single input {
    width:auto; /* Chrome/Safari Fix */
}

.erfcms_form legend span {
    position:absolute;
    left:0;
    top:0;
    width:45%;
    white-space:normal;
    font-weight:bold;
}

.erfcms_form .erfcms_form_vertical p {
    padding:0 0 1px 0;
}

.erfcms_form .erfcms_form_vertical input {
    width:auto;
    margin-left:50%;
}

.erfcms_form .erfcms_form_horizontal input {
    width:auto;
}

.erfcms_form fieldset label, .erfcms_form .erfcms_form_horizontal p {
    float:none;
    font-weight:normal;
    width:auto;
    display:inline;
}

.erfcms_form .erfcms_form_horizontal legend+p {
    margin-left:50%;
}

.erfcms_form .erfcms_form_field {
    padding-right:1px;
    vertical-align:middle;
    width:45%;
}

/* END FORM */

.margin_top_10px {
    margin-top:10px !important;
}

.margin_top_20px {
    margin-top:20px !important;
}

.margin_top_30px {
    margin-top:30px !important;
}

.margin_top_40px {
    margin-top:40px !important;
}

.margin_top_50px {
    margin-top:50px !important;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(img/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* Notimoo */

.notimoo {
    position: absolute;
    z-index: 999;
    cursor: pointer;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    padding:10px;
    border: 3px;
    border-style: solid;
    border-color: #B2B2B2;
    background: #333333;
    color: #FFFFFF;
    font-weight:bold;
    text-align:center;
}

.notimoo .title {
    font-weight: bold;
    border-bottom: 1px solid;
}

.notimoo .message {
    margin-top: 2px;
}

.notimoo a {
    color: #FFFFFF;
}

.erfcms_loading button {
    visibility: hidden;
}

.erfcms_loading {
    cursor: wait;
}

.erfcms_map iframe, .erfcms_map object {
    width:100%;
    display:block;
}

.erfcms_map .erfcms_mapwrap {
    border: 1px solid;
    overflow:hidden;
    zoom:1;
}

/* Mask und Spinner */

.spinner {
    position: absolute;
    opacity: 0.9;
    filter: alpha(opacity=90);
    z-index: 999;
    background: #fff;
}

.spinner-msg {
    text-align: center;
    font-weight: bold;
}

.spinner-img {
    background: url(img/loading.gif) no-repeat;
    width: 49px;
    height: 50px;
    margin: 0 auto;
}

.mask {
    position: absolute;
    opacity: 0.9;
    filter: alpha(opacity=90);
    z-index: 999;
    background: #fff;
}

/* Mooflow */

body .mf {
    color:#000000;
    font-weight:bold;
    height:400px;
    background-color:#ffffff;
    padding:0;
    margin:0;
    list-style:none;
}

.mf * {
    outline:none;
    border:none;
    padding:0;
    margin:0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select:none;
    user-select:none;
}

.mf_nav {
    position:absolute;
    z-index:99;
    bottom:0;
    left:0;
    width:100%;
    line-height:20px;
}

.mf_slidercon, .mf_autoplaycon {
    cursor: pointer;
    border: 1px solid;
    overflow:hidden;
    zoom:1;
}

.mf_slidercon {
    width:75%;
    margin:0 auto;
}

.mf_autoplaycon {
    float:left;
}

.mf_nav a {
    float:left;
    width:20px;
    text-align:center;
    text-decoration:none;
}

.mf a.mf_stop {
    border-right:1px solid;
}

.mf_slider {
    position:relative;
    float:left;
    border-left: 1px solid;
    border-right: 1px solid;
}

.mf_knob {
    display:block;
    border-left: 1px solid;
    border-right: 1px solid;
}

.mf_knob span {
    display:block;
    text-align:center;
}

.mf_caption {
    position:absolute;
    text-align:center;
    z-index:98;
    bottom:50px;
    width:100%;
}

.mf_image, .mf_link {
    position:absolute;
    margin-left:-16px;
    width:32px;
    height:32px;
    top:70%;
    left:50%;
    z-index:100;
    cursor:pointer;
}

.mf_image {
    background:url(img/open_image.png) no-repeat 50%;
}

.mf_link {
    background:url(img/open_link.png) no-repeat 50%;
}

.mf_tip
{
    background:#333333;
    border: 3px solid #b2b2b2;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width:280px;
    margin-left:-150px;
    height:auto;
    padding:10px;
    position:absolute;
    z-index:101;
    top:0;
    left:50%;
    text-align:center;
    color:#ffffff;
    overflow: hidden;
}

.erfcms_seo div {
    border: 1px dotted #777777;
    background-color:#efefef;
    padding: 5px;
    color:#777777;
}

.erfcms_seo p {
    margin: 5px 0;
}

.font_small {
    font-size:85%;
}

.font_large {
    font-size:115%;
}

.erfcms_column {
    overflow:hidden;
    float:left;
}


