/* @override 
	http://localhost:8888/mbb/_css/layout.css
	http://www.maybebop.de/_css/layout.css
*/

div.container {
	position: relative;	
	width: 928px;
	padding-top: 20px;
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background: #ffffff;
	padding-bottom: 170px;
	min-height: 1000px;
	overflow: hidden;
}

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

div.navigation{
	position: absolute;
	width: 212px;
	margin-left: 0px;
	top: 175px;
	bottom: 0;
	background-color: #c5c5c7; /*#cf0035 ;*/
	
	color: #ffffff;
 }

div.navbar{
	background-color: #ffffff;
	width: 202px;
	padding: 5px;
	text-align: center;
}

.arrow-right {
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;

        border-left: 5px solid black;
}

img.navigation {
	width: 212px;
	height: 33px;
	margin-left: -40px;
}

div.shopteaser{
	padding: 9px;

}

p.shopteaserkopf{
	margin: 0px;
	color: #9b9c9e;
	text-transform: uppercase;
	font-size: 90%;
}

p.shopteasertext{
	margin: 0px;
	color: #3a3a3c;
	font-size: 85%;
}

img.shopteaser{
	border: 5px solid #ffffff;
	width: 184px;
}

a.shopteaser, a.shopteaser:visited{
	color: #3a3a3c;
	text-decoration: underline;
}

a.shopteaser:hover{
	text-decoration: none;
}

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

div.head {
	position: relative;
	background-color: #cf0035 ;
	width: 928px;
	height: 138px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: -18px;
}

div.headnews{
	position: relative;
	width: 900px;
	height: 35px;
	background-color: #000000;
	color: #ffffff;
	line-height: 35px;
	padding-left: 14px;
	padding-right: 14px;
	overflow: hidden;
	font-family: "Courier New", Courier, mono;
	text-align: center;
}

div.headnews li{
	list-style-type: none;
}

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

div.content {
	margin-left: 212px;
	margin-top: 0px;
	width: 411px;
	/* find hacks for ie & co for min-height */
	min-height: 1050px;
	background-color: #ffffff;
	color: #626262;
	padding: 10px 15px;
}

#content table.gaestebuch tbody tr td{
	/*background-color: #e4e4e6;*/
}
#content table.gaestebuch td{
		padding: 3px;
}

div.contentheader,div.ch-large {
	margin-left: 212px;
	margin-top: 35px;	
	width: 716px;
	height: 165px;
	background-color: #373739;
	z-index: 0;
}

div.ch-large{
	height: 230px;
}

h1.contentblockheader, h1.cb-header{
	text-transform: uppercase;
	color: #ffffff;
	background: url(../_images/sidebarheading.png) repeat-x;
	font-size: 0.9em;
	height: 31px;
	width: 381px;
	/*border-color: #ffffff;
	border-top-style: dotted;
	border-bottom-style: dotted;*/
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0px;
	overflow: hidden;
}

h2{
	color: #af002f;
}

div.contentblock{
	margin-top: 15px;
	margin-bottom: 10px;
	width: 411px;
}

div.contentblock p,h1.cb-textheader, .cb-item h1, cb-item p{
	margin: 0px;
}

.cb-textheader,.cb-item h1 {
	font-size: 1.2em;
	color: #cf0035 ;
}


div.contentblock p, .cb-item p{
	font-size: 0.9em;
}

.cb-imgheader{
	text-transform: uppercase;
	font-size: 0.75em !important;
	margin-bottom: 0px;
	padding-bottom: 0px !important;
	margin-top: 0px;
	padding-top: 7px;
}

div.contentblock img{
	margin-right: 10px;
	text-align: left;
	float: left;
}

.cb-morelink{
	padding-top: 5px;
	text-align: right;
}

div.contentblock:last-of-type:after{
	white-space: pre;	
	content: "\A\00A0";
}
div.cb-item{
	min-height: 115px;
}
/* ------------------------------------------------------------------------- */
div.sidebarright,div.sidebar, div.sbr-lower,div.sbr-start {
	position: absolute;
	margin-top: 200px;
	margin-left: 653px;
	width: 275px;
	background-color: #c5c5c7;
	height:100%; /* Mindesthöhe für den IE */ 
}

div.sbr-lower,div.sbr-start{
	margin-top: 265px;
}
div.sbr-start{
	background-color: #373739;
}

/* --- */
h1.sidebar, h1.sbr{
	text-transform: uppercase;
	color: #ffffff;
	background: url(../_images/sidebarheading.png) repeat-x;
	font-size: 0.9em;
	height: 31px;
	overflow: hidden;
	padding: 8px 15px 0;
	margin-bottom: 0;
}

