/* RESET ALL CSS INFORMATION */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
/*

Form�let med dette stylesheet er at nulstille s� meget som muligt af browsernes "egne" visuelle
instillinger (prim�rt margin og border, der ellers har det med at g� i spunk!)

*/



small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
tabel, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

#page {
	width: 780px;
	margin: 0 auto;
}

#header {
	margin-bottom: 4px;
}

#main #content {
	padding-left: 10px;
	width: 574px;
}

#main {
	background: transparent url(http://static.portal.aau.dk/menu_border.png) no-repeat 100% 100% ;
}

#main #menu {
	width: 192px; 
	float: right;
}

#content {
	padding-top:1px;
	overflow: hidden;
}

#footer {
	margin-top:4px;
	clear:both;
}
/***********************************************************
 *
 * typography.css
 *
 * This style sheet is responsible for setting the 
 * basic typography rules for the AAU2009 design
 * including global margins, paddings etc. on elements.
 *
 ***********************************************************/


body {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #666; 
	line-height: 118%;
}


/************************
 *
 * Block level elements 
 *
 ************************/

address, blockquote, dl, fieldset, form, h1, h2, h3, h4, h5, h6, hr, noscript, ol, p, pre, table, ul  {margin-bottom: 1.18em}


/***** HEADERS (h1-6) *****/

h1, h2, h3, h4, h5, h6 {
	margin: 1.18em 0; 
	font-weight: normal;
	color: #000; /* default color*/ 

}

h1 {
	line-height: normal;
	clear: none;
	font-size: 18px;
	font-weight: normal;
	padding-top: 15px;
	margin: 6px 0 11px 0;
}

h2 {
	font-size: 12px;
	font-weight: bold
}

h3, h4, h5, h6 {
	font-size: 12px;
	margin: 0;
}

hr {
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 0px;
	border: none;

}


/***** LISTS *****/

/** nested lists have no top/bottom margins **/

ul ul, ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dir, dl dl {
	margin-top: 0;
	margin-bottom: 0;
}

/** Visual styling of lists **/

ul {
	list-style-type: disc
}

ol {
	list-style-type: decimal
}

ol ol {
	list-style-type: upper-latin
}

ol ol ol {
	list-style-type: upper-roman
}

li, dd {
	margin: .25em 0 .25em 3em
}

dt {
	font-size: 12px; color: #000
}


/************************
 *
 * Inline elements 
 *
 ************************/

strong {
	font-weight: bold
}

em {
	color: #000;
}

code {
	font-family: fixed;
}

/***** LINKS *****/

a:link {
	text-decoration: underline;
	color: #000
}

a:visited {
	color: #666;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration: underline;
}

/************************
 *
 * Tables
 *
 ************************/
    
table {
      margin: 2px;
      border-width: 1px;
      border-spacing: 1px;
      border-style: solid;
      border-color: black;
      border-collapse: collapse;
}	      
	      
table th {
      font-size: 12px;
      color: black;
      border-width: 1px;
      padding: 4px;
      border-style: solid;
      border-color: gray;
}
	      
table td {
      border-width: 1px;
      padding: 4px;
      border-style: solid;
      border-color: gray;
}
							 

table.noBorder td, table.noBorder, table.noBorder th, table.noBorder tbody, table.noBorder thead{
       border: none;
}
       
table[border="0"] td, table[border="0"], table[border="0"] th, table[border="0"] tbody, table[border="0"] thead{
       border: none;
}
		  
/*************************
		  
    Leadin
		    
*/



.leadin {
	font-size: 110%;
	font-weight: bold;
}



/************************
 *
 * Function specific styles
 *
 ************************/

