﻿/*body
{
background:#ffffff;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
line-height:150%;
color:#2d3231;
margin: 0px;
padding: 0px;
}

h2
{
font-family:Georgia, "Times New Roman", Times, serif;
font-weight: bold;
color:#2d3231;
line-height: 1em;
font-size:16px;
}

tr.TrGeschlecht td 
{
  padding-top: 5px;
}


a                {font-family:Georgia, "Times New Roman", Times, serif;color:#2d3231;text-decoration:none;font-weight:bold;}
a:hover          {font-family:Georgia, "Times New Roman", Times, serif;color:#2d3231;text-decoration:underline;font-weight:bold;}
ctl00_Main_linkEditEmail  {font-family: Trebuchet MS, arial, verdana, sans-serif;color:#2d3231;text-decoration:none;font-weight:bold;}

input, select, textarea {
 background-color: #FFFFFF;
	  font-family:Georgia, "Times New Roman", Times, serif;
	  font-size:12px;
	  color: #2d3231;
	  border: solid 1px #2d3231;
	  padding: 2px 0 2px 0;
}

.Caption{
  margin:0;
  padding:0;
}


.TrAbsenden tr{
text-align:right;
text-align:left;
}
#ctl00_Main_cmdSubmit{
margin-left:117px;
background-color:#2d3231;
color:#FFFFFF;
font-weight:bold;
cursor:pointer;
}

*/




/******************************************/
/* CSS DEFINITIONS FOR NEWSLETTER-MODULE  */
/******************************************/

#newsletter {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:auto !important;
}

#newsletter div.errorMessage, #newsletter div.okMessage, #newsletter div.form  {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	float:left;
	height:auto !important;
}

#newsletter div.errorMessage {
	color: #ff0000;
}

#newsletter p {
	width: 300px;
    clear: left;
    margin: 0;
    padding: 2px 0 3px 0;
    padding-left: 155px;
    _padding-left: 165px;
    height: 1%;
}

#newsletter p label {
    font-weight: bold;
    float: left;
    margin-left: -155px;
    width: 150px;
}

#newsletter p label.description {
    font-weight: normal;
    float: left;
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
}

#newsletter input[type=checkbox], #newsletter input[type=radio]{
    float: left;
	width: 20px;
	text-align:left;
}

#newsletter input[type=text], #newsletter input[type=password]{
    overflow: hidden;
	width: 250px;
}

#newsletter select {
	width: 254px;
}


#newsletter textarea {
    width: 250px;
    height: 150px;
}

