@charset "utf-8";
@import url(reset.css);
@import url(lightbox.css);

/* ----------------------------------------------------- */

body {
	background-color: #dce4e6; /* adapt */
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

p {
	color: #626262;
	padding: 6px 15px 2px 15px;
	font-size: 13px;
	line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
	color: #e3000b; /* adapt */
	padding: 10px 15px 6px 15px;
	font-weight: normal;
	line-height: 1.3em;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 13px;
}

h4 {
	font-size: 11px;
	text-transform: uppercase;
	color: #626262;
	font-weight: bold;
}

a {
	color: #e3000b; /* adapt */
}

a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

hr {
	height: 1px;
	border: none;
	color: #ecf1f2; /* adapt */
	background-color: #ecf1f2; /* adapt */
	clear: both;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#page {
	background-color: #fff;
	background-image: url('../images/stadtmarketing/page-background.gif'); /* adapt */
	background-repeat: repeat-x;
}

#header {
	position: relative;
	width: 960px;
	height: 280px;
	margin: 0 auto;
}

#header-image {
	position: absolute;
	z-index: 1;
	top: 50px;
	width: 960px;
	height: 190px;
}

#header-image img {
	width: 960px;
	height: 190px;
}

#header-navigation {
	position: absolute;
	z-index: 20;
	top: 238px;
	background-color: #ecf1f2; /* adapt */
	width: 960px;
	height: 40px;
	border-top: 2px solid #e3000b; /* adapt */
}

#header-navigation li {
	display: inline;
}

#main {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 20px 0;
}

#main ul {
	list-style-image: url('../images/stadtmarketing/arrow.gif'); /* adapt */
	list-style-position: outside;
	margin: 6px 15px 2px 15px;
}

#main li {
	color: #626262;
	margin-left: 20px;
	padding: 6px 15px 2px 5px;
	font-size: 13px;
	line-height: 1.4em;
}

#content {
	position: relative;
	width: 556px;
	padding-bottom: 100px;
}

#sidebar {
	position: absolute;
	width: 384px;
	top: 10px;
	left: 576px;
}

#tabs {
	width: 960px;
}

#tabs a {
	width: 192px;
	height: 62px;
	display: block;
	position: absolute;
	z-index: 10;
	background-position: bottom center;
}

#tabs a:hover, #tabs a:focus {
	background-position: top center;
	z-index: 15;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}

#tab-stadtmarketing {
	position: absolute;
	top: 0;
	left: 0;
}

#tab-stadtmarketing a {
	background-image: url('../images/stadtmarketing/tab-stadtmarketing.gif');
}

#tab-bambergzaubert {
	position: absolute;
	top: 0;
	left: 192px;
}

#tab-bambergzaubert a {
	background-image: url('../images/stadtmarketing/tab-bambergzaubert.gif');
}

#tab-bluesjazzfestival {
	position: absolute;
	top: 0;
	left: 384px;
}

#tab-bluesjazzfestival a {
	background-image: url('../images/stadtmarketing/tab-bluesjazzfestival.gif');
}

#tab-cityschexs {
	position: absolute;
	top: 0;
	left: 576px;
}

#tab-cityschexs a {
	background-image: url('../images/stadtmarketing/tab-cityschexs.gif');
}

#tab-einkaufen {
	position: absolute;
	top: 0;
	left: 768px;
}

#tab-einkaufen a {
	background-image: url('../images/stadtmarketing/tab-einkaufen.gif');
}

#tab-weinfest {
	position: absolute;
	top: 0;
	left: 768px;
}

#tab-sponsoring a {
	background-image: url('../images/stadtmarketing/tab-sponsoring.gif');
}

#tab-empty {
	position: absolute;
	z-index: 10;
	top: 11px;
	left: 768px;
	height: 40px;
	width: 192px;
	background: #ecf1f2;
}

#footer {
	position: relative;
	height: 120px;
	width: 930px;
	margin: 0 auto;
	font-size: 11px;
	color: #626262;
}

#footer p {
	font-size: 11px;
	padding: 0 0 10px 0;
	line-height: 1.2em;
}

