div#feedback {
	display: none;
	position: absolute;
	left: 200px;
	top: 200px;
	width: 496px;
	height: 212px;
	border: 2px solid white;
    background-image: url('../pictures/feedback.png');
    background-repeat: no-repeat;
}

div#feedbackSend {
	float: left; 
	width: 70px;
	height: 21px;
    background-repeat: no-repeat;
    cursor: pointer;
}

div#feedbackCancel {
	float: left; 
	width: 70px;
	height: 21px;
	margin-left: 5px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.feedbackSendEng {
	background-image: url('../pictures/feedback_send.png');
}

.feedbackSendFin {
	background-image: url('../pictures/feedback_send_fin.png');
}

.feedbackSendGer {
	background-image: url('../pictures/feedback_send_ger.png');
}

.feedbackSendSwe {
	background-image: url('../pictures/feedback_send_swe.png');
}

.feedbackCancelEng {
	background-image: url('../pictures/feedback_cancel.png');
}

.feedbackCancelFin {
	background-image: url('../pictures/feedback_cancel_fin.png');
}

.feedbackCancelGer {
	background-image: url('../pictures/feedback_cancel_ger.png');
}

.feedbackCancelSwe {
	background-image: url('../pictures/feedback_cancel_swe.png');
}

.feedbackInput {
	width: 90%;
	font-family: 'Verdana';
	font-size: 11px;
}

.linkMenu:link {
    color: white;
    text-decoration: none;
}

.linkMenu:visited {
    color: white;
}

.linkMenu:hover {
    color:#white;
    text-decoration: underline;
}

.linkMenu:active {
    color:#white;
}

.linkMi1 {
    width: 244px;
    height: 18px;
    background-color: #25383C;
    padding-left: 6px;
    padding-top: 2px;
}

.linkMi1Container {
    position: relative;
    width: 250px;
    height: 20px;
    background-color: white;
	border-bottom: 1px solid #6D7B8D;	
	/*margin-bottom: 2px;*/
}

div#link1Thumb {
    font-size: 12px;
    font-family: 'Arial';
    visibility: hidden;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 250px;
    height: 126px;
}

.linkMi3 {
    width: 244px;
    height: 18px;
    background-color: #25383C;
    padding-left: 6px;
    padding-top: 2px;
}

.linkMi3Container {
    position: relative;
    width: 250px;
    height: 20px;
    background-color: white;
	border-bottom: 1px solid #6D7B8D;	
	/*margin-bottom: 2px;*/
}

div#link3Thumb {
    font-size: 12px;
    font-family: 'Arial';
    visibility: hidden;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 250px;
    height: 126px;
}

.linkMi2 {
    width: 444px;
    height: 18px;
    background-color: #25383C;
    padding-left: 6px;
    padding-top: 2px;
}

.linkMi2Container {
    position: relative;
    width: 450px;
    height: 20px;
    background-color: white;
	border-bottom: 1px solid #6D7B8D;	
	/*margin-bottom: 2px;*/
}

div#link2Thumb {
    font-size: 12px;
    font-family: 'Arial';
    visibility: hidden;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 450px;
    height: 147px;
}

div#newsDetail {
    font-size: 12px;
    font-family: 'Arial';
	border: 1px solid darkgreen;
    display: none;
	background-image: url('../pictures/news_detail.png');
    position: absolute;
}