@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
**
**  beige  = #f7f3e8
**  orange = #f29300
**  braun  = #735a36
**  rot    = #cb4e00 
**
*/
@media all
{
/* Your styles here */

/* basemod */
body {background:#f7f3e8; padding-top:0px;}
#page{
	border:0px;
	background-color: #f7f3e8;
}
#page_margins {border:0px; width:990px; margin:auto;}
#header {height:185px; color:#fff; background:#f7f3e8;}
#header img {position:absolute; top:0px; left:234px;}
#topnav {top:189px; right:70px; font-size:1em;}

#footer {color:#735a36; background:#f7f3e8; margin:0.3em; padding:0.3em 0 0 0; border-top:1px #735a36 solid; line-height:1em;}

#main {background:#f7f3e8;
	background-image: url(../img/Metzgerei_Background.gif);
	background-repeat: no-repeat;
	background-position: -20px bottom;
}

/* basemod_2col_left_13 */
#col3 {border-left:none;}

/* nav_shinybuttons */
#nav_main {background:#f29300; border-top:0px; border-bottom:0px;}
#nav_main ul li {border-left:1px #fff solid; border-right:1px #fff solid;}
#nav_main ul li a {font-weight:normal; color:#fff;}
#nav_main ul li a:hover {background:#fff; color:#000;}
#nav_main ul li#current {border-left:none; border-right:none; background:#f29300;}
#nav_main ul li#current a, #nav_main ul li#current a:hover {color:#fff; font-weight:bold;}

/* nav_vlist */
#submenu {border-top: 1px #735a36 solid; }
#submenu a, #submenu strong {
    background:transparent;
    color: #735a36;
    border-bottom: 1px #735a36 solid;
}
#submenu li#active, #submenu li strong {
    font-weight: bold;
    color: #735a36;
    background:transparent;
    border-bottom: 1px #735a36 solid;
}
#submenu li a { background:transparent; color: #735a36; }
#submenu li a:focus, #submenu li a:hover, #submenu li a:active { background-color:#f8f8f8; color: #735a36; }

  #submenu li ul li a { background-color:#f8f8f8; color: #666; }
  #submenu li ul li a:focus,
  #submenu li ul li a:hover,
  #submenu li ul li a:active { background-color:#AA1124; color: #fff; }
/*** content ***/
body {color:#735a36;}
h1 {font-size:1.0em; color:#735a36; background:transparent; margin:1.1em 0 0.5em 0; border-bottom:1px #ccc solid;}
h2 {font-size:1.0em; color:#f29300; background:transparent; margin:1.1em 0 0.5em 0; padding:0em;}
h3 {font-size:1.0em; color:#735a36; background:transparent; margin:1.1em 0 0.3em 0;}
h4 {font-size:0.8em; color:#735a36; background:transparent; margin:1.1em 0 0.3em 0; border-bottom:1px #ccc solid;}
h5 {font-size:0.8em; color:#735a36; background:transparent; margin:1.1em 0 0.3em 0;}

hr {color:#735a36;}
a, a em.file {color:#f29300; text-decoration:none;}
/* news */
.news-latest-morelink {font-size:0.8em; padding:0px; margin:0em; border:none; background:transparent; text-align:left;}
.news-latest-item {margin-bottom:0.2em;}
.news-latest-item h3 {padding-top:0; margin:0em;}
.news-latest-subheader p {padding-bottom:0; margin:0em;}

dd.csc-textpic-caption {background:transparent;}

/* blue */
* html .REboxWhiteContent {height:1%}
.REboxWhiteContent {overflow:hidden}
.REboxWhite {display:block; background:transparent; font-weight:normal; margin-top:2em;}
.REboxWhite p {margin:0 2px; padding:2px 0; line-height:1.2em;}
.REboxWhiteContent {display:block; background:#f0f0f0; border-left:1px solid #ddd; border-right:1px solid #ddd; padding:0.5em 1em 0.5em 1em; height:1%; overflow:hidden;}
.REboxWhiteContent h1, .REboxWhiteContent h2, .REboxWhiteContent h3, .REboxWhiteContent h4, .REboxWhiteContent h5 {margin-top:0;}
.rWline1, .rWline2, .rWline3, .rWline4 {display:block; overflow:hidden; font-size:1px;}
.rWline1, .rWline2, .rWline3 {height:1px;}
.rWline2, .rWline3, .rWline4 {background:#f0f0f0; border-left:1px solid #ddd; border-right:1px solid #ddd;}
.rWline1 {margin:0 5px; background:#ddd;}
.rWline2 {margin:0 3px; border-width:0 2px 0 2px;}
.rWline3 {margin:0 2px;}
.rWline4 {height:2px; margin:0 1px 0 1px;}
}