#footer a {
	color: #626262;
}

#footer ul {
	margin: 2px 0 10px 0;
}

#footer li {
	display: inline;
	margin-right: 8px;
}

#footer-left {
	position: absolute;
	top: 10px;
	left: 0;
	width: 600px;
}

#footer-right {
	position: absolute;
	top: 10px;
	right: 110px;
}

#footer-right p {
	text-align: right;
}

#footer-logo {
	position: absolute;
	top: 12px;
	right: 15px;
}

span.arrow {
	display: block;
	background-image: url('../images/stadtmarketing/arrow.gif');
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	padding-left: 12px;
	margin: 5px 0 0 15px;
}

span.date {
	font-size: 11px;
	display: block;
	color: #e3000b; /* adapt */
	padding: 0px 15px 5px 15px;
}

p.arrow {
	display: block;
	background-image: url('../images/stadtmarketing/arrow.gif');
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0 0 15px;
	padding: 0 0 0 12px;
	line-height: 1.0em;
}

#news {
	position: relative;
	background-color: #f5f8f8;
	margin-top: 20px;
	width: 556px;
}

#news-latest {
	position: relative;
	width: 364px;
	min-height: 230px;
	padding-bottom: 10px;
}

#news-latest span.date {
	font-size: 11px;
	display: block;
	color: #e3000b; /* adapt */
	padding: 0px 15px 5px 15px;
}

#news-links {
	height: 27px;
	width: 100%;
	background-color: #e5eaeb;
	padding-top: 3px;
	padding-left: 0;
}

#news-links .arrow {
	float: left;
}

#news-list {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 192px;
	border-left: 1px solid #e5eaeb;
}

#news-list hr {
	height: 1px;
	color: #e5eaeb;
	background-color: #e5eaeb;
	border: none;
}

#news-list h3 {
	padding: 5px 15px;
}

#sidebar-news {
	position: relative;
	margin-top: 20px;
}

#sidebar-news-events {
	position: relative;
	width: 192px;
	height: 192px;
	border-left: 1px solid #ecf1f2;
	background-image: url('../images/stadtmarketing/background-events.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#sidebar-news-members {
	position: absolute;
	width: 192px;
	height: 192px;
	top: 0;
	right: 0;
	background-color: #f5f8f8;
	background-image: url('../images/stadtmarketing/background-members.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#sidebar-news ul {
	margin: 5px 15px 10px 15px;
	list-style: none !important;
	list-style-image: none !important;
}

#sidebar-news li {
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	font-size: 11px;
	line-height: 1.3em;
	margin-bottom: 10px;
}

ul#subnav {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0 !important;
}

ul#subnav li {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid #e2e9ea;
}

.wtdirectory_filter {
	background: #ecf1f2;
	padding: 4px 15px;
	color: #626262;
	font-size: 13px;
	margin-top: 10px;
}

.wtdirectory_abc_letter {
}

.wtdirectory_abc_letter_all a, .wtdirectory_abc_letter a {
	padding: 0 2px;
	text-decoration: none;
}

.wtdirectory_abc_letter_all_act a, .wtdirectory_abc_letter_act a {
	color: #fff;
	background-color: #e3000b;
}

.wtdirectory_abc_letter_all a:hover, .wtdirectory_abc_letter a:hover {
	color: #fff;
	background-color: #e3000b;
}

ul.wtdirectory_list {
	margin: 10px 15px !important;
	list-style: none !important;
	list-style-image: none !important;
}

ul.wtdirectory_list li {
	padding: 0 !important;
	margin: 0 0 10px 0 !important;
	font-size: 15px;
	line-height: 1.5em;
}

ul.wt_directory_pagebrowser {
	margin: 0 15px;
	list-style: none !important;
	list-style-image: none !important;
}

ul.wt_directory_pagebrowser li {
	padding: 0 !important;
	margin: 0 4px 0 0 !important;
	display: inline;
	font-size: 13px;
}

ul.wt_directory_pagebrowser li a {
	padding: 0 2px;
	text-decoration: none;
}

ul.wt_directory_pagebrowser li a.act {
	color: #fff;
	background-color: #e3000b;	
}

