/** BASIC */

body {
	margin: 20px;
	padding: 0px;
	background-color:#ebeff2;
}


.pics { height: 232px; width: 232px; padding:0; margin:0; overflow: hidden }
.pics img { height: 200px; width: 200px; padding: 15px; border: 1px  top:0; left:0 }


/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

#inputtext1 {
	width: 144px;
	border: 1px solid #FFFFFF;
	border-top-color: #5886A3;
	border-right-color: #ECF1F4; 
	border-left-color: #ECF1F4;
}

#inputsubmit1 {
	width: 46px;
	height: 18px;
	background: url(../img/subpage1_02.gif) no-repeat left top;
	border: none;
	font-size: 10px;
	color: #FFFFFF;
}

/** HEADINGS */

h1 {
font-family: Arial, sans-serif;
font-size:18px;
color:#333333;
font-weight:100;
margin: 0 0 10px 0;
}


h2 {
font-family: Arial, sans-serif;
font-size:18px;
color:#45589a;
font-weight:100;
}

h3 {
background-image:url(../img/news.gif);
font-size:12px;
background-position:left;
background-repeat:no-repeat;
padding-left:10px;
margin-top: 1px;
font-weight:bold;
color:#45589a;
}

h4 {
font-size:16px;
font-family: Arial, sans-serif;
color:#45589a;
font-weight:100;
margin-top:0;
margin-bottom:10px;
}

h5 {
font-size:18px;
font-family: Arial, sans-serif;
color:#333333;
font-weight:100;
margin: 20px 0 0 0;
}

h6{
font-size: 15px;
font-weight: bold;}



/** TEXTS */

body, th, td, input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}



/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 18px;
}

.list1 li {
	padding-left: 13px;
	background: url(../img/homepage10.gif) no-repeat left center;
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #575757;
}

.list2 li {
	padding: 10px 0px 10px 0px;
	background: url(../img/homepage09.gif) repeat-x;
}

.list2 li.first {
	padding-top: 0px;
	background: none;
}

/** LINKS */

a {
	color: #666666;
}



a:hover {
	text-decoration: none;
}

.maroon {
color:#502025;
font-size:20px;
padding: 0 0 0 20px;
background-image:url(../img/logoh1.gif);
background-repeat:no-repeat;
}

a img { 
border: 0; 
}