/* ################ */
/* # IE bug fixes # */
/* ################ */

body {
	font-family: sans-serif;
	font-size: 100.01%; /* IE bug workaround */
	text-align: center; /* for IE */
}

#maincontainer {
	text-align: left;
}

/* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
* html #content {
	height: 1em;
}

/* Hides from IE-mac \*/
/* End hide from IE-mac */


/* ############### */
/* # page layout # */
/* ############### */

html {
	height: 100.1%;
}

body {
	margin:0;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ddd;
	background: url(_images/background_page.gif);
/*	height: 100%; */
}

#maincontainer {
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 762px;
	background: url(_images/background_repeat.gif) repeat-y;
}

#subcontainer1 {
	background: url(_images/background_header.gif) no-repeat;
}

#subcontainer2 {
	background: url(_images/background_footer.gif) no-repeat bottom;
}

#header {
	height: 172px;
	height: 142px;
/*	background-color:#f00; */
}

#navi {
/*	background-color:#f00; */
	margin: 0;
	padding: 0;
	float: left;
	line-height: normal;
	width: 100%;
}

#navi ul {
/*	background-color:#f00; */
	margin: 0;
	margin-left: 203px;
	padding: 0;
	list-style: none;
}

#navi li {
	float: left;
	margin: 0;
	padding: 0;
/*	background-color: #0f0; */
	font-size: 0.9em;
}

#navi a {
	display: block;
/*	float: left; */
	width: 110px;
	height: 21px;
	padding: 5px 0 0 0;
	margin: 0 3px 1px 0;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
/*	font-weight: bold; */
	text-decoration: none;
/*	background-color: #ccf; */
}

#navi #navi a.active {
}

#navi a:hover {
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid #c8cfc8;
	margin-bottom: 0;
}

#content {
	clear: both;
	margin-left: 34px;
	margin-right: 44px;
	margin-top: 15px;
	padding-top: 15px;
}

#footer {
	padding-bottom: 3px;
	margin-left: 34px;
	margin-right: 44px;
	margin-top: 50px;
}


/* ############### */
/* # typo        # */
/* ############### */

body {
	font-family: sans-serif;
}

#content h2 {
	color: #d60006;
	font-size: 1.4em;
	letter-spacing: 0.11em;
	margin-bottom: 0;
	padding-bottom: 0;
}

#content p {
	color: #888f88;
	font-size: .8em;
}

#content td {
	color: #888f88;
	font-size: .8em;
}

#content a {
	color: #2c9e42;
}

#content table, #content th, #content td {
	padding-left: 0;
	margin-left: 0;
	border: none;
}

#content .transparent td {
	padding-right: .5em;
}




#content fieldset {
	margin: 1.2em 0 1.5em 0;
	padding: 0;
	border: none;
}

#content label {
	display: block; /* label ist normalerweise inline; breite kann nur bei block-elementen angegeben werden */
	width: 10em;
	width: 169px;
	float: left;
	margin: 0.5em 0 0 0;

	font-size: 0.8em;
	color: #888f88;
}

#content input, #content textarea {
	margin: 0.3em 0 0.5em 0;
	padding: 2px;
	border: 1px solid #888f88;
	font-family: sans-serif;
	font-size: 0.8em;
	color: #888f88;
	background: transparent;
}

#content input {
	width: 150px;
}

#content textarea {
	width: 330px;
	height: 14em;
}

#content input.button {
/*	float: none; */
	margin-left: 10.0em;
	margin-left: 169px;
	padding: 1px 5px 0 5px;
	border: 1px solid #888f88;
	width: auto;

	font-size: 0.8em;
	font-weight: bold;
	color: #888f88;
}


#content .sysmsg {
	color: #d60006;
	padding: .5em .7em;
	border: 1px solid #d60006;
}


#footer p {
	text-align: right;
	font-size: 0.6em;
	color: #888f88;
}
