/* baeckerei-ulfers.de
Autor: conpa IT Solutions
Version: 1.0, 01.08.2009

General-Definitionen

-Verknüpfte Dateien-
../images/

-Farben-
Hintergrund Body:

Blau der Headline: 		#003775
Rot in Aufzählungen: 	#C61217 
      

-Schrift Allgemein-
Text und Headlines:

-CSS Dateien-
Editor: CSS         : modules\scribite\pnconfig\xinha\DynamicCSS.css
Editor: Allgemein	: modules\scribite\pnconfig\xinha\editor.css
Menu Links          : modules\menutree\pnstyle\vertical_left_ulfers.css
*/


@import url(./style_content.css);

/*************************************
 +Containers
 *************************************/
body
{   
    background: #333333 url(../images/bg_Internethome_01.jpg) no-repeat center top;
	color:#151515;
	font-family:Arial, Helvetica, sans-serif;
	font-size:72.5%;
	line-height:1.4;
	text-align:left;
	margin:0;
	padding:0;
}

/*#body-home				{background: #333333 url(../images/bg_Internethome_moin_moin.jpg) no-repeat center top;}*/
/*#body-home				{background: #333333 url(../images/bg_Internethome_fruehlingskruste.jpg) no-repeat center top;}*/
/*#body-home				{background: #333333 url(../images/bg_Internethome_osterstuten.jpg) no-repeat center top;}*/
/*#body-home				{background: #333333 url(../images/bg_Internethome_Erdbeerkuchen.jpg) no-repeat center top;}*/
/*#body-home				{background: #333333 url(../images/bg_Internethome_stollen-zacharias.jpg) no-repeat center top;}*/
/*#body-home				{background: #333333 url(../images/bg_Internethome_don_camillo.jpg) no-repeat center top;}*/
/*#body-home				{background: #333333 url(../images/bg_Internethome_Berliner-Blaubeere.jpg) no-repeat center top;}*/
/*#body-home				{background: #333333 url(../images/bg_Internethome_Schlossstollen.jpg) no-repeat center top;}*/
#body-home					{background: #333333 url(../images/bg_Internethome_hoelzerne_hochzeit_01.jpg) no-repeat center top;}


#body-unternehmen		{background: #333333 url(../images/bg_Internethome_Unternehmen.jpg) no-repeat center top;}
#body-sortiment			{background: #333333 url(../images/bg_Internethome_Sortiment.jpg) no-repeat center top;}
#body-feingebaeck 		{background: #333333 url(../images/bg_Internethome_Feingebaeck.jpg) no-repeat center top;}
#body-feingebaeck-1spalte 		{background: #333333 url(../images/bg_Internethome_Feingebaeck-1spalte.jpg) no-repeat center top;}
#body-brot-broetchen	{background: #333333 url(../images/bg_Internethome_Brot_Broetchen.jpg) no-repeat center top;}
#body-brot-broetchen-1spalte	{background: #333333 url(../images/bg_Internethome_Brot_Broetchen-1spalte.jpg) no-repeat center top;}
#body-filialen	 		{background: #333333 url(../images/bg_Internethome_Filialen.jpg) no-repeat center top;}
#body-kontakt	 		{background: #333333 url(../images/bg_Internethome_Kontakt.jpg) no-repeat center top;}
#body-service 			{background: #333333 url(../images/bg_Internethome_Service.jpg) no-repeat center top;}
#body-blank 			{background: #fff;}

#wrap
{
	position:relative;
	padding-top:1em;
	text-align:left;
	width:1000px;
	margin:0 auto;
	
}

#header
{
    text-align:left;
    width:1000px;
    margin-bottom:180px;
    padding:40px 0 0;
}

#content
{
	font-size:1.1em;
	float:left;
	width:585px;
	height:365px;
	overflow:auto;
	padding:0px 0px 10px 35px;
	margin:25px 42px 0 0;
}

#content-content
{
	font-size:1.1em;
	float:left;
	width:665px;
	height:385px;
	/*overflow:auto;*/
	padding:25px 10px 10px 0px; /*padding:5px 10px 10px 30px;*/
}

#sidebar-left
{
	font-size:1em;
	float:left;
	margin:20px 20px 0 30px;
	width:127px;
	padding:0;
}
#sidebar-left-content
{
	font-size:1em;
	float:left;
	margin:20px 0px 0 30px; /*margin:0 20px 0 10px;*/
	width:134px;
	padding:0;
}

#sidebar-left-content h4, #sidebar-right h4 {display:none;}

#sidebar-right
{
  font-size:1em;
  float:left;
  margin-left:0px;
  width:147px;
  padding:0em 0em 0em .3em;
}

#sidebar-right ul 
{
	list-style-image: none;
	list-style-type: none;
	margin:0px 0 0 25px;
	padding:35px 0 0 0;
	width:100px;
}
#sidebar-right li 
{
	margin-bottom: 15px;
}


