/* Basic Styling
+++++++++++++++++++++++++++++++++++++++++++++++
*/

body,
div.zubereitung li p {
	font: normal 12px Verdana,Helvetica,sans-serif;
	color: #333;
}
body {
	background: #E5D8D7 url(../img/body_gradient.jpg) repeat-x;
}
div {
	cursor: default;
}
.clear {
	clear: both;
	float: none;
	height: 0;
	line-height: 0;
}
.autoclear:after {
	content: '.';
	display: block;
	clear: both;
	float: none !important;
	visibility: hidden;
}
p img {
	float: left;
	margin: 0 1em 1em 0;
}
a.right {
    float: right;
}
p img.right {
	float: right;
    line-height: 1.5em;
	margin: 0 0 1em 1em;
}
.left {
	float: left;
}
em {
    font-style: italic;
}

/* Generic Classes
+++++++++++++++++++++++++++++++++++++++++++++++
*/

.loading {
    background: #fff url(../img/indicator.gif) no-repeat 50% 50%;
    left: 0;
    position: absolute;
    top: 0;
}

/* Contentcontainer
+++++++++++++++++++++++++++++++++++++++++++++++
*/

#frame {
    background: #fff none;
	border: 0 solid #888;
	border-width: 0 1px;
    height: auto;    
    margin: 0 auto;
    position: relative;
    width: 880px;
}

div#inhalt {
}


/* Text
+++++++++++++++++++++++++++++++++++++++++++++++
*/

/* Chúcara, una tipografía económica: http://letritas.blogspot.com/2006/05/chcara-una-tipografa-econmica.html */

@font-face {
    font-family: Churaca;
    src: url(../fonts/Chucara-Regular.otf) format("opentype");
}

h1, h2, h3, h4 {
	font-family: Churaca,Georgia,serif;    
}

h1 {
	font-size: 22px;
	letter-spacing: 2px;
	color: #610d0d;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	border-bottom: 1px dotted #ccc;
	color: #333;
    font-size: 22px;
    font-weight: normal;
    line-height: 18px;
	margin: 0 0 10px;
	padding: 0 0 2px;
	text-indent: 4px;    
}
h3 {
    border-bottom: 1px dotted #610d0d;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
	margin: 4px 0;
	padding: 0 0 2px 2px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
h4 {
    font-size: 16px;
    color: #610d0d;
}
p {
	margin: 2px 0 6px 0;
	line-height: 20px;
	letter-spacing: 0.02em;
}
a {
    text-decoration: none;
    color: #333;
    }
    a:hover {
	text-decoration: underline;
    }
.darkred {
    color: #9F1D1D !important;
}


/* Logo
+++++++++++++++++++++++++++++++++++++++++++++++
*/

div#logo {
	margin: 0 auto;
	padding: 20px 0;
	width: 721px;
	height: 105px;
	}
	div#logo:hover span {
		display: block;
	}
	div#logo span {
		position: absolute;
		top: 25px;
		right: 20px;
		color: #999;
		background: url(../img/icons/house.png) no-repeat;
		padding: 0 0 0 18px;
		height: 16px;
		line-height: 16px;
		display: none;
		}
		div#logo span:after {
			content: 'Startseite';
		}


/* Navigation
+++++++++++++++++++++++++++++++++++++++++++++++
*/

#navigation ul {
	font-weight: bold;
	border-bottom: 1px solid #999;
	height: 26px;
	padding: 0 0 0 1.5em;
	}
    #navigation ul li {
		border: 1px solid #aaa;
		border-width: 1px 1px 0;
		display: inline;
		float: left;
        margin: 0 0 0 8px;
        }
		#navigation ul li.aktiv {
			border: 1px solid #999;
			border-width: 1px 1px 0;
		}
        #navigation ul li.first {
			margin: 0 0 0 1em;
		}
        #navigation ul li a {
			background: transparent url(../img/backgrounds/tabs.gif) repeat-x 0 -24px;
			border: 1px solid #fff;
			border-width: 1px 1px 0;
            color: #555;
			display: inline-block;
			height: 24px;
			line-height: 24px;
			padding: 0 5px;
			text-align: center;
			text-decoration: none;
        }
        #navigation ul li a:hover {
            color:#333;
        }
        #navigation ul li.aktiv a {
            background-position: 0 0;
            border-bottom:1px solid #fff;
            color:#444;
        }


