/* General Element Styles */
* {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #555555;
	line-height: 20px;
	padding: 0;
	margin: 0;
}

body {
	background-color: transparent;
}

a, a:visited {
	color: #009DDC;
	text-decoration: none;
}

a:hover, a:active {
	color: #FBAD18;
	text-decoration: none;
}

/* General Classes */
.clear {
	clear: both;
	display: block;
	height: 0;
}

.small {
	font-size: 9px;
	line-height: 12px;
}

.right {
	float: right;
	vertical-align: middle;
}

.highlight {
	color: #24387F;
	font-weight: bold;
}

.link {
	color: #24387F;
}

.normal {
	font-weight: normal;
	font-size: 11px;
}

.divider-single {
	clear: both;
	border-bottom: 1px dotted #009DDC;
	margin: 5px 0;
}

.divider-double {
	clear: both;
	height: 3px;
	background: url(../images/divider.png) repeat-x;
}

/* Main Widget Parts */
div.header {
	width: 0px;
	height: 0px;
/*	background: url(../images/header_apply-online_de.png) no-repeat; */
/*	padding: 1px 10px 0px 10px; */
}

div.content {
	background: #fff;
	padding: 10px 10px 0px 10px;
}

div.footer {
	clear: both;
	background: #fff;
	padding: 5px 0 2px 10px;
}

div.footer a {
	font-size: 10px;
	color: #aaa;
	text-decoration: none;
}

/* Form Styles */
form div.element-container {
    margin-bottom: 10px;
    padding: 0px !important;
    clear: both;
}

form div.element-container label {
	display: block;
	float: left;
	line-height: 18px;
	background: #fff;
	border-right: 3px solid #fff;
}

form div.element-container div.input-container {
	float: right;
	border-left: 3px solid #fff;
}

form div.element-container input, form div.element-container select {
	padding: 1px;
/*	border: 1px solid #aaa; */
	width: 145px;
}

form div.element-container div.dots {
	height: 13px;
	border-bottom: 1px dotted #000;
	margin: 0 20px;
}

form div.checkbox-container div.input-container {
	float: left;
	margin-right: 8px;
}

form div.checkbox-container label {
	line-height: 12px;
}

form div.button-container {
    clear: both;
    margin-bottom: 10px;
}

/* Feedback Style */
div.feedback {
	margin-bottom: 12px;
}

div.feedback ul {
	list-style-type: none;
}

div.feedback li {
	color: #a00;
	font-size: 11px;
	line-height: 14px;
}

/* List Style */
ul.list {
	list-style-type: none;
	padding: 1px 0 1px 0;
	margin: 2px -10px 5px -10px;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
}

ul.list li {
	display: block;
	padding: 1px 10px 1px 10px;
}

ul.list li.even {
	background: #eeeeee;
}

ul.list li.odd {
	background: #ffffff;
}

div.list-header {
	font-weight: bold;
}

/* Button Style */
.button {
	display: block;
	height: 19px;
	line-height: 19px;
	background: #24387F;
	border: 0;
	color: #fff !important;
	font-size: 11px !important;
	text-decoration: none !important;
	cursor: pointer;
}

.button:hover {
	background: #009DDC;
}

input.button, button.button {
	padding: 0px 6px 2px 6px;
}

a.button {
	padding: 0 9px;
}
.rssimage15 {
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: none;
    background-image: url('/skins/fresenius/images/icon_rss_15.png');
}

div.link a img {
    border: 0px;
}