/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

/** FORMS */

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

input, select, textarea {
        padding: 2px;
        background: #F4F2F2;
        border: 1px solid #325FE2;
        color: #989898;
}

.input1 {
	width: 190px;
}

.input2 {
	padding: 0px 10px 0px 10px;
	background: #E35200 url(../images/subpage1_03.gif) no-repeat right center;
	border: none;
	color: #FFFFFF;
}

/** HEADINGS */

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

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	font-size: 11px;
	font-weight: bold;
}

.text2 {
	color: #8E9182;
}

.text3 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.text4 {
	font-size: 11px;
	font-weight: bold;
	color: #69AA58;
}

.text5 {
	color: #325FE2;
}

.text6 {
	font-size: 11px;
	font-weight: bold;
	color: #DA4F0A;
}

.text7 {
	font-size: 11px;
	font-weight: bold;
	color: #929292;
}

.text8 {
	font-weight: bold;
	color: #FFFFFF;
}

/** LINKS */

a {
	color: #438941;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	padding: 0px 15px 0px 25px;
	background: #E35200 url(../images/homepage15.gif) no-repeat right center;
	text-decoration: none;
	color: #FFFFFF;
}

a.link2 {
	padding: 0px 15px 0px 25px;
	background: #E35200 url(../images/subpage1_03.gif) no-repeat right center;
	text-decoration: none;
	color: #FFFFFF;
}

/** STYLES */

.style1 {
	color: #C1D8BC;
}

.style1 a {
	color: #C1D8BC;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: #ECF2D9 url(../images/homepage13.gif) repeat-x;
}

.bg2 {
	background: #FFFFFF url(../images/homepage18.gif) repeat-x left center;
}

.bg3 {
	background: url(../images/homepage20.gif) no-repeat right bottom;
}

.bg4 {
	background: url(../images/homepage21.gif) repeat-y center top;
}

.bg5 {
	background: url(../images/homepage22.gif) repeat-x left top;
}

.bg6 {
	background: url(../images/homepage17.jpg) no-repeat;
}

.bg7 {
	background: url(../images/subpage1_02.gif) repeat-x left bottom;
}

.bg8 {
	background: url(../images/homepage27.jpg) no-repeat;
}

.bg9 {
	background: url(../images/homepage12.jpg) no-repeat right top;
}

.bg10 {
	background: url(../images/subpage2_01.jpg) no-repeat right top;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
        float: left;
        margin: 3px 15px 0px 0px;
}

img.leftgallery {
        float: left;
        margin: 3px 10px 0px 0px;
}

img.right {
        float: right;
        margin: 3px 0px 0px 15px;
}

img.rightgallery {
        float: right;
        margin: 3px 0px 0px 15px;
}

img.border {
        padding: 1px;
        border: 2px solid #DADADA;
}

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

.line {
	border-top: 1px solid #E3E3E3;
}

p.back {
        clear: both;
        padding-left: 20px;
		vertical-align: middle;
        background: url(../images/back.gif) no-repeat left center;
        text-align: left;
}


