@charset "utf-8";
/* ###################### 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-family:inherit;
}

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

h1,h2,h3,h4,h5,h6,strong,b,th,dt {
	font-size:100%;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th { 
	text-align:left; 
}

img,abbr,acronym {
	border:0; 
}

em,i,dfn,cite,var,address {
	font-style:normal;
}

pre,code {
	font-family:'courier new',courier,mono;
	font-size:1.0em;
}

q:before,q:after { 
	content:''; 
}

:focus {
	outline:0;
}



/* ###################### HELPER CLASSES ###################### */
.clearOnly {
	clear:both;
}

.clear {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}

.left {
	float:left;
}

.right {
	float:right;
}

.noPadding {
	padding:0 !important;
}

.noMargin {
	margin:0 !important;
}

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

.clearfix {
	display:inline-block;
}

.none {
	display:none;
}

.inline {
	display:inline;
}

/* Hide from IE Mac \*/.clearfix{ display:block; }/* End hide from IE Mac */



/* ###################### GENERAL DEFINITIONS ###################### */

html {
	height:100%;
	/*Defaults to ~16px across browsers*/
	/*font-size:100.01%;*/
	/*Defaults to ~12px across browsers*/
	font-size:75.01%;
}

body {
	height:100%;
	/* NOTE: the last entry "sans-serif" is a workaround to make safari3 display the size of its mono correctly! */
	font-family:'Courier New',Courier,monospace,sans-serif;
	font-size:1.0em;
	/*line-height calculates to 18px (~12px * 1.5 = ~18px)*/
	line-height:1.5em;
	color:#111;
	/*Testing the text-rythm at ~18px*/
	background:#fff;
}

h1,h2,h3 {
	font-family:'Times New Roman',Times,serif;
	text-transform:uppercase;
}

h1 {
	font-size:3.0em; /*~24px*/
	font-weight:bold;
	font-style:italic;
	line-height:1.1em; /*~31,2px*/
	/*letter-spacing:-0.01em;*/
	margin-bottom:0.25em;
}

* html h1 {
	line-height:1.3em;
}

h2 {
	font-size:2.0em; /*~18px*/
	font-weight:bold;
	font-style:italic;
	line-height:1.1em; /*~23,4px*/
	letter-spacing:0.05em;
	margin-bottom:0.5em;
}

h3 {
	font-size:1.5em; 
	font-weight:bold;
	font-style:italic;
	line-height:1.3em;
	letter-spacing:0.05em;
	font-weight:bold;
	margin-bottom:0.25em;
}

h4,h5,h6 {
	font-size:1.0em;
	font-weight:bold;
	margin-bottom:0.25em;
}

h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
	display:none;
}

p,ol,ul,dl {
	font-size:1.0em;
	margin-bottom:1.5em;
}

/* Only for Safari(?) 
 * NO: A bug in safari if a title for css-files is given (!)
body:first-of-type p,
body:first-of-type ol,
body:first-of-type ul,
body:first-of-type dl {
	font-size:1.3em;
}*/

a {
	color:#000;
	text-decoration:none;
	/*border-bottom:1px dotted #000;*/
}

h1 a,h2 a,h3 a {
	border:0;
}

a:hover {
	border-bottom:1px dotted #000;
}

strong,b {
	font-weight:bold;
}

em,i {
	font-style:italic;
}

table {
	border:0;
	background:#fff;
	margin-bottom:1.5em;
}

table caption {
	font-size:1.10em;
	font-weight:bold;
	padding:0 0 3px 3px;
}

table tr {

}

table th,
table td {
	padding:1px 4px 1px 4px;
	border:0;
	vertical-align:top;
	white-space:nowrap;
}

table th {
	background:#fff;
}

table p {
	margin-bottom:0;
}

p {
	margin-bottom:0;
}

.required {
	font-style:italic;
}

a {
	border-bottom:1px dotted;
}



/* ###################### LAYOUT ###################### */
#page {
	position:relative;
	width:965px;
	min-height:100%;
	margin:0 0 0 35px;
}

#primaryContent {
	float:left;
	min-height:400px;
	margin:35px 25px 0 0;
}