body { background-color: #ddd; }

#page {
	background-color: #fff;
	background-image:url(templates/2k11/img/controller_25,0deckkraft_29prozent.png);
	background-position:right top;
	background-repeat:no-repeat;
	color: #222;
}

#primary-nav {
	background: #294564;
	border-top: 1px solid #294564;
	border-bottom: 1px solid #294564;
}

#primary-nav span,
#primary-nav a,
#primary-nav a:active,
#primary-nav a:visited {
	color: #fff;
	border-right: 1px solid #294564;
}

#primary-nav span:after { border-color: #294564 transparent; }

#primary-nav a:hover,
#primary-nav a:focus {
	background: #aabcc5;
	color: #000;
}

a, a:active,
a:visited { color: #3e5f81; }
a:hover { color: #d52; }

input[type=text]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=url]:focus,
textarea:focus {
	-webkit-box-shadow: 0 0 2px 1px #3e5f81;
	-moz-box-shadow: 0 0 2px 1px #3e5f81;
	box-shadow: 0 0 2px 1px #3e5f81;
}

.no-boxshadow input[type=text]:focus,
.no-boxshadow input[type=search]:focus,
.no-boxshadow input[type=email]:focus,
.no-boxshadow input[type=url]:focus,
.no-boxshadow textarea:focus { border: 1px solid #3e5f81; }

@media only screen and (min-width: 768px) {
	#page { max-width: 70em; }

	#identity, #content { width: 62%; }

	#searchform,
	#sidebar_left,
	#sidebar_right { width: 38%; }

	.col2l #sidebar_left { left: -62%; }

	.col2l #content { left: 38%; }

	.ie7 #identity,
	.ie7 #content { width: 61.9%; }

	.ie7 #searchform,
	.ie7 #sidebar_left,
	.ie7 #sidebar_right { width: 37.9%; }

	.ie7 .col2l #sidebar_left { left: -61.9%; }

	.ie7 .col2l #content { left: 37.9%; }

	.col3 #searchform,
	.col3 #sidebar_right { width: 25%; }

	.col3 #sidebar_left {
		left: -50%;
		width: 25%;
	}

	.col3 #identity { width: 75%; }

	.col3 #content {
		left: 25%;
		width: 50%;
	}

	.ie7 .col3 #searchform,
	.ie7 .col3 #sidebar_right { width: 24.9%; }

	.ie7 .col3 #sidebar_left {
		left: -49.9%;
		width: 25%;
	}
	.ie7 .col3 #identity { width: 74.9%; }

	.ie7 .col3 #content {
		left: 24.9%;
		width: 49.9%;
	}

}