/* ===================================== Tags ===================================== */
body {
	background-color: #ce6;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Geneva, Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

hr, caption, .hide {
	display: none;
}

/* Listen */
ol,ul,dl {
	margin: 0;
	margin-left: 1em;
	padding: 0;
}

ol {
	list-style-type: none;
}


img	{
	border: 0;
}


address {
	font-style: normal;
}


small {
	font-size: 80%;
}


h1 {
	font-size: 140%;
	line-height: 160%;
}


h2 {
	font-size: 126%;
	line-height: 140%;
}


h3 {
	font-size: 114%;
	line-height: 126%;
}


h4, h5, h6 {
	font-size: 100;
	line-height: 114%;
}

table {
	border: 0 none;
}
th, td {
	padding: .5em;
}

/* Anfuehrungszeichen forcieren */
q {
	quotes: '"' '"' "'" "'";
	font-style: italic;
}

/* http://www.w3.org/TR/REC-CSS2/selector.html#dynamic-pseudo-classes */

a {
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	color: #063;
}
a:visited {
	color: #0a0;
}
a:hover {
	background-color: #063;
	color: #fff;
}
a:active {
	color: #f03;
}


#footer, #content, #path {
	line-height: 150%;
}

#footer, #navigation, #path {
	font-size: 88%;
}

#content, #navigation {
/*	margin: 1em; */
	margin-top: 0;
}

#c1, #c2 {
	padding: 0 1em 1em 1em;
	float: left;
}

#c1 {
 	width: 56%; 
}

#c2 {
	width: 17em;
}

#navigation {
	background-color: #fc0;
/*	float: left; */
/*	width: 32%; */
/*	overflow: hidden; /* Inhalte abschneiden wenn sie breiter als verfuegbarer Platz sind */
	text-overflow: ellipsis; /* '...' anhaengen wenn Text zu breit im Container 
	padding-right: 0; /* kein Abstand zw. Listenpunkte und rechter Rand */
}


/* Inhaltsbereich */
#content h1 {
	border-top: 2px dotted #fc0;
	border-bottom: 2px dotted #fc0;
	margin-top: 0;
	line-height: 150%;
}

/* Definitionslisten im Inhaltsbereich */
#content dl {
	margin-left: 0;
}

#content dt {
	font-weight: bold;
}

#content dd {
	margin-left: 1em;
	margin-bottom: 1em;
	padding-bottom: .5em;
	border-bottom: 1px dotted #fc0;
}

/* Links der Hauptrubriken */
#navigation ol {
	background-color: #fd3;
	border-top: 2px dotted #6c0;
	border-bottom: 2px dotted #6c0;
	padding: .5em 0;
	margin-top: .5em;
	margin-bottom: .5em;
}


/* Links der 1. Unterebene */
#navigation ol ol {
	background-color: #fe6;
}


/* Links der 2. Unterebene + Inhaltsbereich */
#navigation  ol ol ol, #content {
	background-color: #ffc;
}


#header {
	background-color: #ffe466;
	border: 1px solid #ff0;
	clear: both;
}

#header h1 {
	font-size: 120%;
	line-height: 120%;
	font-weight: normal;
	margin: 0;
	position: absolute;
	left: 100px;
	top: 48px;
	width: 19em;
}

#path, #footer {
	background-color: #fff;
	border-top: 1px solid #063;
	border-bottom: 1px solid #063;
	margin-bottom: 1em;
}


#footer {
	border-top: 1px solid #000;
}

.cssbreak {
	clear: both;
}

.portrait {
	margin-right: .5em;
}

#header, #footer, #path, #content {
	padding: 1em;
}

#navigation {
	padding: .5em 0 1em 1em;
}

.green {
	font-weight: bold;
}

.pright {
	float: right;
	margin: 0 0 1em 1em;
}

.pleft {
	float: left;
	margin: 0 1em 1em 0;
}
.pdesc {
	margin-top: 0;
}