@charset "utf-8";
/* CSS Document */

/* ************************************************************************** 
general
*****************************************************************************  */

html {
	overflow-x: hidden;
	/*overflow-y: auto; */
	scrollbar-shadow-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-base-color: #ffffff;
	scrollbar-face-color: #2C4E8E;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
}
html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#E7E8E9;
	background-image:url(images/eds-header-bg.gif);
	background-repeat: repeat-x;
}
/* ************************************************************************** 
div styles
*****************************************************************************  */
#menu {
	margin-top: 0px;
	width: 960px;
	height: 35px;
	margin: auto;
}
#language {
	margin-top: 126px;
	padding-top: 5px;
	width:55px;
	height:23px;
	background-image:url(images/eds-language.gif);
	background-repeat:no-repeat;
	text-align:center;
	float:right;
}
#language a {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#language a:hover, a:visited {
	color: #CCCCCC;
	font-weight:bold;
	text-decoration:none;
}
#header {
	padding: 0px;
	height: 148px;
}
#head-holder {
	width: auto;
	height:148px;
}
#logo {
	width: 960px;
	height:148px;
	margin: auto;
	top: 27px;

}
#holder {
	width: 960px;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#leftmenu {
	width: 240px;
	padding: 0px;
	float: left;
}
#content {
	width: 534px;
	margin-left: 260px;
	height: inherit;
	min-height: 380px;
}
#content-right {
	width: 147px;
	float:right;
	min-height: 380px;
}
#logo-home {
	float:left;
	width:243px;
	height:10px;
}
#promo-banner {
	margin-left: 260px;
	width:625px;
	height:145px;

}
.clearArea {
	clear:both;
}
/* ************************************************************************** 
links / buttons
*****************************************************************************  */
.button-01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
	text-align: center;
	width: 100px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color:#2C4E8E;
	display:block;
	color:#FFFFFF;
	border: #FFFFFF solid 1px; 
}

a.button-01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
	text-align: center;
	width: 100px;
	padding-top: 3px;
	background-color:#2C4E8E;
	display:block;
	border: #FFFFFF solid 1px; 
}
a.button-01:link, a.button-01:visited {
	color: #FFFFFF;
}
a.button-01:hover, a.button-01:active {
	color:#CCCCCC;
}
.headtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2C4E8E;
}

/******************** Lay-out styles **************************/
.Capital {
	font-size: 24px;
	font-weight:bold;
	color: #2C4E8E;
}
.headtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2C4E8E;
}

.Title-01 {
	font-size: 14px;
	color: #2C4E8E;
	font-weight: bold;
}
.Title-02 {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
.Subtitle-01 {
	font-size: 12px;
	color: #2C4E8E;
	font-weight: bold;
}
.Subtitle-02 {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
.Text-color-01 {
	font-size: 12px;
	color: #2C4E8E;
}
.Text-color-02 {
	font-size: 12px;
	color: #ffffff;
}
.Text-small-01 {
	font-size: 10px;
	color: #2C4E8E;
}
.Text-small-02 {
	font-size: 10px;
	color: #ffffff;
}
/******************** Buttons & ULR styles **************************/

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2C4E8E;
}
a:visited {
	color: #2C4E8E;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666666;
}
a.link-01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a.link-01:link, a.link-01:visited {
	color: #2C4E8E;
}
a.link-01:hover, a.link-01:active {
	color:#666666;
}
a.link-02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a.link-02:link, a.link-02:visited {
	color: #FFFFFF;
}
a.link-02:hover, a.link-02:active {
	color:#2C4E8E;
}

.headtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2C4E8E;
}

.kader {
	border-left: 1px #2C4E8E solid;
	display:block;
	padding-left: 10px;
	padding-right: 10px;
	
}

