/*************************************************************/
/* GENERAL STYLES */
/*************************************************************/
.none	
{
	display: none;
	font-size: 14px;
}



/* general table styles 
*/
/*
table	
{
}
*/

td		
{
	padding: 0px;
}



/*************************************************************/
/* PAGE STRUCTURE, MASTER PAGE */
/*************************************************************/
body		
{
    margin: 0px;
    padding: 0px;
    text-align: center;
    height: 100%;
    background: transparent url(../images/body_bg.gif) 0px 284px repeat-x;
}

.section	
{
    background-position: 0px 320px;
}


/* header 
*/
#header 			
{
    width: 100%;
    height: 165px;
}

#headerContent	
{
    position: relative;
    width: 975px;
    height: 165px;
    margin: 0px auto;
    background: white url(../images/header_bg.png) no-repeat bottom left;
}

#header a		
{
    color: #6e6e6e;
}

/* main image
 */
#mainImage		
{
    position: absolute;
    top: 0px;
    right: 50px;
}

#mainImage p	
{
    margin: 0px;
}


/* uni_logo 
 */
#uni_logo		
{
    position: absolute;
    top: 50px;
    right: 0px;
}

#uni_logo p	
{
    margin: 0px;
}



/* IMSD-logo 
 */
#imsd_logo		
{
    position: absolute;
    top: 50px;
    left: 5px;
}

#imsd_logo p	
{
    margin: 0px;
}


/* heading
 */
#heading					
{
    position: absolute;
    top: 66px;
    left: 130px;
    display: none;
}

#heading h2				
{
    font-weight: bold;
    margin: 0px;
    font-size: 120%;
    color: #3c3c3c;
    padding: 0px 0px 2px 16px;
}


/* site info (footer) 
*/
#siteInfo				
{
    width: 975px;
    border-top: 1px solid #e1e1e1;
    font-size: 90%;
    background-color: White;
    color: #6e6e6e;
    padding-bottom: 20px;
    float: left;
}

#siteInfo p				
{
    margin: 0px;
    padding-top: 8px;
}

#siteInfo #infoLinks	
{
    float: left;
    padding-left: 1px;
}

#siteInfo #infoLinks a 
{
    color: #6e6e6e;
}

#siteInfo #copyright	
{
    float: right;
    padding-right: 1px;
}

#siteInfo #copyright a 
{
    color: #6e6e6e;
}


/* site actions menu 
 */
#siteActions	
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}


/* section layout (colors defined in colors.css) 
 */
#section	
{
    width: 100%;
    background-repeat: repeat-x;
    float: left;
}


/*************************************************************/
/*  PAGE LAYOUTS */
/*************************************************************/
#frontpage,	
#sectionFrontpage,
#frontpageFaculty,
#frontpageMinisite,
#page, #pageWide	
{
	width: 975px;
	margin: 0px auto;
	text-align: center;
}

#frontpage			
{
    position: relative;
}


#pageContent				
{
    float: left;
    width: 975px;
    background: white url(../images/page_bg_imsd.gif) top right repeat-y;
}

.feedback #pageContent	
{
    background: white url(../images/page_feedback_bg.gif) top right repeat-y !important;
}


/* navigation bar (left column) 
 */
#navibar							
{
	width: 218px;
	float: left;
	color: #3a98f2;
}

.feedback #navibar			
{
    border-top: 15px solid white;
}

#frontpageFaculty #navibar,
#frontpageMinisite #navibar	
{
    padding-top: 15px;
}



/* navigation bar content box 
 */
#navibar .box			
{
    background: #eeeeee url(../images/contentbox_bottom.gif) bottom left no-repeat;
    margin: 0px 18px 15px 20px;
    line-height: 160%;
}

#navibar .boxContent	
{
    background: url(../images/contentbox_top.gif) no-repeat;
    color: #371a81;
    font-weight: bold;
    padding: 10px;
}

#navibar .box h3		
{
	margin-bottom: 5px;
	text-align: left;
}

#navibar .box p		
{
    margin: 0px 0px 8px 0px;
}

#navibar .box hr		
{
    background-color: #d4d4d4;
    color: #d4d4d4;
    height: 1px;
    border: 0px;
    margin: 0px 0px 8px 0px;
    padding: 0px;
}

#navibar .box a		
{
    background: url(../images/arrow_link.gif) 0px 4px no-repeat;
    padding: 0px 0px 0px 9px;
}



/* main content areas 
 */
#page #mainContent				
{
    width: 539px;
    float: left;
    padding-bottom: 10px;
}


/* navigation path 
*/
#naviPath				
{
    width: 520px;
    padding: 13px 0px 7px 0px;
    font-size: 90%;
}


/* text content area 
*/
#textContent						
{
	text-align: left;
	width: 520px;
	line-height: normal;
	clear: both;
	padding-bottom: 20px;
	float: left;
	font-style: normal;
}

#textContent ul	
{
    margin: 0px 0px 20px 2px;
    padding: 10px;
    list-style: square;
}

#textContent ul li
{
    background: url(../images/arrow_link.gif) 0px 8px no-repeat;
    padding-left: 2px;
}


#textContent p.date		
{
    font-size: 90%;
    color: #6e6e6e;
    margin-top: -10px;
}

#textContent p.ingress	
{
    color: #6e6e6e;
    font-style: italic;
}


/*************************************************************/
/* SIDEBAR (right column)*/
/*************************************************************/
#sidebar	
{
    width: 218px;
    float: right;
    color: #3c3c3c;
	background-color: #f6f6f6;
}

#sidebar #logos	
{
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

#sidebar #logos h3 
{
    font-size: 14px;
    font-weight: bold;
}


/*************************************************************/
/* do we need this? */
/*************************************************************/
/* section links 
 */
#links									
{
    width: 218px;
    background: #c5c5c5 url(../images/sectionlinks_bg.gif) no-repeat;
}

#links h4								
{
    padding: 0px 0px 15px 20px;
    margin: 0px;
}

#links ul								
{
    margin: 0px;
    padding: 0px 10px 10px 20px;
    list-style: none;
}

#links li								
{
    background: url(../images/arrow_link.gif) 0px 4px no-repeat;
    padding: 0px 0px 12px 9px;
}




/* form styles */
form	
{
    margin: 0px;
    display: inline;
}

