/* BBK MAIN CSS */

/* General */ 

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /* don't edit */
	color: #8f9396;
}

html {
	font-size: 62.5%; /* don't edit */
}

html, body {
	height: 100%;
	min-height: 100%;
}

body {
	background-color: #FFFFFF;
	text-align: center;
	font-size: 1em; /* edit here global size for em, 1em = 10px */
}


/* Basic Layout */

#page-area {
	width: 990px;
	margin: auto;
	text-align: left;
	border-bottom: 35px solid #83878d;
}

#top-area {
	overflow: hidden;
	background-color: #212933;
	height: 230px;
	color: #a4a7ab;
}

#LOGO {
	float: left;
	width: 185px;
	padding-left: 45px;
	font-size: 0.9em;
}
#logo-text {
	padding-top: 3px;
}

#MENU-MAIN {
	float: left;
	width: 326px;
}

#MENU-SUB {
	float: left;
	width: 254px;
	height: 230px;
	background-color: #82858c;
}

#MENU-BASIC {
	float: left;
	width: 180px;
}

#main-area {
	overflow: hidden;
	min-height: 250px;
}

#CONTENT-MAIN {
	float: left;
	width: 730px;
	padding: 15px 80px 15px 0;
}

.divider {
    display: block;
    height: 1px;
    overflow: hidden;
    clear: both;
    padding-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #b2b4b8;
}

#CONTENT-RIGHT {
	float: left;
	width: 180px;
}

.clearer {
	display: block;
	height: 1px;
	padding: 0;
	margin: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
}



/* MENU MAIN */

#MENU-MAIN {
	padding-top: 20px;
	font-size: 1.3em;
	text-transform: uppercase;
}
#MENU-MAIN a {
	color: #82858c;
	text-decoration: none;
	font-weight: bold;
	display: block;
	line-height: 2em;
}
#MENU-MAIN a:hover,
#MENU-MAIN a.active {
	color: #FFFFFF;
}

#MENU-MAIN a.active {
	background-image: url(../pics/bg_main_menu_item.jpg);
	background-repeat: repeat-y;
}

#MENU-MAIN li {
	list-style-type: none;
	margin: 0;
	border-bottom: 1px solid #49505a;
}
#MENU-MAIN li.last {
	border: none;
}


/* MENU SUB */

#MENU-SUB {
	padding-top: 20px;
	font-size: 1.3em;
}
#MENU-SUB ul {
	padding: 0 10px;
}
#MENU-SUB a {
	text-decoration: none;
	font-weight: bold;
	color: #c6c7cb;
}
#MENU-SUB li {
	list-style-type: none;
	margin: 0;
	padding-bottom: 3px;
}
#MENU-SUB a:hover,
#MENU-SUB a.active {
	color: #FFF;
}


/* MENU BASIC */

#MENU-BASIC {
	color: #82858c;
	padding-top: 20px;
	font-size: 1.3em;
}
#MENU-BASIC ul {
	padding-left: 20px;
}
#MENU-BASIC a {
	color: #82858c;
	text-decoration: none;
}
#MENU-BASIC li {
	list-style-type: none;
	margin: 0;
}
#MENU-BASIC a:hover,
#MENU-BASIC a.active {
	color: #FFF;
}


/* CONTENT */

#CONTENT-MAIN {
	font-size: 1.2em;
}

#CONTENT-MAIN h1 {
	font-size: 1.6em;
	padding-left: 185px;
	color: #6a6f76;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

#CONTENT-MAIN h2 {
	font-size: 1.2em;
	margin: 0 0 5px 0;
}

h3 {
    font-size: 1.2em;
    color: #9A0000;
	margin: 0 0 5px 0;
}

#CONTENT-MAIN p {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.4em;
}

#CONTENT-MAIN .csc-textpic-imagewrap {
	/*margin-top: 14px;*/
}

#CONTENT-MAIN .ce-box {
    padding-left: 45px;
}

.text-red {
	color: #b21b16;
}
.zitat {
	font-size: 1.4em;
}

#CONTENT-RIGHT {
	font-size: 1.2em;
	padding-bottom: 15px;
}

#CONTENT-RIGHT .csc-textpic-imagewrap {
    padding-bottom: 5px;
}

#CONTENT-RIGHT h3 {
    margin-bottom: 0;
}

/* SITEMAP */

#CONTENT-MAIN .csc-sitemap {
	padding-left: 20px;
}

#CONTENT-MAIN .csc-sitemap ul {
	margin-left: 20px;
}

#CONTENT-MAIN .csc-sitemap ul li {
	margin-bottom: 5px;
	list-style-type: square;
}

#CONTENT-MAIN .csc-sitemap ul li a {
	font-weight: bold;
	text-decoration: none;
}

#CONTENT-MAIN .csc-sitemap ul li a:hover,
#CONTENT-MAIN .csc-sitemap ul li a:focus {
	text-decoration: underline;
}

#CONTENT-MAIN .csc-sitemap ul ul {
	margin-bottom: 5px;
	margin-left: 20px;
}

#CONTENT-MAIN .csc-sitemap ul ul li {
	margin-bottom: 0;
	list-style-type: disc !important;
}

#CONTENT-MAIN .csc-sitemap ul ul li a {
	font-weight: normal;
}

#CONTENT-MAIN .csc-sitemap ul ul ul {
	margin-left: 30px;
}

#CONTENT-MAIN .csc-sitemap ul ul ul li a {
	padding-left: 0;
	background-image: none;
}

#CONTENT-MAIN .csc-sitemap ul ul ul ul {
	margin-left: 12px;
}


/* MAILFORM CSS SETTING */
.csc-mailform-field label {
	width: 65px;
	color: #4C4C4C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	text-align: right;
	padding-top: 2px;
	margin-right: 10px;
	font-weight: bold;
	display: block;
	float: left;
}
.csc-mailform-field INPUT, .csc-mailform-field TEXTAREA, .csc-mailform-field SELECT {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.csc-mailform-field TEXTAREA {
	width: 280px;
	margin-bottom: 5px;
}
.csc-mailform-field INPUT {
	margin-bottom: 5px;
	width: 280px;
}
.csc-mailform-field SELECT {
	margin-bottom: 5px;
}
.csc-mailform-submit {
	border: none;
	background-color: #b21b16;
	width: auto !important;
	margin-left: 300px;
	margin-top: 5px;
	padding: 0px;
	color: #FFF !important;
	cursor: pointer;
}
.csc-mailform {
	border: 0px;
	margin-left: 12px;
	padding: 0px;
	padding-top: 15px;
	padding-left: 185px;
}
/*.csc-mailform-check {
	float: left;
	text-align: left !important;
	margin-left: 65px !important;
	width: 10px !important;
	margin-top: 0;
	padding-top: 0;
}*/

/* Alpha Sitemap */
.tx-alphasitemap-pi1 {
    padding-left: 230px;
}
.tx-alphasitemap-pi1 .letter-section {
    clear: both;
    border-top: 1px solid #b2b4b8;
    padding-bottom: 15px;
}
.alpha-sitemap-letter {
    font-size: 40px;
    float: left;
    margin-right: 30px;
    font-weight: bold;
    color: #b5b7bb;
}
.letter-section-adresses {
    float: left;
}
.tx-alphasitemap-pi1 h3 {
    margin-top: 5px;
}
.tx-alphasitemap-pi1 h3 a {
    color: #9a0000;
    text-decoration: none;
}
.tx-alphasitemap-pi1 .list-address {
    color: #212933;
    padding-bottom: 10px;
}
