body, html {
	margin:0;
	padding:0;
	font-family: "myriad-pro", sans-serif;
	font-weight: 400;
	font-size: 14px;
	background: url(img/texture_darkgrey.jpg);
	background-attachment:fixed;
}
img {
	border: 0;
}
div {
	text-align:center;
}
.link a:link, .link a:visited {
	color:white;
	text-decoration:none;
}
.link a:hover, .link a:focus, .link a:active {
	text-decoration:underline;
}
.wrapper {
	min-width:300px;
}
.foot {
	position: fixed;
	min-width:300px;
	left:0px;
	bottom:0px;
	right:0px;
	width:100%;
	z-index:300;
	background: url(img/texture_darkgrey.jpg);
}
.footer {
	text-align:center;
	padding: 15px 0px 15px 0px;
	background: url(img/texture_darkgrey.jpg);
}
.title {
	margin-top: 0px;
	margin-bottom:0px;
	font-family: "myriad-pro-condensed", sans-serif;
	font-weight: 600;
	font-size:38px;
	color:white;
	display:inline-block;
	padding-bottom:7px;
	border-bottom: 1px solid white;
}
.menu {
	padding-top:10px;
	padding-bottom: 30px;
	text-align:center;
}
.floatcontent {
	margin-top: 0px;
	min-width:300px;
	margin-bottom: 37px;
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	width:100%;
	z-index: 300;
}
.floatmenu {
	padding-top:22px;
	background: url(img/texture_darkgrey.jpg);
	z-index: 300;
	position:relative;
}
.menu a:link, .menu a:visited, .footer a:link, .footer a:visited {
	font-family: "myriad-pro-condensed", sans-serif;
	font-weight: 400;
	font-size:18px;
	color:white;
	display:inline-block;
	margin: 0px 13px 0px 13px;
	text-decoration:none;
}
.menu a:hover, .menu a:focus, .menu a:active, .footer a:hover, .footer a:focus, .footer a:active {
	text-decoration:underline;
}
.bgGrey {
	color:white;
	padding: 0px 10px 30px 10px;
	overflow:hidden;
}
.arrowGrey {
	background: url(img/arrow_darkgrey.png) no-repeat center;
	height: 37px;
	margin-bottom: 25px;
}
.menuArrow {
	background: url(img/arrow_darkgrey.png) no-repeat center;
	height: 37px;
	margin-bottom: 25px;
	position:absolute;
	z-index:100;
	left:0px;
	width:100%;
	background-position:center;
}
.arrowTopGrey {
	background: url(img/arrow_top.png) no-repeat center;
	height: 37px;
	position:relative;
	overflow:hidden;
	z-index:90;
}
.boxWhite {
	margin-top: -37px;
}
.bgWhite {
	background: url(img/texture_white.jpg);
	color: #4c4a4a;
	padding: 30px 10px 30px 10px;
	overflow:hidden;
}
.bgWhiteTopLeft {
	background: url(img/texture_white.jpg);
	position:absolute;
	left:-37px;
	top:0px;
	height:37px;
	width:50%;
	overflow:hidden;
}
.bgWhiteTopRight {
	background: url(img/texture_white.jpg);
	position:absolute;
	right:-37px;
	top:0px;
	height:37px;
	width:50%;
	overflow:hidden;
}
.arrowWhite {
	background: url(img/arrow_white.png) no-repeat center;
	height: 37px;
	position:relative;
	z-index:10;
	margin-bottom: 25px;
}
.head {
	font-family: "myriad-pro-condensed", sans-serif;
	font-weight: 600;
	font-size:32px;
	margin-bottom: 20px;
	transform:scale(1.2,1);
    -webkit-transform:scale(1.2,1); 
    -moz-transform:scale(1.2,1); 
    -ms-transform:scale(1.2,1); 
    -o-transform:scale(1.2,1);
}
.sub {
	font-family: "minion-pro";
	font-weight: 400;
	font-size: 18px;
	font-style: italic;
	margin-bottom:15px;
}
.subhead {
	font-family: "myriad-pro-condensed", sans-serif;
	font-weight: 600;
	font-size: 18px;
}
.text {
	max-width: 520px;
	margin: auto;
	padding:0px 0px 20px 0px;
}
.text p {
	text-align: center;
}
.services {
	max-width:640px;
	margin:0px auto 35px auto;
}
.services table {
	padding:0;
	margin:0;
	height: 100%;
	width:100%;
}
.servLeft {
	float:left;
	width: 300px;
	background: url(img/arrow_big-left.png) no-repeat;
	background-position: right center;
	height: 105px;
}
.servLeft td {
	vertical-align: middle;
	text-align:right;
	padding-right:10px;
}
.servRight {
	float:right;
	width: 300px;
	background: url(img/arrow_big-right.png) no-repeat;
	background-position: left center;
	height: 105px;
}
.servRight td {
	vertical-align: middle;
	text-align:left;
	padding-left:10px;
}
.list {
	max-width:270px;
	margin:0px auto 20px auto;
	display:inline-block;
	text-align:left;
}
.list table {
	padding:0;
	margin:0;
	height: 100%;
	width:100%;
}
.listItem {
	background: url(img/arrow_small.png) no-repeat;
	background-position: left center;
	height: 40px;
	margin-left:20px;
	text-align:left;
	display:inline-block;
}
.listItem td {
	vertical-align: middle;
	text-align:left;
	padding-left:15px;
}
.impressum {
	display:none;
	color:white;
	padding-top:10px;
}

