html, div {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #e7e7e7;
}

P, OL, UL, DIV, H1, H2, H3, SPAN, TD {
	font-family: verdana, arial;
	font-size: 11px;
}

HR {
  height: 1px;
  color: #eeeeee;
}

H1 {
   /*clear: both;*/
	 font-size: 15px;
}
H2 { font-size: 13px; }
H3 { font-size: 14px; }

P { margin: 0px 0px 1px 0px;}
H1 { margin: 15px 0px 10px 0px; }
H2, H3 { margin: 5px 0px 1px 0px;}
INPUT { margin: 0px 0px 1px 0px; }
SPAN { margin: 0px 0px 0px 2px; }

A {
  text-decoration: none;
  color: black;
}
A:hover {
  text-decoration: underline;
  color: #e01310;
}

div#infobar {
	width: 100%;
	height: 125px;
	background-color: #4d4d4d;
}

div#infobar_border {
	width: 100%;
	height: 7px;
	background-color: #e01310;
}

div#box {
	margin: -132px 0px 0px 0px;
    text-align: left;
    width: 1092px;
 }

div#box_left {
	position: relative;
	z-index: 2;
	width: 15px;
	height: 331px;
	margin-top: 220px;
	background-image: url('../images/leftbar.gif');
	background-repeat: no-repeat;
	float: left;
}

div#box_center {
	position: relative;
	z-index: 1;
	text-align: left;
	width: 881px;
	background-image: url('../images/box.gif');
	background-repeat: repeat-y;
	float: left;
}

div#box_r_tel {
	position: relative;
	z-index: 8;
	width: 186px; /*196-10=186*/
	height: 40px;
	margin-top: 190px;
	padding-left: 10px;
	float: left;
}

div#box_right {
	position: relative;
	z-index: 3;
	width: 196px;
	height: 331px;
	background-image: url('../images/rightbar.gif');
	background-repeat: no-repeat;
	float: left;
}

div#header {
	width: 881px;
	height: 80px;
	background-image: url('../images/infobar.gif');
	background-repeat: no-repeat;
	text-align: right;
	/*border: 1px solid #ff00ff;*/
}

div#header P {
	font-size: 10px;
	margin-right: 15px;
	padding-top: 58px;
}

div#header_spacer {
	width: 881px;
	height: 16px;
	background-color: #4d4d4d;
}

div#graph_head {
	position: relative;
	width: 860px; /*881-11-10=860*/
	height: 200px; /*225-15-10=200*/
	padding: 15px 11px 10px 10px;
	background-image: url('../images/header_back.gif');
	background-repeat: no-repeat;
    /*border: 1px solid #ff00ff;*/
}

div#bottom {
	clear: both;
	position: relative;
	width: 881px;
	height: 84px;
	background-image: url('../images/bottom.gif');
	background-repeat: no-repeat;
}

div#butt {
	position: relative; 
	text-align: right;
    width: 881px; /*710*/
    height: 25px;
	background-color: #e7e7e7;
}

div#butt P {
	font-size: 10px;
}

div#navi_area {
	position: relative;
	width: 879px; /*881-1-1=879*/
    height: 24px;
	padding-left: 1px;
	padding-right: 1px;
}

div#navi_space {
	position: relative;
	width: 213px;
	height: 24px;
    background-image: url('../images/menu_spacer.gif');
    background-repeat: repeat-x;
    float: left;
}

div#navi {
	position: relative;
	z-index: 6;
	width: 666px;
    height: 24px;
    float: right;
}

div.menutop_in {
	padding-top: 5px;
	font-weight: bold;
    font-size: 12px;
}

div.menutop-lev1-no{
	width: 110px;
	height: 24px;
	background-image: url('../images/menu_ia.gif');
	background-repeat: no-repeat;
}

div.menutop-lev1-act{
	width: 110px;
	height: 24px;
	background-image: url('../images/menu_a.gif');
	background-repeat: no-repeat;
}

div.menutop-lev1-act A {
	color: #e01310;
}

div.menu_spacer {
	 width: 1px;
	 height: 24px;
	 background-image: url('../images/menu_spacer.gif');
	 background-repeat: no-repeat;
}

