/* CSS for all objects */
body
{
	font-family: Verdana;
	font-size:10pt;
	line-height: 14px;
	
}

a:link
{
font-size: 9pt; color:#990000; text-decoration:none;
}
a:visited
{
font-size: 9pt; color:#990000;  text-decoration:none;
}
a:hover
{
font-size: 9pt; color:#ff6600; text-decoration:none;
}
a:active
{
font-size: 9pt;  color:#990000;  text-decoration:none;
}
a:focus
{
font-size: 9pt;  color:#990000; text-decoration:none;
}



#banner
{
	
}

#logo_left
{
	/*contains the provider-logo (for instance "phaidra", "open-aire" ...) max. height: 85px */
    position: absolute;
    top:25px;
    width:400px;
}

#logo_right
{
    /* contains the institutional-logo (for instance "Universität Wien", "Universita degli Studi di Padova" ...); max. height: 85px */
    position: relative;
    top:5px;
    left: 585px;
    width:400px;
}

#strip
{
/* contens (contingent) text and pulldown-menu to choose the language */
    position: relative;
    top:0px;
    width: 800px;
    height: 25px;
    background-color:#990000;
    font-size: 8pt;
    text-align:left;    
    text-transform: uppercase;
    color: #EFEFEF;
}
#border_box
{
	/* the red colored box including the object-preview, title and description */
    position: relative;
    top:20px;
    width: 800px;
    height: 675px;
    border: 1px solid #990000;
    color: #333333;
	
}

#area_left
{
	/* contains the preview-pic, title and descrition */
    position: absolute;
    top:50px;
    left:50px;
    width: 300px;
    height: 600px;
    overflow:hidden;
    
  
}
#preview
{
/* contains preview or type-thumbnail */
	position:absolute;
	width:300px;
	text-align: center;	
}

#area_right
{
	/* contains metadatas */
    position: absolute;
    top:25px;
    left:400px;
    width: 400px;
    height: 650px;
    background-color:#EEEEEE;
    overflow:hidden;
}
#fc
{
	position:relative;
	left: 0px;
	width: 125px;
	text-align: right;
	text-transform: uppercase;
	margin:0px;
	padding:0px;
	
	
}
#sc
{
	position:relative;
	left: 135px;
	width: 265px;
	top:-14px;
	margin:0px;
	padding: 0px;
}
#presentation_txt
{
	position:absolute;
	top: 325px;

}

#lang_menu
{
	position:absolute;
	top:1px;
	left:620px;
	height:20px;
	width: 180px;
	padding:1px;
	font-size:9pt;
}
	
#functionkeys
{
	/* buttons: preview, download, print, metadata and social-net's */  
	position: absolute;
    top:575px;
    left:0px;
    width: 390px;
    height: 50px;
    text-align:center;
}
#partners_license
{
	position: relative;
	top:30px;
	width: 780px;
	margin-top: 0px;
	color: #333333;
	font-size:8pt;
}
                
.object_title
{
	color: #990000;
    font-family: Verdana;
    font-size: 12pt;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}
.descript_txt
{
	margin-top:10pt;
	font-family: Verdana;
	font-size: 10pt;
}

    
.lang_select
{
	height:18px;
	width:80px;
	font-size:8pt;
	text-transform: uppercase;
	background-color: #e1e0dd;
}

.lefttab
{
	padding-right:10px;
	text-align:right;
	vertical-align:top;
	text-transform: uppercase;
}
.preview
{
	text-align: center;
}
.repository
{
	font-size:9pt;
	padding-left:10px;
	padding-top:4px
}

