/* BulliMuseum CSS */
body{
	background: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #373737;
	text-align: center;
}

a{
	color: #89ae19;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.content p, .content ul, content ol{
	margin-bottom: 17px;
}

.content ul, .content ol{
	margin-left: 20px;
}

.content ul li{
	background: url(../img/icn_list.gif) 0px 3px no-repeat;
	padding-left: 18px;
	margin: 10px 0px;
}



.content ol{
	list-style: decimal;
	list-style-position: inside;
}

.content ol li{
	margin: 10px 0px;
}

/**** HEADINGS ****/
h1{
	font-weight: bold;
	color: #888888;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Arial, Tahoma, sans-serif;
	margin-top: 5px;
	margin-bottom: 8px;
}

h1 a{
	color: #888;
}

.content h1.csc-firstHeader{
	font-size: 18px;
	margin-bottom: 18px;
	margin-top: 2px;
}


/**** LAYOUT ****/
.page{
	width: 960px;
	background: #FFFFFF;
	-moz-box-shadow: 0px 0px 25px #cecece;
	-webkit-box-shadow: 0px 0px 25px #cecece;
	box-shadow: 0px 0px 25px #cecece;
	border: 1px solid #cecece;
	border-top: 0px;
	margin: 0px auto;
	text-align: left;
	background: url(../img/bg_middle.jpg) bottom no-repeat #FFFFFF;
}

.top{
	height: 142px;
	overflow:hidden;
	padding-left: 30px;
}

.logo{
	display: block;
	width: 251px;
	height: 142px;
	float:left;
}

.middle{
	padding: 55px 60px 260px 30px;
}

.left{
	float:left;
	width: 251px;
	border-bottom: 1px solid #CDCDCF;
}

.right{
	float:right;
	width: 570px;
}

.left .teaser{
	background: #FFFFFF;
	border: 1px solid #cdcdcf;
	border-bottom: 0px;
}

.left .teaser .teaser-content{
	padding: 0px 15px 20px 25px;
}

.left .teaser h1{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 1px;
	padding: 13px 5px 20px 22px;
	background: url(../img/bg_teaser.gif) 0px 0px no-repeat;
}

.left .news .news-date{
	display: block;
	font-weight: bold;
	color: #888888;
}

.left .news-content a{
	font-weight: normal;
	color: #888888;
}

.left .news .news-entry{
	margin-bottom: 10px;
}

.left .news .news-more{
	background: url(../img/icn_shortcuts.gif) 0px 5px no-repeat;
	padding-left: 15px;
}

.bottom{
	background: #8aae1a;
	padding: 5px 0px 20px 88px;
}

.container{
	float:left;
	border-right: 1px solid #7D9F13;
	margin-right: 19px;
	padding: 2px 0px;
	color: #363837;
	line-height: 16px;
}

.container.col1{
	width: 157px;
}


.container.col2{
	width: 200px;
}

.container.col3{
	width: 232px;
	border: 0px;
}

.container.col3 address{
	float:left;
	width: 140px;
}

.container.col3 img{
	float:right;
	border: 1px solid #7D9F13;
}

.container a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.container a:hover{
	text-decoration: underline;
}

/**** MAINMENU ****/
.mainmenu{
	float:right;
}

.mainmenu li{
	float:left;
	width:107px;
	display: block;
	margin-left: 1px;
}

.mainmenu li a{
	display: block;
	float:left;
	width: 107px;
	height: 142px;
	line-height: 227px;
	text-indent: 27px;
	color: #FFFFFF;
	background-image: url(../img/icn_menu.gif);
	background-repeat: no-repeat;
	background-position:  7px 107px;
	background-color: #8aae1a;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition:background-color .4s ease-out;
	transition:background-color .4s ease-out;
}

.mainmenu li a:hover,
.mainmenu li.act a{
	background-color: #8B8784;
	background-image: url(../img/icn_menu_act.gif);
}

