@charset "UTF-8";

/**
 * Theme Name:     reibflaeche2012
 * Theme URI:      http://reibflaeche.de
 * Description:    Child theme for the lhgbw2012 theme.
 * Author:         Markus Lochmann
 * Author URI:     http://mcl-media.de/
 * Template:       lhgbw2012
 * Version:        0.0.1
 */
 
@import url("../colors/dark.css"); 
@import url("../lhgbw2012/style.css");


#page { !important
    background: none repeat scroll 0 0 #000;
}

#content {
    background-color: #000;
	border:none;
    border-right: 1px dotted #fff;
}

#secondary {
    background-color: #000;
	border:none;
}

#access {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#222, #000);
	background: -o-linear-gradient(#222, #000);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#222), to(#000)); /* older webkit syntax */
	background: -webkit-linear-gradient(#222, #000);
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 0;
	width: 100%;
}


#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #000; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#000, #222);
	background: -o-linear-gradient(#000, #222);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#222)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#000, #222);
	color: #fff;
}
