/* TEACHING TOOLS */

body, input, td, button {
	font-family: "Trebuchet MS","Arial MS Unicode","Arial";	
	font-size: small;
	color: #000000;
	margin-left: 5%;
	margin-right: 5%;
	}

div#Header {
	/*background-color: #dddddd;*/
	border: solid 2px #cccccc;
	border-left-color: #eeeeee;
	border-top-color: #eeeeee;
	width: auto;
	margin-bottom: 1em;
	background-image: url(pics/Hintergrund_pool.gif);

	padding-left: 0.5em;
	font-size: x-large;
	font-style: italic;
	color: #cc0000;
	color: #ffffff;
	}

span.HeaderPart_1 {
	font-weight: bold;
	position: absolute;
	color: #993333;
	text-indent: 0.115em;
	margin-top: 0.115em;
	}

span.HeaderPart_2 {
	font-weight: bold;
	position: absolute;
	}

span.CopyRight {
	font-size: x-small;
	}

/* Menu styles */
div#MenuContainer {
	float: left;
	width: 26%;	
	/*background-color: #dddddd;*/
	border: solid 2px #cccccc;
	border-left-color: #eeeeee;
	border-top-color: #eeeeee;
	background-image: url(pics/Hintergrund_pool.gif);
	}

div#MenuContainer a {	/* a.MenuItem */
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	color: #ffffff;
font-weight: bold;
	}

div#MenuContainer a:hover {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	background-color: #000099;
	border: solid 1px #ffffff;
	}

div#MenuContainer a.MenuItemActive {
	background-color: #000099;
	border: solid 1px #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	}

div.SubMenuItem {
	/* Changed 4.1.2007 to avoid jumping of submenues before they are hidden */
	display: block;
	padding-left: 15px;
	}

/* Content container styles */
div#ContentContainer {
	float: right;
	width: 70%;
	}

div.PageTitle {
	font-size: large;
	background-color: #b4cbdb;
	padding: 3px;
	padding-left: 10px;
	border: solid 2px #d1edff;
	border-right-color: #98a8b5;
	border-bottom-color: #98a8b5;
	width: auto;
background-color: #000099;
color: #ffffff;
	}

div.Section {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px;
	background-color: #dddddd;
	border: solid 2px #cccccc;
	border-left-color: #eeeeee;
	border-top-color: #eeeeee;
	width: auto;
	}

div.SectionTitle {
	font-size: medium;
	font-weight: bold;
	padding: 3px;
	padding-left: 10px;
	margin-bottom: 15px;
	background-color: #dddddd;
	border: solid 2px #cccccc;
	border-right-color: #eeeeee;
	border-bottom-color: #eeeeee;
	}

table.BrowserSupport {
	border: solid 1px #000000;
	}

table.BrowserSupport td {
	background-color: #cccccc;
	text-align: center;
	width: 16%;
	}

ul {
	/*margin-left: 25px;*/
	}

ul li {
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: justify;
	}

/* Global styles */
a.aLink {

	}

a {
	text-decoration: none;
	color: #0000aa;
	cursor: default;
	}

a:hover {
	color: #2d85af;
	}

a:visited {
	text-decoration: none;
	}


strong.SoftwareProg {
	color: #362dad;
	font-style: italic;
	}

table.SoftwareLicences {
	width: auto;
	border: solid 1px #000000;
	}

table.SoftwareLicences td {
	background-color: #cccccc;
	}

p.ToU {
	border: solid #cc0000 2px;
	padding: 5px;
	}

.InlineBox {
	font-size: small;
	padding: 2px;
	border-style: solid;
	border-width: 2px;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	border-right-color: #eeeeee;
	border-bottom-color: #eeeeee;
	}
