.layout-wt #alpha {
    width: 620px;
}

body 
{
   font-family: 'Trebuchet MS', Lucida, Verdana;
   font-size: 87%;
}

#header {
    border-color: #ffffff;
    border-top-width: 0px;
    background: #ffffff;
    }

#header-content {
    width: 842px; 
    margin: 0px 0 0px 0px;
}

#header-description {
    text-indent:-9999px;
    display:block;
    float:left;
    height:0px;
}

#header-name {
    background: #ffffff url(images/rezeptsuche-banner-550.gif) no-repeat;
    height:180px;
    width:620px;
    margin: 0 0 0px;
    }

#header-name a {
    text-indent:-9999px;
    display:block;
    float:left;
    height:180px;
    width:620px;
    }

.mt-google-search-results layout-wt #header-name {
    background: #ffffff url(images/rezeptsuche-banner-550.gif) no-repeat;
    height:106px;
    width:620px;
    margin: 0 0 0px;
    }

.mt-google-search-results #header-name a {
    text-indent:-9999px;
    display:block;
    float:left;
    height:106px;
    width:620px;
    }

#search-button {
    position:relative;
    top:5px;
    }
#container {
    margin: 0 auto;
    width: 620px;
    background-color:#fff;
    min-height:1000px;
    }


#center {
    margin-left: 80px;
    }

#main-page-footer-links {
    margin-left: 160px;

    }

.codebox {
	background:#F8F5EF;
	display:block;
	font-size:12px;
	font-family: 'Trebuchet MS', Lucida, Verdana;
	overflow:scroll;
	border:solid 1px #e0aa80;
	margin-bottom:25px;
        width: 600px;
	}

h2 {
    font-weight: bold;
    color: #4D0A0B;
    font: 20px Georgia, 'Trebuchet MS', Lucida, Verdana;
    }

h3 {
    font-weight: bold;
    color: #000;
    font: 120%;
    margin-top: 20px;
    }

#footer { 
    background:#fff  url(images/footer-banner.jpg) no-repeat;
    padding: 20;
    }

#footer-content {
    margin: 105px 0;
    }

#footer-content,
#footer-content a {
    color: #4D0A0B;
}



p.baseline {
	font-size: 70%;
	text-align: center;
	margin:1ex;
}

/*
 * General styles:
 */
a,
a:visited {
	color: #666;
	text-decoration:none;
}
a:hover {
	color: #c0c;
	text-decoration:underline;
}

h2 {
	color: #f09;
	font-size: 100%;
	margin: 1ex;
}
h3 {
	color: #f09;
	font-size: 100%;
}
h4 {
	color: #f09;
	font-size: 85%;
}

/*
 * Blog list on top:
 */
ul#bloglist {
	border-bottom: 1px dotted #000;
	margin: 0 1ex;
	padding: 0;
	list-style-type:none;
	padding: .5ex 0;
}
ul#bloglist li {
	display: inline;
	padding-right: 1em;
}
a.BlogButtonCurr {
	color: #f09;
	font-weight:bold;
}


/*
 * Header styles:
 */
h1#pageTitle 
{
  font-size: 200%;
  font-weight: bold;
  font-color: #4d6
  margin: 0;
  padding: 0;
}

.pageSubTitle 
{
  letter-spacing: 4px;
  font: 100%;
}


/* 
 * Styles for foms 
 */
.bPost, .bPostpublished
{
	clear: both;
	margin: 0 2.5ex;
	padding: 0;
}
div.separator {
	text-align:center;
	margin: 2em 0;
}
.bSmallHead {
	font-size: 78%;
	margin: 2ex 0 1ex 0;
}
.bTitle {
	color: #000;

	margin: 1ex 0;
}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;
        font-size: 85%;
}
.bSmallPrint
{
	clear: both;
	font-size: 78%;
	margin: 1ex 0 2ex 0;
}

input.bComment, 
textarea.bComment
{
	background-color: #eee;
	border: 1px solid #ccc;
	width: 97%;
	padding: 2px;
	margin: 0ex;
}
select.bComment		/* Used by the profile form */
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 1px;
	margin: 0ex;
}


/*
 * Styles for sidebar (right) 
 */
.bSideItem {
	font-size: 75%;
	margin: 2ex;
	padding: 0 0 2ex 0;
}
.bSideItem ul {
	margin-left: 4px;
	padding-left: 4px;
	margin-top: 0px;
	margin-bottom: 5px;
	list-style-type:none;
}
.bSideItem ul ul{
	margin-left: 4px;
	padding-left: 4px;

	margin-top: 0px;
	margin-bottom: 0px;
}
.bSideItem li{
	margin-left: 4px;
	padding-left: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type:none;
}
.bSideItem ul li{
	margin-left: 4px;
	padding-left: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSideItem form {
	margin-top: 0px;
	margin-bottom: 0px;
}
.dimmed
{
	color: #aaa;
	font-size: 84%;
}
input.SearchField
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: .5ex;
	width: 96%;
	margin: 0ex;

}