
/* 
================================================================================
 Einstellungen für den Seitenaufbau 
================================================================================
*/

html 
{ 
	height:100%; 
}

body 
{
	background-color: #dddddd; 
	margin: 0; 
	padding: 0; 
	height: 100%;
}

table.layout
{
	width: 775px;
	border-style: none;
	border-collapse: collapse;
	table-layout: fixed;
}

td.logo_links  
{ 
	background-color: #ffffff; 
	width: 225px; 
	height: 100px; 
	max-height: 100px; 
	border-style: none; 
	vertical-align: middle;
	text-align: center;
}

td.logo_mitte
{ 
	background-color: rgb(255,255,255); 
	width: 560px; 
	height: 100px; 
	max-height: 100px; 
	border-style: none; 
	padding-left: 15px; 
	padding-right: 5px; 
	vertical-align: middle;
}

td.logo_unten
{ 
	border-style: none;
	height: 75px;
	max-height: 75px;
	background-color: rgb(255,255,255); 
	padding: 15px; 
	padding-bottom: 0px;
	vertical-align: bottom;
	text-align: center;
}

td.menu 
{
	border-style: none;
	margin: 0px; 
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 50px;
	padding-bottom:50px;
	background-color: rgb(184,49,52);
	vertical-align: top;
}

td.mitte
{ 
	width: 550px; 
	height: auto;
	background-color: rgb(234,233,245); 
	border-style: none;
	padding-left: 15px; 
	padding-right: 15px;
	vertical-align: top;
}

td.abschluss
{
	background-color: rgb(234,233,245); 
	border-style: none;
	padding: 15px; 
	vertical-align: bottom;
}


/* 
================================================================================
 Einstellungen für das Menü 
================================================================================
*/

div.menu
{
	border-top: 1px solid rgb(217,102,117);
	padding-top: 5px;
	padding-bottom: 5px;
}

div.submenu
{
	padding-left: 10px; 	
	padding-top: 5px;
	padding-bottom: 5px;
}

div.subsubmenu
{
	padding-left: 20px; 	
	padding-top: 5px;
	padding-bottom: 5px;
}

b.menu 
{ 
	color: #ffffff; 
	font-weight: bold; 
	font-size: 8pt;
}

b.submenu 
{ 
	color: #ffffff; 
	font-weight: bold; 
	font-size: 7pt;
}

b.subsubmenu 
{ 
	color: #ffffff; 
	font-size: 7pt;
}

a.menu 
{ 
	color: #ffffff; 
	font-weight: bold; 
	font-size: 8pt;
}

a.submenu 
{ 
	color: #ffffff; 
	font-weight: bold; 
	font-size: 7pt;
}

a.subsubmenu
{ 
	color: #ffffff; 
	font-size: 7pt;
}

a.menu:link, a.menu:visited, a.menu:hover 
{
	color: #ffffff; 
	font-weight: bold; 
	text-decoration: none;
}

a.submenu:link, a.submenu:visited, a.submenu:hover 
{
	color: #ffffff; 
	font-weight: bold; 
	text-decoration: none;
}

a.subsubmenu:link, a.subsubmenu:visited, a.subsubmenu:hover 
{
	color: #ffffff; 
	text-decoration: none;
}


/* 
================================================================================
 Allgemeine Formateinstellungen 
================================================================================
*/

h1, h2, h3, h4, body, p, a, td, th
{ 
	font-size: 9pt; 
	font-family: Arial,Tahoma,Helvetica sans-serif;
	color: #000000;
	text-decoration: none; 
}

h1
{ 
	font-size: 13pt; 
	color: rgb(61,51,137); 
	margin-bottom: 15px;
}

h2
{ 
	font-size: 11pt; 
	margin-top: 25px;
	margin-bottom: 15px;
	color: rgb(61,51,137); 
}
h3
{
	font-size: 9pt;
	margin-top: 20px;
	margin-bottom: 5px;
	color: rgb(0,0,0);
}

img 
{ 
	border-style: none; 
}

p
{
	margin-top: 0px;
	margin-bottom: 0px;
}

p + p
{ 
	margin-top: 15px; 
}

menu
{
	margin-top: 5px;
	margin-left: 30px;
	margin-bottom: 5px;
	padding-left: 0px;
}

*.center
{
	text-align: center;
}


/* 
================================================================================
 Link-Formatierungseinstellungen 
================================================================================
*/

a 
{
	color: rgb(184,49,52); 
	text-decoration: none;
}

a:link, a:visited 
{
	color: rgb(184,49,52); 
	text-decoration: none;
}

a:hover
{
	color: rgb(184,49,52); 
	text-decoration: underline;
}


/* 
================================================================================
 Spezial-Formatierungen für die Seite "Geschäftsordnung"
================================================================================
*/

table.paragraph
{
	margin: 0px;
	padding: 0px;
	border-style: none;
	width: 520px;
}

table.paragraph td:first-child
{
	padding-left: 0px;
	vertical-align: top;
}

table.paragraph td
{
	vertical-align: top;
	padding-left: 10px;
}


/* 
================================================================================
 Spezial-Formatierungen für die Seite "Mikroprojekte"
================================================================================
*/

table.projekt
{
	border-style: none;
	border-collapse: collapse;
	width: 520px;
}

table.projekt td,th
{
	border: 1px solid rgb(61, 51, 137);
	padding-left: 5px;
	padding-right: 5px;
}

table.projekt th
{
	background-color: rgb(61, 51, 137);
	color: rgb(234,233,245); 
	text-align: left;
}

table.projekt td.trenner
{
	border-style: none;
	height: 15px;
}

