body{
background-image: url(../images/back_body.jpg);
background-position: top left;
background-repeat: repeat;
background-color:#3D73D1;
font-family: Arial, Helvetica, sans-serif;
font-size:0.8em;
font-weight:normal;
color:white;
height:100%;
width:100%;
margin:0;
padding:0;
scrollbar-arrow-color: white;
scrollbar-base-color: white;
scrollbar-face-color: #15469C;
scrollbar-highlight-color: white;
scrollbar-track-color: #15469C;
}

a, a:visited {
	color: White;
}

label {
	display: block;
	font-weight: bold;
	padding-top: 5px;
}

fieldset {
	border: none;
}

/*....................................................SITE....................................................*/
#site{
background-image: url(../images/back_site.jpg);
background-position: top left;
background-repeat: no-repeat;
background-color: #033998;
width:1000px;
position:absolute;
width:1000px;
height:580px;
left: 50%;
top: 50%;
margin-top:-290px;
margin-left: -500px;
}
/*....................................................TOP....................................................*/
#top {
background-image: url(../images/back_top.jpg);
background-position: top left;
background-repeat: no-repeat;
width:1000px;
height:73px;
}
#navigation{
background-color:#E92621;
width:597px;
height:20px;
float:right;
margin-top:23px;
}
.navigation_ul {
margin:0px;
padding:0px;
}
.navigation_li {
float:left;
list-style: none;
}

.navigation_li_act {
float:left;
list-style: none;
}

.navigation_li a, .navigation_li a:visited {
background-color: #E92621;
color:white;
margin-left:28px;
font-weight:bold;
padding-left:3px;
padding-right:3px;
text-decoration: none;
}
.navigation_li a:hover{
background-color: #033998;
}
.navigation_li_act a, .navigation_li_act a:visited {
background-color: #033998;
border-bottom:1px solid white;
color:white;
margin-left:28px;
font-weight:bold;
padding-left:3px;
padding-right:3px;
text-decoration: none;
}

/*....................................................LEFT....................................................*/
#left{
background-image: url(../images/pic_left_01.jpg);
background-position: top left;
background-repeat: no-repeat;
width:300px;
height:487px;
background-color:#C0C0C0;
float:left;
margin:0;
padding:0;
}
#left p {
float:left;
color:black;
padding:0;
margin-left:3px;
margin-top:5px;
}
.left_p1 {
float:right;
color:black;
margin-right:3px;
margin-top:5px;
}

#sub_navigation {
width:300px;
height:396px;
}
.sub_navigation_ul {
background-image: url(../images/back_sub_navigation.jpg);
background-position: top right;
background-repeat: no-repeat;
background-color: white;
margin:0px;
padding:0px;
padding-left:5px;
float:right;
text-align:right;
height:396px;
list-style: none;
}
.sub_navigation a, .sub_navigation a:visited {
margin:0;
padding:0;
text-decoration:none;
color:black;
padding-right:10px;
padding-left:3px;
font-weight:bold;
line-height:40px;
}
.sub_navigation a:hover {
background-color: #104198;
font-weight:bold;
border-right:5px solid red;
padding-right:5px;
padding-left:3px;
color:white;
} 

.sub_navigation_act a, .sub_navigation_act a:hover, .sub_navigation_act a:visited {
margin:0;
padding:0;
text-decoration:none;
background-color:transparent;
font-weight:bold;
border-right:5px solid #E92621;
padding-right:5px;
padding-left:3px;
color:#E92621;
border:1px dashed #104198;
border-right:none;
line-height:40px;
} 

/*....................................................CONTENT....................................................*/
#content{
width:700px;
height:480px;
background-color: transparent;
float:left;
overflow: auto;
}
/*....................................................TYPO....................................................*/
p{
padding-left:10px;
padding-right:10px;
}
