/*
	NS4 doesn't do well with added colors because of the extra padding added inside each
	block element. So colors are imported. This theme file will, thus, contain mostly
	font stuff.
 */
@import "colors.css";

/*** Left Column ***/
#innerLeftColumn p
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 70%;
	line-height: 140%;
	/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
}
#innerLeftColumn h3
{
	margin: 1em 0 0 0;
}

/*** Content ***/
#innerContentColumn
{
	font-family: verdana, helvetica, sans-serif;
	font-size:80%;
	color: #333366;
	background-color:#FFFFFF;

}
#innerContentColumn h3
{
	font-size:125%;
	font-weight:bold;
	margin-bottom:1%;
	
}
#innerContentColumn h2
{
	margin-bottom:1%;
}
#innerContentColumn a
{
	text-decoration:underline;
	color:#333366;
}
.mmhide_verlauf
{
	margin-top:-1%;
	margin-bottom:10px;
}
/*** Masthead ***/
#masthead h1
{
	font-family: Arial, "Times New Roman", serif;
}

/*** Footer ***/
#innerFooter
{
	font-family: Arial, "Times New Roman", serif;
}

/*** Horizontal Navigation Area ***/
.mmhide_hnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight:bolder;
	font-size: 85%;
}

/*** Vertical Navigation Area ***/
.mmhide_vnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
	line-height: 180%; /* Mozilla suffers from a rounding problem, 
						  this value may have to be tweaked if you 
						  change the font family or size 
						*/
	/*/*/ /*/line-height: 120%;/* NS4 Adds too much space, so lower it */
}
.mmhide_newsletter{
	background: url(../images/hg_newsletter.gif) repeat-x 0 0 ;
	color: #333366;
	padding-left:3%;
	padding-top:1%;
	height:200%;
	padding-bottom:30%;
	padding-right:4%;
	margin-bottom:2%;
}
.mmhide_newsletter h2{
	margin-bottom:1%;
}
.mmhide_newsletter vnav{
	padding-right:7%;
}
#border{
	border-right-color:#333366;
	}