#footer
{
  color:#e6e6e6;
  font-size:1em;
  clear:both;
  text-align:center;
  padding:0em 0 1em 0;
}
/*************************************
 +Search form
 *************************************/

.search-form {
	font-size:1.2em;
	background:url(../images/search.jpg) no-repeat;
	position:relative;
	width:147px;
	height:44px;
	margin-bottom:10px;
}
.search-form input{
	width:125px;
	margin:14px 0 0 10px;
	border:0px;
	background:#f9f9f9;
  color: #454545;
}

/*************************************
 +Footer
 *************************************/

#credits
{
  margin:55px 0 -10px;
}

#footer a
{
  color:#b3960e;
}

#footer a:hover
{
  color:#b2b2b2;
}

.rss
{
  background:url(../images/rss.gif) no-repeat;
  padding-bottom:6px;
  padding-left:20px;
}

/*************************************
 +Hn, a and p
 *************************************/

a
{
	color:#C61217; /* #7f9a42; */
	text-decoration:none;
}

h1,h2,h3,h4
{
  font-weight:400;
  letter-spacing:-.1px;
  margin:0;
}

#header h1
{
  font-size:4em;
  margin-left:.5em;
}

#header h1 a
{
  color:#424242;
}

#header p
{
  color:#424242;
  font-size:1.3em;
  margin-top:-.9em;
  margin-left:250px;
  text-align:left;
  font-style:italic;
}

.entrytitle
{
  text-align:left;
}

.entrytitle h3
{
  font-size:1.5em;
  color:#6F6F6F;
}

a:hover,.entrytitle h1 a,.entrytitle h2 a
{
  color:#000;
}

.entrytitle h1,.entrytitle h2
{
  font-size:1.4em;
  text-align:left;
}

blockquote
{
  display:block;
  background:#F0F0E0 none repeat scroll 0 0;
  border:2px dashed #DCD8A8;
  padding:2px 10px;
}

pre
{
  max-width:580px;
  font-size:1.2em;
  padding:10px;
}

code
{
  font-size:1.2em;
  max-width:580px;
  padding:10px;
}


/*************************************
 +Entry
 *************************************/
.entry
{
  margin-bottom:0;
  
}

.entry a:hover
{
  background-color:#F0F0E0;
}

.entry p
{
  margin:0;
  padding:0 0 10px;
}

.entry h3
{
  font-size:1.5em;
  padding-bottom:.3em;
}

.entry img
{
  max-width:580px;
  margin-left:5px;
  margin-right:5px;
  border:0;
}

.entrybody
{
  padding-bottom:6px;
}

.entrybody a
{
  border-bottom:1px dotted #CCC;
}

.entry code
{
  font-size:1.1em;
  text-align:left;
  padding:.2em;
}

.entrymeta
{
  padding-top:.5em;
  color:#b3960e;
  border-top:1px dotted #ccc;
  margin-bottom:3em;
  clear:both;
}

.postedby
{
  background:url(../images/user.gif) no-repeat;
  padding:2px 3px 3px 20px;
}

.filedto
{
  background:url(../images/post.gif) no-repeat;
  padding:2px 3px 3px 20px;
}

.commentslink
{
  background:url(../images/packaged.gif) no-repeat;
  padding:1px 2px 2px 21px;
}


.postinfo
{
  margin-top:3px;
}

.postinfo img
{
  border:2px solid #F8F8EC;
  margin:0;
  padding:0;
}

.entrydate .dateMonth
{
  font-size:10px;
  text-align:center;
  color:#FFF;
  margin:0;
  padding:3px 0 0;
}

.entrydate .dateDay
{
  font-family:Times New Roman,Helvetica,Sans-Serif;
  font-size:21px;
  font-weight:700;
  text-align:center;
  color:#888;
  margin:0;
  padding:3px 0 0;
}

.entrydate .dateYear
{
  font-size:9px;
  padding:0 0 0 1pt;
}

.entrydate
{
  background:transparent url(../images/date_rot.png) repeat scroll 0 0;
  float:right;
  height:53px;
  margin-left:5px;
  margin-top:5px;
  width:49px;
}

.entrytitle_wrap
{
  padding-bottom:1.8em;
}

.gravatar
{
  background-color:#FFF;
  color:#FFF;
  clear:right;
  float:left;
  margin:0 15px 0 0;
  padding:2px;
}

img.centered
{
  display:block;
  margin-left:auto;
  margin-right:auto;
}

img.alignright
{
  display:inline;
  margin:0 0 2px 7px;
  padding:4px;
}

img.alignleft
{
  display:inline;
  margin:0 7px 2px 0;
  padding:4px;
}

.alignleft
{
  float:left;
}

