/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(/images_normal/homepage01.jpg) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

.h2_index{
	color: #0055a0;
	
}
.h4_index{
	color: #555555;
}

.h5_index{
	color: #555555;
}
	
/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	line-height: 1.6em;
	
}

ul.list {
	padding-left:14px
	
	
}

ul.sidebar {
list-style-type:none;
width:100%;
}

ul.inner {
	margin-bottom: 0px;
}

.text1 {
	font-size: 11px;
	font-weight: bold;
	color: #525252;
}

.text2 {
	padding: 2px;
	background: url(/images_normal/homepage15.jpg) repeat left top;
	font-style: normal;
}

/** LINKS */

a {
	/*color: #39ABC3;*/
	color: #0055a0;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-decoration: none;
	font-size: 9px;
	color: #999999;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2 {
	text-decoration: underline;
	font-size: 12px;
	color: #0055a0;
}

a.sidebar {
    text-decoration:none;
}

a.index {
    text-decoration:none;
    color: #555555;
}


/** STYLES */

.style1 {
	font-size: 9px;
	color: #999999;
}

.style1 a {
	color: #999999;
}

.style1 a:hover {
}

.style_footer {
	font-size: 9px;
	color: #555555;
	text-decoration: none;
}

.style_footer a {
	color: #555555;
}

.style_footer a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
	padding-right: 30px;
}

.img3 {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
	
}

.img4 {
       border-style:solid;
	   border-width:1px;
       margin:15px;}
       
.img5 {
       float:left;
       border-style:solid;
	   border-width:1px;
       margin:0px;}
       
.img6 {
	float: left;
	border-style:solid;
	border-width:1px;
	margin-right: 15px;
	margin-top: 5px;
		
}

.img7 {
	
	margin:15px 15px 0px 15px;
	text-align:center;
	border-style:solid;
	border-width:1px;
	
}

.img8 {
	float: left;
	border-style:solid;
	border-width:1px;
	margin-right: 15px;
	margin-top: 5px;
	padding: 5px;
		
}

.img9 {
	float: right;
	margin: 0px;
	padding: 0px;

	
}

.flag { 
vertical-align: bottom; 
margin: 4px 3px 4px 3px; 
padding: 0px; 
border-style: solid; 
border-width: 1px; 
border-color: #CCCCCC; 
display: inline-block; 
}

hr { display: none; }

.hr1 {
	height: 1px;
}


