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,
tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	line-height: 125%;
	/*vertical-align: baseline;*/
}

/* default font */
*, html *, * html {
	font-family: verdana, arial, sans-serif;
	color: #333333;
}

/* common block element settings */
h1, h2, h3, h4, h5, h6, 
p, ol, ul, dl, pre, 
blockquote, table, form {
	font-size: 12px;
	margin: 0 0 1em 0;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

/* headlines [h1-h6] */
h1, h2, h3, h4, h5, h6 { font-weight: bold; margin: 1em 0 0.5em 0; color:inherit;}

h1 { font-size: 200%; }
h2 { font-size: 180%; }
h3 { font-size: 160%; }
h4 { font-size: 140%; }
h5 { font-size: 120%; }
h6 { font-size: 100%; }

/* paragraph, pre, blockquote */
pre {
	font-family: courier;
}


blockquote {
	margin: 0 0 auto 2.5em;
}


/* lists [ul, ol, dl] */
ul, ol { padding: 0 0 0 2.5em; }

ul { padding: 0 0 0 2.2em; }
ul li { padding: 0 0 0.5em 0.23em; }

ol li { padding: 0 0 0.5em 0.1em; }

dl dt { font-weight: bold; }
dl dd { margin: 0 0 0.5em 0; }


/* table [table, tr, th, td] */
table {
	border-collapse: collapse;
	border: 1px solid #bababa;
}

table tr th, table tr td {
	text-align: left;
	vertical-align: top;
	border: 1px solid #bababa;
	padding: 0.5em;
}

table tr th {
	font-weight: bold;
	background: #ebebeb;
}


/* forms [form, fieldset, inpt, ...] */
form {}

fieldset {
	display: block;
	border: 0;
	padding: 0;
	margin: 0 0 1em 0;
	vertical-align: top;
}

fieldset legend {
	padding: 0;
}

label {
	display: block;
	float: left;
	width: 170px;
	padding: 3px 10px 3px 0;
}

input, textarea {
	border: 1px solid #bababa;
	font-family: inherit;
	font-size: inherit;
}


a {
	text-decoration:none;
}

/* rte links */

#contentMain p.bodytext a,
#contentMain a.internal-link,
#contentMain a.mail
{
	border-bottom: 1px dashed #718997;
}

#contentMain p.bodytext a:hover,
#contentMain a.internal-link:hover,
#contentMain a.mail:hover
{
	color:#056195;
	border-bottom: 1px dashed #056195;
}


p.csc-linkToTop {
	border-top:1px dashed #ddd;
	text-align: right;
}


p.csc-linkToTop a {
	background: transparent url('../gfx/to_top.html') 0 center no-repeat;
	padding-left:15px;
}

.csc-mailform-field {
	clear:both;
}

div.seperator {
	border-bottom: 1px dashed #ddd;
	height:1px;
	margin:10px 0;	
}

table p {
	margin:0;
}
