/* CSS Styhlsheet für Newsletter-forumlar Deutsch /Schriftgröße 11px */


label {
	width: 130px;
}


div.checkbox label,
h3 label {
	float: none;
	width: auto;
}

#email,
#name,
#plz {
  border      : 1px solid #162D8B;
  background  : #ffffff;
  width       : 250px;
  height      : 20px;
  margin-bottom: 4px;
  margin-left : 18px
  font-size   : 12px;
  
}

.content ul li {
display : none;
}

#index-navigation ul {
display : none;
}

.content {
	z-index           : 9;	
	position          : absolute;
	width             : 62%;	
	height            : 69%;
	top               : 26%;
	left              : 3%;
	margin-left       : 211px;
	vertical-align    : top;
	line-height       : 17px;
	overflow          : auto;
	font-family       : Arial,sans-serif;
	font-weight       : normal;
	font-style        : normal;
	font-variant      : normal;
	font-stretch      : normal;
	font-size         : 12px;
}