/* Box
+++++++++++++++++++++++++++++++++++++++++++++++
*/
.box {
	border:1px solid #eee;
	height:auto;
	font-size: 12px;
}
div.box h4 {
	background: #610b0e url(../img/backgrounds/box_head.gif) no-repeat right top;
	border-bottom:1px solid #444;
	color: #fff;
	height: 25px;
	line-height: 25px;
	display:block;
    margin: 0;
    padding: 0;
	text-align: center;
	}
	div.box h4 a {
	    color: #fff;
	    text-decoration: none;
	    }
	    div.box h4 a:hover {
		text-decoration: underline;
	    }
    div.box .content {
        background: transparent url(../img/backgrounds/box_body_gradient.png) repeat-x;
        overflow: hidden;
        padding: 6px 12px 12px;
	}
	div.box .content a.more {
		display: block;
		float: right;
	}
div.box div.schatten {
	margin: 0 10px;
}
div.box div + a {
    text-align: center;
    display: block;
}
a.arrow {
    background: url(../img/icons/arrows.png) no-repeat 2px -14px;
    padding: 0 0 0 20px;
    display:block;
    line-height: 16px;
    }
    .arrow:hover {
		background: url(../img/icons/arrows.png) no-repeat 2px 2px;
		color:#000;
    }
    a.arrow.active {
        font-weight: bold;
        background: url(../img/icons/tick.png) no-repeat !important;
    }
.box .galerie img {
    display: block;
    margin: 0 4px 0 8px;
    float: left;
}
.box .followers p {
    clear: left;
    line-height: 48px;
    overflow: hidden;
}


/* Icons
+++++++++++++++++++++++++++++++++++++++++++++++
*/

.icon {
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
    height: 16px;
    line-height: 16px;
    display: block;
}
.category {
	background-image: url(../img/icons/drink.png);
}
.grad {
	background-image: url(../img/icons/information.png);
}
.comments {
	background-image: url(../img/icons/comments.png);
}
.tags {
	background-image: url(../img/icons/tags.png);
}


/* Startseite
+++++++++++++++++++++++++++++++++++++++++++++++
*/

div.charts p {
	margin: 0 0 6px 0;
}
div.charts ul {
	list-style: decimal;
	margin: 0 0 0 20px;
    }
    div.charts ul li {
        line-height: 1.75em;
    }

/* Rezeptuebersicht
+++++++++++++++++++++++++++++++++++++++++++++++
*/

#kategorien {
    min-height: 1100px;
	}
	.rezepte ul {
		margin: 0 0 20px;
		}
		.rezepte li {
			padding: 0 0 0 4px;
			}
            .rezepte li a {
				display: block;
                padding: 2px 0;
                }
                .rezepte li a:hover {
                }
                .rezepte li a:visited {
                    color: #888;
                }

/* TAGS */
div#tags div.content {
	padding: 5px 8px 10px !important;
}
div#tags a.more {
    display: block;
    text-align: right;
}

/* BILD */
img.picRezepte {
	float:right;
	margin: 20px 25px 10px 0;
}

/* Rezeptansicht
+++++++++++++++++++++++++++++++++++++++++++++++
*/

#rezeptname {
	width: 460px;
	height: 70px;
	margin: 0 0 0 30px;
	padding: 52px 0 0 0;
	text-indent: 76px;
	background-repeat: no-repeat;
	float: left;
	display: inline;
}
#zitat {
	margin: 0 0 20px 0;
	font-size:10px;
}
#kommentar {
	font-size: 10px;
}
#rezept_optionen {
	}
	#rezept_optionen a {
		display: block;
		width: 16px;
		height: 16px;
		margin: 0 0 0 15px;
		float: left;
		overflow: hidden;
	}
	#rezept_optionen a:hover {
		text-decoration: none;
		}
		#rezept_optionen a span {
			padding: 0 0 0 16px;
		}
		#rezept_optionen a.print {
			background: url(../img/icons/printer.png) no-repeat;
		}
		#rezept_optionen a.pdf {
			background: url(../img/icons/pdf.png) no-repeat;
		}
		#rezept_optionen a.comment {
			background: url(../img/icons/comment.png) no-repeat;
		}
