
/*-------------------------------------*/
/* CCS filer for det generale AAU 2009 */
/*-------------------------------------*/

/* Debug infomation:
$custom = "AAU"
$lang = "en"
$color = "#7C7B6B"
$improved_menulevels = "1"
$improved_attentionboxes_color = "0"
$improved_contenttext_color = "1"
$improved_content_link_style = "2"
$improved_menu_link_style = "0"
$improved_font_size = "0"
$improved_header_style = "0"
$bannertext = "c19a277febfac3c992f3b50222bc0d12"
$bannertext_path_temp = "../images/banner-text/c19a277febfac3c992f3b50222bc0d12.png"
$bannertext_path = "../images/banner-text/c19a277febfac3c992f3b50222bc0d12.png"
$bannertext_width = "248"
$bannerimage = "f5b8bd69bd5e2f18c4314d16bf33181c"
$bannerimage_path_temp = "../images/banner-image/f5b8bd69bd5e2f18c4314d16bf33181c.png"
$bannerimage_path = "../images/banner-image/f5b8bd69bd5e2f18c4314d16bf33181c.png"
$improved_banner_frame = "0"
$banner_border_width = "0"
$banner_border_color = "#7C7B6B"
$banner_text_background_opacity = "66"
$banner_background_position = "2"
$body_width = "780"
$menu_width = "24.5"
*/


/*---------*/
/* General */
/*---------*/

body {
	text-align: left;
	font-family: verdana, arial, sans-serif;
	}


h1, h2, h3, h4, h5, h6, a, a:link, a:visited, a:hover {
	color: #7C7B6B;
	}

a, a:link, a:visited {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}



/*--------*/
/* Screen */
/*--------*/

@media screen {


/****** Body *****/

/* Vis altid højre scrollbar i alle browsere, ikke en W3C standart */
:root {
    overflow-y:scroll;
    }

/* Sides ramme */
body {
	position: relative;
	max-width: 780px;
	margin: auto;
	background-color: white;
	color: #6e6e6e;
	font-size: 11px;
	}


/****** AAU logo ******/
#top-logo>a {
	position: absolute;
	top: 18px;
	width: 213px;
	height: 35px;
	background-image: url(../images/AAU-logo_en.png);
	background-repeat: no-repeat;
	display: block;
	}

/* Fjern tekst fra stylet link */
#top-logo>a>span {
	display: none;
	}


/***** Sprogvalg (flag) ******/
#language-select>a {
	display: block;
	position: absolute;
	top: 10px;
	right: 0px;
	width: 20px;
	height: 12px;
	background-image: url(../images/language-select_en.gif);
	background-repeat: no-repeat;
	}

/* Fjern tekst fra stylet link */
#language-select>a>span {
	display: none;
	}


/***** Topbillede *****/

/* Top-banner billede */
#top-banner>a {
	position: relative;
	top: 66px;
	height: 120px;
	background-image: url(../images/banner-image/f5b8bd69bd5e2f18c4314d16bf33181c.png);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
background-position: center right;	}

/* Top-banner text */
#top-banner-text {
	position: relative;
	display: block;
	top: 32px;
	width: 248px;
	height: 28px;
	background-image: url(../images/banner-text/c19a277febfac3c992f3b50222bc0d12.png);
	background-repeat: no-repeat;
	}

/* Top-banner text baggrund */
#top-banner-text-background {
	position: relative;
	display: block;
	top: 60px;
	width: 248px;
	height: 28px;
	background-color: #7C7B6B;

	/* 66% transperant, ikke en W3C standart */
	opacity: 0.66;
	filter: alpha(opacity=66);
	-moz-opacity: 0.66;

	}

/* Fjern tekst fra stylet link */
#top-banner-text>span {
	display: none;
	}


/***** Søgeboks *****/

/* Søgeboks text */
#search input[type="text"] {
	position: absolute;
	top: 35px;
	right: 14px;
	width: 76px;
	background-image: url(../images/search-gradient.png);
	background-repeat: repeat-x;
	border: 1px solid #CCD5DF;
	color: #666666;
	font-size: 10px;
	}

/* Søgeboks pil */
#search input[type="image"] {
	position: absolute;
	top: 37px;
	right: 0px;
	}


/****** Resten af siden ******/
#content-and-menu-and-footer {
	position: absolute;
	top: 190px;
	clear: both;
	width: 100%;
	}

#content-and-menu-end {
	position: relative;
	clear: both;
	margin-left: auto;
	width: 24.5%;
	}


/****** Indhold ******/
#content-box {
	width: 75.5%;
	clear: none;
	float: left;
	padding-top: 4px;
	margin-right: -1px;
	}

#content {
	padding-right: 4px;
	}

#content>*:first-child {
	padding-top: 0px;
	margin-top: 0px;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}

h1 {
	font-size: 18px;
	}

h2 {
	font-size: 16px;
	}

h3 {
	font-size: 14px;
	}

h4 {
	font-size: 13px;
	}

h5 {
	font-size: 12px;
	}

h6 {
	font-size: 11px;
	}


/***** Ramme om menuen *****/

/* Toppen */
#menu-box {
	border-top: 1px solid #e6e6e6;
	}

/* Højre side*/
#content-box {
	border-right: 1px solid #e6e6e6;
	}

#menu-box {
	border-left: 1px solid #e6e6e6;
	}

/* Bunden */
#content-and-menu-end {
	border-bottom: 1px solid #e6e6e6;
	}

/* Venstre side */
#content-and-menu {
	border-right: 1px solid #e6e6e6;
	}

#menu-box {
	border-top: 1px solid #e6e6e6;
	}

/***** Menuen *****/

