/**************************************************/
/* GLOBAL SETTINGS */
/**************************************************/
body {
	background: #9999AA;
	font-family: Arial;
	font-size: 10pt;
	color: black;
}
ul {
	list-style-type: disc;
}
/**************************************************/
/* LAYOUT */
/**************************************************/
div#page {
	width: 100%;
	height: 100%;
	text-align: center;
}
div#box {
	background: white;
	width: 1000px;
	margin: 25px auto;
	text-align: center;
}
div#header {
	margin: auto;
	text-align: center;
	padding: 25px 25px 15px 25px;
}
div#content {
	width: 100%;
	min-height: 250px;
	margin: auto;
	overflow: auto;
	text-align: center;
}

div#footer {
	margin: auto;
	text-align: center;
	padding: 10px 25px 10px 25px;
}
/**************************************************/
/* NAV */
/**************************************************/
div.nav {
	text-align: left;
	margin: auto;
	padding: 0px 25px 0px 25px;
}
div.nav_left {
	text-align: left;
	float: left;
	margin-left: 25px;
}
div.nav_right {
	text-align: right;
	margin-right:25px;
}
hr.nav {
	border: 0px; /* Firefox and Opera */
	border-top: transparent;
	border-bottom: 2px solid red;
}
span.nav_link {
	color: blue;
	cursor: pointer;
	text-decoration: underline;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
/**************************************************/
/* SITE */
/**************************************************/
div.site {
	margin:auto;
	padding: 15px 50px 0px 50px;
}
.site_title {
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
}
.site_txt {
	font-weight: normal;
	font-size: 11pt;
	text-align: justify;
}
.site_small {
	width: 500px;
	margin: auto;
}
hr.site_trenn {
	border: 0px; /* Firefox and Opera */
	border-top: transparent;
	border-bottom: 1px solid green;
	margin-top: 25px;
	margin-bottom: 25px;
}
/**************************************************/
/* FORMS */
/**************************************************/
.form_row {
	padding-bottom: 10px;
	text-align:right;
}
.form_button {
	font-size: 10pt;
}

/**************************************************/



/* fuer Fragebogen */
div.question {
	width: 90%;
	margin: auto;
	text-align: left;
	overflow: auto;
}

hr.q_trenn {
	border: 0px; /* Firefox and Opera */
	border-top: transparent;
	border-bottom: 1px solid green;
}

.q_number {
	color: black;
	font-weight: bold;
	font-size: 16px;
}

.q_text {
	font-weight: normal;
	font-size:15px;
	padding-top: 10px;

}

/* DELETE LATER*/
.txt {
	font-weight: normal;
	font-size:11pt;
}




span.link {
	color: blue;
	cursor: pointer;
	text-decoration: underline;
	text-align: center;
}

/**************************************************/
/* PRINTING */
/**************************************************/
@media print {
  
  @page {
   size: portrait;
  }
  
  div#content {
	width:auto;
	height: auto;
	margin: auto;
	overflow: visible;
	text-align: center;
  }

  div.question {
	width:auto;
	height: auto;
	margin: auto;
	text-align: left;
	overflow: visible;
  }
  
}
/**************************************************/
