@charset "utf-8";
/* CSS Document */
* {
	border: 0;
	margin: 0;
	padding: 0;
}

html, body {
    height: 100%; 
}

body {
	background: #000 url("gfx/video-head-bg.png") repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

a {
	font-weight: bold;
	color: #537DB0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#container {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}

#center {
	margin: auto;
	width: 1000px;
	position: relative;
	z-index: 10;
}
#crashdesign-logo {
	position: absolute;
	top: 0;
	right: 100px;
}
#crashdesign-sign {
	position: absolute;
	top: 0;
	right: 0;
}
#menu {
	position: absolute;
	top: 60px;
	right: 100px;
}
#content {
	margin-top: 50px;
	padding-bottom: 50px;
}
#foot {
	position: absolute;
	bottom: 0;
	z-index: 0;
	height: 200px;
	width: 100%;
	background: url("gfx/video-foot-bg.png") repeat-x;
}
#foot-center {
	width: 1000px;
	margin: auto;
}
#kontakt {
	position: absolute;
	bottom: 0;
	background: url("gfx/video-foot-line.png") repeat-x;
	height: 33px;
	width: 1000px;
}
.previews {
	width: 681px;
	margin: auto;
}
.preview {
	float: left;
	text-align: center;
	margin-right: 25px;
	margin-bottom: 25px;
}
.preview img {
	border: 1px solid;
}
.preview p {
	margin-top: 5px;
}
.video {
	border: 1px solid #444;
	margin: auto;
}
.description {
	margin: auto;
	width: 500px;
	text-align: center;
	margin-top: 25px;
	font-size: 11px;
}

.kontakt {
	padding-top: 100px;
	font-size: 12px;
	line-height: 1.5em;
}

.kontakt img, .kontakt div {
	float: left;
	margin-right: 10px;
}
.kontakt img {
	border: 1px solid #444;
}

