body, table {
	background-color: #ffffff;
	padding: 0;
	margin: 0px;
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

img {
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

a
{
 	color: #000;
  	text-decoration: underline;
}

a:hover
{
	/*color: #666666;*/
	color: #000;
  	text-decoration: underline;
}

#footer a
{
	text-decoration: none;
}

/*
 * head
 */
#head {
	width: 100%;
	height: 110px;
	border-bottom: 5px solid #e9e9e9;
}
#headLogoBox {
	border-right: 5px solid #e9e9e9;
	width: 180px;
	height: 110px;
	position: absolute;
}
#headEmotion {
	position: absolute;
	left: 190px;
	right: 5px;
	height: 100px;
	padding-top: 5px;
}
#headEmotion img {
	float: left;
	padding-right: 10px;
}

/*
 * menu
 */
#menuBox {
	width: 180px;
	padding-top: 5px;
	position: absolute;
}
/*
 * menu level 1
 */
.menuEntry_level1 {
	width: 170px;
	border-left: 5px solid #ababab;
	border-right: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
	margin-top: 2px;
	padding: 5px 0px 5px 0px;
	background-color: #e9e9e9;
}
.menuEntry_level1_hover {
	width: 170px;
	border-left: 5px solid #0c419a;
	border-right: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
	margin-top: 2px;
	padding: 5px 0px 5px 0px;
	background-color: #e9e9e9;
}
.menuEntry_level1_selected {
	width: 170px;
	border-left: 5px solid #0c419a;
	border-right: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
	margin-top: 2px;
	padding: 5px 0px 5px 0px;
	background-color: #c0c0c0;
}
.menuEntry_level1 span, .menuEntry_level1_hover span, .menuEntry_level1_selected span {
	margin-left: 12px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}
.menuEntry_level1 a, .menuEntry_level1_hover a, .menuEntry_level1_selected a, .rightBeamEntry a {
	color: #0c419a;
  	text-decoration: none;
}
/*
 * menue level 2
 */
.menuEntry_level2 {
	width: 170px;
	border-left: 5px solid #ababab;
	border-right: 1px solid #ababab;
	border-top: 1px solid #ababab;
	margin-top: 2px;
	padding: 2px 0px 2px 0px;
	background-color: #e9e9e9;
}
.menuEntry_level2_hover {
	width: 170px;
	border-left: 5px solid #0c419a;
	border-right: 1px solid #ababab;
	border-top: 1px solid #ababab;
	margin-top: 2px;
	padding: 2px 0px 2px 0px;
	background-color: #e9e9e9;
}
.menuEntry_level2_selected {
	width: 170px;
	border-left: 5px solid #0c419a;
	border-right: 1px solid #ababab;
	border-top: 1px solid #ababab;
	margin-top: 2px;
	padding: 2px 0px 2px 0px;
	background-color: #c0c0c0;
}
.menuEntry_level2 span, .menuEntry_level2_hover span, .menuEntry_level2_selected span {
	margin-left: 12px;
	font-weight: bold;
	font-size: 11px;
}
.menuEntry_level2 a, .menuEntry_level2_hover a, .menuEntry_level2_selected a {
	color: #0c419a;
  	text-decoration: none;
}
/*
 * menu level 3
 */
.menuEntry_level3 {
	width: 170px;
	border-left: 5px solid #fff;
	border-right: 1px solid #ababab;
	border-top: 1px solid #ababab;
	margin-top: 2px;
	padding: 2px 0px 2px 0px;
}
.menuEntry_level3_hover {
	width: 170px;
	border-left: 5px solid #e9e9e9;
	border-right: 1px solid #ababab;
	border-top: 1px solid #ababab;
	margin-top: 2px;
	padding: 2px 0px 2px 0px;
	background-color: #e9e9e9;
}
.menuEntry_level3_selected {
	width: 170px;
	border-left: 5px solid #c0c0c0;
	border-right: 1px solid #ababab;
	border-top: 1px solid #ababab;
	margin-top: 2px;
	padding: 2px 0px 2px 0px;
	background-color: #c0c0c0;
}
.menuEntry_level3 span, .menuEntry_level3_hover span, .menuEntry_level3_selected span {
	margin-left: 40px;
	font-size: 11px;
}
.menuEntry_level3 a, .menuEntry_level3_hover a, .menuEntry_level3_selected a {
	color: #0c419a;
  	text-decoration: none;
}

/*
 * search
 */
#searchBox {
	width: 170px;
	border-left: 5px solid #ababab;
	border-top: 1px solid #ababab;
	border-right: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
}
#searchContent {
	padding: 2px;
	background-color: #ccc;
}

/*
 * content
 */
* html #contentBox {
	position: absolute;
	left: 175px;
	right: 200px;
}

#contentBox {
	position: absolute;
	left: 180px;
	right: 200px;
}

#content {
	border-left: 5px solid #e9e9e9;
	color: #000;
	padding: 0px 0px 10px 5px;
}

#rightBeam {
	width: 190px;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	position: absolute;
	top: 120px;
	right: 5px;
	background-color: #ccc;

	border: 1px solid #ababab;
}

#rightBeamContent {
	padding: 5px;
}
.rightBeamEntry {
	margin-top: 1px;
	border: 1px solid #ababab;
	background-color: #e9e9e9;
	font-weight: normal;
	padding-left: 2px;
}

#rightBeamPic {
	width: 190px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 250px;
	right: 5px;
}

/*
 * footer
 */
#footer {
	text-align: center;
	width: 100%;
	font-size: 10px;
}
#printfooter {
	border-top: 1px solid #e9e9e9;
	color: #666666;
	width: 50%;
}

/**
 * table reiter
 */
table#reiter {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
td#reiter {
	margin: 0;
	padding: 0;
}



h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
