html { 
	font-size: 125%; 
	margin: 0; 
	padding: 0; 
	border: none;
	height: 100%;
}

body { 
	border: none;
	font-family: Verdana, Arial; 
	font-size: 50%; 
	margin: 0; 
	padding: 0; 
	background: #fefefe;
	color: #111111;
	height: 100%;
}

#headerall {
	border: 0px solid red;
	text-align: center;
	width: 100%;
	height: 100px;
	background: url(../images/layout/bg_headerall.jpg) repeat-x;
}

#headerpage {
	border: 0px solid blue;
	height: 85px;
	width: 890px;
	padding: 15px 15px 0px 15px;
	background: url(../images/layout/bg_headerpage.jpg) no-repeat;
	text-align: left;
	margin: 0 auto 0 auto;
	position: relative;
}

#bodyall {
	border: 0px solid red;
	text-align: center;
	width: 100%;
}

#bodypage {
	border: 0px solid blue;
	width: 890px;
	padding: 0px 15px 0px 15px;
	background: url(../images/layout/bg_bodypage.jpg) repeat-y;
	text-align: left;
	margin: 0 auto 0 auto;
	min-height: 400px;
	font-size: 1.1em;
}

#bodypagetop {
	background: url(../images/layout/bg_bodypage_top.jpg) repeat-x;
	height: 20px;		
}

#footerall {
	border: 0px solid red;
	text-align: center;
	width: 100%;
	height: 35px;
	background: url(../images/layout/bg_footerall.jpg) repeat-x;
}

#footerpage {
	border: 0px solid blue;
	height: 25px;
	width: 850px;
	padding: 0px 35px 10px 35px;
	text-align: left;
	background: url(../images/layout/bg_footerpage.jpg) no-repeat;
	margin: 0 auto 0 auto;
	font-size: 1.1em;
	height: 17px;
	line-height: 17px;
	color: #348021;
}

#logo {
	position: absolute;
	top: 27px;
	right: 40px;
	z-index: 10;
}

#footerpage div.footeradress {
	float: left;
}

#leftcol {
	float: left;
	width: 160px;
}

#content {
	float: left;
	width: 710px;
	padding: 0px 15px 10px 5px;
	position: relative;
	font-size: 1.0em
}

.full {
	width: 870px !important;
}

#content p {
	margin: 0;
	padding-top: 5px;	
	padding-bottom: 5px;	
}

#content ul {
	margin: 5px 0 5px 20px;
	padding: 0;
}

#content ul li {
	padding: 0;
	margin: 0 0 .2em 0;
}

#content a {
	color: #4ab82f;
	text-decoration: none;
}

#content a:hover {
	color: #df002e;
	text-decoration: underline;
}

a img {
	border: none;
}

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

h1 {
	font-size: 1.8em;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	color: #cc002a;
}

.sysmsg-ok {
	padding: 5px;
	background: #eeeeee;
	border: 1px solid #4ab82f;
	color: #4ab82f;
}

.sysmsg-error {
	padding: 5px;
	background: #eeeeee;
	border: 1px solid #df002e;
	color: #df002e;
}