body {
	background-color:#dcdcdc;
	background-position:50% 0;
	background-repeat:no-repeat;
	margin:0;
	text-align:center; 
	font-family: Verdana,Arial,Tahoma;
}


	
	
#header {
	width:100%;
	height:220px;
	background-color:#363636;
	background-image: url("i/bg.jpg");
    background-repeat: no-repeat;
    background-position:center; 
	position:relative;
	margin-top:10px;
	min-width: 1000px;
}
	
#lang_flag {
    background-image: url("i/black-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    float: right;
    height: 26px;
    margin-top: -2px;
    padding: 9px;
    position: relative;
    width: 155px;
}

/*
#lang_flag_main {
    background-image: url("i/flag-big-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 162px;
    margin-top: -2px;
    padding: 9px;
    position: relative;
    width: 747px;
    left: 25%;
    top: 150px;
}

#flag_container {
    float: left;
    height: 90px;
    left: 45px;
    margin-top: -2px;
    overflow: hidden;
    padding: 27px;
    position: relative;
    width: 160px;
}
*/

#lang_flag_main {
    background-image: url("i/bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    
    height: 180px;
    padding: 9px;
    position: relative;
    top: 150px;
    width: 886px;
    margin: 0 auto;
}

#flag_container {
    float: left;
    height: 90px;
    left: 308px;
    margin-top: 17px;
    overflow: hidden;
    padding: 11px;
    position: relative;
    top: 18px;
    width: 160px;
}

#header_link {
	color:white;
	float:right;
	margin-top:98px;
}




#header_bg_dk {
    background-image: url("i/dk_flag.png");
    background-position: center top;
    background-repeat: no-repeat;
    color: white;
    float: right;
    height: 111px;
    margin-top: 27px;
    padding: 12px;
}


#header_bg_no {
    background-image: url("i/no_flag.png");
    background-position: center top;
    background-repeat: no-repeat;
    color: white;
    float: right;
    height: 111px;
    margin-top: 27px;
    padding: 12px;
}


#header_bg_se {
    background-image: url("i/se_flag.png");
    background-position: center top;
    background-repeat: no-repeat;
    color: white;
    float: right;
    height: 111px;
    margin-top: 27px;
    padding: 12px;
}
	
#header_link  a, a:visited{
	font-weight:normal;
    font-family: Verdana,Arial,Tahoma;
    font-size: 11px;
	color:white;
	text-decoration:underline;
}	
	
		
	
#container {
	width:1000px;
	min-height:550px;
    position:relative;
    margin-left: auto;
    margin-right: auto;
}

#intMenuTop {
    background-color: #1F1F1F;
    color: #585858;
    font-family: Verdana,Arial,Tahoma;
    font-size: 15px;
    font-weight: bold;
    height: 24px;
    margin-left: auto;
    margin-right: auto;
    padding: 3px;
    position: relative;
    top: -1px;
    width: 100%;
    min-width:1000px;
}
	
#intMenuTop  a{
    color: #FFFFFF;
    font-family: Verdana,Arial,Tahoma;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
}
	
#content_text{
	position:relative;
    font-family: Verdana,Arial,Tahoma;
	text-align: left;
	color: #333333;
    line-height: 130%;
    margin-top: 10px;
    margin-bottom: 200px;
    margin-left: 100px;
    margin-right: 150px;
	}	
	
	
form {width:300px;}
form span {display:block;float:left;width:120px;font-size:80%;line-height: 200%;}
form input {display:block;float:left;width:150px;color:black;}
form textarea {width:250px;height:150px;color:black;}
form label {display:block;float:left;width:300px;clear:both;}
	
	
#intCopyrights {
  background-color: #363636;
  border-top: 16px solid #1F1F1F;
  color: #999999;
  font-family: Verdana,Arial,Tahoma;
  font-size: 13px;
  height: 30px;
  margin-top: 15px;
  padding: 10px;
  position: relative;
  top: 50px;
}
#intCopyrights .iCopyrights { text-align:center;color: #999999;}


#cover{
    background-color: #363636;
    display: none;
    height: 100%;
    left: 0;
    
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

#flashHolder{
	display: none;
	width: 100%;
	position: absolute;	
	z-index: 100;
	left:30px;	
    top: 20px; 
    color:white;
}