#layout {
	width: 75%;
	margin: 0 auto;
	padding: 0;
}
#header {
	margin: 0;
	padding: 0;
	padding-top: 20px;
	text-align: center;
	height: 110px;
}
#logo {
	margin: 0 auto; padding: 0;
	width: 315px;
	height: 90px;
	background: url(/images/as.gif) no-repeat;
}
#logo span {
	position: absolute;
	left: -2000px;
}
.horz-bar {
	position: relative;
	background: url(/images/str2-m.gif) left top repeat-x;
	height: 26px;
}
.horz-bar .left {
	position: absolute;
	left: 0; bottom: 0;
}
.horz-bar .right {
	position: absolute;
	right: 0; bottom: 0;
}


#content-top {
	background: url(/images/str-o.gif) center top repeat-y;
}
#content {
	background: url(/images/str-m-neu.gif) center top repeat-y;
}
#content-bottom {
	background: url(/images/str-u.gif) center top repeat-y;
}

.section {
	margin: 0; padding: 0;
	width: 50%;
	float: left;
	min-height: 130px;
}
.section .border {
	margin: 15px;
	margin-bottom: 5px;
	padding: 15px 10px;
	/*border: 1px outset #999;*/
	background: #DDA;
	min-height: 140px;
	text-align: center;
	-moz-box-shadow:
		1px 1px 1px rgba(0,0,0,0.3),
		-1px -1px 1px rgba(255,255,255,0.5),
		inset 4px 4px 4px rgba(0,0,0,0.08);
	-webkit-box-shadow:
		1px 1px 1px rgba(0,0,0,0.3),
		-1px -1px 1px rgba(255,255,255,0.5),
		inset 4px 4px 4px rgba(0,0,0,0.08);
	-o-box-shadow:
		1px 1px 1px rgba(0,0,0,0.3),
		-1px -1px 1px rgba(255,255,255,0.5),
		inset 4px 4px 4px rgba(0,0,0,0.08);
	box-shadow:
		1px 1px 1px rgba(0,0,0,0.3),
		-1px -1px 1px rgba(255,255,255,0.5),
		inset 4px 4px 4px rgba(0,0,0,0.08);
}
.section .border:hover {
	box-shadow:
		1px 1px 1px rgba(255,255,255,0.8),
		-1px -1px 1px rgba(255,255,255,0.8);
}
.section .border:hover h2 {
	color: #000;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	-o-text-shadow: none;
	-text-shadow: none;
}
.section .border:hover a {
	color: #000;
}
.section .border:hover a:hover {
	color: #630;
}
* html #content {
	height: 1%;
}
* html .section {
	width: 49.8%;
	height: 130px;
}
* html .section .border {
	height: 140px;
}
.section h2,
.section h3,
.section p {
	margin: 0; padding: 0;
}
.section h2 {
    color: #663300;
    margin-bottom: 1.2em;
    -moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -o-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.section ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.section li {
	margin: 0;
	padding: 0;
}
#footer {
	margin: 0;
	padding: 0;
	padding-top: 30px;
	clear: both;
	text-align: center;
	font-size: 10px;
	height: 65px;
}
.clear-all {
	clear: both;
	height: 1px;
	overflow: hidden;
}
