﻿/* ! selbst erstelltes CSS ! */

.hidden {
	visibility: hidden;
	height: 0px;
}

h2 {
	text-align: center;
}
h3 {
	text-align: center;
}



/* Äußere Box für den gesamten Bereich - DIV selber (id = _01newsletter) */

#_01newsletter{
	text-align: center;
	height: 400px;
	padding-top: 50px;
}
.box_out{
	width: 800px;
	margin: 0 auto;
	color: #333333;
}

/* Link-Definitionen (box_out) */
.box_out a:link,.box_out a:visited  {
	text-decoration: underline;
	color: #000;
}
.box_out a:hover  {
	text-decoration: none;
	color: #000;
}





/* DIV um das Formular zum Eintragen neuer Adressen */
.formular{
	text-align: center;
}


	
	
	



	
/* Aussehen von kleinem Text */
.small, .small a:link,.small a:visited {
	font-size:10px;
	text-decoration:none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	}
.small a:link,.small a:visited {
	text-decoration:underline;
	}
.box_out a:hover  {
	text-decoration: none;
}
	
/* Hervorgehobener, wichtiger Text */
.highlight {
	font-weight:bold;
	color:red;
	}
	


	
	



/* Formular-Elemente */
/* Normales Textfeld */
.input_field {
}

/* Formular-Text */
.input_text {
	margin-top: 8px;
	margin-bottom: 20px;
	color: #404040;
}

	
/* Formular-Buttons */
.input_button {
}
	
/* Dropdown-Boxen */
.input_selectfield {
}
	
	
	
	
	
	
	
/* Copyright-Hinweis */
/* Sichtbare Hinweis darf ohne eine entsprechende Lizenz NICHT entfernt werden! */