/* @group Basic */

html, body, #flash_container {
	height: 100%;
}

body {
	background: #868686 url(../images/backgrounds/bg.gif) repeat;
	overflow: hidden;
	text-align: center;
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
}

a {
	text-decoration: none;
	color: #0397ff;
}

strong {
	font-weight: bold;
}

h1 {
	line-height: 24px;
	font-size: 16px;
}

/* @end */

/* @group Alternative */

#flash_alternative {
	width: 904px;
	height: 515px;
	margin: 20px auto 0;
}

#border_t {
	background-image: url(../images/backgrounds/border_t.png);
	width: 904px;
	height: 10px;
	display: block;
}

#border_r {
	background-image: url(../images/backgrounds/border_r.png);
	width: 14px;
	height: 491px;
	float: right;
}

#border_b {
	background-image: url(../images/backgrounds/border_b.png);
	width: 904px;
	height: 14px;
	display: block;
	clear: both;
}

#border_l {
	background-image: url(../images/backgrounds/border_l.png);
	width: 10px;
	height: 491px;
	float: left;
}

#inner {
	width: 904px;
	height: 491px;
}

#content {
	background-color: #FFF;
	width: 880px;
	height: 491px;
	float: left;
	text-align: left;
}

#content_padding {
	padding: 20px 20px 0;
}

/* @end */

/* @group Content Elements */

img#logo {
	float: left;
}

img#wertarbeit {
	float: right;
	padding-top: 18px;
}

#border {
	background: url(../images/border.gif) repeat-x;
	width: 840px;
	height: 2px;
	clear: both;
	margin-top: 70px;
}

#left {
	padding-top: 20px;
	width: 400px;
	float: left;
}

#right {
	padding-top: 20px;
	padding-left: 95px;
	float: left;
}

#togo {
	background: url(../images/to-go.gif) no-repeat;
	height: 61px;
	margin-top: 16px;
}

#togo .content {
	padding-top: 26px;
	padding-left: 42px;
}

#togo .content li {
	background: url(../images/li.gif) no-repeat 0 5px;
	padding-left: 10px;
}

span.highlight {
	color: #868686;
}

#gmap {
	width: 272px;
	height: 187px;
	margin-top: 5px;
}

/* @end */