div.infoText {
	/*width: 240px;*/
	color: #666;
	font-size: 11px;
	height: 14px;
	margin: 8px 20px 4px 0;
	/*float: right;*/
	text-align: right;
}
div#foto a {
	display: block
}
/* Zutaten & Personenrechner */
form#zutaten {
	height: 2.5em;
	width: auto !important;
	}
	#zutaten b {
		line-height: 2em;
		display: block;
	}
	#zutaten b,
	#zutaten input {
		float: left;
	}
	#zutaten input.text {
		height: 14px !important;
		margin: 2px 6px 0;
		text-align:center;
		width:24px;
	}
	#zutaten a {
		margin: 0 0 0 0.5em;
	}
    #zutaten_liste strong {
        display: block;
    }
	#zutaten_liste ul {
		list-style:square;
        margin: 0 0 10px 15px;
	}
/* Zubereitung */
#infos {
	text-align:center;
	height:80px;
	font-size:10px;
	padding:4px;
}
div.zubereitung {
	}
	div.zubereitung ol {
		font: italic 26px Churaca,Georgia,Times,serif;
		color: #999;
	}
	div.zubereitung li {
		padding: 14px 0 0 0;
		list-style-type: decimal;
		margin: 0 0 0 28px;
		line-height: 18px;
	}

p.rezept_tags {
    background: url(../img/icons/tag_green.png) no-repeat 0 4px;
    margin: 10px 0;
    border-top: 1px dotted #610d0d;
    padding-top: 4px;
}

/* Druckinfos */
#printinfo {
    display:none;
}

/* Aehnliche Rezepte
+++++++++++++++++++++++++++++++++++++++++++++++
*/
div.similar div.schatten img {
    background: transparent url(../img/shadow/shad_bottom.png) repeat-x bottom left;
    padding: 0 0 4px;
}
div.similar p {
    clear: left;
}

/* Kommentare
+++++++++++++++++++++++++++++++++++++++++++++++
*/

div.kommentar {
	border-bottom: 1px dotted #666;
}
p.count {
	font: 60px/60px normal Tahoma, serif;
	float: left;
	color: #dfdfdf;
	letter-spacing: -10px;
	width: 70px;
	text-align: right;
	margin: 15px 12px 0 0;
}
p.author {
	float: left;
	width: 100px;
	font-size: 10px;
	padding: 6px 2px;
	color: #666;
}
div.kommentar div.eintrag {
	float: left;
	width: 500px;
	padding: 6px 0;
}


/* Formulare
+++++++++++++++++++++++++++++++++++++++++++++++
*/

/* Allgemein */
input[type="text"],
input.text,
textarea {
	background: transparent url(../img/forms/inputBg.gif) no-repeat;
	border: 1px solid #999;
    font-size: 12px;
    font-family: Verdana, Helvetica, sans-serif;
    margin: 0 0 20px;
    padding: 2px 1px;
    width: 260px;
    }
    input[type="text"]:focus,
    input.text:focus,
    textarea:focus {
        border-color: #666;
    }
input[type="text"],
input.text {
    line-height: 0;
    overflow: hidden;
}
form label {
	padding: 0 6px 0 0;
	height: 20px;
	line-height: 22px;
	display: block;
	float: left;
	text-align: right;
	width: 140px;    
    }
    label span {
        color: #610d0d;
        font-weight: bold;
        padding: 0 0 0 4px;
    }