#menu-box {
	width: 24.5%;
	float: right;
	margin-left: -1px;
	margin-right: -1px;
	}

/* Menu-boks */
#menu {
	margin-left: -1px;
	font-size: 10px;
	text-transform: uppercase;
	}

/* Fjern prikker fra li-elementer */
#menu li, #menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}

/* Fjern fed fra b-elementer, som makere de aktive menupunkter */
#menu b {
	font-weight: normal;
	}

/* Set standarten for a elementer i menuen */
#menu a, #menu a:hover, #menu a:link, #menu a:visited, #menu a:active {
	display: block;
	text-decoration: none;
	}

/* Links 1. niveau */
#menu>ul>li>a {
	padding: 8px 5px 8px 15px;
	color: #4d4d4d;
	}

/* Links 1. niveau - akive og hover/mouse over */
#menu>ul>li>b>a, #menu>ul>li>a:hover {
	padding: 8px 5px 8px 15px;
	background-color: #7C7B6B;
	color: #ffffff;
	}

/* Links 2. niveau */
#menu>ul>li>ul>li>a {
	padding: 3px 0px 3px 22px;
	color: #999999;
	}

/* Links 2. niveau - akive og hover/mouse over */
#menu>ul>li>ul>li>b>a, #menu>ul>li>ul>li>a:hover {
	padding: 3px 0px 3px 22px;
	color: #7C7B6B;
	}


/****** Horisontal menu ******/
#menu>ul>li>ul>li>ul {
	position: absolute;
	right: 26.1%;
	top: 10px;
	text-transform: none;
	}

#menu>ul>li>ul>li>ul>li {
	display: inline;
	float: left;
	white-space: nowrap;
	border-left: 1px solid #CCD5DF;
	}

#menu>ul>li>ul>li>ul>li:first-child {
	border-left: none;
	}

/* Links 3. niveau (horisontal menu) */
#menu>ul>li>ul>li>ul>li>a, #menu>ul>li>ul>li>ul>li>b>a {
	color: #6e6e6e;
	padding: 3px 6px;
	}

/* Links 3. niveau - akive og hover/mouse over */
#menu>ul>li>ul>li>ul>li>b>a, #menu>ul>li>ul>li>ul>li>a:hover {
	text-decoration: underline !important;
	}

/* Designet tillade ikke mere end 3 niveauer, resten vises ikke */
#menu>ul>li>ul>li>ul>li>ul {
	display: none;
	}


/***** Attentionbokse *****/
#attentionbox-left-box, #attentionbox-right-box {
	float: left;
	width: 37.75%;
	}

#attentionbox-logo-box {
	float: left;
	width: 24.5%;
	}

#attentionboxes {
	font-size: 9px;
	color: white;
	text-transform: uppercase;
	line-height: 20px;
	overflow: hidden;
	margin: 4px 0px;
	}

#attentionbox-left>*:first-child, #attentionbox-right>*:first-child {
	padding-top: 0px;
	margin-top: 0px;
	}

#attentionboxes h1 {
	font-size: 18px;
	color: white;
	padding-top: 0px;
	text-transform: none;
	}

#attentionboxes a {
	color: white;
	text-decoration: none;
	}

#attentionboxes a:hover {
	text-decoration: underline;
	}

#attentionboxes li, #attentionboxes ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	white-space: nowrap;
	padding-bottom: 9px;
	}

#attentionbox-left, #attentionbox-right {
	background-color: #7C7B6B;
	height: 116px;
	padding: 12px;
	overflow: hidden;
	}

#attentionbox-left {
	margin-right: 4px;
	}

#attentionbox-right {
	margin-right: 5px;
	}

#attentionbox-logo {
	background-color: #7C7B6B;
	height: 140px;
	}

#attentionbox-logo>a {
	height: 140px;
	margin: 0px;
	padding: 0px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	}

#attentionbox-logo>a>span {
	display: none;
	}

#attentionboxes-end {
	clear: both;
	}


/***** Footer *****/
#footer {
	font-size: 9px;
	color: #878787;
	margin-top: 5px;
	}

#footer>*:first-child {
	margin-top: 0px;
	padding-top: 0px;
	}

} /* End of screen */



/*-------*/
/* Print */
/*-------*/

@media print {


#menu, #search, #language-select, #top-logo, #top-banner, #attentionboxes, #footer {
	display: none;
	}

body {
	font-size: 9.5pt;
	}

} /* End of print */ 





/*----------------------*/
/* Forbedret AAU design */
/*----------------------*/

@media screen {


/*
 *  Alt herefter bryder design reglerne.
 */



/***** Tyderliger tekst *****/
body {
	color: #444;
	}


/***** Tyderliger links *****/
#content a:link, #content a:visited, #content a:hover, #style-generator a:link, #style-generator a:visited, #style-generator a:hover {
	text-decoration: underline;
	}


/***** Mere overskulig 3. niveau menu *****/

/* horisontal menu */
#menu>ul>li>ul>li>ul {
        position: static;
        text-transform: none;
        }

#menu>ul>li>ul>li>ul>li {
        display: list-item;
        float: none;
        white-space: normal;
        border-left: none;
        }

/* Links 3. niveau (horisontal menu) */
#menu>ul>li>ul>li>ul>li>a, #menu>ul>li>ul>li>ul>li>b>a {
        padding: 3px 0px 3px 33px;
        }

/* Links 3. niveau - akive og hover/mouse over */
#menu>ul>li>ul>li>ul>li>b>a, #menu>ul>li>ul>li>ul>li>a:hover {
        text-decoration: none !important;
        color: #7C7B6B;
        }


} /* End of screen */
