html, body {
	background-color: #fff;
	font: 12px/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
}

p {
	margin-top: 0;
}

h1 {
	color: #009DDE;
	font-size: 24px;
	margin: 10px 0 20px;
	line-height: 1.2em;
	font-weight: normal;
	font-style: normal;
}

h2 {
	color: #999;
	font-size: 18px;
	margin: 20px 0 10px;
	line-height: 1.2em;
	font-weight: normal;
	font-style: normal;
}

a {
	color: #009DDE;
	text-decoration: underline;
}

a:hover {
	background: #009DDE;
	color: #fff;
	text-decoration: none;
}

ul {
	list-style-type: none;
	list-style-position: outside;
	padding-left: 0;
	padding-top: 0;
	margin-top: 0;
	margin-left: 5px;
}

input {
	margin-bottom: 3px;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
}

th {
	vertical-align: top;
	text-align: left;
}

.link {
	cursor:pointer;
	text-decoration: underline;
}

.link:hover {
	background: #009DDE;
	color: #fff;
	text-decoration: none;
}

#header {
	width: 800px;
	margin: 10px auto 0;
	clear: both;
	text-align: right;
}

/* @group Container mit Schatten */

#container_shadow {
	padding: 0 1px;
	background: #bfbfbf;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-top: 1px solid #eee;
	width: 800px;
	margin: 10px auto 0;
	position: relative;
}

#container {
	background: #fff url("/images/shadows_on_white/shad_bottom.png") repeat-x 0 bottom;
	padding: 5px 5px 9px;
}

#container_shadow div.container_topleft {
  width: 2px;
  height: 4px;
  background: url("/images/shadows_on_white/shad_tlcorner.png") no-repeat left;
  position: absolute;
  top: -1px;
  left: -1px;
}

#container_shadow div.container_topright {
  width: 2px;
  height: 4px;
  background: url("/images/shadows_on_white/shad_trcorner.png") no-repeat right;
  position: absolute;
  top: -1px;
  right: -1px;
}

#container_shadow div.container_bottomleft {
  width: 4px;
  height: 4px;
  background: url("/images/shadows_on_white/shad_blcorner.png") no-repeat left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

#container_shadow div.container_bottomright {
  width: 4px;
  height: 4px;
  background: url("/images/shadows_on_white/shad_brcorner.png") no-repeat right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}

/* @end */

/* @group Tabs Menü
 */

#tabs_menu {
      width:100%;
      float:left;

      font-size: 14px;
      line-height: normal;
	  font-weight: bold;
	border-bottom: 1px solid #efefef;
}
    #tabs_menu ul {
	  margin:0;
	  padding: 0 10px;
	  list-style:none;
}
    #tabs_menu li {
      display:inline;
      margin:0;
      padding:0;
}
    #tabs_menu a {
      float:left;
      margin: 0 10px 0 0;
      text-decoration:none;
      padding: 5px 6px 4px;
	  background-color: #D4EDF7;
	color: #666;
}
    #tabs_menu a:hover {
		color: #fff;
		background-color: #009DDE;
}

/* @end */

/* @group Menu */

#menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

#menu li {
	margin: 0;
	padding: 0 0 8px;
}

#menu a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

/* @end */

br.clear {
  clear: both;
  height: 0;
  line-height: 0px;
}

#two_col_container {
  background-color:#fff;
  float:left;
  width:545px;
  border-left: 240px solid #FFFFFF; 
  /* border-left: 240px solid #EBF5FA; */
  /* The width and color of the right rail */
}

#right_col {
	float:right;
	width:545px;
	margin-left:-500px;
}

#left_col {
  float:left;
  width:240px;
  margin-left:-240px;
  position:relative;
}

#left_col h1 {
	color: #009DDE;
	font-size: 16px;
	margin: 0 0 10px;
	line-height: 1.2em;
	font-weight: bold;
}

.content {
	margin-bottom: 20px;
	padding-top: 0;
	padding-bottom: 10px;
	margin-left: 20px;
	margin-right: 5px;
}

.content_left_block {
	padding: 10px;
	background: #EBF5FA;
	margin-bottom: 10px;
}

#wave {
	height: 250px;
	overflow: hidden;
	background: url("/images/welle_800.gif") no-repeat;
	clear: both;
	width: 100%;
}

#footer {
	font-size: 9px;
	color: #999;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.print_only {
	display: none;
}

