body {
	background-color: #ddb897;
}
#flashcontent {
	color: #644020;
	font-size: 10px;
	font-family: Verdana;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 50px
}

/* --- container zentrieren und basis-eigenschaften zuweisen --- */

noscript #container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
	position: relative;
	background-color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 15px;
	-moz-box-shadow: 0px 0px 10px #666;
	-khtml-box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;

}

noscript #menu {
	float: left;
	width: 330px;
	background-color: #750000;
	padding: 15px;
	color: #fff;
}

noscript #menu ul {
	/* list-style-type: none; */
}

noscript #menu a:link,
noscript #menu a:visited,
noscript #menu a:hover,
noscript #menu a:active {
	color: #fff;
}

noscript #content {
	float: right;
	width: 570px;
	padding: 15px;
	background-color: #fff;
}

noscript #content a:link,
noscript #content a:visited,
noscript #content a:hover,
noscript #content a:active {
	color: #000;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 1.5em; line-height: 1; margin-bottom: 0.5em; text-transform:uppercase; }
h2 { font-size: 1.3em; margin-bottom: 0.75em; text-transform:uppercase; }
h3 { font-size: 1.15em; line-height: 1; margin-bottom: 1em; text-transform:uppercase; }
h4 { font-size: 1em; line-height: 1.25; margin-bottom: 1.25em; text-transform:uppercase; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}