input.error,
textarea.error {
	border: 1px solid #000 !important;
	background: #ffb none !important;
}
/*
input[type="submit"],
input[type="reset"],
input.submit {
	width: 100px;
	height: 20px;
	cursor: pointer;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background: url(../img/backgrounds/submit_gradient.png) repeat-x;
	}
	input[type="submit"]:hover,
    input[type="reset"]:hover,
    input.submit:hover {
		background: url(../img/backgrounds/submit_gradient_hover.png) repeat-x;
		border-top: 1px solid #333;
		border-left: 1px solid #333;
		border-right: 1px solid #666;
		border-bottom: 1px solid #666;
	}
*/    
span.msg {
    position: absolute;
    margin: 2px 0 0 6px;
    border: 1px solid #777;
    color: #333;
    background: #ffc;
    padding: 1px 4px;
    visibility: hidden;
}
/* classes for formCheck */
.field {
    background: #fff;
}
.fieldError {
    background: #D8A39B none !important;
}
.labelError {
    color: #990d0d;
}

/* Formulare */
form {
	width: 500px;
    }
    form br {
        clear: left;	
    }    
    p.leftValue {
        font: normal 12px Verdana, Helvetica, sans-serif;
    	margin: -20px 0 0 150px;
        color: #111;
        }
        p.leftValue span {
            font: italic 26px Churaca,Georgia,Times,serif;
            color: #999;            
        }
    #kommentarForm input[type="submit"] {
        margin: 10px 0 0 95px;
    }
    #kommentarForm .responseText {
        padding: 2px;
        background-color: #eef;
    }

p.error {
    background-image: url(../img/icons/error.png);
    color: #610d0d;
}
p.success {
    background : #eee none;
    border: 1px dotted #ccc;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
}

/* Autocomplete
+++++++++++++++++++++++++++++++++++++++++++++++
*/

form#suche {
	margin: 6px 0;
	}
	#suche_input {
		float: left;
		text-indent: 3px;
		width: 150px;
	}
	#suche .submit {
		width: 60px;
		margin: 0 0 0 4px;
	}

div.results {
	background: transparent url(../img/forms/inputBg.gif) no-repeat 0 -16px;
	position: absolute;
	margin: 19px 0 0 0;
	width: 150px;
	overflow: hidden;
	height: auto;
	border: 0 solid #999;
	border-width: 0 1px 1px 1px;
	}
	div.results li {
		display: block;
		margin: 0 3px;
		padding: 2px 0;
		font-size: 12px;
	}


/* SlideShow
+++++++++++++++++++++++++++++++++++++++++++++++
*/

div#slideShow {
    margin: 5px auto;
    width: 187px;
    height: 140px;
    background: #fff url(../img/ajax-loader) no-repeat 50% 50%;
    border: 1px solid #ccc;
    position: relative;
    }
    div#slideShow img {
	position: absolute;
    }

/* Tooltip
+++++++++++++++++++++++++++++++++++++++++++++++
*/

div.tooltip {}
div.tip-top {}
div.tip {
    background: #fff;
    padding: 2px 5px;
}
div.tip-title {
    font-weight: bold;
}
div.tip-text {}
div.tip-bottom {}


/* Lexikon */
#seitenanfang    { position:fixed; top:0; left:0; width:0; height:0; }
#alphabet        { margin:0 auto; text-align:center; width:400px; font-size:12px; font-weight:bold; color:#610d0d; }
.letter a        { font-size:17px; color:#610d0d; }
.letter a:hover  { text-decoration:none; }
#alphabet span {
 font-weight: normal;
}
.lexikon_eintrag {
	margin: 0 0 0 40px;
}
.lexikon_eintrag a {
 font-weight: bold;
}
.mini {
 margin: 4px 0 6px 0;
 color: #333;
}
ul.mini li {
 padding: 0 0 3px 0;
 width: 90%;
}
ul.mini a.pic {
 display: block;
 height: 16px;
 line-height: 16px;
 font-weight: normal;
}
ul.mini li img {
    padding: 0 4px 0 0;
    display: block;
    float: left;
}
div.picBox {
    width: 520px;
    padding: 5px 0;
    text-align: center;
}
div.picBox img {
    padding: 0 0 6px;
}
div.picBox a {
    display: block;
    color: #333;
    font-size: 10px;
    float: right;
    width: 100px;
    padding: 0 10px 0 0;
    }
    div.picBox a:hover {
        color: #000;
    }

/* TAGCLOUD
+++++++++++++++++++++++++++++++++++++++++++++++
*/
.tag_listing {
    text-align: justify;
}

