/* Start of CMSMS style sheet 'Standard' */
HTML, BODY {
	height: 100%;
}

BODY {
	color: #555;
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: white url(uploads/images/body.gif) repeat-y top;
}

#main {
	margin: 0 auto;
	width: 850px;
	min-height: 100%;
}

#logo {
	float: right;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 123px;
	right: 50px;
	border: none;
}

FORM {
	margin: 0;
	padding: 0;
}

A {
	color: black;
}

A.current, A:hover {
	color: #ff4c19;
}

/***** CONTENT *****/

#content {
	float: left;
	margin: 0;
	padding: 0 20px;
	width: 540px;   /* 20 + 540 + 20 */
	height: 100%;
}

#content H1, #content H2, #content H3 {
	margin: 1.5em 0 0.5em 0;
	padding: 0;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, Palatino, Times, serif;
}

#content H1 {
	margin: 2.5em 0 0.5em 0.8em;
	text-indent: -0.8em;
	font-size: 2.2em;
}

#content H2 {
	font-size: 1.4em;
	line-height: 140%;
}

#content H3 {
	font-size: 1.1em;
	line-height: 140%;
}

#content OL, #content UL {
	font-size: 0.8em;
	line-height: 140%;
}

#content LI {
	margin: 0.3em 0;
}

#content P, #content TD {
	margin: 0.5em 0;
	padding: 0;
	font-size: 0.8em;
	line-height: 140%;
}

#content P.error {
	color: #ff4c19;
	font-weight: bold;
}

#content P IMG {
	margin: 0;
	padding: 4px;
	border: 1px solid #aaa;
}

/***** SIDEBAR *****/

#sidebar {
	margin: 0;
	padding: 5.5em 5px 0 15px;
	float: left;
	width: 250px;   /* 15 + 240 + 5 */
}

#sidebar UL {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.75em;
	line-height: 140%;
}

#sidebar UL UL {
	font-size: 1em;
}

#sidebar LI {
	margin: 0.7em 0;
	padding: 0 0 0 8px;  /* Einrückung der Unterpunkte */
}

#sidebar LI A {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	margin-left: -8px;
	padding-left: 8px;
	background: transparent url(uploads/images/dot.gif) 0 6px no-repeat;
}

#sidebar LI A:hover, #sidebar LI A.current {
	background-position:0 -42px;
}

/***** FOOTER *****/

#footer {
	margin: 0;
	padding: 3em 0 1em 270px;
	clear: both;
	font-size: 0.7em;
	text-align: center;
}
/* End of 'Standard' */

