/* Screen.css for _____
   by Markus Schlegel, markus-schlegel.com */
   
/* CSS Reset by famous Eric Meyer (edited by me) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1em;
	color: black;
	background: white;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

/* Standard Layout */
/* =============== */

body {
	background: #7c0000 url(../img/layout/mainbg.png) center top no-repeat; /*
						url(../img/layout/stripes.png) left 220px repeat-x; */
}

body .wrapper {
	width: 960px;
	-o-box-shadow: 0 4px 18px rgba(0,0,0,0.42);
	-icab-box-shadow: 0 4px 18px rgba(0,0,0,0.42);
	-khtml-box-shadow: 0 4px 18px rgba(0,0,0,0.42);
	-moz-box-shadow: 0 4px 18px rgba(0,0,0,0.42);
	-webkit-box-shadow: 0 4px 18px rgba(0,0,0,0.42);
	box-shadow: 0 4px 18px rgba(0,0,0,0.42);
	margin: 42px auto;
	background: white;
	position: relative;
	z-index: 1000;
	
	min-height: 720px;
}

body .wrapper .header {
	height: 200px;
	position: relative;
	z-index: 5000;
}

#muve {
	height: 100px;
	position: relative;
}

#muve a {
	display: block;
	position: absolute;
	top: 30px;
	right: 20px;
	color: #7c0000;
	font: 32px/1em Georgia, Times, "Times New Roman", serif;
	text-decoration: none;
}

#logo {
	height: 100px;
	width: 1000px;
	margin: 0 -20px;
	background: white url(../img/layout/logo.png) center top repeat-x;
	-o-box-shadow: 0 4px 18px rgba(0,0,0,0.42);
	-icab-box-shadow: 0 4px 18px rgba(0,0,0,0.42);
	-khtml-box-shadow: 0 4px 18px rgba(0,0,0,0.42);
	-moz-box-shadow: 0 4px 18px rgba(0,0,0,0.42);
	-webkit-box-shadow: 0 4px 18px rgba(0,0,0,0.42);
	box-shadow: 0 4px 18px rgba(0,0,0,0.42);
}

#teaser {
	height: 405px;
	background: url(../img/layout/teaser.png) top left no-repeat;
	position: relative;
	z-index: 2000;
}

#news {
	width: 240px;
	padding: 20px;
	height: 160px;
	position: absolute;
	bottom: -20px;
	right: -20px;
	background: white;
	-o-box-shadow: 0 4px 18px rgba(0,0,0,0.42);
	-icab-box-shadow: 0 4px 18px rgba(0,0,0,0.42);
	-khtml-box-shadow: 0 4px 18px rgba(0,0,0,0.42);
	-moz-box-shadow: 0 4px 18px rgba(0,0,0,0.42);
	-webkit-box-shadow: 0 4px 18px rgba(0,0,0,0.42);
	box-shadow: 0 4px 18px rgba(0,0,0,0.42);
}

#content {
	padding: 42px 20px;
	font: 14px/21px Georgia, Times, "Times New Roman", serif;
}

.row {
	padding: 32px 0;
	clear: both;
}

.col-width1 {
	float: left;
	width: 22%;
	margin: 0 2%;
}

.col-width1:first-child {
	margin-left: 0;
}

.col-width1:last-child {
	margin-right: 0;
}

#excerpt {
	float: right;
	width: 38%;
	margin-left: 2%;
}

.secbg {
	width: 1120px;
	height: 100px;
	position: absolute;
	top: 160px;
	left: 50%;
	margin-left: -560px;
	z-index: 10;
	background: white url(../img/layout/stripes.png) top left repeat-x;
	-o-box-shadow: 0 4px 18px rgba(0,0,0,0.42);
	-icab-box-shadow: 0 4px 18px rgba(0,0,0,0.42);
	-khtml-box-shadow: 0 4px 18px rgba(0,0,0,0.42);
	-moz-box-shadow: 0 4px 18px rgba(0,0,0,0.42);
	-webkit-box-shadow: 0 4px 18px rgba(0,0,0,0.42);
	box-shadow: 0 4px 18px rgba(0,0,0,0.42);
}

/* Semantic Text Elements */
/* ====================== */

a {
	color: #7c0000;
}

a:hover,
a:focus,
a:active {
	color: red;
	text-decoration: none;
}

a:visited {
}

a[href=^'http://'] {
}

a[href=^'http://domain.tld'] {
}

abbr,
acronym {
}

address {
}

blockquote {
}

cite {
}

code {
}

del {
}

dfn {
}

em {
}

h1 {
}

h2 {
	float: left;
	width: 58%;
	margin-right: 2%;
	text-align: right;
	color: #7c0000;
	font: 40px/42px Georgia, Times, "Times New Roman", serif;
	text-decoration: none;
}

h3 {
	color: #7c0000;
	font: 18px/21px Georgia, Times, "Times New Roman", serif;
	margin-bottom: 21px;
}

h4 {
}

h5 {
}

h6 {
}

hr {
}

ins {
}

kbd {
}

p {
	margin-bottom: 21px;
}

pre {
}

q {
}

q:before {
	content: open-quote;
}

q:after {
	content: close-quote;
}

samp {
}

strong {
}

var {
}

/* Lists */
/* ===== */

/* Tables */
/* ====== */

/* Forms */
/* ===== */

/* Misc */
/* ==== */

sub,
sup {
	line-height: 0;
}
