/* ****************
Zunftfarben sind:
weiss  : #FFFFFF;
rot    : #DE1022;
rot 2  : #F5BABE (für Hintergründe);
schwarz: #191919;
grau   : #A3A3A3;
gelb   : #FFE40A;
***************** */

body {
	font-family: Tahoma, Arial, sans-serif;
	color: #191919;
	background-color: #FFFFFF;
	margin: 20px 0 0 0;
	font-size: small;
}

table {
	font-size: 95%;
	margin: 0;
}

table#wrap {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
}

table#header {
	margin: 20px 1px 0 0;
	width: 100%;
	background-color: #DE1022;
	text-align: right;
	border-top: 1px solid #DE1022;
	border-bottom: 1px solid #DE1022;
	vertical-align: middle;
}

table#wrap_bottom {
	margin: 0 0 0 0;	
	width: 100%;
}

td#menu {
	width: 25%;	
	text-align: left;
	vertical-align: top;
	background-color: #F5BABE;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 0px 20px;
}

td#space {
	padding: 0px 10px 0px 0px;
	width: 0px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
}

/* ************* */
/* BEGIN Content */
td#content {
	width: 73%;	
	text-align: left;
	vertical-align: top;
}

td#content h1 {
	margin: 35px 0px 10px 0px;
	font-size: 130%;
	color: #000000;
	text-align: left;
	letter-spacing: 2px;
}

td#content h2 {
	margin: 10px 0px 5px 0px;
	font-size: 110%;
	color: #000000;
	text-align: left;
	letter-spacing: 2px;
}

td#content h3 {
	margin: 10px 0px 5px 0px;
	font-size: 100%;
	color: #000000;
	text-align: left;
	letter-spacing: 2px;
	border-bottom: 1px #000000 solid;
}

td#content p {
	color: #000033;
	margin: 10px 0px 10px 0px;
	font-size: 100%;
}

td#content a {
	color: #000099;
	text-decoration: none;
	/*background-image: url(../../img/arrow_right.gif);
	background-repeat:no-repeat;
	background-position: left;
	vertical-align: text-bottom;
	padding: 0px 0px 0px 15px;*/
	font-size: 100%;
}

td#content a:active {
	color: #000000;
	text-decoration: none;
	font-size: 100%;
}

td#content a:visited {
	color: #000099;
	text-decoration: none;
	font-size: 100%;
}

td#content a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #3362B4;
	font-size: 100%;
}
/* END Content */
/* *********** */

/* ************ */
/* BEGIN Hiddenlink */
#hiddenlink {
	clear: both;
	text-align: left;
}

#hiddenlink a {
	background-image: url(../../img/blind.gif);
	background-repeat:no-repeat;
	color: #000000;
	text-decoration: none;
}

#hiddenlink a:active {
	color: #000000;
	text-decoration: none;
}

#hiddenlink a:hover {
	color: #000000;
	text-decoration: none;
}

/* END Hiddenlink */
/* ************ */

/* ************ */
/* BEGIN Footer */
#footer {
	clear: both;
	border-top: 1px #000000 solid;
	width: 100%;
	text-align: right;
	margin: 10px 0px 0px 0px;
}

#footer a {
	color: #000099;
	text-decoration: none;
	background-image: url(../img/link.jpg);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 10px;
}

#footer a:active {
	color: #000000;
}

#footer a:hover {
	color: #FF0000;
}

/* END Footer */
/* ************ */

#errorMsg {
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-size: 100%;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	background-color: #ECA2A2;
}

/* BEGIN ContentForm */
/* ***************** */
table#form {
	width: 100%;
}

td#formLabel {
	width: 100px;
	font-style: bold;
	text-align: left;
	vertical-align: top;
}

td#formElement {
	/*text-align: left;
	vertical-align: top;*/
}

fieldset {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
}

#contentForm p {
	padding-top: 10px;
	padding-bottom: 10px;
}

table#form p {
	
}

legend {
	background-color: #FFFFFF;
	border: 0.1em;
	border-color: #7E9FDA;
	border-style: solid;
	color: #3362B4;
	font-weight: bold;
	padding: 0.5em;
}

.wordDecorator {
	color: #191919;
	letter-spacing: 2px;
	border-top: 1px solid #F5BABE;
	border-bottom: 1px solid #F5BABE;
}

/* END ContentForm */
/* *************** */

