
@media all {

/**
 * ---------------------------------------------------------------------------------------------------- #
 *
 * Reset
 *
 * @section reset
 */
 
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,
b, u, i, center,
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-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

img { display: block; }


/**
 * ---------------------------------------------------------------------------------------------------- #
 *
 *  General and helpers
 *
 * @section base-formattings
 */

.block { overflow: hidden; }
.text_indent { text-indent: -9999px; }
.float_left { float: left; display: inline; }
.hide { display: none; }
.invisible { visibility: hidden; }


/**
 * ---------------------------------------------------------------------------------------------------- #
 *
 * Base info
 *
 * @section base-formattings
 */

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Helvetica;
	font-size: 12px;
	line-height: 16px;
	background: #1C0707 url(/images/bg.gif) no-repeat scroll 0 0;
	color: #ad8e8e;
}

.content {
	margin-left: 430px;
	width: 565px;
}

h1 {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	height: 560px;
	width: 430px;
}

h1 a {
	display: block;
	height: 556px;
	width: 430px;
}

a {
	color: #ad8e8e;
}

a:hover {
	font-weight: 700;
}

hr {
	border-top: 1px dotted #3C0D0D;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	color: #740d0d;
	background-color: #1C0707;
	padding:0px;
	margin: 0px;
	text-align:left;
}


/**
 * ---------------------------------------------------------------------------------------------------- #
 *
 * Navigation
 *
 * @section navi
 */

.navi {
	height: 60px;
	margin-top: 25px;
	font-size: 17px;
	line-height: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
}

.navi li {
	float: left;
	display: inline;
	padding: 0 12px;
	border-left: 1px solid #ad8e8e;
}

.navi li:first-child {
	border-left: 0 none;
	padding-left: 0;
}
	
.navi a {
	text-decoration: none;
	color: #ad8e8e;
	letter-spacing: 1px;
}
	
.navi a:hover {
	color: #680B0B;
}


/**
 * ---------------------------------------------------------------------------------------------------- #
 *
 * Introduction
 *
 * @section intro
 */

.intro {
	width: 350px;
	margin-bottom: 20px;
	text-align: justify;
}

.intro h2 {
	position: relative;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 15px;
}


/**
 * ---------------------------------------------------------------------------------------------------- #
 *
 * Reference list
 *
 * @section reference_list
 */
 
.reference_list {
	width: 560px;
}

.reference_list > li {
	overflow: hidden;
	margin-bottom: 30px;
}

.teaser_link {
	float: left;
	display: inline;
	width: 350px;
	padding: 0 10px 10px 0;
}

.teaser_link .caption {
	display: block;
	margin-bottom: 10px;
	font-size: 10px;
	line-height: 12px;
}

.teaser_link .teaser {
	display: block;
	height: 165px;
	width: 330px;
	border: 8px #3C0D0D solid;
}

.teaser_link .teaser:hover {
	border-color: #680B0B;
}

.reference_list .involvement_list {
	overflow: hidden;
	width: 180px;
	margin-top: 20px;
	padding-left: 20px;
	list-style: outside disc;
}

.reference_list .involvement_list > li {
	margin-bottom: 5px;	
}

.involvement_list li > img {
	float: left;
	width: 12px;
	height: 12px;
}

.shake {
	position: absolute;
	left: 0;
	top: 0;
    z-index: 1;
    height: 556px;
    width: 438px;
	background: transparent url(/images/bg_shake.png) no-repeat scroll 0 0;
}

.shake.animate {
    animation-name: shake;
	animation-duration: 6000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	
	-moz-animation-name: shake;
	-moz-animation-duration: 6000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
	
	-webkit-animation-name: shake;
	-webkit-animation-duration: 3000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

}

@keyframes shake {

	0% {
		opacity: 1;
		transform: rotate(0deg);
	}
	
	33% {
		left: 3px;
		top: -3px;
		transform: rotate(-1deg);
	}
	
	50% {
		left: 5px;
		top: -5px;
		transform: rotate(0deg);
	}

	75% {
		left: 3px;
		top: -3px;
		transform: rotate(1deg);
	}
	
	100% {
		left: 0;
		top: 0;
		opacity: 1;
		transform: rotate(0deg);
	}

}

@-moz-keyframes shake {

	0% {
		opacity: 1;
		-moz-transform: rotate(0deg);
	}
	
	33% {
		left: 2px;
		top: -2px;
		-moz-transform: rotate(-1deg);
	}
	
	50% {
		left: 5px;
		top: -5px;
		-moz-transform: rotate(0deg);
	}

	75% {
		left: 2px;
		top: -2px;
		-moz-transform: rotate(1deg);
	}
	
	100% {
		left: 0;
		top: 0;
		opacity: 1;
		-moz-transform: rotate(0deg);
	}

}

@-webkit-keyframes shake {

	0% {
		opacity: 1;
		-webkit-transform: rotate(0deg);
	}
	
	33% {
		left: 3px;
		top: -3px;
		-webkit-transform: rotate(-1deg);
	}
	
	50% {
		left: 5px;
		top: -5px;
		-webkit-transform: rotate(0deg);
	}

	75% {
		left: 5px;
		top: -5px;
		-webkit-transform: rotate(1deg);
	}
	
	100% {
		left: 0;
		top: 0;
		opacity: 1;
		-webkit-transform: rotate(0deg);
	}

}

