﻿/* CSS-Layout */

body {
	 background-color: #AAA;
	 margin: 0px;
}

.main {
	 background-color: #FEE133;
	 width: 850px;
	 height: 570px;
}

.content {
	 background-color: #FFFFCB;
	 width: 100%;
	 height: 407px;
}

.teaser {
	 width: 165px;
	 background-color: #669956;
}

.div_content {
	 overflow: auto; 
	 width: 657px; 
	 height: 409px;
}

.div_content_table {
	 width: 640px; 
	 height: 409px;	
}

.div_content_td_headline {
	 vertical-align: top;
	 padding: 4px 0px 0px 0px;
}

.div_content_td_text {
	 vertical-align: top;
	 padding: 14px 28px 14px 28px;
	 font-family: Arial;
	 font-size: 9pt;
	 color: #000000;
	 font-weight: normal;	
	 line-height: 18px;
}

.div_content_td_text_2 {
	 vertical-align: middle;
	 padding: 0px 28px 14px 28px;
	 font-family: Arial;
	 font-size: 9pt;
	 color: #000000;
	 font-weight: normal;	
	 line-height: 18px;
}

.div_content_td_image {
	 vertical-align: middle;
	 padding: 14px 12px 0px 28px;	 
}

.div_content_td_image_2 {
	 vertical-align: middle;
	 padding: 14px 12px 0px 0px;	 
}
