/*----------------------------------*/
/* CSS Datei easykit.de */
/*----------------------------------*/


table {
padding: 0;
border-spacing: 0;
}

select {
font-size: 12pt;
}

body {
	font-family: Arial, Verdana, Tahoma,  Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0;
	line-height: 12pt;
	background-color: #D1D2D4;
	background-repeat: repeat-x;
}


 
 /*Gestaltung von Überschriften allgemein*/
/*h1{
font-family: Arial !important;
font-size: 18pt;
}

h2 {
font-family: Arial !important;
font-size: 15pt;
}

h3{
font-family: Arial !important;
font-size: 14pt;
}

h4 {
font-family: Arial !important;
font-size: 12pt;
}*/
 
/*------------------------------------------*/
/* Spezielle Gestaltung der Artikel*/
/*------------------------------------------*/

/*Gestaltung Master Table*/

.mastertable {
border: 1px solid #D1D2D4; 
position: absolute; 
left: 100px;  
background-color: #ffffff; 
width:900px; 
padding: 0px; 
border-spacing: 0px
}

/*Gestalung Artikel-Haupttabelle*/ 
 table.clArticle{
border: 1px solid #035E88;
padding: 0px;
border-spacing: 0px;
}

/*Gestaltung der horizontalen Navigationsleiste*/


table.clnavigationbar a:link {
font-weight:bold; 
color: #FFFFFF;
}
table.clnavigationbar a:active {
font-weight:bold; 
color: #FFFFFF;
}
table.clnavigationbar a:visited{
font-weight:bold; 
color: #FFFFFF;
}

table.dropdown {
padding: 0px;
border-spacing: 1px;
border-bottom: 1px solid #D1D2D4;
border-right: 1px solid #D1D2D4;
border-left: 1px solid #D1D2D4;
background-color: #fff; 
}

table.dropdown a:link {
color: #035E88;
font-weight:bold; 
}
table.dropdown a:visited {
color: #035E88;
font-weight:bold; 
}
table.dropdown a:active {
color: #035E88;
font-weight:bold; 
}
/*Gestaltung der Artikelüberschrift*/


table.clHeadline{
border: 0px;
background-color: #D1D2D4;/*#035E88;*/
margin: 0px 0px 0px 0px;
}

table.clHeadline h2{
font-family: Arial !important;
font-size: 11pt;
font-weight:  bold;
color: #035E88;
margin: 0px 2px 2px 5px;
}

table.clHeadline tr{
vertical-align: super;
padding: 0px;
border: 0px;
margin: 0px 0px 0px 0px;
}
/*Gestaltung des Titel-Bild-Bereiches in Artikeln*/
table.clImage {
background-color: #D1D2D4;
}

/*Gestaltung von Links in Artikeln*/
table.clLink {
background-color: #FFFFFF;
margin: 0px 5px 0px 0px;
}

table.clnavigation {
border: 0px solid;
line-height: 1.0;
margin-top: 14px;
}

table.clnavigation a {
font-size: 9pt;
color: #035E88;
}

h4.clnavigation {
font-size: 10pt;
color: #035E88;
font-weight: bold;
}

a:visited.clLink, a:link.clLink {
font-weight: bold;
}

a:active.clLink, a:hover.clLink, a:focus.clLink {
font-weight: bold;
}

a:link, a:visited {
color: #035E88;
text-decoration: none;
}

a:active, a:hover, a:focus {
color: #035E88;
text-decoration: underline;
}


/*Gestalung des Artikel Kurztextes / Bildes*/

table.clDescription {
text-align: justify;
background-color: #FFFFFF;
border-spacing: 0;
padding: 0;
margin: 0px 5px 0px 0px;
}
table.clDescription td{
vertical-align: top;
alignment: left;
}

.clMenuBar {
font-size: 12px;
padding: 3px 15px 3px 15px;
border-bottom: 1px solid #D1D2D4;
background:#fff;"
}

.clMenuBar a:link {
color: #035E88;
text-decoration: none;
}

.clMenuBar a:active {
color: #035E88;
text-decoration: none;
}

.clMenuBar a:visited {
color: #035E88;
text-decoration: none;
}

.clMenuBar a:hover {
color: #035E88;
text-decoration: underline;
}