.aligncenter
{
  margin-left:auto;
  margin-right:auto;
}

.wp-caption
{
  border:1px solid #ddd;
  text-align:center;
  background-color:#f3f3f3;
  padding-top:4px;
  border-radius:3px;
  margin:10px;
}

.wp-caption img
{
  border:0 none;
  margin:0;
  padding:0;
}

.wp-caption-dd
{
  font-size:11px;
  line-height:17px;
  margin:0;
  padding:0 4px 5px;
}

.socbook,.alignright
{
  float:right;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul
{
  list-style-type:none;
  clear:both;
  margin:0 0 1em;
  padding:0;
}

#sidebar ul li,#sidebar ul li a
{
  padding-top:.2em;
  padding-bottom:.2em;
  padding-right:.2em;
}

#sidebar ul li:hover,#sidebar ul li a:hover
{
  background:#F0F0E0;
}

#sidebar h2
{
  color:#6F6F6F;
  font-size:1.5em;
  margin-top:1em;
}

#sidebar h4
{
  color:#151515;
  font-size:1.5em;  
}

#sidebar-left #cat
{
  width:195px;
  border:1px solid #CCC;
}

#sidebar-right #cat
{
  width:150px;
  border:1px solid #CCC;
}

#sidebar img
{
  max-width:140px;
  border:0;
}

/*************************************
 +Menu
 *************************************/
#menu
{
  position:absolute;
  margin:0 0 0 450px;
  padding:0;
}

#menu ul
{
  font-size:1.2em;
  list-style:none;
  margin:0;
  padding:0;
}

#menu li
{
  float:left;
  border-bottom:0;
}

#menu li a
{
  color:#000;
  margin-left:.5em;
  display:block;
  padding:.6em .6em .3em;
}

#menu li a:hover
{
  background:#e6e2af;
  color:#424242;
}

#menu ul li ul
{
  display:none;
}

/*************************************
 +Menu Categories
 *************************************/
#catmenu
{
  position:absolute;
  width:1000px;
  left:0px;
  top:190px;
  margin:0;
  padding:0;
}

#catmenu ul
{
  font-size:1.0em;
  list-style:none;
  margin:0;
  padding:0;
}

#catmenu li
{
  float:left;
  border-bottom:0;
  width:125px; height:50px; text-align:center;
  margin:0 20px 0 21px;
}

#catmenu li a
{
    background-image:url(../images/bt_oben.png);
	background-repeat: no-repeat;
	background-position: center top;	
    color:#ffffff;
	margin-left:0em;
	display:block;
	padding:10px 0px 23px 0px;
}

#catmenu li.current-cat a
{
  background-image:url(../images/bt_oben.png);
  background-repeat: no-repeat;
  background-position: center top;
  color:#000;
  margin-left:0em;
  display:block;
  padding:10px 0px 23px 0px;
}

#catmenu li a:hover
{
  background-image:url(../images/bt_oben.png);
  background-repeat: no-repeat;
  background-position: center top;
  color:#000;
}

#catmenu ul li ul
{
  display:none;
}

/* Bottom*/

#catmenu-bottom
{
  position:absolute;
  width:1000px;
  left:0px;
  top:690px;
  margin:0;
  padding:0;
}

#catmenu-bottom ul
{
  font-size:1.0em;
  list-style:none;
  margin:0;
  padding:0;
}

#catmenu-bottom li
{
  float:left;
  border-bottom:0;
  width:125px; height:50px; text-align:center;
  margin:0 20px 0 21px;
}

#catmenu-bottom li a
{
    background-image:url(../images/bt_unten.png);
	background-repeat: no-repeat;
	background-position: center top;	
    color:#ffffff;
	margin-left:0em;
	display:block;
	padding:10px 0px 23px 0px;
}

#catmenu-bottom li.current-cat a
{
  background-image:url(../images/bt_unten.png);
  background-repeat: no-repeat;
  background-position: center top;
  color:#000;
  margin-left:0em;
  display:block;
  padding:10px 0px 23px 0px;
}

#catmenu-bottom li a:hover
{
  background-image:url(../images/bt_unten.png);
  background-repeat: no-repeat;
  background-position: center top;
  color:#000;
}

#catmenu-bottom ul li ul
{
  display:none;
}




/*************************************
 +Comments
 *************************************/
.commentsblock,contactform
{
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:1em;
  clear:both;
  padding-top:20px;
}

.commentsblock textarea,.contactform textarea
{
  width:44em;
}

.commentsblock input,.commentsblock textarea,.contactform input,.contactform textarea
{
  border:1px solid #d1d1d1;
}

.commentauthor
{
  display:block;
  font-size:1.5em;
}

ol.commentlist
{
  color:#505247;
  font-size:1em;
  list-style-type:none;
  margin:1.5em 0 0;
  padding:0;
}

ol.commentlist a
{
  color:#b3960e;
}

ol.commentlist a:hover
{
  color:#424242;
}

.commentlist li
{
  margin-bottom:.5em;
  padding:.8em;
}

.commentlist p
{
  text-transform:none;
  font-size:1em;
  margin:10px 5px 10px 59px;
}

.commentlist blockquote p
{
  margin:10px 5px;
}

.commentlist blockquote
{
  margin:10px 0 10px 59px;
}

.folder-odd
{
  background:#e3e7cb;
}
.folder-even
{
background:#f8f8ec;
}
.comment_headings
{
  font-size:1.3em;
  color:#6C6C6C;
}

.commentmeta
{
  font-size:1em;
}

.commentmeta cite
{
  font-weight:700;
  font-size:16px;
}

.commentsblock textarea:focus,.contactform textarea:focus,.commentsblock textarea:focus,.commentsblock input:focus,.contactform textarea:focus,.contactform input:focus
{
  background:#eee;
  border:1px solid #a1a1a1;
}
/*************************************
 +Flickr
 *************************************/
#flickr {
	margin:0 1em 0 .5em;
	padding:0em;
}
#flickr img {
	border:0px;	
}
#flickr a {
	background:#FFF;
	border: 1px dotted #ccc;
	float: left;
	display: inline;
	margin:0.7em;
	padding:5px;
	width: 75px;
	height: 75px;
}
#flickr a:hover{
	border: 1px dotted #000;
}
/*************************************
 +Misc
 *************************************/

