/* Institut für Psychologie - PROMS | Profile of Music Perception Skills - Universität Innsbruck */
/* creator: Melanie Staffner, 07/2014, v1 */

html { 
    	height:100%;
    	margin-bottom:1px;
        background:url(images/background_1000.png) top;
		background-repeat:repeat-y;
}
	
/*verhindert "Springen" bei Wechsel von viel und wenig Content, wenn Browserleiste verschwindet und wieder angezeigt wird*/

body {
	margin:0 auto;
	padding:0;
	color:#000;
	font-family:Verdana, Arial, sans-serif;
	font-size:100.01%; /* Um Anzeigefehler - besonders bei einer Schriftgradänderung im Internet Explorer - zu vermeiden, ist bei der Verwendung 
					      von em die Schriftgröße für das äußerste Element in der Einheit % anzugeben und hierbei exakt 100% zu vermeiden, daher:100.01% */
	text-align:left;
    height: 100%;
	}



/* Strukturierung des Webseite PROMS | Profile of Music Perception Skills */



#proms_page {
      text-align:left;    /* Seiteninhalt wieder links ausrichten */
    margin:0 auto;      /* standardkonforme horizontale Zentrierung */
    padding:0;
    width:1000px;
    background:#fff;
	}

#path {
	text-align:left;
	padding: 5px;
	font-size:0.8em;
	color:#404040;
  position: relative;
	}

#proms_header {
    position:relative;
    background: url(images/proms-header-1000x240px.jpg) top;
	background-repeat:no-repeat;
	height:240px;
    border-bottom:1px solid #808080;
	}

#proms_navigation {
	float:left;
	width: 200px;
	margin-top: 50px;
	margin-left: 5px;
  	margin-right: 10px;
	}

#content {
	margin-top: 20px;
	/*margin-left: 250px;*/
	margin-right: 20px;
    width: 720px;
	/*padding:0 0 0 15px;
	background:#fff;*/
	}


#proms_footer {
	clear:both;
	text-align:right;
	padding: 5px 5px 5px 0px !important;
	background:#f2f2f2;
	border-top:#808080 1px solid;
	height:15px;
	position:relative;
    
	}




/* proms_header */


#logo_uni {
	position:absolute;
	width:64px;
    height:127px;
  	left:915px;
	top:90px;
	border: 1px solid #fff;
	}


.header-bg-image{  
  /*margin-top: 0.6em;*/
  position: absolute;
  /* IE hack */
  background-color:#fff;
}


/* proms_navigation */

#proms_navigation {
	padding: 0;
}




/* Achtung: Hauptmenü ist hier Level 2, da das allgemeine Uni-Menü entfällt */
/*ul.menue {*/
ul.menue2, ul.menue3{
	margin:0;
    padding:0;
	list-style-type:none;
    background:#fff;
   
}		
		  
/*a.level, a.level:visited {*/
a.level2, a.level2:visited{
	display:block;
	color:#000000 !important;
	text-decoration:none;
	border-top:3px solid #fff;
	padding: 5px;
	font-size: 1.0em;
	background:#d0d0d0;
	width:200px;/*
	line-height: 1.5em;*/
}

a.level3, a.level3:visited{
	display:block;
	color:#000000 !important;
	text-decoration:none;
	border-top:3px solid #fff;
	padding: 5px;
	font-size: 1.0em;
	background:#f2f2f2;
	width:180px;/*
	line-height: 1.5em;*/
}
a.level3, a.level3:visited {
	padding: 5px 10px 5px 20px;
    background:#f2f2f2;
}

a.level2:hover, a.level2:focus, a.level3:hover, a.level3:focus {
	color:#fff !important;
	background:#403f3f !important;
}

.aktiv a.level2, .aktiv a.level3{
  color:#fff !important;
  font-weight:bold;
  background: #009790 !important;
}

li.level2, li.level3{
  margin: 0 !important;
}

/* proms_footer */

#proms_footer {
	font-size:0.6em;
	color:#404040;
	}



/* allgemeine Styles */

#h1_speciallinks {
	font-size:1.0em;
	font-weight:bold;
	color:#009790;
	text-align:left;
	padding:20px 0 20px 5px;
  	position: relative;
  	margin:0;
	}


h1.proms {
	font-size:1.6em;
	color:#000;
	text-align:right;
	padding:250px 18px 0 0; 
  	position: relative;
    font-weight:normal;
  	margin:0;
	}


h1, h2, h3, h4, h5, h6 {
	margin:0;
	}

h1 {
	font-size:1.4em;
	padding:10px 0 10px 0;
	color:#009790;
	font-weight:bold;
    line-height: 1.5em;
	}

h2 {
	font-size:1.3em;
	padding:40px 0 10px 0;
	color:#009790;
	font-weight:bold;
    line-height: 1.5em;
	}

h3 {
	font-size:1.3em;
	color:#009790;
	padding:10px 0 0 0;
 	line-height: 1.5em;
	}

h4 {
	font-size:1.2em;
	color:#009790;
	padding:10px 0 0 0;
  line-height: 1.5em;
	}

h5 {
	font-size:1.2em;
	color:#009790;
	padding:10px 0 0 0;
  line-height: 1.5em;
	}

h6 {
	font-size:1.2em;
	color:#009790;
	font-style:italic;
	padding:10px 0 0 0;
  line-height: 1.5em;
	}
/*
p, td, th, li {
 	font-size:0.75em;
	line-height: 1.5em;
	}

.div.text-ein {
 	font-size:1.35em;
	line-height:1.5em;
	}

.a.link-ein {
 	font-size:1.35em;
	line-height:1.5em;
	}
*/

a {
	color:#009790 !important;
	text-decoration:underline;
	}

a:hover {
	color:#009790 !important;
	text-decoration:none;
	}


.clear {
	clear:both;
	}

.bold {
	font-weight:bold;
	}


.alignright {
	text-align:right;
	}



/* aus den Uniweb-Stylesheets: Seitenhöhe! */

#pageNonFooter {
    height: auto !important;
    min-height: 100%;
    text-align: left;
}
#pageNonFooter, #pageFooter {
    margin: 0 auto;
    position: relative;
    width: 1000px;  
}
#NonFooterContent{
  padding-bottom: 20px;
  font-size:0.75em;
  line-height: 1.5em;
}

#pageFooter {
    clear: both;
    height: 15px;
    margin: -25px auto 0;
    text-align: right;
    white-space: nowrap;
    width: 1000px;
}

#generic {
    font-size: 0.9em;
    padding: 10px 10px 0 0;
    text-align: right;
}
#generic ul.generic_ul {
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0;
}
#generic li.generic_li_first, #generic li.generic_li{
  display: inline;
}
#proms_navigation ul.targetgroup, #proms_navigation ul.targetgroup_speciallinks {
    font-size: 0.9em;
    line-height: 1.8em;
    list-style-type: none;
    margin: -6px 0 10px 5px;
    padding: 0 10px 10px 0;
}
