/* ==========================================================================
   Base
   ========================================================================== */
   body {margin-top:20px;}

/* =============================================================================
   Header
   ========================================================================== */

.banner { }

/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */

.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }
figure.alignnone { margin-left: 0; margin-right: 0; }


/* ==========================================================================
   Content
   ========================================================================== */

.content { }

.box
{
    padding: 1px 10px;
    margin: 5px 0 10px 0;
    position: relative;
}



.box .shadow_highlight_right {    
	background: url("http://www.informatec.info/assets/box_shadow_bottom-150x18.png") no-repeat scroll 0 -10px transparent;
    bottom: -8px;
    height: 8px;
    position: absolute;
    right: -2px;
    width: 168px;
    z-index: 10;
}
.box .shadow_highlight_left {
    background: url("http://www.informatec.info/assets/box_shadow_bottom-150x18.png") no-repeat scroll 0 -2px transparent;
    bottom: -8px;
    height: 8px;
    left: 0;
    position: absolute;
    width: 168px;
    z-index: 10;
}
a.box:hover a.shadow_highlight_left:hover {
    background: url("") no-repeat scroll 0 -2px transparent;
    bottom: -8px;
    height: 8px;
    left: 0;
    position: absolute;
    width: 168px;
    z-index: 10;
}

.box:hover .shadow_highlight_right, .box:hover .shadow_highlight_left {
	display:none;
}

input.search-query{padding-right:5px;padding-right:4px \9;padding-left:5px;padding-left:4px \9;margin-bottom:0;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}

.inheader {
	background-color:#f2f2f2; 
	padding:10px;
	padding-bottom:-2px;
	-webkit-border-radius:13px 13px 0 0;
	-moz-border-radius:13px 13px 0 0;
	border-radius:13px 13px 0 0;
	-moz-box-shadow:    3px 0px 7px 1px #666666;
    -webkit-box-shadow: 3px 0px 7px 1px #666666;
    box-shadow:         3px 0px 7px 1px #666666;

	}
.inmain {
	background-color:#f2f2f2; 
	padding:10px;
	padding-top: 0px;
	-moz-box-shadow:    3px 4px 7px 2px #666666;
    -webkit-box-shadow: 3px 4px 7px 2px #666666;
    box-shadow:         3px 4px 7px 2px #666666; 
	}

.infooter {
	background-color:#f2f2f2; 
	padding:10px;
	-webkit-border-radius:0 0 13px 13px; 
	-moz-border-radius:0 0 13px 13px; 
	border-radius:0 0 13px 13px;
	-moz-box-shadow:    3px 5px 7px 2px #666666;
    -webkit-box-shadow: 3px 5px 7px 2px #666666;
    box-shadow:         3px 5px 7px 2px #666666;
	}
	
.sidebar {

	margin-top: 50px;
	margin-right: 15px;
	margin-left: 15px;	
	list-style:none;
	background-color:#fbfbfb;
	border:1px solid #ddd;
	-webkit-border-radius:8px; 
	-moz-border-radius:8px;
	border-radius:8px;
 background-image: url(http://www.informatec.info/assets/grid-18px-masked.png);
	background-repeat:repeat-x;
	
	.breadcrumb li{
	display:inline-block;*display:inline;*zoom:1;text-shadow:0 1px 0 #ffffff;
	}

/* Floats */

/* Suche */


/* ==========================================================================
   Primary Content
   ========================================================================== */

.main { }



/* ==========================================================================
   Sidebar
   ========================================================================== */


/* ==========================================================================
   Posts
   ========================================================================== */

.hentry header { }
.hentry time { }
.hentry .byline { }
.hentry .entry-content { }
.hentry footer { }



/* ==========================================================================
   Footer
   ========================================================================== */

.content-info { }


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (max-width: 767px) {

}
