/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #F7F4E7 url(images/homepage01.jpg) repeat left top;
}

/** FORMS */

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

/** HEADINGS */

h1, h2 {
	margin: 0px 0px 0px 0px;
	font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	text-shadow: 2px 2px 10px #777;
}

h3 {
	margin: 0px;
	padding: 0px; 
	font-size: 15px;
	color: #1262B0;
	text-shadow: 2px 2px 10px #777;
}

h3 span {
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #434343;
}

/** TEXTS */

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

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

.text1 {
	font-size: 18px;
}

.text2 {
	text-align: center;
	color: #9AB6CC;
}

.text2 a {
	color: #9AB6CC;
}

.text3 {
	text-align: center;
	color: #7096B5;
}

.text3 a {
	color: #7096B5;;
}
.text4 {
	font-size: 25px;
	color: #1262B0;
	font-family:Comic Sans MS;
}

.list1 {
	margin: 0px;
	padding: 6px 0px 0px 5px;
	list-style: none;
}

.list1 li {
	padding-top: 15px;
	background: url(images/homepage07.gif) repeat-x left top;
}

.list1 li.first {
	padding: 0px;
	background: none;
}

.list2 {
  margin: 0px;
	padding: 5px 0px 10px 15px;
	list-style: circle;
}

.list2 li {
	margin: 0px;
	padding: 0px;
	background: none;
}

.list2 a {
	color: #000;
	text-decoration: none;
	font-size: 13px;
}

.list2 a:hover {
  color: #FD5528;
}

.list3 {
  margin: 0px;
	padding: 5px 0px 0px 75px;
	list-style: circle;
}

.list3 li {
	margin: 0px;
	padding: 0px;
	background: none;
}

.list3 a {
	color: #000;
	text-decoration: none;
	font-size: 17px;
}

.list3 a:hover {
  color: #FD5528;
}

/** LINKS */

a {
	color: #1262B0;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FD5528;
}

a.kgw {
	color: #ffffff;
	text-decoration: none;
}

a.kgw:hover {
	text-decoration: none;
	color: #FD5528;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/bg01.jpg) repeat-y left top; }
.bg2 { background: url(images/bg02.jpg) no-repeat left top; }
.bg3 { background: url(images/bg03.jpg) no-repeat left bottom; }
.bg4 { background: url(images/homepage07.gif) repeat-x left top; }
.bg5 { background: url(images/homepage10.jpg) no-repeat left top; }
.bg6 { background: url(images/bg06.jpg) no-repeat left top; }

/** MISC */

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

img { border: none; }

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

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

hr { display: none; }

.hr1 {
	height: 1px;
}

a.tooltip {text-decoration:none;}
 .tooltip span.tooltipinfo{display:none;}
 .tooltip:hover span.tooltipinfo{display:block;
                                 position:absolute;
                                 margin-top:-125px;
                                 margin-left:-250px;
                                 width:320px;
                                 font-size:14px;
                                 background-color:#e9e0c3;
                                 border: solid 2px #1262B0;
                                 border-radius:10px;
                                 box-shadow: 4px 4px 10px #334433;
                                 padding:1em;
                                 color:#000;}
