.bar-top{
	position: fixed;
	left: -20px;
	width: 100%;
	height:56px;
	background-color:rgb(0,0,0);
	-moz-box-shadow:0px 11px 12px rgba(0,0,0,0.53);
	-webkit-box-shadow:0px 11px 12px rgba(0,0,0,0.53);
	box-shadow:0px 11px 12px rgba(0,0,0,0.53);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=11,Color=#87000000,Positive=true)";
	filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=11,Color=#87000000,Positive=true)";
	padding: 0 20px 0 20px;
	z-index: 100;
}

.header-logo{
	position: absolute;	
	left: 10px;
	top: 13px;
	height: 33px;
	width: auto;
}

nav.main{
	display: block;
}

nav.main a{
	color: #ffffff;
	font: @boldFont;
	text-decoration: none;
	width: 100px;
	display: block;
	float: left;
	font-size: 16px;
	line-height: 28px;
	height: 28px;
	margin: 23px 20px 0 0;
	text-align: center;
	border-bottom: 5px solid #2581C9;
}

nav.main a.home{border-bottom: 5px solid #2581C9;}
nav.main a.ueber-mich{border-bottom: 5px solid #519AD4;}
nav.main a.notariat{border-bottom: 5px solid #7CB3DF;}
nav.main a.advokatur{border-bottom: 5px solid #A8CDE9;}
nav.main a.wertvolle-infos{border-bottom: 5px solid #D3E6F4;}
nav.main a.kontakt{border-bottom: 5px solid #ffffff;margin-right: 0;}

nav.main a.active, nav.main a:hover{
	color: #cccccc;
}

nav.sub{
	background-color:rgba(37,129,201,0.9);
	width:640px;
	/* Firefox v3.5+ */
	-moz-box-shadow:5px 5px 4px rgba(0,0,0,0.36);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:5px 5px 4px rgba(0,0,0,0.36);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:5px 5px 4px rgba(0,0,0,0.36);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=5,OffY=5,Color=#5c000000,Positive=true)";
	filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=5,OffY=5,Color=#5c000000,Positive=true)";
	position: absolute;
	left: 250px;
	top: 56px;
	padding: 35px 0 35px 60px;
	display: none;
}

nav.sub a{	
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size:30px;
	font-family:@boldFont;
	line-height:150%;

	background-image: url("/web/style/img/btn_subnav.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
}

.nav-drop-down{
	display: none ! important;
}

header{
	width:100%;
	height:320px;
	padding: 56px 0 0 0;
	-moz-box-shadow:0px 4px 18px rgba(0,0,0,0.21);
	-webkit-box-shadow:0px 4px 18px rgba(0,0,0,0.21);
	box-shadow:0px 4px 18px rgba(0,0,0,0.21);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=4,Color=#36000000,Positive=true)";
	filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=4,Color=#36000000,Positive=true)";
	background-image: url("/web/style/img/header-bg.gif");
	position: absolute;
	z-index: 80;		
}

.header-addresse{
	position: absolute;
	left: 10px;
	top: 10px;
	font-family: @baseFont;
	font-size:16px;
	line-height:24px;
	color:rgb(102,102,102);
	text-align:left;
	z-index: 90;	
}
.header-addresse a{
	color:rgb(102,102,102);
}

.header-service{
	position: absolute;
	left: 10px;
	top: 330px;
	font-family: @baseFont;
	font-size:16px;
	line-height:24px;
	color:rgb(102,102,102);
	text-align:left;	
	z-index: 90;	
}

.header-service a{
	color:rgb(102,102,102);
	text-decoration: none;
	margin-right: 20px;
	margin-left: 0;
}

.header-service a span{
	margin-right: 4px;
}

.header-slider{
	list-style-type: none;
	height: 300px;
	width: 960px;
}

.header-slider li{
	position: relative;
	overflow: visible;
	height: 320px;
}

.header-slider li span.headline{
	position: absolute;
	left: 38px;
	top: 123px;
	font-size:40px;
	font-family: @lightFont;
	line-height:48px;
	color:rgb(153,153,153);
	bottom: auto;
}

.header-slider li span.headline a{
	text-decoration: none;
	color:rgb(153,153,153);
	background-image: url("/web/style/img/arrow-header.png");
	background-position: left 13px;
	background-repeat: no-repeat;
	background-size: 19px 25px;
	padding-left: 25px;
	margin-left: 25px;
}

div[role=main] .container{
	-moz-box-shadow:0px 13px 15px rgba(0,0,0,0.49);
	-webkit-box-shadow:0px 13px 15px rgba(0,0,0,0.49);
	box-shadow:0px 13px 15px rgba(0,0,0,0.49);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=13,Color=#7c000000,Positive=true)";
	filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=13,Color=#7c000000,Positive=true)";
	background-image: url("/web/style/img/content-bg.gif");	
	padding-top: 376px;
	padding-bottom: 70px;
}

.col-left{
	margin-top: 74px;
}

.content{
	margin-top: 70px;
	margin-right: 70px;
}

.box{
	margin-bottom: 20px;
	background-color: #ffffff;
	width:202px;
	-moz-box-shadow:3px 3px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:3px 3px 4px rgba(0,0,0,0.1);
	box-shadow:3px 3px 4px rgba(0,0,0,0.1);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=3,OffY=3,Color=#1a000000,Positive=true)";
	filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=3,OffY=3,Color=#1a000000,Positive=true)";	
	margin-left: -10px;
	padding: 0 10px 30px 10px;
	position: relative;
}

.box h4{
		background: none;
	background-image: url("/web/style/img/box-title.png");
	font-family: @boldFont;
	color: #ffffff;
	line-height: 53px;
	padding-left: 27px;
	width: 221px;
	height: 63px;
	margin-left: -20px;
	font-size: 30px;

	-moz-box-shadow:none ! important;
	-webkit-box-shadow:none ! important;
	box-shadow:none ! important;
	-ms-filter:none;
	filter:none;	
	margin-bottom: 0;
}



.box p{
	color: @baseFontColor;
	font-size: 16px;
	line-height: 28px;

}

.box a.more{
	font-family: @boldFont;
	color: #2581C9;
	font-size: 16px;
	line-height:120%;	
	text-decoration: none;
	right: 10px;
	bottom: 10px;
	position: absolute;
	background-image: url("/web/style/img/btn_next.png");	
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 13px;
}


.box form input[type=text], .box textarea{
	width:187px;
	height:19px;
	background-color:rgb(248,248,248);
	border-color:rgb(204,204,204);
	border-width:1px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border-style:solid;
	font-family:@baseFont;
	font-size:13px;
	line-height:19px;
	color:rgb(153,153,153);
	padding: 0 0 0 5px;
	margin-bottom: 8px;
	-moz-box-shadow:inset 1px 1px 8px rgba(0,0,0,0.08);
	-webkit-box-shadow:inset 1px 1px 8px rgba(0,0,0,0.08);
	box-shadow:inset 1px 1px 8px rgba(0,0,0,0.08);
}

.box textarea{
	height: 50px;
}

.box a.submit{
	/* Firefox v3.6+ */
	display: block;
	width:192px;
	height:26px;
	border-color:rgb(204,204,204);
	border-width:1px;
	/* Firefox v1.0+ */
	-moz-border-radius:5px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:5px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:5px;
	border-style:solid;
	background: #2581c9;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI1ODFjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iIzY5YThkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #2581c9 0%, #69a8da 66%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2581c9), color-stop(66%,#69a8da));
	background: -webkit-linear-gradient(top,  #2581c9 0%,#69a8da 66%);
	background: -o-linear-gradient(top,  #2581c9 0%,#69a8da 66%);
	background: -ms-linear-gradient(top,  #2581c9 0%,#69a8da 66%);
	background: linear-gradient(to bottom,  #2581c9 0%,#69a8da 66%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2581c9', endColorstr='#69a8da');
	font-family:@boldFont;
	font-size:16px;
	line-height:150%;
	color:rgb(255,255,255);
	text-align:center;
	cursor: pointer;
}





