body, div,form,fieldset,ul,li,h1,h2,h3,h4,h5,h6,p,button,img {
	margin:0;
	padding:0
}

body {
	background: White url(img/bg_repeat.jpg) repeat-x;
	font-family: Arial, Helvetica;
	font-size: 0.75em;
	margin-top: 5px;
	background-color : #CAE8F9;
}

a {
	color: #000080;
	text-decoration: underline;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
}

.inputtext {
	font-size: 11px;
	font-family: Arial;
	width: 300px;
}

#maincontainer {
	position: absolute;
	float:left;
	width:950px;
	left:50%;
	margin-left:-475px;
	display: block;
	background-color: #FFFFFF;
}

#defblock {
	position: relative;
	float: left;
}
#heading {
	position: relative;
	float: left;
	width: 950px;
	height: 80px;
	margin-bottom: 5px;
	background : url(img/header.gif) no-repeat top;
}

#menubar {
	position: relative;
	float: left;
	width: 948px;
	padding: 2px 0px 2px 0px;
	background: url(img/bg_menu.jpg) repeat-x center;
	height: 25px;
	border: 1px solid #aaaabb;
	border-bottom: 0;
}

#menubar .menuitem {
	position: relative;
	float: left;
	margin-top: 4px;
	padding: 0px 20px 0px 10px; 
	border-right: 1px solid #bcbcee;
}

#menubar a {
	font-size: 11px;
	color: #ffffff;
}

#content {
	position: relative;
	float: left;
	border: 1px solid #aaaabb;
	width: 944px;
	padding: 2px 2px 5px 2px;
	background : url(img/bg_box_title.gif) repeat-x top;
}

#menu {
	position: relative;
	float: left;
	background-color: #F0F8FE;
	width: 200px;
	border: 1px solid #bbbbcc;
	padding: 0px;
	color: #4073D0;
	line-height: 20px;
}

#menu SPAN.head {
	position: relative;
	float: left;
	width: 200px;
	height: 80px;
	background: url(img/box_heading.jpg) no-repeat top;
}

#menu SPAN.subtitle {
	position: relative;
	float: left;
	width: 180px;
	color: #00AA00;
	font-size: 10px;
	font-weight: bold;
	border: 0;
	padding-left: 20px;
	line-height: 14px;
}

#menu SPAN {
	position: relative;
	float: left;
	width: 200px;
	border-bottom: 1px dotted #BEC3C5;
}

#menu H1 {
	font-size : 16px;
	font-weight : normal;
	color: #333333;
	padding: 20px 0px 0px 20px;
}

#menu a {
	color: #4073D0;
	text-decoration: none;
	padding-left: 20px;
}

#menu a:hover {
	text-decoration: underline;
	color: #0000BB;
}

#maintext {
	position: relative;
	float: left;
	padding: 10px 10px 10px 10px;
	margin-top: 15px;
	line-height: 16px;
}

#maintext .tip {
	position: relative; 
	float: left;
	width: 195px;
}

#maintext .tip H1 {
	color: #E50278;
	font-size: 12px;
	font-family: courier;
}

#maintext .tip H2 {
	color: #00AA00;
	font-size: 12px;
}

#productblok {
	position: relative;
	float: left;
	margin-right: 10px;
	padding: 5px;
	width: 140px;
	height: 140px;
	border: 1px solid #999999;
}

#productblok H1 {
	font-weight: bold;
	font-size: 13px;
	color: #00aa00;
	text-transform: uppercase;
	margin-bottom: 8px;
}
#productblok A {
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
}

#footer {
	position: relative;
	float:left;
	width:950px;
	padding-top: 15px;
	background-color: #CAE8F9;
	text-align: center; 
	font-size: 0.8em;
	color: #777777;
}

#footer A {
	color: #555555;
	text-decoration: underline;
}

#footer A:hover {
	color: #888888;
}

