/*
File			:	DTMN_Styles.css
Purpose		:	General purpose stylesheet for the companies' website.
Author		:	Martin Nau
Copyright	:	(c)2013 by Datentechnik Martin Nau
					- All rights reserved -
*/

body {
	background-color: #222222;
	font-family: Arial, Sans-Serif, sans;
	font-size: 12px;
	color: #7d5522;
}
/* ************* */
/* table classes */
/* ************* */

/* Main Positioning table */
table.MainPosTab
{
	width: 650px;
	border: 0px;
}

td.MainPosTop
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: center;
}

td.MainPosMenu
{
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
}

td.MainPosMiddle
{
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

td.MainPosBottom
{
	padding: 0px;
	text-align: center;
}

/* Menu table */
table.MenuTab
{
	width: 100%;
}

td.MenuCell
{
	width: 16%;
	height: 30px;
	font-weight: bold;
	font-size: 15px;
	/* background-color: #121212; */
	text-align: center;
	padding: 5px;
}	

/* Text formatting table */
tr.txtFormatRowAlt
{
	background-color: #202020;
}

td.txtFormatCell
{
	text-align: left;
	vertical-align: top;
}

td.txtFormatCellHd
{
	text-align: left;
	vertical-align: top;
	background-color: #333333;
	font-weight: bold;
}

/* ************ */
/* Text classes */
/* ************ */

/* Sequencing */
.seqBack
{
	border-width: 1px;
	border-style: ridge;
	border-radius: 5px, 5px;
	border-color: #333333;
	border-spacing: 5px;
	background-color: #2a2a2a;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
}

/* diverse */
h1
{
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

h2
{
	font-size-adjust: 17px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

a:link
{
	color: #7d5522;
	text-decoration: underline;
}

a:active
{
	color: #7d5522;
	text-decoration: underline;
}

a:visited
{
	color: #7d5522;
	text-decoration: underline;
}

a.MenuTxt:link
{
	color: #7d5522;
	text-decoration: none;
}

a.MenuTxt:active
{
	color: #7d5522;
	text-decoration: none;
	font-size: 17px;
}

a.MenuTxt:hover
{
	color: #7d5522;
	text-decoration: none;
	font-size: 17px;
}

a.MenuTxt:visited
{
	color: #7d5522;
	text-decoration: none;
}
