/* default language cssarticle */
						/* 11 Newsletter */
/* Basisweb-View */
* {
	margin: 0;
	padding: 0;
}

body, th, td, input, textarea, label, select, option, p {
	font: 12px/16px Arial, Verdana, Helvetica, sans-serif;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	line-height: 24px;
	margin: 0px 0;
}

h1{
        color: #a71528;
}

p {
	margin-bottom: 16px;
}


ul, ol, li {
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

ul {
margin-left: 15px;
margin-top: 10px;
margin-bottom: 10px;
}

#newslettercontainer {
	width: 640px;
	background-color: #fff;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #82959f;
}

#newslettercontainer #banner img {
	width: 640px; /* gestaucht, original 640px */
}

.newsletterdatum {     
	 padding-left: 10px;     
	 font-style: italic;     
}     
     
.newslettertitel {     
	 font-weight: bold;     
	 /*padding-left: 5px;*/     
}

#newslettertitel {     
	 padding-top: 10px;     
}

.newsletterliste {     
	 padding-bottom: 0;     
}     
     
.newsletterheader {     
	 background-color: #fff;     
	 padding: 5px;
	 margin-top: 10px;    
	 border: 1px solid #82959f;     
}

#newslettercontainer h1, #newslettercontainer p.top a {
	padding: 10px;
}

/* Layout E-Mail Preview (ist hier integriert, weil bei mehrsprachiger CSS-Verwendung Newsletter-CSS nicht einzeln angezogen werden kann)*/

/* Typography */
table#outlook2007 #container h1 {
	padding: 10px;
}

/* Layers */
table#outlook2007 #container  {
	width: 640px;
	margin: 0;
}

table#outlook2007 {
	width: 600px;
	border: 1px solid #82959f;
	background-color: #fff;
}

#linkinstanz {
	float: left;
}

#newsletterlanguages {
	float: right;
}

#banner img {
        border: 0px;
}

#mailanrede {
	padding: 10px;
}

#titel {
	padding: 10px;
}

#mailheader {
	padding: 10px;
    font-weight: bold;
}

#directory {
	padding: 10px;
}

#mailfooter {
	padding: 10px;
	color: #666;
}

#footerimage {
}

/* Directory */
#directory ul, #directory li {
	margin: 0;
	padding: 0;
}

#directory li {
	list-style: none;
}

/* Hyperlinks */

a, a:hover {
 color: #a71528;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

#linkinstanz a {
	text-decoration: none;
}

#newsletterlanguages a {
	text-decoration: none;
	margin-right: 5px;
}

#mailfooter a {
	color: #666;
}

/* Toplinks */
table#outlook2007 #container p.top {
	clear: both;
	background-color: #fff;
	padding: 10px;
}
table#outlook2007 #container .top a:link, table#outlook2007 #container .top a:visited, table#outlook2007 #container .top a:hover, table#outlook2007 #container .top a:active {
	padding-right: 12px;
	text-decoration: none;
	background: url(http://media.messe.ch/xpedite/corporate/2007/images/icon-top.gif) no-repeat right center;
}

/* Itemelements: itemleft, itemright, itemrow */
div.itemleft {
	padding: 10px;
}

/* Text floats image to the right */
div.itemleft img.textfloat {
	float: left;
	padding-right: 10px;
}

div.itemleft img.textnofloat {
	float: left;
	padding-right: 10px;
}



div.itemright {
	padding: 10px;
}

/* Text floats image to the left */
div.itemright img.textfloat {
	float: right;
	padding-left: 10px;
}

div.itemright img.textnofloat {
	float: right;
	padding-left: 10px;
}

div.itemrow {
	padding: 10px;
}

div.left {
	float: left;
	width: 290px;
}

div.right {
	float: right;
	width: 290px;
}
