/*
 * CSS 2.1
 * site                 http://www.mat.univie.ac.at/~michor/
 * last modified        01.12.2005
 *
 */

/* BODY */
body {
	margin: 0px;
	padding: 0px;
	color: #23238e;
	background-color: white;
	
}

/* HEADER */
div.header {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	width: 100%;
	height: 70px;
	margin: 0px;
	padding: 0px;
	background-color: white;
	background-image: url('univie_logo.gif');
	background-repeat: no-repeat;
	background-position: center right;
}

div.header h1 {
	display: inline;
	position: absolute;
	bottom: 10px;
	left: 55px;
	margin: 0px;
	padding: 0px;
	color: #23238e;
	font-size: 28px;
	font-weight: bold;
}

div.header h2 {
	display: inline;
	position: absolute;
	bottom: 10px;
	left: 362px;
	margin: 0px;
	padding: 0px;
	color: #595959;
	font-size: 16px;
	font-weight: normal;
}

/*BAR*/

div.bar {
	position: absolute;
	top: 70px;
	left: 0px;
	right: 0px;
	background-color: #23238e;
}

/* MENU */
div.menu {
	position: absolute;
	top: 70px;
	left: 30px;
}

div.menu h4 {
	display: none;
}

div.menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.menu ul li {
	float: left;
}

div.menu ul li a {
	display: block;
	height: 17px;
	width: 83px;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	line-height: 13px;
	vertical-align: middle;
	color: rgb(254,253,251);
	background-color: rgb(105,136,219);
	border-right: 1px solid rgb(231,237,249);
	border-left: 1px solid rgb(231,237,249);
}

div.menu ul li a:hover {
	color: white;
	background-color: rgb(148,170,229);
}


/* CONTENT */
div.content {
	position: absolute;
	top: 87px;
	right: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px 5px 20px 0px;
	min-height: 100%;
	background-color: white;
}

div.content a {
    color: #800000;
}

div.content a:hover {
    color: #800000;
}

div.content a:visited {
    color: #666666;
}
 
/* FOOTER */
div.footer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 17px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: rgb(231,237,249);
    border-top: 2px solid rgb(105,136,219);
}



/* Hide from IE \*/
body>div.footer {
	position: fixed;
}
/* End Hide */

div.footer {
    font-size: 8px;
    color: #595959;
}

 