/* CSS Document */
/* ==========================================
   Allgemeine Fixes
   ======================================= */
/* =============================================
/* Clearfix: Floats umschließen */
/* Der Kern von Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
/* Patch für IE7 */
*:first-child+html .clearfix { min-height: 0; }

/* Patch für IE6 */
* html .clearfix { height: 1%; } 

/* Allgemeine Formatierungen */
* {
	margin: 0;
	padding: 0;
}
body, html {
	color: #000;
	margin: 0 auto 0 auto;
	background: #f2f2f2;
}
.stealth {
    display: none;
    visibility: hidden;
}

#mainwrapper {
	width: 988px;
  margin: 0 auto 0 auto;
  margin-left: 15px\9;
	text-align: left;
	overflow: hidden;
  background: #f2f2f2 url(../images/main-bg.png) repeat-y center;
}

#leftbox {
  height: 750px;
	min-height: 750px;
  width: 272px;
	padding: 20px 0 0 0;
  margin-top: -293px;
  float: left;
  clear: left;
	overflow: hidden;
  background: transparent url(../images/rose.png) no-repeat 100px 350px;
}

/* Main Column */
#header {
  width: 710px;
  height: 293px;
  background: #f2f2f2 url(../images/header.jpg) no-repeat;
  margin-left: 272px;
  padding: 0;
  z-index: 0;
}

#contentbox {
	width: 670px;
  float: right;
	margin: 0 26px 20px 0px;
}
.breadcrumb {
	font-size: 0.8em;
  text-align: left;
}
.title {
  margin-left: 20px;
}

.submit {
	background-color: #e8768c;
	border: none;
	color: #fff;
	font-size: 12px;
	margin-top: 13px;
	padding: 4px 8px;
}
/* Navigation */
#nav {
	padding: 60px 0 0 0;
	margin: 0px;
}
#nav ul {}

#nav li {
  	list-style-type: none;
}

/* Ebene 1 und weitere Ebenen */
#nav li a {
	display: block;
  width: 170px; 
  width: 176px\9;
	font-size: 15px;
  font-family: 'Lusitana', serif;
  color: #601420;
	text-decoration: none;
	margin: 0 0 0 73px;
  padding: 11px 10px 25px 0;
	text-align: right;
  text-transform: uppercase;
}
#nav li a:hover {
	color: #fff;
	text-decoration: none;
}
#nav li ul li {
/* second-level lists */
	z-index: 1000;
	cursor: hand;
}
#nav li ul li a {
/* second-level lists */
	font-size: 12px;
	width: 160px;
  width: 170px\9;
	margin: 0 0 10px 65px;
  padding: 5px 10px 5px 0;
	cursor: hand;
	border: none;
}
#nav li ul li a:hover { }

#nav li ul ul {
/* third-and-above-level lists */
}

.menu-0 .menu-current a,
.menu-0 .menu-current a:hover {
	color: #fff !important;
	background: transparent url(../images/menu-bg.png) no-repeat top right;
	text-decoration: none;
}
.menu-0 a:hover {
  background: transparent url(../images/menu-bg-hover.png) no-repeat top right;
}
.menu-sibling a:hover {
  background: transparent url(../images/menu-bg-hover.png) no-repeat top right;
}
.menu-current ul li a {    
	color: #fff !important;
	background: transparent url(../images/submenu-bg.png) no-repeat top right !important;
	text-decoration: none;
  padding-top: 5px !important;
}
.menu-1 .menu-current a {
  background: transparent url(../images/submenu-bg.png) no-repeat top right !important;
}
.menu-1 .menu-sibling a {
  background: transparent url(../images/submenu-bg.png) no-repeat top right !important;
}
.menu-1 .menu-sibling a:hover {
  background: transparent url(../images/submenu-bg-hover.png) no-repeat top right !important;
}

.menu-parent a {
  color: #fff !important;
  background: transparent url(../images/menu-bg.png) no-repeat top right;
}
.menu-parent a:hover {
  background: transparent url(../images/menu-bg-hover.png) no-repeat top right;
}
.menu-child a:hover {
  background: transparent url(../images/submenu-bg-hover.png) no-repeat top right !important;
}

/* Footer */
#footer {
	clear: both;
	height: 60px;
  color: #fff;
	text-align: center;
	padding: 0 0 20px 0;
}

/* Adressblock Footer */
.adresse p {
	text-align: right;
	font-size: 13px;
  color: #601420;
}
.adresse {
	float: left;
	margin-left: 163px;
}

.footerlinks {
	vertical-align: bottom;
	float: right;
	margin-top: 80px;
}
.footernavi {
  font-size: 0.9em;
	color: #601420;
	width: 980px;
	margin: 45px auto 0 auto;
  padding-right: 10px;
  font-size: 0.8em\9;
}
.footernavi a {
	text-decoration: none;
}
.footernavi a:hover {
	text-decoration: underline;
}

/* Sitemap */
#sitemap ul li, #sitemap ul ul li, #sitemap ul ul ul li {
	font-size: 12px;
	list-style-type: none;
}

.frm-checkbox_label{border: none !important;}

[type="checkbox"] {
    width: 20px;
    height: 20px;
}
.frm-field_checkbox {
    font-size: 12px;
    cursor: pointer;
}
input[type="checkbox" i] {
    margin: 3px 3px 3px 0px;
}