HTML,BODY{margin:0px;padding:0px;height:100%;width:100%;}

BODY{font-family: Arial;font-size:14px;color:#2f2f2f;}


#seminar {
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	width: 100%;
	min-width: 1000px;
	width: expression(document.documentElement.clientWidth < 1000 ? "1000px" : "auto");
	background: url(images/body_bg.png) 0px 0px repeat-x;
}

.center{
	width: expression(document.documentElement.clientWidth > 1200 ? "1200px" : document.documentElement.clientWidth < 1000 ? "1000px" : "auto");
	max-width:1260px;
	margin:0 auto;position: relative;height:100%;
}


#level1{height:905px;background: url(images/level1_bg.jpg) center 100% no-repeat;}
#level1 .proj{position: absolute;right:40px;top:303px;text-align: right;}
#level1 .proj .name{font-size: 36px;font-weight: bold;}
#level1 .proj .ln1{margin-top: 4px;}
#level1 .proj .ln1 a{color:#d23516;}
#level1 .proj .tak{margin-top: 37px;font-size: 18px;font-weight: bold;margin-bottom: 10px;}
#level1 .proj .ln{margin-bottom: 10px;}
#level1 .proj a{font-weight: bold;color:#ffffff;text-decoration: none;}
#level1 .proj a:hover{text-decoration: underline;}


#level1 .txt1{top: 338px;left: 40px;position: absolute;text-align: left;font-size: 16px;line-height: 24px;width:525px;}
#level1 .txt1 .zag{font-size:48px;margin-bottom: 25px;}
#level1 .txt1 p{font-size: 16px;line-height: 24px;}



#level2{height:450px;background: url(images/level2_bg.jpg) center 0% no-repeat;position: relative;}
#level2 .center{overflow: visible;}

#slider{width:960px;text-align: center;position: relative;margin:0 auto;}
#slider .pos{margin-top:-300px;position: absolute;left:0px;}

#slider .carousel{width:960px;margin-top:126px;}
#slider .carousel ul{list-style: none;}
#slider .carousel ul li{float:left;width:900px;text-align: center;height:520px;}

#slider .prev{position: absolute;width:64px;background: url(images/buttons.png) -64px 0px no-repeat;height:53px;left:370px;top:0px;}
#slider .prev:hover{background: url(images/buttons.png) 0px 0px no-repeat;}

#slider .next{position: absolute;width:64px;background: url(images/buttons.png) -128px 0px no-repeat;height:53px;right:370px;top:0px;}
#slider .next:hover{background: url(images/buttons.png) -192px 0px no-repeat;}



 .carousel {
    margin: 0 0 20px 10px;
    padding: 10px 0 0;
    position: relative;
}
 .carousel .jCarouselLite {
    background-color: #DFDFDF;
    border: 1px solid black;
    float: left;
    left: -5000px;
    position: relative;
    visibility: hidden;
}
 .carousel ul {
    margin: 0;
}

 .widget img {
    cursor: pointer;
}
 .mid {
    height: 300px;
    margin-left: 80px;
    width: 400px;
}


.back_link{position: absolute;text-align: left;top:340px;left:0px;font-size: 16px;background: url(../../images/back_arrow.gif) 0px 8px no-repeat;padding-left:20px;z-index: 100;}
.back_link a{color:#d23516;text-decoration: none;}
.back_link a span{color:#d23516;}
.back_link a:hover{text-decoration: underline;}

#footer{z-index: 50;}