/**** SHORTCUTS *****/
.shortcuts{
	border-left: 1px solid #7D9F13;
	float:left;	
	width: 170px;
	padding: 2px 0px;
}

.shortcuts li{
	display: block;
	padding-left: 20px;
	
}

.shortcuts li a{
	background: url(../img/icn_shortcuts.gif) 0px 6px no-repeat;
	padding: 1px 0px 1px 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.shortcuts li a:hover,
.shortcuts li.act a{
	text-decoration: underline;
}

/*** MISC ***/
div.csc-textpic-border div.csc-textpic-imagewrap img{
	border: 1px solid #888888!important;
	padding: 2px!important;
	background: #f1f2f3;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image{
	background: transparent;
}

.csc-textpic-caption{
	font-size: 10px;
	color: #888888;
}

div.csc-textpic-intext-right div.csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap{
	margin-left: 15px!important;
}

div.csc-textpic-intext-left div.csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap{
	margin-right: 15px!important;
}

/***** KONTAKTFORMULAR (std. Mailform) *****/
#mailform label {
	display: block;
	font-weight: bold;
	font-size: 11px;
}

#mailform .csc-mailform-label {
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0px;
	border-bottom: 1px solid #E6E4D8;
}

#mailform input,
#mailform textarea {
	display: block;
	width: 385px;
	font-family: Verdana, Tahoma,  Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #8B8784;
	padding: 5px;
}

#mailform .csc-mailform-field {
	clear:both;
	float:none;
	padding: 5px 0px;
}

#mailform .csc-mailform-submit {
	width: auto;
	padding: 6px 15px;
	background: #9AB939;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	border: 0px;
	cursor: pointer;
	font-family: Arial, Verdana, Tahoma,  sans-serif;
}

#mailform .csc-mailform-submit:hover {
	background: #8B8784;
}


/**** RAHMEN ****/
.content .frame-1{
	border-bottom: 1px solid #CDCDCF;
	margin-bottom: 17px;
}

.content .frame-2{
	border: 1px solid #CDCDCF;
	padding: 17px 17px 0px;
	margin-bottom: 17px;
	background: #FCFCFC;
}

.content .frame-3{
	width: 260px;
	margin: 0 25px 15px 0;
	float: left;
}

.content .frame-event{
	border: 1px solid #CDCDCF;
	padding: 17px 17px 0px;
	margin-bottom: 17px;
	background: #FCFCFC;
}

.frame-event .csc-header{
	margin-bottom: 10px;
/*	border-bottom: 1px solid #888888; */
}

.frame-event .csc-header-date{
	font-size: 14px;
	color: #888888;
	display: inline;
	margin-right: 10px;
}

.frame-event h1{
	display: inline;
	color: #89AE19;
}

/*** Tabellen ***/

.contenttable {
	width: 100%;
	margin-bottom: 20px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.contenttable td, .contenttable th {
	vertical-align: top;
	padding: 2px 13px 4px 10px;
	border-bottom: 1px solid #ccc;
}


.contenttable th {
	background-color: #89AE19;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	padding: 3px 13px 6px 10px;
	text-transform: uppercase;
}


/*** Slide ***/

.slide {
	text-align: center;
	float: left;
	width: 187px;
	height: 135px;
}

.slide a {
	font-weight: normal;
	color:#888888;
}

.slide a:hover {
	text-decoration: none;
}

#slider_left, #slider_right {
	float: left;
	display:block;
	margin-top:35px;
	cursor: pointer;
}

#slider_left {
	margin-left: 15px;
}

#slider_right {
	margin-right: 15px;
}

#bulli_slider {
	width: 187px;
	float: left;
	height: 135px;
	overflow: hidden;
	position:relative;
}

#bulli_slider_inner {
	position:absolute;
	left: 0;
}


/*** backlink ***/
.backlink {
	margin-bottom:10px;
}

.aktuelles h1.csc-firstHeader{
	font-size: 14px;
	margin-bottom: 5px;
}
