/****************************
 *                          *
 *     font definitions     *
 *                          *
 ****************************/
body, input, textarea, .submit {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
}


/****************************
 *                          *
 *    format definitions    *
 *                          *
 ****************************/
#headlineText {
	font-size: 45px;
	line-height: 60px;
	font-weight: bold;
}

h3 {
	margin-bottom: 1em;
	text-align: left;
}

h4 {
	text-align: left;
		
	font-size: 100%;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 0.5em;
}

p, table, pre {
	margin-bottom: 0.5em;
}

td, th {
	padding-right: 0.5em;
	vertical-align: top;	
	padding-bottom: 0.5em;
	text-align: left;
}

td {
	padding-top: 0.5em;
	padding-bottom: 0em;
}

th {
	/* background-color: #f6fef6; */
	border-bottom: 1px solid #14b314;
	padding-bottom: 0;
}

.contact caption {
	text-align: left;
	color: #14b314;	
	font-weight: bold;
	padding-top: 1.5em;
	padding-bottom: 1em;
}

.partnerlink {
	font-weight: normal;
	font-size: 80%;
	padding-bottom: 1em;
}

.firstRow {
	padding-top: 0.5em;
}

.contact td {
	padding-bottom: 0;
}

input, textarea, .submit {
	width: 100%;
}

select, input, textarea, .submit {
	border: 1px solid #14b314;
}

input {
	font-weight: normal;
}

.times td {
	width: 7em;
}

.submit {
	padding: 5px;	
	margin-top: 20px;
	margin-right: 20px;
	
	background-color: #f6fef6;
	color: #14b314;
	
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	
	width: 100px;
}

#help {
	margin-top: 0px;
	margin-bottom: 20px;
}

#partner {
	font-weight: bold;	
}

/****************************
 *                          *
 *    color  definitions    *
 *                          *
 ****************************/
body {
	color: #777777;
}

h3, h4, #headlineText {
	color: #14b314;
}

#menu, #partner {
	background-color: #f6fef6;
	border-color: #14b314;
}

.important {
	color: red;
}

pre {
	background-color: #f6fef6;
}

#partner {
	color: #14b314;
}

/****************************
 *                          *
 *     link definitions     *
 *                          *
 ****************************/
#menu a:link, #menu a:visited, #menu a:focus, #menu a:hover, #menu a:active {
	color: #777777;
	text-decoration: none;
	font-weight: normal;		
}

.menuEntry .self {
	font-weight: bold;
	color: #14b314;
}

.menuEntry .active {
	font-weight: bold;
}

.subMenu {
	padding-left: 20px;
}

a {
	color: #14b314;
	text-decoration:  none;
}

a:hover {
	text-decoration: underline;
}

@media print {
  body, .contact caption, .submit, h3, h4, #headlineText, a {
    color: black;  
  }
  
  select, input, textarea, .submit {
    border: 1px black solid;
  }
  
  th {
    border-bottom: 1px black solid;
  }
}

