/* @group reset selectors */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,address {
	margin:0;
	padding:0;
}

ul,li {
	list-style-type: disc;
}

img {
	border: none;
}
/* @end */
/* @group global settings */
body { 	
	padding: 3cm 2cm 1,5cm 2cm;
	color: #000;
	font: 75%/1.5em "Myriad Pro","Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
}

html>body {
	font-size: 12px;
}

a:link, a:visited {	
	
	font-size: 1em;
	color: #000;
	line-height: 1.5em;
	text-decoration: none;
}

p, address {
	margin: 2.25em 0 0.75em 0;
	font-size: 1em;
	line-height: 1.5em;
}

address {
	font-style: normal;
}

h1,h2,h3,h4 {
	font-weight: normal;
}

h1 {
	margin: 1.125em 0 0.375em 0;
	font-size: 2em;
	line-height: 0.75em;
}

h2 {
	margin: 1.6875em 0 0.5625em 0;
	font-size: 1.3333em;		
	line-height: 1.125em;	
}

h3 {
	margin: 1.9286em 0 0.6429em 0;
	font-size: 1.1667em;	
	line-height: 1.2857em;
}

h4 {
	margin: 2.25em 0 0.75em 0;
	font-size: 1em;	
	font-weight: bold;
	line-height: 1.5em;	
}
/* @end */
/* @group common classes */

.checklist li {
	margin-bottom: 1em;
	padding-left: 20px;
	background: url("../images/i_ul_check.gif") no-repeat 0 0;
}

.vita li {
	margin: 0 0 0 12px;
	padding: 0;
	list-style: disc;
}
/* @end */
/* @group site structure */
#nav {
	display: none;
}

#refnav {
	display: none;
}

#content {
	float: left;
	width: 820px;
	margin-top: 2em;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 36px;
}

#content2 {
	float: left;
	width: 820px;
	margin-top: 2em;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 36px;
	color:#CCC;
}

ul#subnav  {
	display: none;	
}

#footer {
	display: none;
}
/* @end */
/* @group column setup */
.lastcol {
	display: none;
}
/* @end */
/* @group contact form */
form.contactform {
	width: 500px;
	margin-top: 2.25em;
	border: 1px solid #e3e3e3;
	padding: 10px;
	background: #fff;	
}
/* @end */
/* @group tabelle */
table {
	display: table;
	width: 840px;
	margin: 0;
	padding: 0;
	border: 1px solid #999;
	border-width: 1px 0 0 1px;
	caption-side: top;
	font-size: 1em;
	font-style: italic;
	line-height: 1.5em;
	text-align: left;
}

caption {
	display: table-caption;
	width: 840px;
	margin: 2.25em 0 0.75em 0;
	padding: 0 0 0.75em 0;
	font-size: 1.3333em;		
	font-style: normal;
	text-align: left;
}

thead, tfoot, tbody {
	font-style: normal;
}

thead tr th {
	display: table-cell;
	width: 210px;
	padding: 0.5em;
	border: solid #999;
	border-width: 0 1px 1px 0;
	background: #e3e3e3;
	font-size: 1.1667em;	
	line-height: 1.2857em;
	text-align: center;
	vertical-align: middle;
}

tbody tr td, th {
	display: table-cell;
	padding: 0.5em;
	border: solid #999;
	border-width: 0 1px 1px 0;
	vertical-align: middle;
	
}

tfoot tr td {
	display: table-cell;
	padding: 0.5em;
	border: solid #999;
	border-width: 0 1px 1px 0;
	background: #e3e3e3;	
	font-size: 1em;
	line-height: 1.5em;		
	vertical-align: middle;
}

.sectioncol {
	background: #f3f3f3;
}
/* @end */




