body {
	margin: 0px;

	background-color: #ffffff;
  background-image:url(../images/allgemein/bg.gif);
	background-position: center;
  background-repeat: repeat-y;
}


/*
** Schriftformatierung 
** -----------------------------------------------------------------
*/

/* 1) allg. Formatierung */
body, table, tr, td  {
	background-color: #ffffff;
  border: 0px;
  border-collapse: collapse;
	 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	line-height: 16px;
}

h1  {
	font-size: 19px;
	font-weight: normal;
	color : #000000;
	margin-top: 0px; 
	margin-bottom: 15px;
	margin-left: 0px;
	padding-bottom: 0px;
	text-transform: none;
	/*background-color: inherit;*/
	border-width: 0px;
	border-color: #99B5D2;
	border-style: dotted;
}

h2  {
	font-size: 15px;
	font-weight: bold;
	color : #000000;
	/*background-color: inherit;*/
	margin-top: 0px; 
	margin-bottom: 0px;
}

h3, h4, h5  {
	font-size: 12px;
	font-weight: bold;
	color : #000000;
	margin-top: 0px; 
	margin-bottom: 0px;
}

h6  {
	font-size: 11px;
	font-weight: normal;
	color : #000000;
	margin-top: 0px; 
	margin-bottom: 0px;
}


/*
** Standardlinks
** -----------------------------------------------------------------
*/

a:link, a:visited, a:active  {
	text-decoration : none;
	color : #2D81B4;
}

a:hover  {
	text-decoration : underline;
	color : #2D81B4;
}


/*
** Angaben zum Inhaltsbereich
** -----------------------------------------------------------------
*/
.content {
	width: 520px;
	height: 360px;
	
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	
	vertical-align: top;
	
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0px;
	padding-bottom: 25px;

	border-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-color: #ffffff;
	border-style: solid;
}

ul {
	 /* list-style-image: url(bullet.gif);*/
	 list-style-type: disc;
	 padding-left: 16px;
	 margin-left: 0px;
}

li {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	
	margin-bottom: 8px;
}

/* Modell Tabellen */

/* Tabellenaussenrahmen */
table.contenttable {
	border-width: 0px;
	border-color: #000000;
	border-style: solid;
	border-collapse: collapse; 
	width: 520px;
}

/* Tabelleninnenleben */
table.contenttable tr, table.contenttable th, table.contenttable td {
	vertical-align: top;
	padding: 0px;
	border: 1px;
	border-color: #ffffff;
	border-style: solid;
}
 

/* erste spalte Farbwechsel */
table.contenttable tr.tr-even th {
	background-color: #DCE3EE;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
table.contenttable tr.tr-odd th {
	background-color: #FFFFFF;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}

table.contenttable td.td-0  {
	width: 360px;
}


/* zweite spalte Farbwechsel */
table.contenttable tr.tr-even td {
	background-color: #DCE3EE;
	padding: 4px;
}
table.contenttable tr.tr-odd td {
	background-color: #FFFFFF;
	padding: 4px;
}

table.contenttable td.td-last {
	width: 350px;
}



/* Spaltentitel Header */
table.contenttable tr.tr-0 th, table.contenttable tr.tr-0 td {
	background-color: #CDD5E1;
	padding: 4px;
	border-bottom: 0px;
	font-weight: bold;
}
/* definition rand rechts der ersten Spalte */
table.contenttable tr.tr-0 th {
	border-right: 0px;
	border-color: #000000;
	border-style: solid;
}



/*Spaltentitel Footer 
table.contenttable tr.tr-last th, table.contenttable tr.tr-last td {
	background-color: #9CABB7;
	padding-top: 5px;
	border-bottom: 0px;
	font-weight: bold;
}
 definition rand rechts der ersten Spalte 
table.contenttable tr.tr-last th {
	border-right: 1px;
	border-color: #000000;
	border-style: solid; 
}*/

/* // Modell Tabellen */





/*
** Header
** -----------------------------------------------------------------
*/
.logo {
	background-color: #F2F6FC;
  background-image: url(/fileadmin/images/header/bglogo.jpg);
  background-repeat: no-repeat;
	color: #000000;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 45px;
	padding-left: 10px;
	padding-right: 47px;
}

.bgHeader {
	background-color: #ffffff;
  background-image:url(/fileadmin/images/header/bgmitte.jpg);
  background-repeat: no-repeat;
	
	color: #000000;
	height: 112px;
	margin: 0px;
	padding: 0px;
}

/*
** rechte Spalte
** -----------------------------------------------------------------
*/
.right {
	background-color: #ffffff;
  background-image:url(/fileadmin/images/header/bgright.jpg);
  background-repeat: no-repeat;
	
	width: 203px;
	
	color: #000000;
	vertical-align: top;
	
	margin: 0px;

	padding-top: 209px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 0px;
}

.breadcrumbs {
	color: #2D81B4;
	background-color: #ffffff;
	height: 21px;
	vertical-align: middle;
	text-align: right;
	padding-right: 25px;
}

.home a:link, .home a:visited, .home a:active {
	color: #2D81B4;
	text-decoration : none;
}
.home a:hover {
	color: #2D81B4;
	text-decoration : underline;
}

.kontakt a:link, .kontakt a:visited, .kontakt a:active {
	color: #2D81B4;
	text-decoration : none;
}
.kontakt a:hover {
	color: #2D81B4;
	text-decoration : underline;
}

.print a:link, .print a:visited, .print a:active {
	color: #2D81B4;
	text-decoration : none;
}
.print a:hover {
	color: #2D81B4;
	text-decoration : underline;
}

.english{
	color: #2D81B4;
	background-color: #ffffff;
	padding-left: 10px;
	vertical-align: middle;
}

