html { 
	padding:0px;
	margin:0px;
}

body {
	background: #FFF; 
	text-align: center; 
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; 
	font-size:  13px;
	line-height: 16px;
	color: #000;
	padding: 0px;
	margin: 0px;
}

h1, h2, h3, h4 {
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; 
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

h1 {
	color: #000;
	font-size: 17px;
	margin-bottom: 17px;
}

h2 {
	color: #000;
	font-size: 13px;
	display:inline;
}

p {
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; 
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
}

A:link {
	background-color : transparent;
	color : #000;
	text-decoration : none;
	font-weight : bold;
}
A:visited {
	background-color : transparent;
	color : #000;
	font-weight : bold;
	text-decoration : none;
}
A:hover {
	background-color : transparent;
	color : #000;
	text-decoration : none;
}
A:active {
	background-color : transparent;
	color : #000;
	font-weight : bold;
	text-decoration : none;
}

input {
	width: 230px;
}

textarea {
	width: 230px;
}

#main {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 722px;
}

#header {
	display: none;
}

#menu {
	display: none;
}

#content {
	background-color: #FFF;
	width: 711px;
	margin: 0px;
	padding: 34px 0px 30px 11px;
	overflow: auto;
}

#content_left50 {
	width: 340px;
	float: left;
}

#content_right50 {
	width: 340px;
	margin-left: 19px;
	float: left;
}

#content_left25 {
	width: 200px;
	float: left;
	border-top: 1px dotted #A2A2A2;
	margin-top: 10px;
	padding-top: 26px;
}

#content_right75 {
	width: 485px;
	margin-left: 11px;
	float: left;
}

#footer {
	width: 722px;
	color: #000;
	text-align: left;
	height: 71px;
	margin: 0px;
}

/* Subklassen fŸr FOOTER */

#footer a:link,
#footer a:visited {
	display: none;
}

#footer a:hover {
	color: #000;
}

/* Subklassen fŸr #content */

img.for_content_left {
	float: left;
	margin-right: 10px;
}

img.for_content_right {
	float: right;
	margin-left: 10px;
}

/* Inline-Images fŸr Anchor-Tags  ausblenden */

a img {
	display: none;
}

.content_item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-right: 20px;
	border-bottom: 1px dotted #A2A2A2;
	clear: both;
}

.date {
	color: #535F67;
}