/* REZEPTGALERIE
+++++++++++++++++++++++++++++++++++++++++++++++
*/
div.galerie {
    height: 530px;
    overflow: hidden;
    position: relative;
    }
    div.galerie,
    div.galerie .loading {
        width: 520px;        
    }
    div.galerie .image,
    div.galerie .loading {
        height: 420px;
    }
    div.galerie .image {
        position: relative;
    }
    div.galerie .controls,
    div.galerie .title {
        position: absolute;        
    }
    div.galerie .loading {
        left: 0;
        top: 0;
        z-index: 1;
    }
    div.galerie .title {
        background-color: #fff;
        left: 0;
        max-width: 500px;        
        top: 300px;
        z-index: 2;
        }
        div.galerie .title h2 {
            border: none;
            font-size: 30px;
            line-height: normal;
            margin: 6px 8px 6px 4px;
        }
    div.galerie div.info {
        display: none;
    }
    div.galerie div {
        overflow: hidden;
        }
        div.galerie div img {
            display: block;
        }
        div.galerie div.schatten {
            float: left;
            margin: 0 1em 0 0;
        }

    /* Gallery Thumbnails */
    .galerie .wrapper {
        background: #eee;
        margin: 10px auto 0;
        overflow: hidden;
        position: relative;
        width: 420px;
        }
        .wrapper,
        .wrapper div,
        .slider-left,
        .slider-right {
            height: 75px;
        }
        .image-slide {
            margin: 0 25px;
            overflow: hidden;
            position: relative;
            width: 370px;
            }
            .image-slide div {
                position: absolute;   
            }
            .image-slide a,
            .image-slide li {
                float: left;
                list-style: none;
                margin: 0 5px 0 0;
            }
            .wrapper + p {
                text-align: center;
            }
        .slider-left,
        .slider-right {
            background: #610d0d;
            color: #fff;
            cursor: pointer;
            display: block;
            font-size: 14px;
            line-height: 75px;
            position: absolute;
            text-align: center;
            top: 0;
            width: 20px;
        }
        .slider-left {
            left: 0;
        }
        .slider-right {
            right: 0;
        }

/* Gaestebuch
+++++++++++++++++++++++++++++++++++++++++++++++
*/

div.guestbook {
    overflow: hidden;
    }
    div.guestbook div.entry {
        border: 0 dotted #ccc;
        border-width: 0 0 1px;
        }
        div.guestbook div.entry p.autor {
            color: #610d0d;
            font: bold 16px Churaca,Georgia,serif;
        }
        div.guestbook div.entry p.message {
            background: transparent url(../img/commentBg.gif) no-repeat;
            padding: 2px 0 0 30px;
        }
        div.guestbook div.entry p.date {
            color: #999;
            text-align: right;
        }


/* Links 
+++++++++++++++++++++++++++++++++++++++++++++++
*/
#container {
    }
    #container img {
        float: right;
    }
    
div.link {
        padding: 10px 5px;
    }
    div.link:hover {
        background: #efefef none;
    }
    div.link img {
        border: 1px solid #ccc;
        float: right;
        padding: 1px;
        }
        div.link img:hover {
            border: 1px solid #999;
        }    

/* Footer
+++++++++++++++++++++++++++++++++++++++++++++++
*/
#footer {
	background: #851818 url(../img/backgrounds/footer.gif) repeat-x;
	overflow: hidden;
	padding: 2em 0;
	}
	#footer ul li {
		float: left;
		color: #aaa;
		}
		#footer ul li a {
			color: #eee;
            padding: 0 4px 0 0;
		}


/* Edit-Formulare */
#form                           { width:460px; padding:4px; }
#form label                     { display:block; width:120px; float:left; margin-bottom:10px; font-weight:bold; }
#form br                        { clear:left; }
#form .text                     { width:320px; }
#form .textarea                 { width:320px; height:120px; margin:0 0 6px 0;}
#form .submit                   { width:150px; background-color:#fff; border:1px solid #666; }

/**
 * BTN
 */