@media all and (max-width: 500px) and (min-width: 440px), all and (max-height: 500px) and (min-height: 440px) {
	.menu a:link, .footer a:link {
		font-size:17px;
		margin: 0px 10px 0px 10px;
	}
	.footer {
		padding: 12px 0px 12px 0px;
	}
	.menu {
		padding-top:8px;
		padding-bottom: 25px;
	}
	.floatmenu {
		padding-top:17px;
	}
	.title {
		padding-bottom:5px;
	}
	.menuArrow {
		height: 32px;
		background-position:center -5px;
	}
	.arrowTopGrey {
		height: 32px;
		background-position:center -5px;
	}
	.boxWhite {
		margin-top: -32px;
	}
	.bgWhite {
		padding-top: 27px;
		padding-bottom: 25px;
	}
	.arrowWhite {
		height: 32px;
		background-position:center -5px;
		margin-bottom: 23px;
	}
}

@media all and (max-width: 440px) and (min-width: 370px), all and (max-height: 440px) and (min-height: 370px) {
	.menu a:link, .footer a:link {
		font-size:16px;
		margin: 0px 7px 0px 7px;
	}
	.footer {
		padding: 8px 0px 8px 0px;
	}
	.menu {
		padding-top:5px;
		padding-bottom: 19px;
	}
	.floatmenu {
		padding-top:11px;
	}
	.title {
		padding-bottom:2px;
	}
	.menuArrow {
		height: 26px;
		background-position:center -11px;
	}
	.arrowTopGrey {
		height: 26px;
		background-position:center -11px;
	}
	.boxWhite {
		margin-top: -26px;
	}
	.bgWhite {
		padding-top: 24px;
		padding-bottom: 19px;
	}
	.arrowWhite {
		height: 26px;
		background-position:center -11px;
		margin-bottom: 20px;
	}
}

@media all and (max-width: 370px), all and (max-height: 370px) {
	.menu a:link, .footer a:link {
		font-size:15px;
		margin: 0px 4px 0px 4px;
	}
	.footer {
		padding: 4px 0px 4px 0px;
	}
	.menu {
		padding-top:3px;
		padding-bottom: 12px;
	}
	.floatmenu {
		padding-top:4px;
	}
	.title {
		padding-bottom:0px;
	}
	.menuArrow {
		height: 20px;
		background-position:center -17px;
	}
	.arrowTopGrey {
		height: 20px;
		background-position:center -17px;
	}
	.boxWhite {
		margin-top: -20px;
	}
	.bgWhite {
		padding-top: 20px;
		padding-bottom: 13px;
	}
	.arrowWhite {
		background-position:center -17px;
		height: 20px;
		margin-bottom: 17px;
	}
}

@media all and (max-width: 650px) {
	.services {
		max-width:400px;
		min-width:280px;
	}	
	.servLeft {
		float:none;
		width:auto;
		max-width: 400px;
		min-width:280px;
		background: url(img/arrow_big-right.png) no-repeat;
		background-position: left center;
	}
	.servLeft td {
		vertical-align: middle;
		text-align:left;
		padding-left:10px;
	}
	.servRight {
		float:none;
		width:auto;
		max-width: 400px;
		min-width:280px;
		background: url(img/arrow_big-right.png) no-repeat;
		background-position: left center;
	}
	.servRight td {
		vertical-align: middle;
		text-align:left;
		padding-left:10px;
	}
}

@media	all and (-webkit-min-device-pixel-ratio: 1.3),
		all and (-o-min-device-pixel-ratio: 13/10),
		all and (min-resolution: 120dpi)
{
	body {
		background-size: 250px 250px;
		background-attachment:scroll;
	}
	
	.floatmenu { 
		background-size: 250px 250px;
	}
	
	.foot {
		background-size: 250px 250px;
	}
	.footer {
		background-size: 250px 250px;
	}
	.bgWhite {
		background-size: 250px 250px;
	}
	.arrowTopGrey {
		background-image: url(img/arrow_top-highres.png);
		background-size: 75px 37px;
	}
	.bgWhiteTopLeft {
		background-size: 250px 250px;
	}
	.bgWhiteTopRight {
		background-size: 250px 250px;
	}
	.arrowGrey {
		background-image: url(img/arrow_darkgrey-highres.png);
		background-size: 75px 37px;
	}
	.arrowWhite {
		background-image: url(img/arrow_white-highres.png);
		background-size: 75px 37px;
	}
	.menuArrow {
		background-image: url(img/arrow_darkgrey-highres.png);
		background-size: 75px 37px;
	}
}