.clear_both {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.center {
	margin: 0 auto;
}

.framed {
	padding: 4px;
	margin: 1em;
	border: 1px solid #E6E6E6;
}/* POSITIONING OF ELEMENTS */

#header {height: 186px; position: relative}
#header img {position: absolute; bottom: 0}
#header a {position: absolute; text-decoration: none}
#header a img {position: relative;}
#header #aauLogo {top: 17px;}
#header #selectLanguage {top: 50px; right:0}
#header form {position: absolute; top: 35px; right: 0}

/* Visual presentation */
#header img {border: none;}



#header form input#aauweb {
	background: white url(http://static.portal.aau.dk/gradient.png) repeat-x 0 0; 
	color: #666;
	border: 1px solid #ccd6df;
	font-size: 10px !important;
	margin: 0 2px 0 0;
}

#header form input {margin-bottom: -1px}

#header #selectLanguage {
	color: #666;
}
#content h1 {margin-left: -10px}ul#topNavigation {
	position: relative;
	width: 574px; /* due to 10px padding on parrent element*/
	margin: 4px auto -6px 0;
	text-align: right;
}

#topNavigation li {
	display: inline;
	margin: 5px 0 0 0;
}

#topNavigation li.last a {
	border-right: 0;

}

#topNavigation a {
	border-right: 1px solid #e6e6e6;
	color: #4d4d4d;
	line-height: 18px;
	padding: 0 6px 0 6px;
	text-decoration: none;
}

#topNavigation li a.active {
	text-decoration: underline;
}

#topNavigation a:hover {
	text-decoration: underline;
}#menu {
	width: 192px;
	border-top: 1px solid #e6e6e6;
	margin-left:3px;
	padding:0px;
	list-style-type: none;
	margin-bottom: 0;    
	float: right;    
}
#menu ul {
	list-style-type: none;
}

#menu li {
	margin: 0;  
}

#menu .expanded {
	background-color: transparent;
}
#menu .level1 .active {
	background-color: #63799B;
	color: #fff;
	margin:  0px;
	width: 176px;   
}
#menu .level1 a {
	color: #4d4d4d;
	display: block;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 0px 8px 15px;	
	width: 176px;
}
#menu .level1 a:hover {
	background-color: #63799b;
	color: #fff;
}
#menu .level2 a:hover {
	background: transparent;
	color: #224272;
}

#menu .level2 .active {
	background-color: transparent;
	color: #4e4e4e; 
	background-image: none;
	margin: 0px; 
}

#menu .level2 a {
	color: #999;
	display: block;
	font-weight: normal;
	font-size: 10px;
	padding: 3px 0px 3px 22px;
	text-decoration: none;
	text-transform: uppercase;
	width: 168px;
}/****************************************************************

   Generelle

*****************************************************************/

#content h2 small, #content h3 small {
	font-weight: normal;
	font-size: 90%;
	color: #666;
}

#content h1 small {
	font-weight: normal;
	font-size: 60%;
	color: #666;
}

#content img[align=right] {
	 float:right;
	 margin: 1em 0 1em 1em
}

#content img[align=left] {
	 float:left;
	 margin: 1em 1em 1em 0
}



/****************************************************************

    Medarbejderlister

*****************************************************************/

ul.medarbejderliste {
	list-style-type: none;
	background: #fff;
	padding: 0;
	margin: 0;
}


/*Visitkort*/


.medarbejderliste .visitkort p, .medarbejderliste .visitkort h2, .medarbejderliste .visitkort ul {
	padding-left: 90px
}

.medarbejderliste .visitkort hr {
	border: none;
	color: white;
	background-color: white;
	height: 0px;
	clear: both;
	margin: 0;
}

.medarbejderliste  .visitkort img {
	border: 1px solid #ccc;
	padding: 2px;
	background: white;
	float: left;
	margin: 0em 1em 1em 0em;
	clear: left;
}

.medarbejderliste ul {
	margin: 0 0 1em 0;
}


.medarbejderliste h2, .medarbejderliste ul, .medarbejderliste p  {
	margin: 0 0 .5em 0
}


.medarbejderliste .visitkort {
	margin: 0;
	padding: 1em;
	border: 1px solid #fff;
}


