/* BBJK START CSS */

/* General */ 

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /* don't edit */
	color: #88898a;
}

html {
	font-size: 62.5%; /* don't edit */
}

html, body {
	height: 100%;
	min-height: 100%;
}

body {
	background-color: #FFF;
	text-align: center;
	font-size: 1em; /* edit here global size for em, 1em = 10px */
}


/* Basic Layout */

#page-area {
	width: 980px;
	margin: auto;
	text-align: left;

}

#menu-area {
	padding-left: 194px;
	background-color: #25292d;
	padding-top: 40px;
	padding-bottom: 30px;
}

#banner-area {
	overflow: hidden;
}

#date-location {
	float: left;
	width: 193px;
}

#BANNER {
	float: left;
	width: 499px;
}

#BANNER-START {
	height: 274px;
}
#BANNER-START h1 {
	margin: 0;
	padding: 0;
}

#kunstmesse {
	float: left;
	width: 288px;
}

#main-area {
	padding-left: 193px;
	overflow: hidden;
}
#main-area-start {
	padding-left: 193px;
	background-color: #25292d;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 5px;
}

.clearer {
	display: block;
	height: 1px;
	padding: 0;
	margin: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
}



/* MENU MAIN */

#MENU-MAIN {
	color: #9c9e9f;
	font-size: 1.3em;
	text-transform: uppercase;
}
#MENU-MAIN a {
	color: #9c9e9f;
	text-decoration: none;
	font-weight: bold;
}
#MENU-MAIN a:hover,
#MENU-MAIN a.active {
	color: #dedb00;
}

#MENU-MAIN li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding-right: 8px;
}


/* MENU SUB */

#MENU-SUB {
	color: #9c9e9f;
	padding-top: 8px;
	font-size: 1.3em;
}
#MENU-SUB a {
	color: #9c9e9f;
	text-decoration: none;
}
#MENU-SUB li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding-right: 15px;
}
#MENU-SUB a:hover,
#MENU-SUB a.active {
	color: #dedb00;
}


/* MENU BASIC */

#MENU-BASIC {
	color: #948671;
	padding-top: 12px;
	padding-right: 10px;
	font-size: 1.2em;
}
#MENU-BASIC a {
	color: #948671;
	text-decoration: none;
}
#MENU-BASIC li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding-right: 12px;
}
#MENU-BASIC a:hover,
#MENU-BASIC a.active {
	color: #b21b16;
}


/* CONTENT */

#CONTENT-MAIN {
	float: left;
	width: 464px;
	padding-left: 20px;
	padding-top: 30px;
	padding-right: 15px;
	font-size: 1.2em;
	background-image: url(../pics/bg_vert_line.jpg);
	background-repeat: no-repeat;
	min-height: 250px;
}

#CONTENT-MAIN h1 {
	font-size: 1.4em;
	margin: 0 0 14px 0;
}

#CONTENT-MAIN-START h1 {
	font-size: 1.2em;
	margin: 0 0 14px 0;
}

h2 {
	font-size: 1.2em;
	margin: 15px 0 15px 0;
}

#CONTENT-MAIN h3 {
	font-size: 1.1em;
	margin: 0 0 1.3em 0;
}

#CONTENT-MAIN p,
#CONTENT-MAIN-START p {
	margin: 0 0 1.2em 0;
	padding: 0;
	line-height: 1.4em;
}
#CONTENT-MAIN-START p {
    color: #fefefe;
}

#CONTENT-MAIN .csc-textpic-imagewrap {
	/*margin-top: 14px;*/
}

.important {
	color: #dedb00;
}

#date-location-start {
	float: left;
	width: 178px;
	border-left: 1px solid #4a4d50;
	border-right: 1px solid #4a4d50;
	min-height: 250px;
}

#CONTENT-MAIN-START {
	float: left;
	width: 460px;
	padding: 0 20px;
	font-size: 1.2em;
	min-height: 250px;
	border-right: 1px solid #4a4d50;
}


/* CONTENT RIGHT */

#CONTENT-RIGHT {
	float: left;
	width: 288px;
	padding-top: 30px;
	font-size: 1.2em;
}
#CONTENT-RIGHT h2 {
    font-size: 1.2em;
}
#CONTENT-RIGHT a {
    text-decoration: none;
}
#CONTENT-RIGHT a:hover {
    text-decoration: underline;
}
#CONTENT-RIGHT .csc-textpic {
    background-color: #b7b9ba;
    display: block;
    width: 288px;
    overflow: hidden;
}
#CONTENT-RIGHT .csc-textpic-image {
    margin-bottom: 0;
}
.csc-frame-rulerAfter {
    height: 1px;
    display: block;
    background-color: #c0c1c2;
    margin-top: 15px;
}

/* 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: #25292d;
	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: 0px;
}
/*.csc-mailform-check {
	float: left;
	text-align: left !important;
	margin-left: 65px !important;
	width: 10px !important;
	margin-top: 0;
	padding-top: 0;
}*/
