/* ================================== */
/* Allgemeine Layout-Einstellungen */
/* ================================== */

html {
	margin-bottom: 0px;
	padding-top:20px;
}

img,table {
	border: none;
}

body {
	background: #232323 url(graph/bg_qb.jpg);
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6
{
	display:inline;
}
h1 {
	font-size:1.6em;
	font-weight:bold;
}
h2 {
	font-size:1.4em;
	font-weight:bold;
}
h3 {
	font-size:1.2em;
	font-weight:bold;
}

/* a links */

a:link, a:visited {
	outline: none;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #E97C07;
}

/* ===================================== */
/* Eigenschaften der einzelnen DIV-Boxen */
/* ===================================== */

#wrapper {
	text-align: center;
	margin: auto;
	color: #FFFFFF;
	/* max-width:1191px; */
	width:100%;
}

#banner {
	background-image: url(graph/banner.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 1000px;
	margin:auto;
}

#content{
	margin:auto;
	/* float:left; */		
}

#content_main {	
	background-image: url(graph/content_bg.png);
	background-repeat: repeat-y;
	text-align: left;	
	width: 1000px;
	/* border:1px solid #FF0000; */
	padding-top:1px;
	margin:auto;
	min-height:380px;
}

#content_main_inner {
	margin: -70px 10px 0px 210px;
	text-align: left;	
	width:760px;
	/* float:left; */
}

#inner_full
{
  width:100%;
  overflow:hidden;
  text-align:justify;
}
#inner_left
{
  width:500px;
  margin-right:10px;
  float:left;  
  overflow:hidden;
  text-align:justify;
}
#inner_left_small
{
  width:250px;
  margin-right:10px;
  float:left;  
  overflow:hidden;
  text-align:justify;
}

#inner_right
{  
  width:500px;
  overflow:hidden;
  text-align:justify;
}
#inner_right_small
{  
  width:250px;
  overflow:hidden;
  text-align:justify;
}

#inner_clear
{
  clear:left;
	height:15px;
}

#nav {
	font-weight:bold;
	text-transform:uppercase;	
	text-align: left;
	width: 150px;
	margin-left: 35px;
	float:left;
}

#nav a:link, #nav a:visited {
	outline: none;
	text-decoration: none;
	color: #BBBBBB;
}

#nav a:hover {
	text-decoration: none;
	color: #E97C07;
}

#nav ul {
	margin-left: -20px;
	list-style: none;
}

#content_bottom {
	margin:auto;
	background-image: url(graph/footer.png);
	width:1000px;
	height:42px;
	background-repeat: no-repeat;
	color:#000000;
}

#footer{
	padding-top:50px;
}

#footer a:link, #footer a:visited {
	outline: none;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#footer a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #E97C07;
}
