* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana;
	font-size: 11px;
	color: #606060;
	text-align: center;
}

ul  , li {
	list-style: none;
}

a:link,a:visited,a:hover {
	text-decoration: none;
	color: #950f0f;
}

div.clear {
	height: 0;
	overflow: hidden;
	clear: both;
}

div.container {
	text-align: left;
	width: 830px;
	margin: 0 auto;
}

div.header {
	height: 67px;
}

div.logotyp {
	padding-top: 24px;
	float: left;
}

div.logotyp a img {
	border: 0;
	float: left;
}

div.panel {
	float: right;
	width: 337px;
	padding-top: 20px;
}

div.panel .input {
	width: 140px;
	padding-left: 4px;
	padding-right: 9px;
	overflow: hidden; height : 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	float: left;
	background: url('../images/backGRDInputLogin.png') no-repeat 0 0;;
	height: 15px;
}

div.panel .input input {
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
	padding-left: 5px;
	border: 0;
	outline: 0;
	width: 90%;
	color: #606060;
}

div.panel .button {
	float: left;
}

div.panel .button input {
	border: 0;
	outline: 0;
	background: url('../images/buttonSubmit.png') no-repeat 0 0;
	height: 28px;
	width: 31px;
	cursor: pointer;
}

div.menu {
	height: 44px;
	background: url('../images/backGRDMenu.png') repeat-x 0 0;
	clear: both;
}

div.menuInner {
	padding-left: 6px;
	background: url('../images/leftCornerMenu.png') no-repeat 0 0;
	height: 44px;
}

div.menuBackground {
	padding-right: 7px;
	background: url('../images/rightCornerMenu.png') no-repeat 100% 0;
	height: 32px;
	padding-top: 12px;
}

div.menu ul {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}

div.menu li {
	float: left;
	padding-left: 7px;
	padding-right: 7px;
	display: block;
	color: white;
	line-height: 16px;
}

div.menu li span {
	display: block;
	height: 21px;
	float: left;
}
div.menu li span a {
	padding-left: 5px;
	padding-right: 5px;
}

div.menu li span.linkMenu {
	background: url('../images/backGRDLinkMenuRight.png') no-repeat 100%
		21px;
	padding-right: 7px;
}

div.menu li span.linkMenuInner {
	background: url('../images/backGRDLinkMenuLeft.png') no-repeat 0 21px;
	padding-left: 7px;
}

div.menu a {
	color: white;
	line-height: 21px;
}

div.banner {
	text-align: center;
}

div.banner img {
	margin: 33px auto;
}

div.content table {
	width: 100%;
	border-collapse: collapse;
}
div.content table2 {
	width: 100%;
	border-collapse: collapse;
}
div.content table2 td {
	color: #606060;
	text-align: left;
	height: 42px;
	border: 1px silver solid;
	width: 13%;
}
div.content table th {
	color: #0d8b9e;
	height: 30px;
	text-align: center; border : 1px silver solid;
	background: url('../images/backGRDTh.png') repeat-x 0 0;;
	border: 1px silver solid;
}

div.content table th.first {
	color: #606060;
	font-weight: normal;
	text-align: left;
	padding-left: 20px;
}

div.content table td {
	color: #606060;
	text-align: center;
	height: 42px;
	border: 1px silver solid;
	width: 13%;
}

div.content table td.first {
	text-align: left;
	width: 20%; padding-left : 20px;
	font-weight: bold;;
	padding-left: 20px
}

div.information_Boxes {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.information_Boxes div.left_box {
	width: 539px;
	float: left;
	padding-right: 5px;
}

div.leftTopCornerBox {
	background: url('../images/topBorderInfoBox.png') no-repeat 0 0;
	padding-left: 10px;
	height: 4px;
	overflow: hidden;
}

div.rightTopCornerBox {
	background: url('../images/topBorderInfoBox.png') no-repeat 100% 0;
	height: 4px;
	overflow: hidden;
}

div.leftBottomCornerBox {
	background: url('../images/bottomBorderInfoBox.png') no-repeat 0 0;
	padding-left: 10px;
	height: 4px;
	overflow: hidden;
}

div.rightBottomCornerBox {
	background: url('../images/bottomBorderInfoBox.png') no-repeat 100% 0;
	height: 4px;
	overflow: hidden;
}

div.information_Boxes div.box_content {
	border-left: 1px #ececec solid;
	border-right: 1px #ececec solid;
	padding: 10px;
	height: 156px;
}

div.information_Boxes div.box_content p {
	line-height: 17px;
}

div.information_Boxes div.box_content h1 {
	font-size: 18px;
	color: #242424;
	padding-bottom: 5px;
}

div.information_Boxes div.box_content ul li {
	display: block;
	background: url('../images/pointerLiBox.png') no-repeat 0 50%;
	padding-left: 40px;
	line-height: 21px;
}

div.information_Boxes div.right_box {
	float: right;
	width: 285px;
}

div.miniLogo {
	float: left;
}

div.miniLogo a img {
	border: 0;
	float: left;
}

div.footer {
	background: url('../images/backGRDMenuFooter.png') repeat-x 0 0;
	height: 38px;
}

div.footer_menu ul {
	padding-left: 150px;
}

div.footer_menu ul li {
	padding-left: 7px;
	padding-right: 7px;
	color: white;
	float: left;
	padding-top: 12px;
}

div.footer_menu ul li a {
	color: white;
	float: left;
	width: 90px;
	text-align: center;
}

div.footer_menu ul li a:hover {
	font-weight: bold;
}

div.footerInner {
	background: url('../images/rightCornerMenuFooter.png') no-repeat 100% 0;
}

div.content table td span {
	color: maroon;
	font-weight: bold;
}
