﻿/* Default CSS newsletter.messe.ch */

/* 00 General settings */
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background-color: #fff;
}

img {
	border: none;
}

/* 01 Typography */
body, th, td, p, input, textarea, label, select, option {
	font: normal 10px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #444;
}

input, textarea, label, select, option {
	line-height: 10px;
}

p {
	margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
	font: normal 16px/18px Georgia, serif;
	margin-bottom: 15px;
}

/* 02 Layer */
#container {
	display: block;
	width: 989px;
	margin-left: 11px;
	display: block;
	min-height: 100%;
	text-align: left;
}

* html #container {
	height: 100%; /* IE Hack */
}

#body {
	margin-bottom: 60px; /* = Height footer */
}

#pageheader {
	position: relative;
	width: 989px;
	height: 180px;
	border-bottom: 3px solid #797E80;
	margin-bottom: 5px;
}

div.keyvisual {
	position: relative;
	width: 989px;
	height: 150px;
	background: transparent url(../images/default_header_mch_group.gif) left top no-repeat;

}

/* Clearer */
div.clearer {
	position: relative;
	width: 100%;
	height: 60px;
	clear: both;
}

/* 03 Hyperlinks */
#content a {
	color: #807F83;
	text-decoration: underline;
}

#content a:hover {
	color: #000;
	text-decoration: none;
}

/* 04 Language */

/* Position */
#pageheaderlanguages {
	position: relative;
	height: 20px;
	text-align: right;
}

/* Design  */
.languages {
	float: right;
	width: 60px;
}

.languages a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.languages a:hover {
	color: #f00;
}

/* 05 Navigation */
#navigation {
	width: 164px;
	float: left;
	overflow: hidden;
}

#navigation a, #navigation a:hover {
	font: normal 10px/12px Verdana, sans-serif;
	color: #807F83;
}

#navigation a:hover {
	color: #000000;
}

 /* Content below navigation */
div.navigationcontent {
	padding: 25px 0 0 20px;
}

/* 06 Content */
#content {
	width: 630px;
	padding: 5px;
	float: left;
	overflow: hidden;
}

div.contentheader {
	display: none;
	/*width: 516px;
	height: 15px;
	font-weight: bold;
	color: #fff;
	background-color: #444;
	padding: 2px;
	margin-bottom: 10px;*/
}

/* 07 Servicebar */
div.servicebar {
	float: left;
	width: 180px;
	padding-top: 20px;
	overflow: hidden;
}

div.servicebar a {
	color: #fff;
	text-decoration: none;
}

div.servicebar a:hover {
	text-decoration: underline;
}

p.serviceboxheader {
	font-weight: bold;
}

/* 08 Footer */
#pagefooter {
	position: relative;
	width: 800px;
	height: 60px;
	padding-left: 189px;
	margin-top: -60px;
}

#pagefooter a {
	color: #444;
	text-decoration: none;
}

#pagefooter a:hover {
	color: #444;
	text-decoration: underline;
}

/* 09 Controls */ 

/* Meldungen und Fehlermeldungen */
.intro, .message, .titleerrormessage, .errormessage, .syserrormessage {
	display: block;
	padding-left: 5px;
	margin-bottom: 5px;
}
.errormessage, .syserrormessage {
	color: #f00;
}

@media print {
	.intro, .message, .errormessage, .syserrormessage, .titleerrormessage {
		color: #000;
	}
}

.intro, .errormessage {
	padding-bottom: 20px;
}

.titleerrormessage {
	padding-bottom: 10px;
}

input.senden {
	border: 1px solid #fff;
}

/* Klassen für die Detailsview AbonnentControl */
.detailsview {
	width: 520px;
	border: none;
}

.detailsview td {
	height: 32px;
	text-align: left;
	text-indent: 5px;
	background-color: #f0f0f0;
	vertical-align: top;
	border: 0;
}

.detailsview a, label {
	margin-left: 5px;
	text-decoration: none;
}

td.verlauf {
	background: #f0f0f0 url(../images/default_verlauf.gif) left bottom repeat-x;
	padding-bottom: 4px;
	vertical-align: top;
}

div.box {
	width: 520px;
	background: #f0f0f0 url(../images/default_verlauf.gif) left bottom repeat-x;
	/*z-index: 10;*/
}

div.newslettername input {
margin-top: 3px;
margin-bottom: 3px;
}

/* Box Disclaimer */
div.boxdisclaimer {
	width: 520px;
	margin-top: 10px;
	background: #f0f0f0 url(../images/default_verlauf.gif) left bottom repeat-x;
}

div.disclaimer {
	padding: 10px;
	font-size: 10px;
	font-style: italic;
	/*z-index: 10;*/
}

div.disclaimer a:link, div.disclaimer a:visited, div.disclaimer a:active {
	color: #000;
}

div.disclaimer a:hover {
	color: #f00;
}

/* Anpassung für zusätzl. div-Tag */
div.table {
	background-color: #f0f0f0;
}

@media print {
	.detailsview td	{
		background-color: #fff;
		border: 0px;
	}
	
	td.verlauf, div.box{
		background-image: none;
		background-color: #fff;
	}
}

.detailsview td.newsletter, .detailsview td.newsletter div.newslettername {
	vertical-align: top;
}

/* Command- Buttons in der Detailsview */
.detailsview td.commands {
	padding: 0px 10px 0px 350px;
	background: #f8d0d4 url(../images/default_verlauf_tuerkis.gif) left bottom repeat-x;
	height: 62px;
	vertical-align: middle;
}

@media print {
	.detailsview td.commands {
		visibility: hidden;
		position: absolute;
		top: -500px;
		background-image: none;
		background-color: #fff;
	}
}

/* Klassen für LoginControl */
div.abonnentcontrol {
	width: 520px;
	background-color: #f0f0f0;
}

div.logincontrol div.loginform {
	background: #f8d0d4 url(../images/default_verlauf_tuerkis.gif) left bottom repeat-x;
	height: 42px;
	padding-top: 20px;
	padding-left: 5px;
}

@media print {
	div.logincontrol div.loginform {
		background-image: none;
		background-color: #fff;
	}
}

/* Klassen für UnsubscribeControl*/
div.abonnentcontrol {
	width: 520px;
	background-color: #f0f0f0;
}

div.unsubscribecontrol div.unsubscribeform {
	background: #f8d0d4 url(../images/default_verlauf_tuerkis.gif) left bottom repeat-x;
	height: 42px;
	padding-top: 20px;
	padding-left: 5px;
}

@media print {
	div.unsubscribecontrol div.unsubscribeform {
		background-image: none;
		background-color: #fff;
	}
}

div.unsubscribecontrol div.unsubscribeform span {
	white-space: nowrap;
}

/* Klassen für ChangeEmailControl*/
div.changeemailcontrol {
	width: 520px;
}

label {
	margin-left: 5px;
}

/* Input fields administer Newsletter */
input#ctl00_m_cphContent_ctl00_m_dvAbonnent_m_txtVorname {
	width: 200px;
}

input#ctl00_m_cphContent_ctl00_m_dvAbonnent_m_txtName {
	width: 200px;
}

input#ctl00_m_cphContent_ctl00_m_dvAbonnent_m_txtEmail {
	width: 200px;
}

/* Input fields change e-mail address */
input#ctl00_m_cphContent_ctl00_m_txtEmail1 {
	width: 200px;
}

input#ctl00_m_cphContent_ctl00_m_txtEmail2 {
	width: 200px;
}

/* 10 Print */ 
@media print {
	#pageheader #pageheaderlanguages, #navigation {
		display: none;
	}
}

/*
form.aspnetForm {
	display: none;
}
*/
