/* CSS Stylesheet*/

* {
	padding:0;
	margin:0
}

body {
    margin: 0; 
    padding: 0 0 50px 0; 
    text-align: center;
    background: #aaa;
    background-image:url(gfx/background.jpg);
}

    a {
        font-family: Arial, "Courier New", Courier, monospace;
        font-size: 12px;
        color: #000;
        text-decoration:none;
    }
    
    p {
        font-family: Arial, "Courier New", Courier, monospace;
        font-size: 12px;
        color: #000;
        text-decoration:none;
    }

    img {
	    margin-right: 5px;
    }


/* ------------------------------------------------------------------------- */

div.Wurst {
    border: none;
	position: relative;
	margin: 0 auto;
	width: 934px;
	text-align: left;
	background: #fff;
}

/* ------------------------------------------------------------------------- */

div.menu {
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
	text-align: left;
}

/* ------------------------------------------------------------------------- */

div.menu_active {
    padding-left: 8px;
    padding-top: 1px;
    margin-bottom: 3px;
}

    div.menu_active a {
        font-family: Arial, "Courier New", Courier, monospace;
        color: #fff;
        font-size: 16px;
    }

    div.menu_active a:hover {
        border-bottom: 1px dashed #fff;
    }

div.menu_inactive {
    background-color: #C0E0B2;
    padding-left: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
}

    div.menu_inactive a {
        color: #000;
        font-size: 12px;
    }

    div.menu_inactive a:hover {
        border-bottom: 1px dashed #000;
    }

div.leftmenu_active {
    padding-left: 20px;
    margin-top: 3px;
    margin-bottom: 3px;
    background-image: url(gfx/wurst.gif);
    background-position: top left;
    background-repeat: no-repeat;
}

    div.leftmenu_active a {
        color: #000;
        font-weight: bold;
        font-size: 11px;
    }

    div.leftmenu_active a:hover {
        border-bottom: 1px dashed #000;
    }

    
div.leftmenu_inactive {
    padding-left: 20px;
    margin-top: 3px;
    margin-bottom: 3px;
    background-image: url(gfx/wurst.gif);
    background-position: top left;
    background-repeat: no-repeat;
}

    div.leftmenu_inactive a {
        color: #000;
        font-size: 11px;
    }

    div.leftmenu_inactive a:hover {
        border-bottom: 1px dashed #000;
    }

/* ------------------------------------------------------------------------- */

div.Wurstwaren {
    padding: 10px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}

    div.Wurstwaren p {
        font-family: Arial, "Courier New", Courier, monospace;
        font-size: 13px;
        color: #000;
    }

    div.Wurstwaren a {
        font-family: Arial, "Courier New", Courier, monospace;
        font-size: 13px;
        color: #3c6934;
    }

    div.Wurstwaren a:hover {
        border-bottom: 1px dashed #3c6934;
    }
    
    div.Wurstwaren h1 {
        font-family: Arial, "Courier New", Courier, monospace;
        font-size: 17px;
        color: #3c6934;
    }
    div.Wurstwaren h2 {
        font-family: Arial, "Courier New", Courier, monospace;
        font-size: 15px;
        color: #3c6934;
    }
    div.Wurstwaren h3 {
        font-family: Arial, "Courier New", Courier, monospace;
        font-size: 13px;
        color: #3c6934;
    }
    

/* ------------------------------------------------------------------------- */

div.infobox_left { 
    width:160px;
	margin-top: 0px;
	margin-left: 0px;
}

    div.infobox_left h1 { 
        font-family: Arial, "Courier New", Courier, monospace;
        font-size: 12px;
        line-height: 13px;
        color: #000;
    }


    div.infobox_left p { 
        font-family: Arial, "Courier New", Courier, monospace;
        font-size: 11px;
        line-height: 13px;
        color: #000;
    }

    div.infobox_left img { 
        border: none;
    }



/* ------------------------------------------------------------------------- */

div.infobox_right { 
    width:180px;
    background-color: #75B45A;
    min-height: 40px;
	margin: 0 auto;
    margin-bottom: 10px;
    padding: 5px;
}

    div.infobox_right p { 
        font-family: Arial, "Courier New", Courier, monospace;
        font-size: 10px;
        line-height: 13px;
        color: #000;
    }

    div.infobox_right a { 
        font-family: Arial, "Courier New", Courier, monospace;
        font-size: 10px;
        font-weight: bold;
        line-height: 13px;
        color: #000;
    }

/* ------------------------------------------------------------------------- */

div.steadybox_left { 
    margin-left: 10px;
    width:170px;
    background-color: #75B45A;
    min-height: 40px;
    margin-bottom: 10px;
    padding: 5px;
}

    div.steadybox_left p { 
        font-family: Arial, "Courier New", Courier, monospace;
        font-size: 10px;
        line-height: 13px;
        color: #fff;
    }

/* ------------------------------------------------------------------------- */

div.footer {
	margin: 0 auto;
	padding-right: 20px;
	line-height: 15px;
}

    div.footer p {
        font-family: Arial, "Courier New", Courier, monospace;
        font-size: 9px;
        font-weight: bold;
        color: #fff;
    }

/* ------------------------------------------------------------------------- */

