@charset "UTF-8";
/*
 * IronShark Entertainment
 * (X)HTML/CSS Framework Beta
 * typo.css
 */

/* ============================================================================================== */
/* ============================================================================// Text Formatting */
/* ============================================================================================== */
p				{ }
p strong {
	font-size:16px;
	line-height:20px;
	color:#9A0C00;
	}
p:firstchild	{font-weight:bold;}
.b				{font-weight:bold;}
.backseat       {color:#777;}


.teaserText {
	color:#9A0C00;
	}


.importantLink1	{
	background-image:url(images/wegweiser2.gif);
	background-position:0px 4px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 15px;
	font-weight:bold;
}
a.importantLink1:link, 
a.importantLink1:active, 
a.importantLink1:visited {
	color:#FFF;
	text-decoration:none;
}
.importantLink2	{
	background-image:url(images/wegweiser1.gif);
	background-position:0px 4px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 15px;
	font-weight:bold;
}
a.importantLink2:link, 
a.importantLink2:active, 
a.importantLink2:visited {
	color:#9A0C00;
	text-decoration:none;
}

a.importantLink1:hover, 
a.importantLink2:hover {
	text-decoration:underline;
}

/* ----------------------------------------------------------------------------// link formatting */
a:link, 
a:visited	{
    text-decoration:underline;
    color:#000;
}
a:hover, 
a:active	{text-decoration:none;}

a.white:link, 
a.white:visited	{
    text-decoration:none;
    color:#fff;
}
a.white:hover, 
a.white:active	{text-decoration:underline;}

/* ---------------------------------------------------------------------------// hover formatting */
a.hover1:link, 
a.hover1:visited	{text-decoration:none;}
a.hover1:hover, 
a.hover1:active		{text-decoration:underline;}

a.hover2:link, 
a.hover2:visited	{text-decoration:underline;}
a.hover2:hover, 
a.hover2:active		{text-decoration:none;}

a.hover3:link, 
a.hover3:visited	{text-decoration:none;}
a.hover3:hover, 
a.hover3:active		{text-decoration:none;}

/* ------------------------------------------------------------------------// headline formatting */
h1, h2, h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

/* -----------------------------------------------------------------------------------// fontSize */
/* Browser Adjustment for Opera (if div is containing images only) */
.fSize0		{font-size:0px; line-height:0px;}
.fSize8		{font-size:8px;  line-height:12px;}
.fSize9		{font-size:9px;  line-height:12px;}
.fSize10	{font-size:10px; line-height:12px;}
.fSize11	{font-size:11px; line-height:14px;}
.fSize12	{font-size:12px; line-height:16px;}
.fSize13	{font-size:13px; line-height:17px;}
.fSize14	{font-size:14px; line-height:18px;}
.fSize15	{font-size:14px; line-height:19px;}
.fSize16	{font-size:16px; line-height:20px;}
.fSize17	{font-size:17px; line-height:21px;}
.fSize18	{font-size:18px; line-height:22px;}
.fSize19	{font-size:19px; line-height:23px;}
.fSize20	{font-size:20px; line-height:24px;}
.fSize20	{font-size:21px; line-height:25px;}
.fSize22	{font-size:22px; line-height:26px;}
.fSize23	{font-size:23px; line-height:27px;}
.fSize24	{font-size:24px; line-height:28px;}

/*
 * 
 */