/* Scroll --
	 show the default scrollbar in Firefox
-------------------------------------------------------------- */
html {
/*overflow: -moz-scrollbars-vertical;*/
}
/* Reset --
	 Resets default browser CSS - Watch out with the UL * OL in this reset!
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* Remove annoying border on linked images. */
a img {
	border: none;
}
/* Default --
	 Sets default typography styles
-------------------------------------------------------------- */
body {
	background:#fff;
	color:#000;
	font-family:"Times New Roman", Times, serif;
	font-size:62.5%; /* 1em = 10px */
}
/* headings */
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	line-height:1;
	letter-spacing:1px;
}
h1 {font-size:2em; margin-bottom:15px; } /* 24px */
h2 {font-size:2em; margin-bottom:.2em;} /* 24px */
h3 {font-size:1.5em;} /* 18px */
h4 {font-size:1.3em;} /* 16px */
h5 {font-size:1.2em;font-weight:bold;}	/* 13px */
h6 {font-size:1.1em;font-weight:bold;}	/* 12px */

/* Content element styling
-------------------------------------------------------------- */
p           {
	margin: 0 0 1.5em;
	line-height:1.5;
	text-align: center;
}
p img.left  { float: left; margin: .5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: .5em 0 1em 1em; }

a:focus, 
a:hover     { text-decoration:underline;}
a           { color:#cc3333; text-decoration:none;}

blockquote  { margin: 1.5em; color: #666; font-family:"Times New Roman", Times, serif; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; margin-bottom:.8em;}
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr,  
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 		{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: none; }
ol          { list-style-type: decimal; }

dl          { margin: 1em 0 1.5em 0;}
dl dt       { margin-bottom:.5em; border-bottom:1px solid #CC3333;}
dl dt a		{ display:block; height:100%; padding:.4em 0; font-weight:normal;}
dl dt a:hover{ text-decoration:underline; background:#ffebeb;}
dd          { padding:0 1em 1em 0; border-bottom:1px solid #333;}

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

iframe fieldset { font-family:Georgia, Arial, Verdana, Helvetica, sans-serif; font-size:50%;}
iframe.regelads { width:500px; min-height:1100px; overflow:visible;}

/* hide element class */
.hide { overflow:hidden; position:absolute; text-indent:-9999em;}

/* clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* Regular clearing- apply to column that should drop below previous ones. */
.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}

