* {
	margin:0;
	padding:0;
	font-size:100%;
}

body {
	background: black url('/graphics/fade.png') center top no-repeat;
	text-align:center;
	margin-bottom:20px;
	color: #EEE;
}
body, input, textarea, select {
	font-family: Arial;
	font-size: 12px;
}

p {
	margin:19px 0 19px 0;
}

a {
	color: white;
	text-decoration:none;
}
.content_dark a {
	color: white;
}
.content_dark a:hover {
	text-decoration:underline;
}
.content_white a {
	color: black;
}
.content_white a:hover {
	text-decoration:underline;
}
h2 a,
.teaser a {
	color:black;
	text-decoration:none;	
}

h1 {
	font-size:55px;
	font-weight:bold;
	margin:10px 0 10px 0;
	font-family:"Bitstream Vera Sans",Arial;
}
h2 {
	font-size:22px;
	font-weight:normal;
	margin:0;
	height:25px;
	font-family:"Eurostile Extended",Arial;
	line-height:normal;
}
h2.row2 {
	height:50px;
}
h3 {
	font-size:16px;
	font-weight:normal;
	margin:30px 0 10px 0;
	font-family:"Eurostile Extended",Arial;
}

ul {
	margin-left:15px;
	list-style-type:line;
}
ol {
	margin-left:25px;
}
table {
	border-collapse: collapse;
}
td {
	vertical-align: baseline;
}

table.formular td {
	padding-bottom:5px;
}
table.formular input.text,
table.formular textarea,
table.formular select {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid silver;
	padding:2px;
}
table.formular select {
	width:100%;
	height:22px;
	padding:2px 2px 2px 0;
}

#center {
	text-align:left;
	width:1000px; 
	margin:auto;
	padding-top:10px;
	position:relative;
}

#kwicks {
	position:relative; 
	margin:30px auto auto auto; 
	height:450px;
	margin-bottom:15px;	
}

.kwick {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index:100;
	cursor:pointer;
	position:absolute;
	left:0;
	width:1000px;
	height:150px;
	background: no-repeat center center;
}

.teaser {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index:100;
	background:white;
	color:black;
	padding:10px;
	overflow:hidden;
	margin-bottom:5px;
}
.teaser_small {
	font-size: 10px;
}
.teaser_image {
	float:left;
}
.teaser_text {
	margin-left:370px;
}
.teaser_date {
	color:#666;
	font-size:10px;
	text-transform:uppercase;
	margin-bottom:20px;
}

.teaser_small h2 {
	font-size:15px;
	height:auto;
}
.teaser_small .teaser_date {
	margin-bottom:10px;
}

.content_white {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: white;
	margin:auto;
	padding:20px 15px 15px 15px;
	margin-bottom:20px;
	text-align:left;
	line-height:19px;
	border:1px solid white;
	color:black;
}

.content_dark {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #050505;
	margin-bottom:20px;
	padding:15px;
	text-align:left;
	line-height:19px;
}

.col2 {	
	-moz-column-count: 2;
	-moz-column-rule: solid 1px #111; 
	-moz-column-gap: 30px;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	column-count: 2;
	column-gap: 20px;
}

.content_white .col2 {	
	-moz-column-rule: solid 1px #DDD;
}

.statement {
	font-size:15px;
	text-transform:uppercase;
	margin:20px 0 0 0;
	letter-spacing:1px;
	word-spacing:3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family:'Eurostile Extended';
	padding:16px 15px 7px 40px;
	background:#1B1B1B url('/graphics/arrow.png') 12px 15px no-repeat;
	height:25px;
}
div.row2 {
	height:50px;
}
.content_white .statement {
	color:white;
}

#header {
	margin-top:20px;
}

#menu {
	float:right;
	margin-top:13px;
}
#menu table {
	border-collapse: separate;
}
#scrollingsubmenu {
	position:absolute;
	width:100%;
	top:0;
	left:0;
}
#verytopmenu {
	position:absolute;
	word-spacing:5px;
	right:7px;
	top:25px;
	font-size:10px;
	text-align:right;
	color:#888;
}
#verytopmenu a {
	color:#888;
}

#footer {
	margin:20px 7px 0 0;
	font-size:10px;
	text-align:light;
	color:#888;
}
#footer a {
	color:#888;
}
