@charset "utf-8";
/* Backstage CSS file */

html, body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-stretch: expanded;
	background: url(../assets/bg_body.gif) left top repeat-x #ffffff;
	text-align: left;
	height: 100%;
}

/*Site Layout */

#allwrap {
	margin: 0 auto;
	width: 730px;
	min-height: 100%;
	/*background: url(../assets/bg_allwrap.gif) center top no-repeat #ffffff;*/
}

#left {
/*	position: fixed;*/
	float: left;
	width: 30px;
	height: 100%;
}

#wrapper {
	margin:0 30px;
	padding: 2px 0;
	width: 650px;
	min-height: 100%;
	background: #fdfdfd;
}

* html #wrapper {height: 100%;}

#wrapper-border {
	margin: 0 2px;
	padding: 7px 0;
	width: 644px;
	border: solid 1px #999999;
}

#wrapper-inner {
	margin: 0 7px;
	padding: 0;
	width: 630px;
	background: #fdfdfd;
}

* html #wrapper-inner {text-align: left;}

#logo {
	margin: 0;
	width: 100%;
	color: #be0027;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	border-bottom: solid 1px #000000;
}

#content {
	margin: 0;
	padding: 10px 0;
	width: 630px;
	min-height: 320px;
	color: #000;
}

* html #content {height: 320px;}

#content img.content {
	float: left;
	margin-right: 5px;
	border: solid 1px #000000;
	width: 203px;
}

/** html #content img {width: 203px;}*/

.ueberschrift {
	display: block;
	margin-bottom: 7px;
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	border-bottom: solid 1px #555;
	color: #edc968;
}

#footer {
	margin: 0 2px;
	width: 634px;
}

/* Tag Layout */

a:link, a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover, a:active {
	color: #999999;
	text-decoration: underline;
}

tr {
	vertical-align: top;
}

img {
	margin: 0;
	padding: 0;
	border: none;
}

img.keynote { 
	position: absolute;
	border: none;
	width: 230px;
	height: 400px;
	left: 0;
	bottom: 0;
}

h2 {
	display: block;
	margin-bottom: 7px;
	color: #be0027;
	font-size: 18px;
	line-height: 30px;
}

/* Firefox Scrollbar Hack */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
