* {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear:both;
	height:0px;
	overflow: hidden;
}

a img {
	border:none;
}

a {
	color:#0000FE;
}

h1 {
	color:#8D8D8D;
	font-size:18px;
	padding-bottom:20px;
}

h2, h4.news_betreff {
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
}

p {
	padding-bottom:10px;
}

#content_main ul {
	padding-left:30px;
	padding-bottom:10px;
}

.box_email_api_out {
	background-color: #EFF4F7;
	padding:1px;
	border:1px solid #006AB3;
}

.box_email_api_in {
	background-color: #EFF4F7;
	padding:25px;
	/*border:1px solid #006AB3;*/
	width: 270px;
}

.box_lightgrey {
	background-color: #EFF4F7;
	padding:25px;
	border:1px solid #3C98CB;
}

.right {
	float:right;
}

.left {
	float:left;
}

.image_right {
	padding:0px 0px 10px 10px;
	float:right;
}

.image_left {
	padding:0px 10px 10px 0px;
	float:left;
}

.highlight {
	font-size:15px;
	color:#4D4D4D;
	line-height:1.2;
}

.strong_highlight {
	font-weight:bold;
	font-size:18px;
	color:#4D4D4D;
	line-height:1.2;
}

.center {
	text-align:center;
}

a.button{
	color:#FFFFFF;
	font-weight:bold;
	font-size:18px;
	line-height:54px;
	background:url(layout/screen/button.png) no-repeat top left;
	text-decoration:none;
	display:block;
	width:135px;
	margin:10px auto 0;
}

span.button_left {
	display:block;
	width:10px;
	height:54px;
	background:url(layout/screen/button_left.png) no-repeat top left;
	float:left;
}

span.button_text {
	display:block;
	height:54px;
	line-height:54px;
	padding:0 10px;
	background:url(layout/screen/button_bg.png) repeat-x top left;
	float:left;
}

span.button_right {
	display:block;
	width:10px;
	height:54px;
	background:url(layout/screen/button_right.png) no-repeat top left;
	float:left;
}

.partner_logo {
	clear:both;
	float:left;
	width:150px;
	margin-bottom:20px;
}

.partner_contact {
	float:left;
	width:450px;
	margin-bottom:20px;
}

div.news_trenner {
	background-color:#B2D2E7;
	height:1px;
	line-height:1px;
	overflow:hidden;
	margin:15px 0;
}

.news_text {
	padding-bottom:10px;
}

.news_text p {
	padding-bottom:0px;
}

td.news_date {
	color:#8D8D8F;
	vertical-align:top;
	padding-right:10px;
	font-size:11px;
}

td.news_subject {
	padding-bottom:10px;
}

.required {
    font-weight: bold;
}

.error {
    color: #B00000
}

#terms_of_use {
    list-style-position: inside;
    font-weight: bold;
    padding-bottom: 10px;
}

#terms_of_use ol {
    padding-top: 10px;
}

#terms_of_use ol li {
	margin-left: 40px;
    font-weight: normal;
    padding-bottom: 10px;
    list-style-position: outside;
}

/*############# Error/Hinweise #################################################*/

.error_cell {
	padding: 8px;
	border: 1px solid #B4BCAD;
	color: #CC0000;
	margin-bottom:15px;
}

.error_cell a {
	color: #CC0000;

}

.note_cell {
	padding: 8px;
	border: 1px solid #B4BCAD;
	margin-bottom:15px;
}

.note_cell_image  {
	padding: 8px 8px 8px 30px;
	border: 1px solid #B4BCAD;
	margin-bottom:15px;
	background-repeat: no-repeat;
	background-position: 8px 8px;
}

input.text, textarea.text, select.text {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}