BODY	{
	background: #FFFBFB;
	font-family: Palatino Linotype, Georgia, Garamond, AGaramond, Schoolbook, serif;
	color: Black;
}

A	{
	text-decoration : none;
}

A:link {
	color:#C6BE9A;
}

A:visited {
	color:#442244;
}

A:active {
	color:#442244;
	font-weight : 700;
}

A:hover {
	text-decoration : underline;
	color: #442244;
	}


HR {
	height: 3px;
	margin-bottom : 10px;
	color:#C6BE9A;
	background-color: #C6BE9A;
	}


/* Brodtext */
.txt {
	font-size : 15px;
	font-family : Palatino Linotype, Georgia, Garamond, AGaramond, Schoolbook, serif;
	color : Black;
	line-height : 140%;
	text-align : justify;
}

/* Apotekarstil */
TT {
	font-size : 13px;
	font-family : Palatino Linotype, Georgia, Garamond, AGaramond, Schoolbook, serif;
	color : Black;
	line-height : 130%;
	text-align : justify;
}

/* Titel */
H1 {
	font-size : 28px;
	font-family : Impact, Arial narrow, Helvetica condensed, Verdana, sans serif;
	font-weight : 500;
	color : #C6BE9A;
	line-height : 120%;
	text-decoration : none;
	text-align : left;
	margin : 0em;
	padding : 0em;
	border: none;
}

/* Undertitel */
H2 {
	font-size : 16px;
	font-family : Impact, Arial narrow, Helvetica condensed, Verdana, sans serif;
	font-weight : 500;
	color : #C6BE9A;
	line-height : 120%;
	text-decoration : none;
	text-align : left;
	margin : 0em;
	padding : 0em;
	border: none;
}

/* Inhalt */
H5 {
	font-size : 15px;
	font-family : Arial narrow, Helvetica condensed, Verdana, sans serif;
	font-weight : 500;
	font-style : normal;
	color : #C6BE9A;
	line-height : 120%;
	text-decoration : none;
	text-align : left;
}

H5 P {
	margin-top : 0px;
	margin-bottom : 6px;
}

.mini {
	font-size : 13px;
	font-family : Palatino Linotype, Georgia, Garamond, AGaramond, Schoolbook, serif;
	line-height : 120%;
}

/* Sidrubrik */
.sidrub {
	font-size : 15px;
	font-family : Trebuchet MS, Tahoma, Lucida Sans, Arial, Verdana, sans-serif;
	font-weight : 700;
}


/* Sidtext */
.sidtxt {
	font-size : 13px;
	font-family : Palatino Linotype, Georgia, Garamond, AGaramond, Schoolbook, serif;
	line-height : 130%;
}


