/*
	screen.css
	percomis.de
*/


/* --------------------------------------------------------------------------------------
 * html and body
 * -------------------------------------------------------------------------------------- */

	body {
		background: #dee0e1;
	}


/* --------------------------------------------------------------------------------------
 * typo, images, lists, tables, forms,..
 * -------------------------------------------------------------------------------------- */

	a {
		color: #007cc4;
	}


/* --------------------------------------------------------------------------------------
 * layout
 * -------------------------------------------------------------------------------------- */

	/* wrappers */

	.wrp-1 {
		background-image: url(../images/bgr_site.png);
	}


/* --------------------------------------------------------------------------------------
 * content
 * -------------------------------------------------------------------------------------- */

	/* corporate */

	.corporate {
		background: #961734 url(../images/bgr_corporate.png) right top no-repeat;
		position: relative;
	}
	.corporate .logo {
		height: 127px;
	}
	.corporate .logo a {
		font-size: 12px;
		color: #999;
		width: 150px;
		height: 80px;
		position: absolute; top: 25px; left: 55px;
		text-decoration: none !important;
	}
	.corporate .logo a span {
		position: absolute; top: -45px; left: -54px;
		display: none;
	}
	.corporate .logo a:hover span,
	.corporate .logo a:focus span {
		display: block;
	}
	
	/* content: navigation */

	.navigation .active a,
	.navigation .active strong {
		background: #e9f0f5;
	}

	/* feature */

	.feature {
		background: #e9f0f5;
		border-color: #b3d1e6;
	}

	/* form */

	.d--form input,
	.d--form select,
	.d--form textarea {
		background: #e9f0f5;
		border-color: #b3d1e6;
	}
	.d--form .d--submit {
		background: #49A0D3;
	}


