/**Newsletter - general **/
/*
Project: Hamburg Sued Internet
Version: 0.1
File: newsletter.css
Author: Julia Hosieny, Michael Schmidt
*/

.newsletter_header {
	width: 730px;
	height: 180px;
}	

.newsletter_header_picture {
	width: 730px;
	height: 100px;
}

.newsletter_header_title {
	width: 695px;
	height: 80px;
	font-size: 480%;
	color: #ffffff;
	padding-left: 35px;
	float: bottom;
	background-repeat: repeat;
}

h1.newsletter_headline {
	font-size: 23px;
	margin-top: 15px;
}

.newsletter_item_right {
	width: 235px;
	height: 100%;
    float: right;        
}
	
.newsletter_item_left {
	width: 235px;
	height: 100%;
	float: left;
}

.newsletter_item_2col hr, .newsletter_item_1col hr, .newsletter_item_1col_table hr {
	border: 0;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #ccc;
	width: 100%;
} 

.newsletter_item_1col_table {	
}

.newsletter_color {
    padding-left: 15px;
    padding-right: 10px;
	margin-bottom: 15px;
} 
	
.newsletter_grey {
    padding-left: 15px;
    padding-right: 10px;
	margin-bottom: 15px;
}

.newsletter_white {
	margin-bottom:15px;
}

.newsletter_table {
	cellspacing: 0px; 
	cellpadding: 0px; 
	border: 0px;
}

.newsletter_item_2col {
}

.newsletter_item_1col {
	padding-top: 10px;
	padding-bottom:10px;
}

.newsletter_item_2col_inner {
	padding:10px;
}

p.newsletter_item_text_closing_white:after, p.newsletter_item_text_closing_grey:after, p.newsletter_item_text_closing_color:after{
	padding-right:5px;
	padding-left:3px;
}

.newsletter_item_text_white, .newsletter_item_text_grey, .newsletter_item_text_color {
	margin: 10px 0px 0px;
}

h1.newsletter_item_headline_color {
	color: #ffffff;
}

h1.newsletter_item_headline_white,  h1.newsletter_item_headline_grey, h1.newsletter_item_headline_color {
	margin-bottom: 0px;
	padding-bottom: 7px;
}

h1.newsletter_item_2col
	width: 220px;
}

.newsletter_item_subline_color {
	color: #ffffff;
}

.newsletter_item_subline_white, .newsletter_item_subline_grey, .newsletter_item_subline_color {
	font-weight: bold; 
	line-height: 1.3em; 
	position: relative; 
	text-decoration: none;
	margin: -6px 0px -17px;
	padding-bottom: 7px;
	font-size: 110%;
}

.newsletter_img_l_white {
    margin-right: 15px;
}

.newsletter_img_l_grey, .newsletter_img_l_color {
	margin-left: -15px;
    margin-right: 15px;
}

.newsletter_img_r_white, .newsletter_img_r_grey, .newsletter_img_r_color {
	margin-right: -10px;
	margin-left: 10px;
}

.newsletter_img_l_color, .newsletter_img_r_color {
	color: #535353;
}

.newsletter_img_l_color, .newsletter_img_r_color, .newsletter_img_l_grey, .newsletter_img_r_grey {
	margin-top: -10px;
}

body.newsletter_email_body {
	background: #DFE0E0;
	height: 100%;
}

.newsletter_email_main {
	background: #ffffff;
	position: relative;
	width: 590px;
	height: 100%;
	/* for IE */
	overflow:hidden;
}

.newsletter_email_page {
	width: 590px;
	margin-left: 45px;
	margin-right: 45px;
	margin-top: -5px;
	/* for IE */
	height: 100%;
	overflow: hidden;
}

.newsletter_email_header {
	height: 100%;		
	width: 590px;	
}	

.newsletter_email_header_picture {
	width: 590px;
	height: 165px;
}

.newsletter_email_header_title {
	width: 555px;
	height: 65px;
	font-size: 480%;
	color: #ffffff;
	padding-left: 35px;
	background-repeat: repeat;
}

.newsletter_email_publishing {
	color: #ffffff;
	font-size: 120%;
	padding: 10px 10px 25px 40px;
}

.newsletter_email_publisher {
	float: left;
	width: 75%
}

.newsletter_email_publish_date {
	float: right;
	width: 25%;
	text-align: right;
}

.newsletter_email_disclaimer {
	width: 500px;
	margin-left: 45px;
	margin-right: 45px;
}

h1.newsletter_email_disclaimer {
	padding: 0px 0px 5px;
	margin-left: 0px;
	margin-right: 0px;
}
.newsletter_email_footer {
	color: #ffffff;
	height: 30px;
	width: 570px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;	
}

.newsletter_email_cut_40px {
	margin-top: -40px;
}
	