ul.wt_directory_pagebrowser li a:hover {
	color: #fff;
	background-color: #e3000b;	
}

ul.news-events-list {
	margin: 10px 15px 20px 15px;
	list-style: none !important;
	list-style-image: none !important;
}

ul.news-events-list li {
	margin: 10px 0 !important;
	padding: 0 !important;
	font-size: 15px;
}

ul.news-events-list span.date {
	display: block;
	color: #626262;
	padding: 5px 0;
}

.news-single-image {


}

.news-image {
	margin: 5px 15px 10px 15px;
	padding: 0;
	float: left;
}

.csc-textpic-imagewrap {
	margin: 5px 0 5px 15px;
}

.csc-textpic {
	clear: both;
}

.news-list img {
	margin: 5px 15px 10px 15px;
	float: left;
}

.news-list span.date, #news-latest span.date {
	padding-top: 10px;
}

.news-presse-files {
	clear: both;
}

.csc-frame {
	margin-top: 20px;
	padding-bottom: 6px;
	clear: both;
	position: relative;
}

.csc-frame-frame1 {
	background: #f5f8f8; /* adapt */
}

.csc-frame-frame2 {
	border: 1px solid #e3000b; /* adapt */
}

.csc-frame-frame3 {
	background: #f5f8f8;
	padding-bottom: 0 !important;
}

#twitter {
	position: relative;
}

#twitter img.loading {
	padding: 10px 0 10px 15px;
}

#twitter ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}

#twitter ul li {
	padding: 0 !important;
	margin: 0 !important;
}

.tweet {
	font-size: 15px;
	line-height: 20px;
	font-style: italic;
	font-family: Georgia, Times, Times New Roman, serif;;
	padding: 10px 50px 20px 15px;
}

.tweet em {
	color: #E3000B;
}

#twitter-bird {
	position: absolute;
	top: 0;
	right: 0;
}

#socialmedia {
	background: #e5eaeb;
	height: 20px;
	padding: 5px 15px;
}

#socialmedia img {
	margin-right: 8px;
	float: left;
}

#bambergapp {
	position: relative;
	color: #626262;
}

#bambergapp .tweet {
	width: 200px;
}

#bambergapp-logo {
	position: absolute;
	top: -10px;
	right: 10px;
}

#bambergapp-url {
	background: #e5eaeb;
	height: 20px;
	line-height: 20px;
	padding: 5px 15px;
	font-size: 15px;
	font-style: italic;
	font-family: Georgia, Times, Times New Roman, serif;;
}

#links {
	position: relative;
	margin-top: 20px;
}

#links img {
	margin-right: 20px;
	float: left;
}

.csc-textpic-caption {
	color: #626262;
	padding: 6px 0 2px 0;
	font-size: 13px;
	line-height: 1.4em;
}

.csc-textpic-firstcol {
	clear: both;
}

.tx-timtabflickrrss-pi1 {
	padding: 2px 5px 3px 5px;
}

.tx-timtabflickrrss-pi1 img {
	margin: 10px 0 0 10px;
}

.news-single-img {
	padding: 15px 0 0 15px;
}

label {
	padding: 0 0 0 15px;
}

fieldset {
	border: 1px solid #ddd;
	padding: 5px 0 10px 0;
	margin-top: 5px;
	margin-bottom: 20px;
}

legend {
	margin: 0 10px;
	padding: 0 5px;
	font-size: 11px;
	text-transform: uppercase;
	color: #544cb4;
}

span.red {
	color: #ff0000;
	font-weight: bold;
}

.tx-guestbook-field label {
	width: 90px !important;
	font-size: 13px;
	line-height: 20px;
}

.tx-guestbook-field textarea {
	width: 220px !important;
}

.tx-guestbook-submit {
	margin-left: 15px;
}

.csc-frame fieldset {
	margin-bottom: 0 !important;
}

.tx-guestbook-form-error, .tx-guestbook-form-obligationfield {
	color: #e3000b !important;
}


.guestbook-entry {
	padding-bottom: 15px;
	border-bottom: 1px solid #e2e9ea;
}

