/**
 * body
 */
body {
	font-family: Arial, sans-serif; 
	font-size: 100.01%;
	margin : 0;
	padding : 0;
	text-align: center;
}

/**
 * Grundeinstellungen für alle Tabellen
 */
table {
	font-family: Arial, sans-serif; 
	font-size: 100%;
}

/**
 * Paragraphen ohne Texteinzug
 */
p {
	text-indent: 0;
}

/**
 * Layer zum Zentrieren der Seite
 */
div#centerlayer {
	margin: 0px auto;
	padding: 0;
	text-align : left; 
	min-height: 1000px;
	z-index: 1;
}

/**
 * Seiteneinstellungen
 */
div#page {
	color: #000;
	margin: 0px auto;
	width: 1000px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	min-height: 1000px;
}

/** 
 * Links
 */
div#page a {
	color: inherit;
}
div#page a:hover {
	color: #b50b2b;
}

/**
 * Linker Seitenbereich
 */
div#page_left {
	float: left;
	width: 289px;
	min-height: 1000px;
	background-color: transparent;
}

/**
 * Rechter Seitenbereich
 */
div#page_right {
	float: left;
	width: 711px;
	min-height: 1000px;
	background-color: transparent;
}

div#page_bottom {
	clear: both;
}

/**
 * Linker Kopfzeilenbereich
 */
div#header_left {
	height: 90px;
	background-color: #fff;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
/**
 * Rechter Kopfzeilenbereich
 */
div#header_right {
	height: 90px;
	background-color: #fff;
}

/**
 * Suche
 */
div#search {
	margin: 5px 0px 0px 40px;
	color: #62033c;
	text-transform: uppercase;
	font-family: "Arial Black",Arial,sans-sarif;
	font-size: 12px;
	overflow: hidden;
	height: 0;
}
div#lupe {
	position: relative;
	margin: -30px 2px 0px 8px;
	width: 27px;
	height: 26px;
}
div#search p.searchtype {
	font-family: Arial, sans-serif;
	text-transform: none;
	margin: 8px 0px 8px 0px;
}
div#search p.searchtype label {
	float: left;
	margin: 0px 10px 0px 2px;
	padding-top: 4px;
	font-size: 10px;
}
div#search p.searchtype input {
	color: #646464;
	display: block;
	float: left;
	font-size: 10px;
}
div#search form {
	clear: both;
}
div#search input.searchterm {
	color: #646464;
	font-size: 10px;
	width: 118px;
	height: 14px;
	border-style: none;
	margin: 8px 0px 0px 0px;
	padding: 5px 12px 3px 12px;
	background: transparent url(../images/searchterm_back.jpg) no-repeat center center;
}

div#search form#bakerysearch {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	display: none;
}

/**
 * Inhaltsbereich
 */
div#content {
	position: relative;
}

/** 
 * Linker Inhaltsbereich
 */
div#content_left {
	position: absolute;
	top: 500px;
	z-index: 10;
}

/** 
 * Logo
 */
div#header_right div#logo {
	float: right;
	margin: 13px 60px 0px 0px;
	width: 343px;
	height: 50px;
}

/** 
 * Toolbar
 */
div#toolbar {
	padding: 20px 0px 20px 0px;
	clear: both;
}
div#toolbar img {
	margin-right: 12px; 
	border: 0px;
}

/**
 * Fußzeile
 */
div#footer {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0px auto;
	width: 1000px;
	clear: both;
}

/**
 * Bilder ohne Abstand zum Rand
 */
div.csc-textpic-intext-right div.csc-textpic-imagewrap,
div.contact-element div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin-right: -25px;
}
div.csc-textpic-intext-left div.csc-textpic-imagewrap,
div.contact-element div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin-left: -25px;
}
div.contact-element div.csc-textpic-intext-right-nowrap div.csc-textpic-text {
	margin-right: -25px;
}
div.contact-element div.csc-textpic-intext-left-nowrap div.csc-textpic-text {
	margin-left: -15px;
}

div.clear {
	clear: both;
}