h1.sidebarstart, h1.sbr-start{
	text-transform: uppercase;
	color: #ffffff;
	background: url(../_images/sidebarheading-startseite.png) repeat-x;
	font-size: 0.9em;
	height: 31px;
	/*border-color: #ffffff;
	border-top-style: dotted;
	border-bottom-style: dotted;*/
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}
/* --- */
hr.sidebar, hr.sbr{
	color: transparent;	
	background: url(../_images/sidebar-linie.png) repeat-x scroll center;
	height: 5px;
	width: 100%;
	border: 0px;
	margin: 2px 0px;
}

hr.sidebarstart, hr.sbr-start{
	color: transparent;	
	background: url(../_images/sidebar-linie-startseite.png) repeat-x scroll center;
	height: 5px;
	width: 100%;
	border: 0px;
	margin: 2px 0px;
}
/* --- */
div.sidebarteaser-start{
	padding: 10px 19px;
	background-color: #373739;
}


div.sidebarteaser, div.sbr-teaser{
	padding: 10px 19px;
}

img.sidebarteaser, img.sbr-teaser{
	border: 1px solid #ffffff;
}

p.sidebarteaser, p.sbr-teaser{
	text-transform: uppercase;
	margin: 0px;
	font-size: 75%;
	color: #9b9c9e;
}

p.sidebar, p.sbr{
	margin-left: 6px;
}
/* --- */
div.breitbild{
	padding: 7px;
}

img.breitbild{
	position: relative;
	border: 0px;
	z-index: 0;
	width: 261px;
	height: 138px;
	overflow: hidden;
}

p.breitbild{
	position: relative;
	color: #ffffff;
	padding: 4px;
	margin-top: -28px;
	margin-bottom: 0px;
	margin-left: 1px;
	margin-right: 5px;
	width: 251px;
	font-size: 17px;
	background-image: url(../_images/schwarz55op.png);
	z-index: 1;
}
/* --- */

div.sbr-startbildundtext, div.sbr-bildundtext {
	height: 97px;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 7px;
	min-height: 85px;
}

p.sbr-startbildundtexthead,p.sbr-bildundtexthead {
	margin: 0px;
	font-size: 12px;
	text-transform: uppercase;
}

p.sbr-startbildundtext, p.sbr-bildundtext{
	height: 85px;
	margin: 0px;
	padding-left: 5px;
	color: #ffffff;
	font-size: 75%;
}

p.sbr-bildundtext{
	color: #000000;
}

img.sbr-startbildundtext,img.sbr-bildundtext {
	float: left;
	margin-right: 5px;
	width: 123px;
	height: 85px;
}

/* --- */

div.sbr-textwrapper{
	
}

div.sbr-text{
	background-color: #e4e4e6;
	border-bottom: 1px solid #ffffff;
	margin: 0px;
}
div.sbr-text:nth-child(odd){
	background-color: #f1f1f1;
}
div.sbr-text h1,div.sbr-bildundtext h1, div.sbr-startbildundtext h1{
	font-weight: bold;
	font-size: 0.85em;
	margin: 0 5px;
}

div.sbr-text p {
	font-size: 0.8em;
	margin-top: 0;
	margin: 5px;
	font-weight: bold;	
}

ul.sbr-year{
	font-size: 0.85em;
	font-weight: bold;
	display: block;
	text-align: center;
	width: 275px;
}

ul.sbr-year li{
	background-color: #3a3a3c;
	color: #ffffff;
	margin: 2px;
	padding: 1px;
	width: 4em;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	float: left;
}

ul.sbr-year li:hover, .sbr-year-active{
	background-color: #cf0035 !important;
}
/* ------------------------------------------------------------------------- */

div.bottomline{
	position: absolute;
	height: 33px;
	width: 100%;
	background-color: #cf0035 ;
	bottom: 150px;
	color: #ffffff;
	font-size: 85%;
}

div.bottomleft{
	float: left;
	margin-left: 5px;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: left;
	width: 49%;
}
div.bottomright{
	float: right;
	margin-right: 5px;
	margin-top: 8px;
	margin-bottom: 8px;	
	text-align: right;
	width: 49%;
}
div.bottomline a,div.bottomline a:visited{
	color: #ffffff;
	text-decoration: none;
}

div.bottomline a:hover{
	text-decoration: underline;
}

div.footer{
	background-color: #eceeee;
	position: absolute;
	height: 150px;	
	width: 100%;
	bottom: 0px;
	text-align: center;
	color: #000000;
	font-size: 75%;
}

img.footer {
	margin: 10px;
}

p.footerlinks {
	margin-top: 5px;
}

div.footer a, div.footer a:visited{
	color:  #000000;
	text-decoration: none;
}
div.footer a:hover{
	text-decoration: underline;
}

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