.tx-indexedsearch-whatis {
	color: #e3000b; /* adapt */
	padding: 10px 15px 6px 15px;
	font-weight: normal;
	line-height: 1.3em;
	font-size: 16px;	
}

.tx-macinasearchbox-pi1 {

}

#srch_fld {
	width: 130px;
}

.event-list-image {
	padding: 5px 15px 10px 15px;
	width: 120px;
	float: left;
}


table td {
	color: #626262;
	padding: 6px 15px 2px 15px;
	font-size: 13px;
	line-height: 1.4em;
}


.com-list-even,
.com-list-odd {
	margin-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e2e9ea;
}

.com-list-col-img {
	margin-left: 15px;
	float: left;
}

.com-list-col-title,
.com-list-col-teaser,
.com-list-col-price {
	margin-left: 180px;
}

.com-list-col-title {
	padding-top: 5px;
	margin-bottom: 5px;
	font-size: 15px;
}

.com-list-col-teaser p {
	padding-left: 0;
}

.com-list-col-price {
	padding-top: 15px;
	font-size: 15px;
	color: #e3000b;
}

.com-list-col-action {
	clear: both;
	margin-left: 15px;
	padding-top: 15px;
}

.com-single-picture {
	margin-top: 15px;
	margin-left: 15px;
	float: left;
	width: 140px;
}

.com-single-desc {
	padding-top: 15px;
	margin-left: 165px;
}

.com-single-action-entry {
	clear: both;
	margin-left: 15px;
	padding-top: 15px;
}

.com-single-price {
	padding-top: 15px;
	font-size: 15px;
	color: #e3000b;
	margin-left: 180px;
}





.com-basket-box,
.com-chkout-listing-basket {
	margin-top: 10px;
}

.com-basket-box table,
.com-basket-box table td,
.com-basket-box table th,
.com-chkout-listing-basket table,
.com-chkout-listing-basket table td,
.com-chkout-listing-basket table th,
table.com-basket-list,
table.com-basket-list td,
table.com-basket-list th {
	border-left: 0;
	border-right: 0;
	border-color: #e2e9ea;
}

.com-basket-box table th,
.com-chkout-listing-basket table th,
table.com-basket-list th {
	background: #ecf1f2;
}

.com-basket-odd td {
	background: #ecf1f2;
}

.com-basket-product-title {
	padding-left: 15px !important;
}


.com-basket-delivery,
.com-basket-payment {
	padding-left: 0 !important;
}


.com-basket-header {
	font-size: 13px;
	color: #626262;
}
.com-chkout-address-radiolabel {
	padding-top: 4px;
}


.com-basket-next a {
	padding: 7px 10px;
	background: #e3000b;
	color: #fff;
	font-size: 18px;

}

.com-basket-previous a {
	padding: 5px 10px;
	background: #ecf1f2;
	color: #626262;
	float: left;
	margin-top: 4px;
}

.com-basket-tools {
	position: relative;
	height: 40px;
}

.com-basket-tools-buttons {
	width: 200px;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}

.com-chkout-steps {
	font-size: 13px;
	color: #626262;
	margin: 15px;
}

.com-chkout-step-actual {
	color: #e3000b;
}

.com-chkout-address label {
	color: #626262;
	font-size: 13px;
}

.com-chkout-address-radio {
	padding-left: 20px;
}

.com-chkout-listing-billing-address dl {
	margin-left: 15px;
	font-size: 13px;
	color: #626262;
	line-height: 18px;
	margin-bottom: 20px;
}

.com-chkout-listing-footer {
	clear: left;
	margin-top: 10px;
}


.csc-mailform-field label {
	width: 150px;
	float: left;
	line-height: 22px;
}

.csc-mailform-field #mailformsubmit {
	margin-top: 5px;
	margin-left: 15px;
}

.csc-mailform-label {
	font-size: 13px;
	color: #626262;
	margin-left: 15px;
	margin-bottom: 5px;
}

.com-address-list-link {
	margin-left: 15px;
}

.com-address-list ol {
	margin-bottom: 20px;
	border: 1px solid #e2e9ea;
	padding-bottom: 5px;
}
