﻿
/* ICT-Baden stylesheet */

:root {
	--page-bg-color: #F0F0F0;
}

body {
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:11pt;
	color:gray;
}

body a {
	text-decoration: none;
}


.background {
	background: #FFFFAA url('../images/gradient.png') repeat-x;
}

.page {
	margin: 32px auto 0;
	width: 80vw;
	height: 90vh;
	background: var(--page-bg-color);
	box-shadow: 5px 5px 10px #808080;
	padding: 20px;
}

.company {
	position: absolute;
	padding-left: 10px;
	top: 40px;
	right: 10vw;
	z-index: 10;
	text-align: left;
	background-color: var(--page-bg-color);
}

.menu {
	position: absolute;
	top: 60px;
	left: 10vw;
	z-index: 10;
}

.content {
	margin-top: 80px;
	margin-left: 32px;
	margin-right: 132px;
	overflow-y: auto;
	height: 80vh;
}

.footer {
	margin: 10px auto 0;
	width: 80vw;
	font-size: 8pt;
}

h1 {
	font-size:140%;
	color:black;
}
h2 {
	font-size:120%;
	color:black;
}
h3 {
	font-size:110%;
	color:#404040;
}


.pagelink {
	color:gray;
	font-size:12pt;
	text-decoration:none;
}
.pagelink:hover {
	color: red;
}

table {
	text-align:left;
	border: none;
}
th {
	text-align:left;
	color:black;
}

.layouttable {
	border-width: 0px;
}

.layouttable td {
	vertical-align:top;
}

.list {
	color: gray;
	border-color: 0px; 
	border-width: 0px; 
	border-style: none; 
	width: 100%; 
	border-spacing: 0px;
}

.list th {
	background-color:white;
}

