@import url("layout-table.css");
@import url("menu.css");

/*
Header Hintergrund Grau (leicht bläulich):  #f0f0f5


*/


body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: black;
}

#content {
	/* border: 1px solid #1b9cff; 
	white-space: nowrap; */
}

#content #header {
	height: 85px;
	background: url(../images/bg/bg-header.png) repeat-x;
	border-bottom: 1px solid #d2d2d2;
	white-space: nowrap;
	overflow: hidden;
}

#content h1 {
	height: 74px;
	background: url(../images/bg/bg-header-text.png) repeat-x;
	text-align: center;
	margin: 5px;
}

#content #main {
	float: right;
	overflow: hidden;
	background-color: #f5fbff;
	border: 1px solid #d7edff;
	width: 86%;
	padding: 0.5em;
	margin: 0 0px 5px 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/**** LINKS ****/

a img {
	border: 0;
}

/*
a:link {
	color: #004478;
}
*/

a:hover {
	color: #ff5100;
}

/**** HEADINGS ****/

#content h2 {
	font-size: 1.5em;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #1b9cff;
	letter-spacing: 0.1ex;
}

#content h3 {
	font-size: 1.2em;
	margin: 1em 0 0.6em 0 ;
	letter-spacing: 0.1ex;
	/* color: #1b9cff; */
}

#content h4 {
	font-size: 1em;
	margin: 1em 0 0.6em 0 ;
	letter-spacing: 0.1ex;
}

/**** SIDEBAR ****/

#sidebar {
	float: left;
	width: 13%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow: hidden;
}

/**** LINKS-BOX ****/

ul#links-box {
	font-size: 0.7em;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	border: 1px solid #b4b4b4;
}

ul#links-box .title {
	display: block;
	font-size: 1.2em;
	letter-spacing: 0.2ex;
	background: url(../images/bg/bg-header-submenu.png) repeat-x;
	border-bottom: 1px solid #b4b4b4;
	margin: 0;
	padding: 0 8px 0 8px;
}

ul#links-box li {
	background-color: #f0f0f5;
	padding: 4px 0 4px 0;
}

ul#links-box li img {
	width: 80px;
}

/**** FOOTER ****/

#content #footer {
	clear: both;
	height: 42px;
	background: url(../images/bg/bg-footer.png) repeat-x;
	border-top: 1px solid white;
}

#content #footer p {
	height: 25px;
	padding: 4px 2px;
	margin: 10px 5px 5px 5px;
	background: url(../images/bg/bg-footer-text.png) repeat-x;
	text-align: center;
	font-size: 14px;
	color: white;
}

#content #footer a:link,
#content #footer a:visited,
#content #footer a:active, {
	text-decoration: underline;
	color: white;
}

.hpanel {
	border-top: 1px solid white;
	border-bottom: 1px solid #b4b4b4;
	background-color: #f0f0f5;
}

.clear {
	clear: both;
}

.tiny-text {
	font-size: 8pt;
}

/**** CONTENT TABLES ****/

#content table {
	/* width: 100%; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	table-layout: fixed;
	border: 1px solid #9cd2ff;
	border-spacing: 3px;
	border-collapse: separate;
	empty-cells: show;
}

#content th {
	font-size: 1.1em;
	background-color: #9cd2ff;
}

#content tr {
	vertical-align: top;
}

#content td {
	border: 1px solid #d7edff;
	padding: 0.2em 0.5ex;
}

#content p {
	margin: 0 0 1em 0;
}

/* Title image for projects */
img.prTitle {
	margin: 20px 0 0 10px;
}

img.prScreenshot {
	margin: 0 4px;
}