.btn {
    display: block;
    position: relative;
    background: #aaa;
    padding: 5px;
    float: left;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.btn * {
    font-style: normal;
    background-image: url(../img/forms/btn2.png);
    background-repeat: no-repeat;
    display: block;
    position: relative;
}
.btn i {
    background-position: top left;
    position: absolute;
    margin-bottom: -5px;
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
}
.btn span {
    background-position: bottom left;
    left: -5px;
    padding: 0 0 5px 10px;
    margin-bottom: -5px;
}
.btn span i {
    background-position: bottom right;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: 100%;
}
.btn span span {
    background-position: top right;
    position: absolute;
    right: -10px;
    margin-left: 10px;
    top: -5px;
    height: 0;
}

.btn.blue {
    background: #2ae;
}
.btn.green {
    background: #080;
}
.btn.pink {
    background: #e1a;
}
.btn.red {
    background: #F22828;
}
.btn:hover {
    background-color: #a00;
}
.btn:active {
    background-color: #444;
}
.btn[class] {
    background-image: url(../img/forms/shade.png);
    background-position: bottom;
}

/* IE6 */
* html .btn span, * html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }
* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }
* html .btn.red { border-color: #f00; }
* html .btn:hover { border-color: #a00; }

/**
 *  Google AdSense
 */
.adsense iframe {
    height: 94px;
    width: 100%;
}
div#adsense_h {
	clear: left;
	margin-left: auto;
	margin-right: auto;
	width: 470px;
    }
    #adsense_h iframe {
        height: 64px;
        width: 100%;
    }


/* Pagination
+++++++++++++++++++++++++++++++++++++++++++++++
*/

.pagination * {
    font-size: 14px;
}
.pagination strong {
	color: #444;
	font: bold 2em/1em Churaca,Georgia,serif;
}

/* 404
+++++++++++++++++++++++++++++++++++++++++++++++
*/

div.error_404 {
	clear: both;
	}
	div.error_404 h3 {
		margin: 0 0 10px 0;
	}
	div.error_404 ul {
		margin: 6px 0 10px 16px;
        line-height: 20px;
	}
	
/* Captions
+++++++++++++++++++++++++++++++++++++++++++++++
*/

div.caption {
	background: #ddd;
    bottom: 0;
	color: #222;
    height: 0;
	line-height: 20px;
    position: absolute;
	text-indent: 4px;
}

/* Shadows
+++++++++++++++++++++++++++++++++++++++++++++++
*/

div.schatten img.latest_pic {
	border: 0;
	padding: 5px 5px 9px 5px;
	background: #fff url(../img/shadow/shad_bottom.png) repeat-x bottom left;
	display: block;
}
div.schatten img.latest_pic:Hover {
	background: #ededed url(../img/shadow/shad_bottom.png) repeat-x bottom left;
}
div#foto img {
	padding: 0 0 4px;
}

/* Foto Rezeptansicht */
div.schatten #foto {
    background: #AD0E26 url(../img/shadow/shad_bottom.png) repeat-x bottom left;
    width:300px;
}
div.galerie div.schatten img {
	/*background: #AD0E26 url(../img/shadow/shad_bottom.png) repeat-x bottom left;*/
	padding: 0 0 4px;
	background: #fff url(../img/shadow/shad_bottom.png) repeat-x bottom left;
	display: block;
}

div.schatten {
  float: left;
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}

div.schatten div.topleft {
  width: 2px;
  height: 4px;
  background: url(../img/shadow/shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.schatten div.topright {
  width: 2px;
  height: 4px;
  background: url(../img/shadow/shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.schatten div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(../img/shadow/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.schatten div.bottomright {
  width: 4px;
  height: 4px;
  background: url(../img/shadow/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}

/* NEWS */
div.shadow {
  float: left;
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}

div.shadow div.topleft {
  width: 2px;
  height: 4px;
  background: url(../img/shadow/shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}
div.shadow div.topright {
  width: 2px;
  height: 4px;
  background: url(../img/shadow/shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}
div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(../img/shadow/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}
div.shadow div.bottomright {
  width: 4px;
  height: 4px;
  background: url(../img/shadow/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}
