html {
  margin-bottom    : 1px;
  height           : 100%;
}
.TextMain{
	color:#044986;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: justify;
	padding: 15px;
}
.TextRight{
	color:#044986;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 15px;

}

/* Text beim restlichen Content der Seite */
.TextBlase{
	color:#044986;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
}
.TextKommentar{
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
}
.TextContent{
	color:#044986;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: justify;
	padding: 15px;
}
.TextContent a{
	color:#044986;
	
	text-decoration: none;
}
.TextContent a:visited {
	text-decoration: none;
}
.TextContent a:hover {
	text-decoration: none;
	font-weight:bold;
}
/* Text ohne Blocksatz */
.TextContent_ohne{
	color:#044986;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 15px;
}
.TextContent_ohne a{
	color:#044986;
	
	text-decoration: none;
}
.TextContent_ohne a:visited {
	text-decoration: none;
}
.TextContent_ohne a:hover {
	text-decoration: none;
	font-weight:bold;
}
/* Grüner Balken */
.TextGreen{
	color:#FFF;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-left: 15px;
}
.TextGreen a{
	color:#FFF;
	text-decoration: none;
}
.TextGreen a:visited {
	text-decoration: none;
}
.TextGreen a:hover {
	text-decoration: underline;
}
.TextGreenTrennstrich {
	color:#95EA87;
	padding-left: 15px;
	font-size:25px;	
}

.UserGreen{
color:#FFF;
	text-align:right;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-left: 15px;
}
.UserGreen a{
	color:#FFF;
	text-align:right;
	text-decoration: none;
}
.User a:visited {
	text-decoration: none;
}
.UserGreen a:hover {
	text-decoration: underline;
}


/* Blaue Kästchen*/
.LinkBlue {
	color:#95EA87;
	text-align:center;
	
}
.LinkBlue a{
	color:#FFF;
	font-size:20px;
	text-decoration: none;
}

/*Links Banner*/
.Banner{
	color:#044986;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.Banner a{
	color:#044986;
	text-decoration: none;
	font-weight:bold;
}
.Banner a:visited {
	text-decoration: none;
}
.Banner a:hover {
	text-decoration: underline;
}

/* Links im Shop */
.link_Shop{
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.link_Shop a{
	color:#FFF;
	text-decoration: none;
	font-weight:bold;
}
.link_Shop a:visited {
	text-decoration: none;
}
.link_Shop a:hover {
	text-decoration: none;
}
.shop_trennlinie_oben {
	background:url(./images/trennpunkt.png) repeat-x;
	height:4px;
	left top;border:none;
}
.shop_trennlinie_unten {
	background:url(./images/trennpunkt.png) repeat-x;
	height:4px;
	left center;border:none;
}

/* formularfelder */
.formular_lang{
	border: 1px #ccc solid;
	background:url(./images/formulare/textfield_bottom.png) bottom repeat-x;
	height: 25px;
	font-size: 1em;
	width: 120px;
}
.formular_kurz{
	border: 1px #ccc solid;
	background:url(./images/formulare/textfield_bottom.png) bottom repeat-x;
	height: 25px;
	font-size: 1em;
	width: 70px;
}
.formular_start{
	border: 1px #ccc solid;
	background:url(./images/formulare/textfield_bottom.png) bottom repeat-x;
	height: 25px;
	font-size: 1em;
	width: 150px;
}
.formular_shop{
	border: 1px #ccc solid;
	background:url(./images/formulare/textfield_bottom.png) bottom repeat-x;
	height: 25px;
	font-size: 1em;
	width: 30px;
}
.formular_betreff{
	border: 1px #ccc solid;
	background:url(./images/formulare/textfield_bottom.png) bottom repeat-x;
	height: 25px;
	font-size: 1em;
	width: 300px;
}
.formular_textarea{
	border: 1px #ccc solid;
	background:url(./images/formulare/textfield_bottom.png) bottom repeat-x;
	height: 25px;
	font-size: 1em;
	height:75px;
	width: 300px;
}
.formular_agb{
	border: 1px #ccc solid;
	background:url(./images/formulare/textfield_bottom.png) bottom repeat-x;
	height: 25px;
	font-size: 1em;
	height:100px;
	padding-bottom: 4px;
	width: 500px;
}
.formular_email{
	border: 1px #ccc solid;
	background:url(./images/formulare/textfield_bottom.png) bottom repeat-x;
	height: 25px;
	font-size: 1em;
	width: 200px;
}
.button{
	border: none;
	font-family: verdana;
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	background: url(./images/formulare/button.png);
	background-repeat: no-repeat;
	width:150px; 
	height:38px;
	
}
