/* Used colors:
 * ------------
 * 7fba14 - light green
 * ffcccc - light pink
 * ac7360 - dark pink
 * green
 * red
 * black and white
 */



html,body {
	width: 100%;
	height: 100%;
	margin: 0em;
	padding: 0em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#content {
	position: relative;
	padding-top: 3em;
	text-align: justify;
	padding-left: 2em;
	padding-right: 2em;
	font-size: 0.8em;
}

#bottom {
	width: 100%;
	text-align: center;
	font-size: 0.77em;
	margin-bottom: 0.3em;
}

#header {
	display: none;
}

#top_menu {
	display: none;
}

#navi {
	display: none;
}

#banner {
	display: none;
}

#admin {
	display: none;
}

#left_border {
	display: none;
}

#right_border {
	display: none;
}

#bottom_border {
	display: none;
}

#login {
	width: 60%;
	margin-left: 20%;
	text-align: center;
	padding: 2em;
	border-color: #ac7360;
	border-style: solid;
	border-width: 0.05em;
	background: #ffcccc;
}

a:link {
	color: green;
}

a:visited {
	color: green;
}

h1 {
	font-family: Verdana;
	font-size: 1em;
	padding: 0em;
	margin: 0em;
}

img {
	border: none;
}

input, textarea, select {
	border-color: #ac7360;	
	border-style: solid;
	border-width: 0.05em;
}

table {
	table-layout: auto;
	text-align: left;
	border: 0em;
	margin-left: auto;
	margin-right: auto;
}

th {
	text-align: center;
}

td {
	vertical-align: top;
}

.a_abort a:link {
	color: #ac7360;
}

.a_abort a:visited {
	color: #ac7360;
}

.a_abort a:hover {
	color: red;
}

.button {
	width: 8em;
}

.div_book {
	position: absolute;
	width: 40%;
}

.div_center {
	text-align: center;
}

.div_cover {
	float: left;
	margin-right: 1em;
}

.div_right {
	text-align: right;
}

.no_border {
	border-width: 0em;
}

.span_admin a {
	font-size: 0.7em;
	color: #ac7360;
	text-decoration: underline;
}

.span_admin a:visited {
	color: #ac7360;
}

.span_admin a:hover {
	color: red;
}

.span_alert {
	color: #ac7360;
	font-weight: bold;
}

.span_default {
	color: black;
}

.span_smallfont {
	font-size: 0.7em;
}

.span_smallfont_green {
	color: green;
	font-size: 0.7em;
}

.table_content {
	table-layout: fixed;
	border-collapse: collapse;
}

.table_content th {
	background-color: #ffcccc;
}

.table_content td {
	/* dirty hack for ie */
	width: 1%;
}

.td_border {
	border-color: #ac7360;
	border-style: solid;
	border-width: 0.05em;
}

.td_border_left {
	border-left-color: #7fba14;
	border-left-style: solid;
	border-left-width: 0.1em;
}

.td_center {
	text-align: center;
}

.td_center_strong {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	width: 33%;
}

.td_center_strong_color {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background-color: #7fba14;
	width: 33%;
}

.td_center_strong_line {
	text-align: center;
	font-weight: bold;
	border-bottom-color: #7fba14;
	border-bottom-style: solid;
	border-bottom-width: 0.2em;
	width: 33%;
}

.td_left {
	text-align: left;
}

.td_left_ul{
	border-bottom-color: #ac7360;
	border-bottom-style: solid;
	border-bottom-width: 0.05em;
	text-align: left;
	vertical-align: middle;
}


.td_right {
	text-align: right;
}

.td_right_ul {
	border-bottom-color: #ac7360;
	border-bottom-style: solid;
	border-bottom-width: 0.05em;
	text-align: right;
	vertical-align: middle;
}

.tr_border {
	border-color: #ac7360;
	border-style: solid;
	border-width: 0.05em;
}

.w15 {
	width: 15%;
}

.w30_left {
	width: 30%;
	text-align: left;
}

.w30_right {
	width: 30%;
	text-align: right;
}

.w40_center {
	width: 40%;
	text-align: center;
}

.w50 {
	width: 50%;
}

.w55 {
	width: 55%;
}

.w70 {
	width: 70%;
}

.w80 {
	width: 80%;
}

.w100 {
	width: 100%;
}

