/* - - - - - - - - - - - - - - - - - - - - -

Title : Department of Computer Science
Author : Klaus Kjeldsen
Mail: klaus@cs.aau.dk
URL : www.klauskjeldsen.dk

Description : Print styles

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{margin:0;padding:0;}

body{
background: white;
color: black;
font: 0.75em Verdana, Arial, Helvetica, sans-serif;
line-height: 1.25;
}

/* ----- IDS ----- */

#container-outer{
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;}
#container-inner{}

#header, #options, #navigation, #subnavigation, #subpages {
display: none;
}
#pathway {
display: block;
font-size: 0.9em;
text-align: right;
margin: 3px 25px 5px;
}

#content{
	margin-left: 10%;
	padding-top: 1em;
	border-top: 1px solid #666;
	font-size: 0.9em;
}

#footer{
height: 50px;
background: white;
text-align: center;
font-size: 0.8em;
}

/* ----- CLASSES ----- */

.hide{
display:none;
}
.show{
display:block;
}

.breaker{height:1px;overflow:hidden;clear:both;}

/* ----- HEADINGS ----- */

h1,h2,h3,h4 { font-weight: normal;}
h1 { font-size: 1.50em; margin: 0.3em 0;} 
h2 { font-size: 1.30em; font-style: italic; margin: 0.3em 0;}
h3 { font-size: 1.10em; margin: 0.5em 0;}
h4 { font-size: 1.10em; margin: 0.5em 0; border-bottom: 1px solid #ccc;}

/* ----- PARAGRAPHS ----- */

p { font-size: 1em; margin-bottom: 1em;} 
p.bodytext{ }/*Typo3 specific*/

/* ----- LISTS ----- */

#content ol, #content ul {
margin: 0 20px;
}


/* ----- IMAGES ----- */

img{
border:none;
}
img a{
border:none;
text-decoration:none;
}
img a:hover{
border:none;
}

#options img{ 
margin: 3px;
}

/* BREAK */

hr{
/* display:none; */
}

/* ----- LINKS ----- */

a:link, a:visited {
	color: #666;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#header a#aaulogo {
display: block;
width: 200px;
height: 32px;
background: url("../gfx/aaudk.gif") no-repeat; 
}

#pathway a {text-transform: lowercase}

/* ------ COLUMNS ----- */

#colLeft, #colRight, #colNormal {overflow:hidden;}

.columns1, .columns2, .columns2l, .columns2r, .columns2ll, .columns2rl, .columns3 {margin:0px 0px 0px 0px;width:100%;position:relative;top:0;left:0;}

.columns2 #colNormal{width:48%;float:left;position:relative;top:0%;left:0%;}
.columns2 #colRight{width:48%;float:left;position:relative;top:0%;left:4%;}

.columns2l #colNormal{width:63%;float:left;position:relative;top:0%;left:0%;}
.columns2l #colRight{width:33%;float:left;position:relative;top:0%;left:4%;}

.columns2ll #colNormal{width:71%;float:left;position:relative;top:0%;left:0%;}
.columns2ll #colRight{width:25%;float:left;position:relative;top:0%;left:4%;}

.columns2r #colLeft{width:33%;float:left;position:relative;top:0%;left:0%;}
.columns2r #colNormal{width:63%;float:left;position:relative;top:0%;left:4%;}

.columns2rr #colLeft{width:25%;float:left;position:relative;top:0%;left:0%;}
.columns2rr #colNormal{width:71%;float:left;position:relative;top:0%;left:4%;}

.columns3 #colLeft{width:32%;float:left;position:relative;top:0%;left:0%;}
.columns3 #colNormal{width:32%;float:left;position:relative;top:0%;left:2%;}
.columns3 #colRight{width:32%;float:left;position:relative;top:0%;left:4%;}

.columns3l #colLeft{width:46%;float:left;position:relative;top:0%;left:0%;}
.columns3l #colNormal{width:24%;float:left;position:relative;top:0%;left:3%;}
.columns3l #colRight{width:24%;float:left;position:relative;top:0%;left:6%;}

.columns3r #colLeft{width:24%;float:left;position:relative;top:0%;left:0%;}
.columns3r #colNormal{width:24%;float:left;position:relative;top:0%;left:3%;}
.columns3r #colRight{width:46%;float:left;position:relative;top:0%;left:6%;}

.columns3c #colLeft{width:24%;float:left;position:relative;top:0%;left:0%;}
.columns3c #colNormal{width:46%;float:left;position:relative;top:0%;left:3%;}
.columns3c #colRight{width:24%;float:left;position:relative;top:0%;left:6%;}


