
/******************************
Autor:		Manuela Zogbaum
Company:	New Media Standards
Date:			12.08.09
Version:		1.0
******************************/

/** Global 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;
					outline: 0;
					font-weight: inherit;
					font-style: inherit;
					font-size: 100%;
					font-family: inherit;
					vertical-align: baseline;
}

caption, th, td {
					text-align: left;
					font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }

table {
					border-collapse: separate;
					border-spacing: 0;
}

:focus { outline: 0; }

body {
					line-height: 1;
					color: black;
					background: white;
}

ol, ul { list-style: none; }

/**General Site Rules********************************************************************/


body {
					font: 70%/1.5em Arial, Verdana, sans-serif;
					background:#fff;
					color:#006ab3;
					margin: 10px 0;
}

br { line-height:0.8em; }

a {
					color:#006ab3;
					text-decoration:underline;
					font-weight:bold;
}

a:hover { color:#CC0000; }

a img { border:none; }

strong { font-weight:bold; }

em { font-style:italic; }

ul li a { display:block; }

ul.inline li {
					float:left;
					display:inline;
}

ul.inline li a { text-align:center; }

/**Functions ******************************************************************************/

.hide, .hideforprint {
					position: absolute;
					top: -1000em;
					left: -1000em;
					height: 1px;
					width: 1px;
}

.clearfix:after {
					content: ".";
					display: block;
					clear: both;
					height: 0;
					visibility: hidden;
}



/**Layout *********************************************************************************/

body#reg #content{ padding:20px; }