TR#menu_top {
	text-align: center;
}

div#sub_area {
	position: relative;
	margin-top: 5px;
	width: 881px;
}

div#sub_navi {
	 position: relative;
	 width: 209px;
	 margin-left: 8px;
	 float: left;
}

div#contents {
	position: relative;
	margin-right: 15px;
	float: left;
	width: 550px;
}

div#contents input, select, textarea {
	font-size: 11px;
	color: #111111;
	font-family: verdana, Arial;
	background: #eeeeee;
	border: 1px solid #4A4A4C;
	padding: 1px;
}

div#logins {
	width: 140px;
	margin-left: 25px;
	margin-top: 15px;
}

div#logins p {
    text-align: center;
}

div#log_user {
	width: 140px;
	height: 25px;
	margin-top: 2px;
	background: url('../images/login_field.gif');
	background-repeat: no-repeat;
	padding: 1px;
}

div#log_pwd {
    width: 140px;
	height: 25px;
	margin-top: 2px;
	background: url('../images/login_field.gif');
	background-repeat: no-repeat;
	padding: 1px;
}

div#log_submit {
	width: 140px;
	height: 25px;
	margin-top: 2px;
	background: url('../images/login_field.gif');
	background-repeat: no-repeat;
	padding: 1px;
}

#logins input {
	width: 130px;
	height: 15px;
	font-size: 12px;
	font-family: verdana, Arial;
	background: #ffffff;
	border: 0px;
	padding: 3px;
}

input#submite {
    width: 138px;
    height: 23px;
    padding: 1px;
}

div#rb_pakete {
	margin-top: 10px;
    height: 67px;
}
div#rb_pakete  a{
	width: 140px;
    height: 67px;
    display: block;
    text-decoration: none;
}
div#rb_newsletter {
	margin-top: 10px;
    height: 37px;
}
div#rb_newsletter  a{
	width: 140px;
    height: 37px;
    display: block;
    text-decoration: none;
}
div#rb_team {
	margin-top: 10px;
    height: 37px;
}
div#rb_team  a{
	width: 140px;
    height: 37px;
    display: block;
    text-decoration: none;
}

div#nl_spacer {
    margin-top: 10px;
    height: 162px;
}


/* Menu sub column */
TD#menu_sub {
	height: 300px;
	vertical-align: top;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
	/* border-right: solid 1px #999999; */
	/*background-color: white;*/
	
}
TD#menu_sub DIV {
	width: 95%;
	height : 16px;
	padding-top: 4px;
	padding-bottom: 2px;
}

TD#menu_sub DIV A {
	color: #3E3E3E;
	text-decoration: none;
}
TD#menu_sub DIV A:hover {
	text-decoration: underline;
	color:#e01310;
}

/*  MENU sub, level 2, normal state (NO) */
TD#menu_sub DIV.menusub-level2-no {
  /*border-top: 1px solid #999999;*/
  font-size: 11px;
  padding-left: 5px;
  /*background-color: white;*/
}
/*  MENU sub, level 2, active state (ACT) */
TD#menu_sub DIV.menusub-level2-act {
  border-bottom: 1px solid #999999;
  border-top: 1px solid #999999;
  font-size: 11px;
  font-weight: bold;
  padding-left: 5px;
  background-color: #e01310;
}

/*  MENU sub, level 3, normal state (NO) */
TD#menu_sub DIV.menusub-level3-no {
  font-size: 10px;
  padding-left: 13px;
}
/*  MENU sub, level 3, active state (ACT) */
TD#menu_sub DIV.menusub-level3-act {
  font-size: 10px;
  font-weight: bold;
  padding-left: 13px;
}

TD#menu_sub DIV.menusub-level2-act A {
  color:white;
}

TD#menu_sub DIV.menusub-level3-act A {
  color: #e01310;
}

TD#content P.bodytext {
  max-width: 550px; /*480*/
  overflow: hidden;
}

div.csc-textpic-intext-left {
   position: relative;
	 clear: both;
}

div.csc-header {
   position: relative;
	 clear: both;
}

TD#content TABLE.imgtext-table {
  max-width: 550px; /*480*/
}
