@charset "UTF-8";

/* reset and global */

/*
	removed:
		- not in strict: applet, basefont, center, dir, font, frame, frameset, iframe, isindex,
			menu, noframes, s, strike, u
		- not used?: abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp
			small, strong, sub, sup, tt, var, b, i, dl, dt, dd, fieldset, legend
		- not used, yet: blockquote, article, aside, canvas, figcaption, figure, hgroup, section, mark, audio, video
		- no strong support, yet: details, menu, summary, time, keygen, meter

		- new to use: label, footer, header, nav
*/
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, pre,
a, img, ol, ul, li, form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
footer, header, nav
{
	margin: 0px;
	padding: 0px;
	outline: 0px;
	font: inherit;
	line-height: 120%; /* inherit just passes asolut values not font-size dependend */
	vertical-align: baseline;
	background-repeat: no-repeat;

	/* set own settings */
	border: 1px none #CCCCCC;
}

/*
	HTML5 display-role reset for older browsers
	missing: article, aside, details, figcaption, figure, hgroup, menu, section
*/
footer, header, nav
{
	display: block;
}

ol, ul
{
	list-style: none;
}

input, textarea, select
{
	margin: 0px;
	padding: 0px;
	outline: 0px;
	font: inherit;
	line-height: 120%;
}

table
{
	border-collapse: collapse;
	empty-cells: show;
	table-layout: fixed;
	border-spacing: 0px;
}

td
{
	vertical-align: middle;
}

/*blockquote, q
{
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}*/

body
{
	/* set own settings */
	font-family: Verdana, sans-serif;
	font-size: 0.6em;
	color: #666666;
	line-height: 120%;
}

a
{
	/* set own settings */
	color: #666666;
	text-decoration: none;
}

/* body is needed to "win" against other colors */
body a:hover
{
	/* set own settings */
	color: #FF0000;
}

/* page */

#site-title, #google_translate_element {
	text-align: right;
	position: relative;
	top: 2px;
	margin-right: 2px;
	height: 0px;
}

#site-title {
	top: 29px;
}

#site-logo {
	height: 57px;
	margin-top: 3px;
	background-image: url(images/horizontal-line.gif);
	background-repeat: repeat-x;
	background-position: 0px 39px;
}

#page {
	width: 1000px;
}

#page-title {
	text-align: right;
	vertical-align: middle;
	line-height: 130%;
	padding-right: 10px;
	font-size: 1.5em;
	background-image: url(images/page-title-background.jpg);
}

#page-title, #page-title a {
	color: #FFFFFF;
}

#page-title a:hover {
	text-decoration: underline;
}

#page {
	margin: 0px auto;
}

#frontend-content {
	min-height: 490px;
}

/* main navigation */

nav a {
	color: #333333;
}

nav {
	padding: 5px 0px 8px 0px;
	font-weight: bold;
}

nav .top, nav .bottom {
	height: 1.7em;
	padding: 0px 2px;
	overflow: hidden; /* should hide navigation line under the border */
}

nav .top {
	border-bottom-style: solid;
	vertical-align: bottom;
}

nav .bottom {
	text-align: right;
	padding-top: 2px;
}

nav .top .point {
	padding-left: 1px;
	padding-right: 26px;
	padding-bottom: 4px;
}

nav .bottom .point {
	height: 20px;
	padding-left: 4px;
	padding-right: 26px;
	padding-top: 2px;
}

nav .bottom .point.last {
	padding-right: 0px;
}

nav .point {
	background-image: url(images/vertical-line.gif);
	background-position: bottom right;
}

nav .bottom .point {
	background-position: top left;
}

/* type styles */

.it-line, it-area {
	min-width: 200px;
}

.i-submit {
	width: 80px;
	background-color: transparent;
}

/* ready styles */

.title-line {
	font-weight: bold;
	background-color: #F3F3F3;
	border-style: solid none;
	padding: 4px 0px;
	padding-left: 6px;
}

.grid {
	position: relative;
	left: 100px;
}

.grid td {
	overflow: hidden;
}

.grid-text {
	width: 100%;
	height: 100%;
	overflow: auto;
}

body .selected {
	color: #AA0000 !important; /* for IE7 */
}

.red {
	color: #CC0000;
}

.hcenter {
	text-align: center;
}


.underlined {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.intend {
	padding-left: 10px;
}

.text-vertical-gap {
	margin-top: 4px;
}

.scroll-text {
	overflow: auto;
}

.textarea {
	border-style: dotted;
	overflow: auto;
	height: 60px;
}

.gap {
	padding: 3px 5px;
	font-size: 5px;
}

.gap.small {
	padding: 3px 3px;
}

.gap.half-line {
	background-image: url(images/vertical-line.gif);
	background-position: center bottom;
}

.gray {
	color: #AAAAAA;
}

.gray-background {
	background-color: #F3F3F3;
}

.dividing-line {
	height: 20px;
	background-image: url(images/horizontal-line.gif);
	background-repeat: repeat-x;
	background-position: 0px center;
}

.hidden
{
	display: none;
	width: 0px;
	height: 0px;
}

/* footer */

footer {
	text-align: center;
	font-size: 0.9em;
	margin-top: 10px;
	padding-top: 2px;
	border-top-style: solid;
}

footer, footer a {
	color: #BBBBBB;
}
