body {
	background-color: #fff;
	padding: 0 0 30px 0;
	margin: 0;

	font-size: 11px;
	font-family:Verdana,Geneva,Arial,Helvetica,Sans-serif;
	color: #302005;
}

/**********/
/* HEADER */
/**********/

div#header {
	border-bottom: 15px solid #00a2bd;
	margin-bottom: 30px;
	zoom: 1;
}

img#robecologo {
	width: 149px;
	height: 26px;
	display: block;
	margin: 38px 0 8px 44px;
}

img#robecologo_metondertitel {
	width: 150px;
	height: 44px;
	display: block;
	margin: 38px 0 8px 44px;
}

/**********/
/* FOOTER */
/**********/

div#footer {
	height: 90px;
	background-image: url('../images/footer-dots-bg.gif');
	background-repeat: repeat-x;
	margin-top: 27px;
	zoom:1;
	overflow:hidden;
}
div#footer div#servicemenu {
	margin:14px 0 0 50px;
}
div#footer a{
	color: rgb(140, 140, 140); 
	font-family:Verdana,Geneva,Arial,Helvetica,Sans-serif;
	text-decoration: none;
}
div#footer a.robecodirect {
	font-weight:bold;
}
div#footer p{
	margin-left: 39px;
}


img#youniquefooter {
	width: 959px;
	height: 30px;
	display: none;
}

div#footerlinks {
	padding-top:   30px;
	padding-left:  40px;
}

div#footerlinks a {
	text-decoration: none;
	color: #8c8c8c;
}

div#footerlinks span {
	margin: 0 10px 0 10px;
}

/********/
/* MENU */
/********/

div#menu {
    width: 225px;
    float: left;
}

div#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div#menu ul li {
    margin: 0;
    padding: 0;
}

ul.service-menu {
	width: 215px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.service-menu li {
    border-bottom: 1px dotted #999999;
    margin: 0;
    padding: 0;
}

ul.service-menu a {
	color: #999999;
	text-decoration: none;
	padding-left: 10px;
	line-height: 32px;
}

ul.service-menu a:hover {
	color: #e68a00;
}

ul.dock-bottom {
    position: absolute;
    bottom: 0;
    left: 0;	
}

/***********/
/* CONTENT */
/***********/

a {
	color: #0096ad;
}

a:hover {
	/*text-decoration: none;*/
}

a.pdf {
	background-image: url('../images/icon-pdf.png');
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 20px;
	display: block;
	line-height: 25px;
}

a.menu {
	background-position: 0 0;
	display: block; 
	width: 217px; 
	height: 40px;
}

a.menu:hover {
	background-position: 0 -40px;
}

a.menu_active {
	background-position: 0 -80px;
}

img {
    border: 0;
}

form {
    margin: 0;
}

p {
    margin: 0 0 1.5em 0;
    line-height: 1.7em;
}

	p.intro {
	    margin-bottom: 40px;
	}
	
	p.footnote {
		color: #999999;
		font-size: 10px;
	}
	
	p.no-bottom-margin {
		margin-bottom: 0;
	}

div.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}

div#contentpane {
    width: 916px;
    margin-left: 43px;
}

div#contentpane-wide {
    width: 951px;
    margin-left: 43px;
    position: relative;
    overflow: hidden;
}

div#content {
    width: 646px; /* 656 - 5 - 5 */ 
    float: left;
    border: 1px solid #c8c8c8;
    padding: 5px;
}

div#content-right {
    width: 675px; /* 691 - 8 - 8 */ 
    float: left;
    border: 1px solid #c8c8c8;
    padding: 8px;
    position: relative;
}

div#content-right-noframework {
    width: 512px;
    float: left;
    border: 1px solid #c8c8c8;
    padding: 8px;
    position: relative;
}

div#rightcolomn {
    width: 220px;
    float: left;
    border: 1px solid #c8c8c8;
    padding: 8px;
    margin-left: 20px;
    position: relative;
}


div#textcontent {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

div#warning {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #FF9900;
    border: 1px solid #00A2BD;
}


ul.options {
	list-style-type: none;
	margin: 0 0 2em 0;
	padding: 0;
}

ul.options li {
	margin: 0;
	padding: 4px 0 0 0;
}

label.h3like {
	font-weight: bold;
	font-size: 1em;
}

/**************/
/* NAVIGATION */
/**************/

ul.wizard-nav {
	margin: 15px 0 0 0;
	padding: 0;
	list-style-type: none;
}

ul.wizard-nav li {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	width: auto;
}

/*********/
/* FORMS */
/*********/

input.text,
textarea.text {
    background-image: url('../images/bg-input.png');
    background-repeat: no-repeat;
    background-position: top right;
    border: 1px solid #aab3b3;
    width: 165px;
    padding: 3px;
    font-family: verdana, geneva, arial;
    font-size: 11px;
}

input.error {
    border: 1px solid #f89408;
}

div.error {
    width: 180px;
    color: #f89408;
    float: right;
}

div.form-error {
	color: #f89408;
	padding-left: 10px; 
}

div.shadowbox-error {
    padding: 16px;
    line-height: 20px;
}

div.shadowbox-error h3 {
    margin-top: 0;
}

select {
    font-size: 1em;
    font-family: verdana, geneva, arial;
}

a.ajaxlink {
    text-decoration: none;
    font-weight: bold;
}

a.ajaxlink:hover {
    text-decoration: underline;
}

ul.clean {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.clean li {
    margin: 0;
    padding: 0;
}

.todo {
    color: #cc0000;
}

h1 {
	color: #0096ad;
	font-size: 22px;
}

h5 {
    font-size: 11px;
}

