/****************************************************
 * SHADOWS
 ***************************************************/

.upper-left-shadow {
 width:25px;
 height:25px
}
.upper-shadow {
 width:950px;
 height:25px
}
.upper-right-shadow {
 width:25px;
 height:25px
}
.bottom-left-shadow {
 width:25px;
 height:25px
}
.bottom-shadow {
 width:950px;
 height:25px
}
.bottom-right-shadow {
 width:25px;
 height:25px
}

.left-shadow-border{
 width:25px;
 background-image:url('../images/shadows/links.jpg');
 background-repeat:repeat-y;	
}
.right-shadow-border{
 width:25px;
 background-image:url('../images/shadows/rechts.jpg');
 background-repeat:repeat-y;	
}

/****************************************************
 * TOP MENU
 ***************************************************/
.page-top{
 width:950px;
 height:58px;
 background-image:url('../images/layout/top.jpg');
 background-repeat:no-repeat;
}
.top-menu-table{
 height:58px;
}
.top-menu-link{
 width:120px;	
 margin-bottom:5px;
}
.top-menu-link a{
 width:120px;
 line-height:20px;
 color:#FFF;
 font-family:arial,verdana;
 text-decoration:none;
}
.main-menu{
 width:950px;
 height:35px;
 background-image:url('../images/layout/main-menu-bg.jpg');
 background-repeat:no-repeat;
}
.main-menu-container-table{
 width:950px;
 height:35px;
}
.main-menu-table{
 height:35px;
 color:#FFF;
 font-family:arial,verdana;
 text-decoration:none;
 font-size:12px;
 font-weight:bold; 
}
.main-menu-table a{
 color:#202020;
 font-family:arial,verdana;
 text-decoration:none;
 font-size:12px;
 font-weight:bold; 
}
.main-menu-table a:hover{
 color:#202020;
 font-family:arial,verdana;
 text-decoration:none;
 font-size:12px;
 font-weight:bold; 
 cursor:hand;
}
.main-menu-button{
 width:134px;
 height:35px;
 text-align:center;
 line-height:35px;
}

/****************************************************
 * BASICS
 ***************************************************/

.maintable{
 width:1000px;
}

.maincontent-container{
 width:950px;
 min-height:500px;
 margin-bottom:20px;
}

.maintext-container{
 width:950px;
 margin-bottom:10px;
}

.maintext{
 width:400px;
 margin-left:10px;
 margin-top:20px;
 margin-bottom:20px; 
 font-family:arial,verdana;
 font-size:12px;
 color:#202020;
 line-height:19px;
}

/**********************************************
 * RIGHT BOXES
 *********************************************/

.single-box{
 width:390px;
 height:160px;
 margin-top:20px;
 border:1px solid #fed751;
 font-family:arial,verdana;	
 font-weight:bold;
 color:#202020;	 
}
.single-box-header{
 width:390px;
 height:25px;
 background-color:#e3bb00;
 text-align:left;
}
.sb-headertext{
 font-size:14px;
 line-height:25px;
 margin-left:10px;
}
.single-box-content{
 width:390px;
 height:118px;	
}
.single-box-content table{
 font-size:13px;
 line-height:18px;
}
.single-box-footer{
 width:390px;
 height:17px;
 text-align:right;
 border-top:1px solid #b19200; 
 background-color:#f1dd7f;
}

iframe{
 width:940px;
 height:500px;
 border:1px solid #DDD;
}
.iframe-layer{
 text-align:center;	
}
