#center,
#sidebar-right {
	font-size: 0.95em;
	line-height: 1.5;
}

.content .left{
	float:left;
}

.content .right{
	float:right;
}

.content .half{
	width:216px;
	margin-bottom: 1.2em;
}

.content .half *:first-child {
	margin-top: 0;
}

.content .half *:last-child{
	margin-bottom: 0;
}

.content .clear{
	clear: both;
}

#sidebar-right .block a,
#center a {
	color:#0076bd;
}

#sidebar-right .block a:hover,
#center a:hover {
	color:#65acd7;
}

#center h3 {
	font-size:1.2em;
	/*color:#0076bd;*/
}

#center a.schwarz{
	color:#000000;
}	

.content .image-block {
	color: #58585a;
}

/* Expandcontent */

.content .expandtoggle {
	position:relative;
	width: 350px;
}

.content .expandtoggle h4 {
	font-size: 1em;
}

.content .linkarrow {
	background-image: url(pfeil02_15px.png);
	position: absolute;
	top: 0px;
	width: 15px;
	height: 15px;
	right: 0px;
	cursor: pointer;
}

.content .linkarrow.hover {
	background-image: url(pfeil02_hellblau.png);
}

.content .linkarrow.expanded {
	background-image: url(pfeil02_hellblau_left.png);
}

.content .expand-contents {
	margin-bottom:45px;
}

/* Listen */

.content ul, .content ol {
	padding-left: 1.2em;
	margin-left: 0;
}

.content ul li, .content ol li {
	padding-left: 0;
	margin-left: 0;
}

/* Link-Listen */

.content .link-list {
	width: 350px;
}

.content .half .link-list {
	width: 216px;
}

.sidebar .content .link-list {
	margin: 0;
	width: 240px;
}

.sidebar .content .link-list p:first-child {
	margin-top: 0;
}
.sidebar .content .link-list p:last-child {
	margin-bottom: 0;
}

.content .link-list ul,
.content .link-list ol,
.content .link-list li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-image: none;
}

/*.content .link-list li {*/
.content .link-list a {
	margin-bottom: 3px;
	display: block;
}

.content .link-list /*li*/ a {
	padding: 2px 0px;
	display: block;
	padding-right: 20px;
	background-image: url(pfeil02_15px.png);
	background-position: right 3px;
	background-repeat: no-repeat;
}

.sidebar .content .link-list /*li*/ a {
	background-position: right bottom;
}

.content .link-list /*li*/ a:hover {
	background-image: url(pfeil02_hellblau.png);
}

/* Tabellen */

.content table,
.content table thead,
.content table tbody,
.content table tr,
.content table td,
.content table th {
	border: 0px none;
}

.content table td,
.content table th {
	padding: 2px 10px 2px 0px;
}

.content table td p:first-child,
.content table th p:first-child {
	margin-top: 0;
}

.content table td p:last-child,
.content table th p:last-child {
	margin-bottom: 0;
}

/* Forms */

form .form-item {
	clear: both;
}

form .form-item label {
	float: left;
	width: 160px;
}

form .form-item input,
form .form-item select,
form .form-item textarea {
	width: 180px;
	border: 1px solid #c7c7c8;
}

form .form-item .description {
	clear: both;
}

form .form-item .form-radios input {
	width: auto;
}

form .form-submit {
	clear: both;
}

form .form-checkboxes, form .form-radios {
	float: left;
	margin: 0 0 1em 0;
}

form .form-item label {
	font-weight: normal;
}

form fieldset legend {
	font-weight: bold;
}

