


.eks-topbar-left
{
	padding-right: 360px;
font-weight: bold;
	}




.eks-search-form
{
padding-right: 10px;
display: inline;
	}






/*aus style.css Zeile 403*/
.two-fourth 
{float:left;margin-right:3%;width:48.5%;}
/*aus style.css Zeile 49*/
body .last, body .widget-last          
{margin-right:0; border-right:0;}
/*aus style.css Zeile 401*/
.one-third  
{float:left;margin-right:3%;width:31.33%;}


.eks-img-rahmen
{
width:94px;
	height:94px;
	background: white;
	display: inline;
	float: left;
	margin: 5px 20px 15px 5px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
	box-shadow: 0 4px 6px rgba(0,0,0,.3);
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
	z-index:0;
position:relative;
}   


.eks-img-rahmen-normal
{
	background: white;
	display: inline;
	float: left;
	margin: 5px 20px 15px 5px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
	box-shadow: 0 4px 6px rgba(0,0,0,.3);
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
	z-index:0;
position:relative;
}   

.eks-rahmen-layout
{
	background: white;
	display: inline;
	float: left;
	margin: 5px 5px 5px 5px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
	box-shadow: 0 4px 6px rgba(0,0,0,.3);
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
	z-index:0;
position:relative;
} 

@media screen and (orientation:portrait) and (max-width:480px) {
	#content, #sidebar {
		width: 93.750%;
		float: none;
	}
	
#content {
	width: 55.52083333%;
	padding: 0 3.125%;
	float: left;
	background-color: #DFF;
}


#content img {
	max-width: 1000%;
	height: auto;
}

