/* general page elements */ @import url("pages09.css");
/* navigation elements */ @import url("navi09.css");
/* form elements */ @import url("cssform.css");

/* general styles */
body{
	height:100%;
}
body, td	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
}
a img,
img	{
	border:none;
}

p	{
	margin-top: 0px;
	margin-bottom: 18px;
}

input, textarea, select	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.clear{
	clear:both;
}
/* links */

a:link, a:active, a:visited	{
	color: #b10b0e;  /* #b10b0e */
	text-decoration: none;
}

a:hover	{
	color: #b10b0e;
	text-decoration: underline;
}

/* headings */

h1	{
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #333333;
}

h2	{
	font-size: 14px;
	margin-bottom:10px;
	margin-top:9px;
	color: #333333;
}

h3	{
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 5px;
}


/* special headings */

h4	{
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	background-image: url(../gfx/bg_h4.gif);
	background-repeat: repeat-x;
	height: 26px;
	color: White;
}

h4 b	{
	height: 22px;
	border-left: 0px solid #408c8c;
	border-right: 0px solid #408c8c;
	display: block;
}

h4 b span	{
	display: block;
	float: left;
	padding-left: 9px;
	padding-top: 3px;
}


h4.login	{
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	background-image: url(../gfx/bg_h4_login.gif);
	background-repeat: repeat-x;
	height: 22px;
	color: white;
}

h4.login b	{
	height: 22px;
	border-left: 0px solid #006666;
	border-right: 0px solid #006666;
	display: block;
}

h4.login b span	{
	display: block;
	float: left;
	padding-left: 9px;
	padding-top: 3px;
}

h5 {
	font-size: 22px;
	font-weight: bold;
	margin: 5px 0 0 0;
}
/* Feedback Form  */

.fm-req {
	width: auto;
}



/* Flash */
#flashcontent{
	padding:0;
	margin:0;
	
}

/* Success Stories - English Site */

#table {
	
	width: auto;
	height: auto;
}

.tausta {
	background-image:url(../gfx/success_haivytys.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	padding:0px;
	border-right: 1px dotted #000;
}

.vasentausta {
	background-image:url(../gfx/success_haivytys_oik.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:0px;
}

.topborders {
	border-top: 1px dotted #000;
}

.ala {
	border-top: 1px dotted #000;
}

.fm-req {
	margin-right: 20px;
}
.mainTeaser ul{
	display:block;
}
.mainTeaserImg{ 
	float:left;
}
