/* copyright modulor - Andreas Niederer */
/* ########################################## 
Elemente all
########################################## */
body {
	margin: 0px;
	padding: 0px;
	border:0;
	color: #000000;
	background-color:#ffffff;
}
img { border:0px;}
p {
	margin-top: 0px;
	margin-bottom: 16px;
}

ul {
	list-style-position: outside;
	margin: 0px;
	margin-bottom: 16px;
	padding:0px;
	padding-left:16px;
}
li {
	margin: 0px;
	padding:0px;
}

ol {
	margin-top: 16px;
	margin-left: 35px;
	margin-right: 15px;
}
blockquote {
	margin-top: 0px;
	margin-left: 16px;
	margin-right: 0px;
}
sup , sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}
sup { bottom: 1ex; }
sub { top: .5ex; }

hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #dddddd;
	height:1px;
}
form {
	margin: 0px;
	padding: 0px;
}
select {
	margin: 0px;
	padding: 0px;
}
tr {vertical-align:top; } 
th { text-align: left; }
h1 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 16px;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}
h3 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 16px;
}
h4 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	margin-left: 16px;
}
h5 {
	font-size: 80%;
	font-weight: bold;
	margin: 0px;
}
h6 {
	font-size: 80%;
	font-weight: normal;
	margin: 0px;
}
cite { font-style:normal; color:#666666; padding:0; margin:0;}
table { }
table td { border-top:1px solid #cccccc; padding:0; }
table th { border-top:1px solid #cccccc; text-align:left; }

/* ##########################################
Classes all
########################################## */

.clear { clear:both; }
.important { background-color:#0076c0; }
.error { color:#FF0000; }
.small { font-size:75%; }
.speciallink a { background-color:#0076c0; padding:0px 14px 1px 14px; color:#FFFFFF!important; }
.speciallink a:hover { background-color:#ee7f01; }

.important { color:#FF0000; font-weight:bold; }
.grey { color:#cccccc; }