@charset "utf-8";
/* CSS Document */
body {
background-image:url(../images/BG_motif.gif);
}
.box {
position:relative;
background-image:url(../images/logo_corner.gif);
background-repeat:no-repeat;
width:776px;
height:130px;
background-color:#ee7800;
text-align:left;
z-index:1;
}
.clear{
position:absolute;
z-index:10;	
}
.top_nav{
	position:absolute;
	z-index:10;
	left:137px;
	top:12px;
	float:left;
	background-color:#00346b;
	height:36px;
}
.header{
position:absolute;
top:72px;
left:200px;
z-index:10;
}
.headline {
font-size:16px;
font-weight:bold;
color:#ee7800;
}
h1{
font-size:20px;
font-weight:bold;
color:#ee7800;
}
.header_image_left{
position:absolute;
top:10px;
left:190px;
z-index:2;
}

a:link, a:active {
font-family:Verdana, Geneva, sans-serif;
font-size:14px;
font-weight:bold;
color:#00346b;
z-index:30;
}

a:visited {
font-family:Verdana, Geneva, sans-serif;
font-size:14px;
font-weight:bold;
color:#00346b;
z-index:30;
}

a:hover {
color:#ee7800;	
}

/* ------------------------------------------------------------------- content ----------------------------------------------------------*/
.content {
background-color:#f0d069;
width:726px;
border:solid 10px #ee7800;
padding:15px;
position:relative;
text-align:left;
float:left;
top:123px;
z-index:2;
}
.content_text {
font-family:Verdana, Geneva, sans-serif;
position:relative;
font-size:14px;
color:#00346b;
}
.content_text_orange {
color:#ee7800;	
}
.content_text_emphasis {
font-size:18px;
font-weight:bold;
}
.content_text_small {
font-size:11px;	
}
.input {
border:solid 1px white;
background-color:white;
color:#00346b;
}
