@charset "utf-8";
* {margin: 0;padding: 0; }

body, html {
    font: 11px "Trebuchet MS", "Bitstream Vera Sans", Verdana, sans-serif;
    background: #300000 url(images/bg-body.jpg) /* repeat-x fixed; */
}

a img {border: none;}
div {font-size: 1em;}

/* ------- default link styles ----------- */

a,
a:link 
a:active {
   text-decoration: underline;
   color: #CB0001; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
}

/* remove underline on hover and change color */
a:hover {}

/*****************
basic layout 
*****************/
#logo { 
	padding-top: 5px;
	margin-left:10px;}
#main {
	width: 750px;
	margin: 0 auto;
    border: 3px solid #fff;
}

#top {
	clear:both;
	background: #000000 url(https://www.marlenka-torte.ch/images/cms/toptop.jpg) top no-repeat;
padding-top: 120px; 
/*	padding-left: 30px;	 */
/* background-image:url(images/discover3.jpg); /*
/*	height: 180px; /*133 ,72 */
}

#top h1 {font-size: 18px;color: #fff;}

#menu {
	clear:both;
	background: #D17206 url(https://www.marlenka-torte.ch/images/cms/menubg.gif) top repeat-x;
   border-top: 1px solid #fff; border-bottom: 1px solid #B9CDD0;
	height: 28px;
}

#menu ul {
	padding: 7px;
	list-style: none;
}

#menu ul li {
	float: left;
	padding: 0px 9px;
}

#menu ul li a {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#menu ul li a:hover {
	color: #fc0;
        font-style: italic;
}

#slogan {
	clear:both;
	background: url(https://www.marlenka-torte.ch/images/cms/sloganbg.jpg) top no-repeat;
	height: 156px; /* 76px */
	padding-top: 76px;
	padding-left: 30px;
}

#slogan h2 {
	color: #fff;
	font: 24px Arial, Helvetica, sans-serif;	
	font-weight: bold;
	letter-spacing: -2px;
}

#slogan h2 strong {
	font: 36px Arial, Helvetica, sans-serif;		
	font-weight: bold;
	letter-spacing: -3px;
}

#cols {
	clear: both;
	background: url(https://www.marlenka-torte.ch/images/cms/contentbg.gif) left repeat-y;
	width: 750px;
}

#colA {
   float: left; 
	width: 300px;
}

#colB {
	float: left;
	width: 450px;
}

#welcome {
	padding: 15px 14px 5px 14px; 
	background: url(https://www.marlenka-torte.ch/images/cms/corner4.png) 0 0 no-repeat;
	border-bottom: 4px solid #D17206; /*#8A0000; */
}
#contend1 {
	background: url(uploads/images/corner.png) 0 0 no-repeat;
        padding: 15px 0 0 0; 
}

#A {
	padding: 10px 20px;
}

#A ul li {
	list-style: none;
	padding: 3px 0px;
	border-bottom: 1px dashed #630;
}

#A ul li a {
	color: #900000;
	font-weight: bold;
	text-decoration: none;
}

#A ul li a:hover {
	color: #300;
}

#content {
	padding: 20px 14px;
}

#colA h3, #colA h2 {

	color: #4B1D1B;
	font: 18px Georgia;
        font-style: italic;
	font-weight: normal;

}

#colB h3, #colB h2 {
	color: #300;
	font: 18px Georgia;
	font-weight: normal;
 font-style: italic;
}

#cols p {
	color: #333;
	line-height: 14px;
	margin: 5px 0px;
	text-align: justify;
	clear: both;
}

#cols p a {
	color: #900000;
	text-decoration: none;
}

#cols p a:hover {
	text-decoration: underline;
}

#dots {
	border-bottom: 1px dashed #ccc;
}

#temp {
	float: right;
	margin-left: 2px;
}

#part img {
	float: left;
	margin: 2px;
}

#footer {
	clear:both;
	width: 420px; /* 710px */
	padding: 15px 315px;   /* 15px 25px*/
/*	background: #a00 url(images/cms/footer_bg.gif) top repeat-x;   */
	font-size: 10px;
	text-transform: uppercase;
/*	color: #fff;  */
}

#footer a {
/*	color: #f90;   */
        width: 315px;
/*        padding: 5px 15px; */
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#both {clear:both;}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}
/* END TEXT */
/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}
/* Stylesheet: nichess Modified On 2016-01-11 12:49:23 */
