body {
	background-color:#27333a;
	font-family:Tahoma, Verdana, Segoe, sans-serif;
	color:#ffffff;
	font-size:16px;
	letter-spacing:1,12px;
	line-height:25px;
}

/* Dropdown Button */
.dropbtn {
    background-color: #ff0000;
    color: 595e71;
    padding: 5px;
	margin-left: -240px;
	width: 2050px;
    font-size: 16px;
	color: #ffffff;
	font-weight:bold;
	border: none;
    cursor: pointer;
}

/* Dropdown button on hover */
.dropbtn:hover {
    background-color: #6c7597;
	color: #ffffff;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
	display: inline-block;
	left: -30px;
	margin-top: 0px;
	width: 2050px;
    right: 10px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
	position: relative;
	padding: 10px;
	margin-left: -220px;
    background-color: #6c7597;
    min-width: 2050px;
	overflow: auto;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #ffffff;
	margin-left: 591px;
	font-size: 16px;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
    padding: 2px 10px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #233062;
	margin-right: 1090px;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.menu {
	height:42px;
	background-image:url(images/menu_back.gif);
	background-repeat:repeat-x;
	width:100%;
}

.menuitems {
	width:988px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}

.menuitem {
	text-decoration:none;
	width:120px;
	float:left;
	color:#ffffff;
	padding-top:14px;
	float:left;
	text-align:center;
	height:21px;
}

.menuitem_selected {
	text-decoration:none;
	width:120px;
	float:left;
	background-color:#f6d601;
	color:#000000;
	padding-top:14px;
	float:left;
	text-align:center;
	height:21px;
}

.menuitem:hover {
	background-color:#f6d601;
	color:#000000;
}

.divider {
	width:2px;
	float:left;
	margin-top:7px;
}

.divider_footer {
	width:2px;
	float:left;
}

.menuitem_footer {
	text-decoration:none;
	width:162px;
	float:left;
	color:#ffffff;
	padding-top:8px;
	float:left;
	text-align:center;
	height:21px;	
}

.menuitem_footer:hover {
	background-color:#f6d601;
	color:#000000;
}

.languageflags {
	width:988px;
	margin-left:auto;
	margin-right:auto;
}

h1 {
	color:#f6d601;
	font-size:24px;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:20px;
	margin-left:2px;
} 

h2 {
	color:#f6d601;
	font-size:18px;
	font-weight:normal;
	font-family:Tahoma, Verdana, Segoe, sans-serif;
	margin-left:2px;
}

p {
	text-align: justify;
}

.content {
	width:988px;
	margin-left:auto;
	margin-right:auto;
	padding-top:340px;
	padding-bottom:30px;
	display:block;
}

.contentcontainer {
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#2b373e;
	width:100%;	
	height:800px;
	padding-top:20px;
}

.content_2 {
	width:988px;
	margin-left:auto;
	margin-right:auto;

}

.item_1 {
	width:306px;
	float:left;
	padding-right:20px;
}

.item_2 {
	width:292px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	
}

.item_3 {
	width:306px;
	float:left;
	padding-left:23px;
}

.button {
	background-color:#f6d601;
	border:solid 1px #000000;
	width:100px;
	color:#000000;
	font-size:16px;
	padding-top:3px;
	padding-bottom:3px;
}

.button:hover {
	background-color:#ffffff;
}

.subitem {
	background-color:#7c858f;
	width:463px;
	margin-right:1px;
	float:left;
	padding:15px;
	height:270px;
}

.footer {
	background-image:url(images/footer_back.gif);
	background-repeat:repeat-x;
	width:100%;
	height:340px;
	background-color:#f6d601;
}

.footertext {
	width:988px;
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
	color:#000000;
}

.footertext a{
	color:#000000;
}

input {
	border:solid 1px #000000;
	font-size:11px;
	font-family:Tahoma, Verdana, Segoe, sans-serif;	
}

.input {
	width:400px;
	border:solid 1px #000000;
	font-size:12px;
	font-family:Tahoma, Verdana, Segoe, sans-serif;	
}

a{
	color:#ffffff;
}

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

.emph {
	font-weight:bold;
}

.slogan {
	font-size:16px;
	font-family:Tahoma, Verdana, Segoe,  sans-serif;
	color:#f6d601;
	text-align:center;
	letter-spacing:1px;
	
}

.main {
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:25px;
}

