/******************************************************************************
 * Right Column                                                               *
 *****************************************************************************/

#right_column {
position: relative;
float: right;
margin: 0;
padding: 0;
width: 629px;
background-color: white;
overflow: hidden;
height: 565px;
background-image: url("/fileadmin/templates/images/main_content_shadow.jpg");
background-repeat: repeat-y;
}

/* Top section and logo */
#right_column  #top_section {
position: relative;
padding: 0;
margin: 0;
height: 129px;
background-image: url("/fileadmin/templates/images/images_welcome/top_banner_welcome1.jpg");
background-repeat: no-repeat;
}

#right_column  #top_section img{
margin: 50px 0 0 20px;
}
/*~Top section and logo */

/* Top right menu */
#top_right_menu {
position: absolute;
top: 1px;
right: 72px;
}
#top_right_menu ul {
position: relative;
margin: 0;
padding: 0;
width: 220px;
overflow: auto;
}

#top_right_menu ul li {
position: relative;
float: left;
list-style: none;
width: 73px;
}

#top_right_menu ul li a:link {
position: relative;
display: block;
color: white;
text-decoration: none;
margin: 3px 5px 0 3px;
padding: 5px 5px 5px 15px;
font-size: 11px;
background-image: url("/fileadmin/templates/images/top_right_menu_arrow.gif");
background-repeat: no-repeat;
background-position: center left;
}
#top_right_menu ul li a:visited {
position: relative;
display: block;
color: white;
text-decoration: none;
margin: 3px 5px 0 3px;
padding: 5px 5px 5px 15px;
font-size: 11px;
background-image: url("/fileadmin/templates/images/top_right_menu_arrow.gif");
background-repeat: no-repeat;
background-position: center left;
} 

/*~Top right menu */

/* Images */
#right_column #first_image {
position: absolute;
top: 156px;
left: 334px;
width: 295px;
height: 156px;
background-image: url("/fileadmin/templates/images/images_welcome/right_img_bgs_welcome1.jpg");
background-repeat: no-repeat;
background-position: top left;
}
#right_column #first_image p{
position: relative;
margin: 0 0px 0 35px;
padding: 0;
font-size: 13px;
}

#right_column #first_image .csc-textpic-image img{
width: 90px;
height: 91px;
margin: 3px 0 0 35px;
}

#right_column #second_image {
position: absolute;
left: 334px;
width: 295px;
height: 126px;
top: 275px;
background-image: url("/fileadmin/templates/images/images_welcome/right_img_bgs_welcome1.jpg");
background-repeat: no-repeat;
background-position: bottom left;
padding-top: 30px;
}
#right_column #second_image .csc-textpic-image img{
width: 90px;
height: 91px;
margin: 10px 0 0 37px;
}

#right_column #second_image p {
position: relative;
top: 7px;
margin: 0px 0px 0 35px;
padding: 0;
font-size: 13px;
}

#right_column #first_small_image {
position: absolute;
top: 460px;
left: 300px;
width: 65px;
height: 63px;
background-image: url("/fileadmin/templates/images/images_welcome/right_img_small_bgs_welcome.jpg");
background-repeat: no-repeat;
background-position: 0 0;
}
#right_column #first_small_image img{
width: 55px;
height: 55px;
margin: 2px 0 0 6px;
}

#right_column #second_small_image {
position: absolute;
top: 460px;
left: 365px;
width: 65px;
height: 63px;
background-image: url("/fileadmin/templates/images/images_welcome/right_img_small_bgs_welcome.jpg");
background-repeat: no-repeat;
background-position: -65px 0px;
}

#right_column #second_small_image img{
width: 55px;
height: 55px;
margin: 2px 0 0 8px;
}

#right_column #third_small_image {
position: absolute;
top: 460px;
left: 430px;
width: 65px;
height: 63px;
background-image: url("/fileadmin/templates/images/images_welcome/right_img_small_bgs_welcome.jpg");
background-repeat: no-repeat;
background-position: -129px 0px;
}
#right_column #third_small_image img {
width: 55px;
height: 55px;
margin: 2px 0 0 8px;
}
/*~Images */

/* footer */
#right_column #footer {
position: absolute;
display: block;
left: 0px;
bottom: 0;
width: 325px;
border-top: 1px solid black;
margin-left: 20px;
padding-right: 35px;
text-align: left;
font-size: 10px;
}

#footer p{
padding: 5px;
margin: 0;
}

#footer a:link {
color: #005a9c;
}
#footer a:visited {
color: #005a9c;
}
/*~footer */

/* middle section */
#right_column #middle_section {
position: relative;
padding: 0;
margin: 0;
height: 169px;
background-image: url("/fileadmin/templates/images/images_welcome/middle_banner_welcome1.jpg");
background-repeat: no-repeat;
}
/*~middle section */

#right_column #bottom_section {
margin: 0;
padding: 0;
}

/* main content */
#right_column #main_content {
position: relative;
margin: 0;
padding: 0;
float: left;
width: 401px;
overflow: hidden;
}

#right_column #main_content .tt_content_container {
position: relative;
margin: 10px 0 50px 0;
background-image: url("/fileadmin/templates/images/main_content_circle_background.jpg");
background-repeat: no-repeat;
background-position: 0 47px;
width: 296px;
padding: 0 105px 0 20px;
min-height: 200px;
}
/*~main content */


#right_column #right_background {
position: relative;
float: right;
margin: 0;
padding: 0;
width: 228px;
height: 268px;
background-image: url("/fileadmin/templates/images/images_welcome/right_image_welcome.jpg");
background-repeat: no-repeat;
}