.medarbejderliste li.visitkort:hover {
	background: #f0f0f0;
	border: 1px solid #ccc;
}

.medarbejderliste li.visitkort h3{
       color: #666;
       padding-top: 5px;
}

/* alfabetisk */

ul.medarbejderliste-navigation li {display: inline; padding: 0; margin: 0 0.5em 0 0}

.medarbejderliste li.kompakt {
	margin: 0 0 2em 0;
}

.medarbejderliste li.kompakt p {
	margin: 0;
}

/****************************************************************

    Nyhedsliste, Arrangementsliste, m�deliste

*****************************************************************/

h2 a:link, h2 a:visited {
  text-decoration: none;
}

.newsList, .eventList, .meetings {
	list-style-type: none;
	padding: 0;
	margin: 0;
}



.newsList li, .eventList li, .meetings li{
	padding: 0;
	margin: 0 0 2em 0;
}


.newsList li p{
  margin-bottom:0;
}


/* M�de lister */

.meetings li p {display: inline}






/* BOXES */
#footer #attentionBoxes .attentionBox{
	margin-right: 4px;
	float: left;
	background: #000;
	width: 280px;
	height: 162px;
	overflow: hidden;

}

#footer #attentionBoxes .attentionBox.middle {
	width: 300px;
}

#footer #attentionBoxes .attentionBox.smallBox {
	width: 192px;
	margin-right: 0;
}

/* CONTENT IN BOXES */

#footer #attentionBoxes h1,
#footer #attentionBoxes h2,
#footer #attentionBoxes h3,
#footer #attentionBoxes h4,
#footer #attentionBoxes h5,
#footer #attentionBoxes h6 {
        overflow: hidden;
	white-space: nowrap;	
	font-weight: normal;
	line-height: 22px;
	font-size: 18px;
	margin: 10px 12px;
}

#footer #attentionBoxes li, #footer #attentionBoxes p {
        overflow: hidden;
	white-space: nowrap;
	list-style-type: none;
	margin: 10px 12px;
	line-height: 20px;
	text-transform: uppercase;
	font-size: 9px;
}

#footer #attentionBoxes a {
	text-decoration: none;

}

#footer  a.showlist{
     text-transform: none;
}

#footer #contactInfo  {
	color: #878787;
	padding: 10px 0;
	clear: both;
	font-size: 9px;
}
/*

Dette css ark en del af AAU2009 designet, og styrer prim�r og sekund�re farver i designet

*/


/********************************************************************************************************
 *                                                                                                      *
 *    Prim�r farvekombination                                                                           *
 *                                                                                                      *
 ********************************************************************************************************/


/* for at skifte prim�r farve; udskift '#36c' og kontrastfarven '#fff' nedenfor med de farver du vil ha' */



#content h1, #content h2, #menu .level2 .active, #menu .level2 a:hover, #topNavigation a:hover {
	color: #B1C842;
} 

#menu .level1 a:hover, #menu .level1 .active {
	background: #B1C842;
}


#menu .level1 a:hover, #menu .level1 .active {
	color: #000
}



/********************************************************************************************************
 *                                                                                                      *
 *    Sekund�r fravekombination                                                                         *
 *                                                                                                      *
 ********************************************************************************************************/

/* for at skifte sekund�r farve; udskift '#c00' og kontrastfarven '#fff' nedenfor med de farver du vil ha' */


#footer #attentionBoxes .attentionBox {
	background: #B1C842;
}

#footer #attentionBoxes h1,
#footer #attentionBoxes h2,
#footer #attentionBoxes h3,
#footer #attentionBoxes h4,
#footer #attentionBoxes h5,
#footer #attentionBoxes h6,
#footer #attentionBoxes a  {
	color: #666;
}

/* Ekstra */

#footerLeft {
    width: 592px;
    float: left;
}
#footerRight {
    width: 188px;
    float: right;
}








