@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}

body {
	margin: 0;
}

* {
	font-family: Lucida Grande,Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	color: #999999;
	outline: none;
	letter-spacing: -0.01em;
}

h2, h2, h3 {
	text-transform: uppercase;
	color: #000000;
}

h1 {
	display: block;
	width: 227px;
	height: 58px;
	background-image: url(../images/logo-big.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -10000px;
	margin: 0 auto;
}

h2 {
	font-size: 28px;
	font-weight: normal;
}

h3 {
	font-weight: normal;
	margin: 3em 0 1em 0;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #999999;
}

dt {
	float: left;
	width: 60px;
}

dd {
	margin-left: 60px;
}

img {
	border: 0px;
}

.flash {
	min-width: 800px;
	min-height: 500px;
}

.flash .border {
	width: 100%;
	height: 100%;
}

.header {
	background-color: #000;
	padding: 50px 0;
}

.content {
	margin: 0 auto;
	padding: 50px 0px;
	width: 820px;
}

.narrow {
	width: 70%;
}


/**
* Formular
*/

.popup-header {
	display: block;
	width: 100%;
	height: 100px;
	margin: 0px;
	text-indent: -1000px;
	background-color: #000;
	background-image: url(../images/logo-small.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.popup-body {
	padding: 30px;
}

.popup-body h2 {
	margin: 0 0 1em 0;
}

.field {
	height: 1.4em;
	position: relative;
	margin: 5px 0;
	padding: 2px 4px;
	border: 1px solid #000000;
	overflow: hidden;
}

.field-select {
	border: none;
	padding: 0;
	overflow: visible;
}

.field-error {
	border: 1px solid #cc0000;
}

.field label {
	position: absolute;
	top: 2px;
	left: 4px;
	background-color: #FFF;
}

.field input, .field textarea {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 98%;
	color: #000;
	padding: 3px;
	background: none;
	border: none;
}

.field select {
	width: 100%;
}

.field-button {
	border: none;
	background: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: #000;
}

.field-reset {
	float: left;
}

.field-submit {
	float: right;
}


.popup-body table {
	border: 0px;
	border-collapse: collapse;
	padding: 0px;
}

.popup-body tr {
	margin: 0px;
	padding: 0px;
}

.popup-body td {
	margin: 0px;
	padding: 0 5px 5px 0;
}

.popup-body td .field {
	margin: 0;
}



/**
* Dummy
*/

.entity-text {
	position: relative;
	width: 800px;
	height: 300px;
}

.entity-text .background {
	position: absolute;
	z-index: -1;
}

.entity-text .imageOuter {
	position: absolute;
	display: table;
	width: 400px;
	height: 300px;
}

.entity-text .imageInner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
}

.entity-text .bodyOuter {
	position: absolute;
	display: table;
	width: 800px;
	height: 300px;
}

.entity-text .bodyInner {
	display: table-cell;
	vertical-align: middle;
}

.entity-text .body {
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	width: 400px;
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.8);
	padding: 20px;
	margin: 0 0 0 350px;
}

.entity-text .body h3 {
	margin-top: 0;
}


