@charset "utf-8";
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
margin:0; 
padding:0; 
} 
body {  
margin:0; 
padding:0; 
} 
table { 
border-collapse:collapse; 
border-spacing:0; 
} 
fieldset,img {  
border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
font-style:normal; 
font-weight:normal; 
} 
ol,ul { 
list-style:none; 
} 
caption,th { 
text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
font-size:100%; 
font-weight:normal; 
} 
q:before,q:after { 
content:''; 
} 
abbr,acronym { border:0; 
} 
img a {
border: 0;
}
/* end CSS reset */
/* layout */
body { background: #FFFFFF; font-family: Arial, Helvetica, sans-serif; }
#top-shadow {
width: 100%;
margin: 0 auto 0 auto;
background: url(../images/layout/shadow-top.png) no-repeat;
background-position: top;
}
h1 { font-size: 20px; font-weight: bold; margin-bottom: 3px; }
h2 { font-size: 17px; font-weight: bold; font-style: italic; color:#666666; }
h3 { font-size: 14px; font-style: italic; color: #999999; }
h3.float { float: right; margin-right: 427px; }
h4 a { float: left; font-size: 35px; color: #0124BC; text-decoration: none; padding: 3px 0 3px 0 }
#logo { float: left; margin: 5px 7px 0px 0px; }
h4 span { color: #1B0C6B; }
#bottom-shadow {
width: 100%;
background: url(../images/layout/shadow-bottom.png) no-repeat;
background-position: bottom;
}
#container {
width: 1000px;
margin: 0 auto 0 auto;
padding-bottom: 17px;
}
#main-menu {
position: absolute;
top: 50px;
height: 26px;
width: 1000px;
padding-left: 80px;
background: url(../images/layout/blue-top-line.png) no-repeat;
}
#language {
float: right;
margin-top: 22px;
font-size: 14px;
color: #666666;
}
#head {
position: relative;
height: 83px;
}
#blue-line-animated,#blue-line-animated2 {
width: 300px;
height: 26px;
float: right;
margin-right: 160px;
}
.blue-line-animated2 {
	float:right;
height: 16px;
margin-right: 80px;
}
#content {
position: relative;
width: 897px;
margin: 10px 53px 20px 50px;
}
#bottom {
position: relative;
height: 37px;
text-align: right;
font-size: 14px;
color: #666666;
border-bottom: 1px #666666;
border-bottom-style: dashed;
}
#blue-line {
width: 1000px;
height: 16px;
background:url(../images/layout/blue-bottom-line.png) no-repeat;
}
/* pictures line */
.pictures-line {
position: relative;
width: 900px;
padding: 5px 0 3px 0;
margin: 3px 0 3px 0;
border-bottom: 1px #666666;
border-top: 1px #666666;
border-bottom-style: dashed;
border-top-style: dashed;
}
a img {
border:1px;
border-style: solid;
border-color: #000000;
margin-right: 5px;
}
.picture-border {
border: 1px;
border-color: #000000;
border-style: solid;
}