#ad_block
{
  background:#e3e7cb;
  text-align:center;
  margin:1em 0;
  padding:10px 0;
}

#ad_block_middle
{
  background:#e3e7cb;
  text-align:center;
  margin:1em 0 0;
  padding:10px 0;
}

img.left
{
  float:left;
  margin-right:15px;
  margin-bottom:10px;
}

img.right
{
  float:right;
  margin-left:15px;
  margin-bottom:10px;
}

/*************************************
 +Vlado
 *************************************/

.relpost
{
  padding-bottom:2px;
  border-bottom:1px dotted #ccc;
  color:#6C6C6C;
}

.relpost ul
{
  list-style-type:none;
  padding:.01em;
}

.endate
{
  font-size:1.2em;
  color:#6F6F6F;
  font-family:Georgia, Verdana, Times;
}

#ftnav
{
  margin:0 0 5px;
}

#print
{
  background:url(../images/print.gif) no-repeat;
  padding:3px 2px 1px 20px;
}



/* 
Coldskin #3 for Contact Coldform WordPress Plugin
@ http://perishablepress.com/press/2008/01/08/contact-coldform/ 
@ http://perishablepress.com/press/2008/01/08/contact-coldskins/ 
*/

div#coldform * {
	padding: 0;
	margin: 0;
}
div#coldform {
	font-family: Verdana, sans-serif;
	background-color: #F8F8EC;
	font-size: 12px;
	margin: 12px 0;
	width: 600px;
	color: #333;
}
div#coldform fieldset {
	border: 0 none;
	display: block;
	clear: both;
}
div#coldform legend.hide {
	display: none;
}
div#coldform label.label {
	margin: 5px 0px 0px 0px;
	text-align: left;
	display: block;
	border: 0 none;
	float: left;
	clear: both;
} 
div#coldform input.input {
	padding: 3px;
	float: left;
	clear: both;
	width: 50%;
        border:1px solid #cccccc;

}
div#coldform textarea#coldform_message {
	font-family: Verdana, sans-serif;
	line-height: 1.5em;
	font-size: 12px;
	padding: 3px;
	float: left;
	clear: both;
	width: 80%;
        border:1px solid #cccccc;
}
div#coldform input.submit {
	margin: 6px 0 12px 0;
	padding: 3px;
	width: 25%;
    border:1px solid #cccccc;
}
img {border: 0px;}


/* Externe Links kennzeichnen ANFANG */

/* Allgemein */
a[href^="http:"] {
background: transparent 
url('../../../images/icons/doc-type/icon_link_external_gruen.gif') 100% 50% no-repeat;
}
      a[href^="http:"] {padding-right: 15px; display:inline-block;}
:root a[href^="http:"] {padding-right: 15px; display:inline;}

a:hover[href^="http:"] {
background: transparent
url('../../../images/icons/doc-type/icon_link_external_rot.gif') 100% 50% no-repeat;
padding-right: 15px;
}

a[href^="http://baeckerei-ulfers.de"],
a[href^="http://www.baeckerei-ulfers.de"],
a[href^="http://baeckereiulfers.de"],
a[href^="http://www.baeckereiulfers.de"]

{
background: transparent;
padding-right: 0px;
}

/* Externe Links kennzeichnen ENDE */



