/* Styles für Website der SOMAS EDV-Systemlöungen GmbH
   (c) SOMAS EDV-Systemlösungen GmbH, Bad Kissingen, Germany

   SOMAS-Logo   #D72842  RGB 215/ 40/ 66
   Komplementär1 #83CBE7       131/203/231
   Komplementär2 #96C8D3       150/200/211
   Komplementär2 Hell #D6E8ED       214/232/237
   Komplementär2 Dunkel #5AABB8       90/171/184
*/
   
/* ---- Allgemeines ---- */
body   {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0;
	padding: 0;
	line-height: 1.3;
}

.reg {
	font-size: 50%;
	vertical-align: super;
}

/* ---- Oben, Kopfzeile ---- */

#oben {
	position: relative;
	padding: 0;
	background: #96C8D3;
	margin-bottom: 10px;
	border-right: 5mm solid #5AABB8;
	z-index: 2;
}

img.obensomas {
	height: 40px;
}

div#obenlogo {
	position: absolute;
	right: 5mm;
	top: 5mm;
	padding: 1px;
	background: #fff;
}

div#obeninhalt {
	margin-right: 70px;
}


/* ---- Zweispaltiger Hauptbereich ---- */

#hauptbereich {
	margin: 0 10mm 0 73mm;
	padding: 0;
	background-color: #fff;
	color: #000;
}

#rechts {
	background-color: #96C8D3;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 5mm;
	height: 100%;
	z-index: 1;
}

#links {
	position: absolute;
	top: 90px;
	width: 65mm;
	border-top: solid 1px #96C8D3;
	border-right: solid 1px #96C8D3;
	border-bottom: solid 1px #96C8D3;
	padding: 3mm 3mm 3mm 0;
	background-color: #D6E8ED;
	color: #000;
	overflow: hidden;
}

/* ---- Hauptnavigation links ---- */
/* ---- 1. Ebene ---- */

div#mainnav {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

div#mainnav hr {
	color: #96C8D3;
	background-color: #96C8D3;
	height: 2px;
	border: none;
	margin: 5px 0 5px 5mm;
}

div#mainnav img {
	display: block;
	padding: 2px 0px 1px 5mm;
}

div#mainnav a {
	display: block;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 0px 1px 5mm;
}

div#mainnav a.aktiv {
	color: #D72842;
	background-image: url(../images/somas2dTiny.png);
	background-repeat: no-repeat;
	background-position: 2px 6px;
}

div#mainnav a:hover {
	background-color: #96C8D3;
}

/* ---- 2. Ebene ---- */

div#mainnav ul.subnav {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

div#mainnav ul.subnav li a {
	font-weight: normal;
	background-color: transparent;
	margin-left: 1.4em;
}

div#mainnav ul.subnav li a:hover {
	background-color: #96C8D3;
}

/* --- Tabellen ---------- */

table.zmi {
	width: 100%;
	clear: right;
} /*
   Komplementär2 #96C8D3       150/200/211
   Komplementär2 Hell #D6E8ED       214/232/237
   Komplementär2 Dunkel #5AABB8       90/171/184
*/
table.zmi tr.u td {
	background-color: #D6E8ED;
	color: #000;
}

table.zmi tr.g td {
	background-color: #96C8D3;
	color: #000;
}

table.zmi td.f {
	width: 160px;
	vertical-align: top;
}

table.kontaktliste {
	border-style: none;
	text-align: left;
	margin-bottom: 2em;
}

table.kontaktliste td {
   vertical-align: top;
}

table.leermitte {
	border-style: none;
	text-align: left;
}

/* ---- Absatztypen und Schriften ---- */

h1 {
	font-weight: bold;
	font-size: 12pt;
	display: block;
	color: #57575A;
}

h2 {
	font-weight: bold;
	font-size: 9pt;
	margin-bottom: 0;
	line-height: 1.7;
}

.person {
	float: right;
	margin: 5px 0 5px 5px;
}

.fett
{
	font-weight: bold;
}

.fettmitbalken {
	display:block;
	color: #000;
/*	background-color: #C2E1F6;*/
	background-color: #D6E8ED;
	font-weight:bold;
	margin-bottom: 5px;
}

p {
	margin-top: 0;
	margin-bottom: 2em;
	line-height: 1.7;
}

.vorliste
{
	margin-bottom: 0;
}

.liste
{
	line-height: 1.7;
	margin-bottom: 1em;
}

table.Partner {
	padding: 0;
	width: 100%;
	margin-top: 1em;
}

table.Partner tr > td
{
	border-left: solid 1px #96C8D3;
	border-top: solid 1px #96C8D3;
	border-bottom: solid 1px #96C8D3;
	vertical-align: top;
}

table.Partner td + td
{
	border-left: none;
	border-right: solid 1px #96C8D3;
	border-top: solid 1px #96C8D3;
	border-bottom: solid 1px #96C8D3;
	vertical-align: top;
	padding-top: 5px;
}

img.Partner {
	width: 150px;
	border-style: none;
	margin: 5px;
}

