/*** (C) spirito GmbH, 2007 ***/

/*

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,
ins, del 

*/

* {
	margin: 0;
	padding: 0;	
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/* vertical-align: baseline; */
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6{
	font-weight: bold;	
}

h1, h2, h3{
	margin-top: 15px;
	margin-bottom: 10px;
}

h4,h5,h6{
	margin-top: 7px;
	margin-bottom: 4px;
}

h6{
	font-size: 80%;
}
h5{
	font-size: 90%;
}
h4{
	font-size: 100%;
}
h3{
	font-size: 120%;
}
h2{
	font-size: 130%;
}
h1{
	font-size: 150%;
}

@media screen {
	html, body {
		height:100%;
	}
}

img,
a img,
div,
fieldset,
legend,
table,
tr,
td,
th,
tbody, 
tfoot, 
thead,
applet, 
object, 
iframe,
frame,
frameset,
ul,
li{
	border: 0;	
	margin:0;
	padding: 0;
}



body {
	line-height: 1.5;
	color: #000;
	background: #fff;
	font-size: 12px;
	font-family: arial;
	font-style: normal;
}

input[type='text'], 
textarea, 
select {
	border: 1px solid gray;
}

pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	line-height:99%;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
	font-size:inherit;
	font:100%;
	table-layout: fixed;
	border-collapse: collapse;	
	border-spacing: 0;
	empty-cells: show;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	empty-cells: show;
	vertical-align: top;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, 
blockquote:after, 
q:before, 
q:after { 
	content: ""; 
}

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

/* CLEAR */

.clear {
	clear: both;
}


/* HIDE */

.hide,
.hidden {
	display: none;
}

/* FORM */

textarea.validation-failed,
input.validation-failed,
select.validation-failed {
	background: #FFFFCC;
	border: 2px solid red;
} 

textarea.sample,
input.sample {
	color: #999;
}

input.readonly {
	background: #eee;
}

input.required {	
}


/* A container should group all your columns. */
.container {
  text-align: left;
  position: relative;
  padding: 0;
  margin: 0 auto;   /* Centers layout */
  width: 960px;     /* Total width */
}

.sidenote {
	width: 25%;
	float: right;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	padding: 0.5em;
	background: #ccc;
	overflow: hidden;
}

/* Print normalize */
@media print {

	html, body {
		background: white !important;
		color: black !important;
		width: 100% !important;
		height: inherit !important;
	}

	body a:link, 
	body a:visited {
		background: transparent;
		text-decoration: underline;
	}

	/*
	body a[href*="http://"]:link:after, 
	body a[href*="http://"]:visited:after {
	   content: " <" attr(href) "> ";
	}
	*/
	
	body .noprint {
		display: none !important;
	}

	body .print {
		display: block !important;
		position: static !important;
		margin: 0 !important;
		padding: 0 !important;
		border: none !important;
		width: auto !important;
		height: auto !important;
		float: none !important;
		clear: both !important;
		overflow: inherit !important;
		background: none !important;
	}
}
/* CSS Document */

