/** BASIC */
/*	* { margin:0; padding:0; font-size: 100%; } */

	html { height: 100% }
/* needed for safari */ 
/* mm overwritten in special cases */
select, input, textarea { font-size: 99% }

p.bodytext {
	margin:0.4em 0em 1.2em 0em ;
	padding:0em 0em 0em 0em; 
	font-size: 1.2em; /* set font-size in the contentarea to 12px */
	border-top:0px solid #691E04;
	border-bottom:0px solid #691E04;
}

/*li, ul {
	margin:0.4em 0em 1.0em 0em;
	padding:0em 0em 0em 0em;
	font-size: 1.2em; /* set font-size in the contentarea to 12px *//*
	border-top:0px solid #691E04;
	border-bottom:0px solid #691E04;
}
	*/
body {
	min-height: 101%;
	position: relative;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* make 1em = 10px */
	color: #FFFFFF;
	background: #8896C6;
	text-align: left;
	/** padding: 30px 10px; */
	background: #4E0201 url(images/bg01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */
h1 {
	font-size:1.6em;
	margin: 1.1em 0em 0.3em 0em;
	padding: 0em 0em 0em 0em;
	color:#FFFFCC;
	font-weight:bold;
	background: url(images/subpage2_01.jpg) no-repeat left top;
}

 h2, h3, h4, h5, h6 {
	font-size:1.4em;
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	/**font-size: 1.2em; */
	color: #FFFFFF;
}


input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	/**font-size: 1.2em; */
	color: #000000;
}

p, blockquote, ol, dl, li, ul {
	margin-top: 0px;
	margin-bottom: 1em;
	font-size: 1.1em; /* set font-size in the contentarea to 12px */
	text-align: justify;
}

.text1 {
	text-align: center;
	color: #4DACA8;
}

.text2 {
	font-size: 1.2em;
}

/** LISTS */

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 li {
	margin-bottom: 12px;
	padding-top: 12px;
	background: url(images/homepage11.gif) repeat-x left top;
}

.list1 li.first {
	padding-top: 0;
	background: none;
}

/** LINKS */

a {
	color: #FFF8A7;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
}

.link2 {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.wrapper { background: url(images/bg02.jpg) repeat-x left top; }

.three-columns { background: transparent url(images/bg04.jpg) repeat-y left top; }
.three-columns .topbg { background: transparent url(images/bg05.jpg) no-repeat left top; }
.three-columns .bottombg { position: relative; background: transparent url(images/bg06.jpg) no-repeat left bottom; }

.two-columns { position: relative; background: url(images/bg1_01.jpg) repeat-y left top; }
.two-columns .topbg { background: url(images/bg1_02.jpg) no-repeat left top; }
.two-columns .bottombg { position: relative; background: url(images/bg1_03.jpg) no-repeat left bottom; }

.one-column { position: relative; background: url(images/bg2_01.jpg) repeat-y left top; }
.one-column .topbg { background: url(images/bg2_02.jpg) no-repeat left top; }
.one-column .bottombg { position: relative; background: url(images/bg2_03.jpg) no-repeat left bottom; }

.bg1 { background: url(images/bg03.jpg) no-repeat left top; }
.bg2 { background: url(images/homepage11.gif) repeat-x left bottom; }
.bg3 { background: url(images/bg07.jpg) no-repeat left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	position: relative;
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	position: relative;
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}
/** Breadcrumb
-----------------------------*/
#breadcrumb {
	margin: 0 0 2em 0;
	padding: 3px 0 3px 0;
	font-size: 1.1em;
	border-top: 1px solid #E5E7F1;
	border-bottom: 1px solid #E5E7F1;
}
/** Content
------------------------------*/
#content {
	font-size: 1.2em; /* set font-size in the contentarea to 12px */
	margin: 0em 0em 0em 0em;
}
