/**********
body, line-heigt ja/nein,
**********/
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: url(../gif/hg_liendlwirt.gif) repeat;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: small;
    color: #3D48BA;
    /*line-height: 1.6em;
    schrifthöhe */
}



/********** 
headers, 
**********/
h1, h2, h3, h4 {
	margin: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #800000;
	font-weight: lighter;
}

h2 {
	font-size: 120%;
	color: #3D48BA;
}

h3 {
	font-size: 100%;
	color: #3D48BA;
}

h4 {
	font-size: 80%;
	color: #3D48BA;
}


/********** 
einfacher link, 
**********/
a {
	color: #3D48BA;
}

a:hover {
	background: #add4ff;
}

a.menu {
	color: #3D48BA;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 0 8px 20px;
	width: 100%;
}

a.menu:hover {
	text-decoration: none;
	color: #cc0000;
	background: #add4ff;
}

a.footer {
	color: #3D48BA;
	text-decoration: underline;
	font-weight: bold;
}

a.footer:hover {
	text-decoration: none;
}

a.aktuell {
	color: #993300;
	font-size: 200%;
	text-decoration: none;
	padding: 8px 0 8px 20px;
	display: block;
	
}

a.aktuell:hover {
	background: #add4ff;
	text-decoration: none;
}




/**********
text styles
**********/
.txt {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: small;
	padding: 25px;	
}

.navzeile {
	line-height: 2.4em;
}


/***********
page styles 
**********/
.box { 
	border: 1px #3D48BA solid;
	background: #ffffff; 
}

.line {
	border-bottom: #3D48BA 1px solid; 
}
#bild {
	background: url(../gif/pfeil_anim.gif) no-repeat center center;
}

/**********
table
**********/



/********** 
navigation, menu
**********/









/******************************************************************************/


