.invisible {
	display : none;
}
html {
	font-family : "Times New Roman",Times,serif;
	color : #000;
	background-color : transparent;
}
div#header {
	display : block;
	margin : 0;
	padding : 0;
	height : 40px;
	border-bottom : 1px solid #000;
	margin-bottom : 40px;
}
div#header div#shortcut {
	display : none;
}
div#header div#title {
}
div#header div#title h1 {
	display : block;
	margin : 0;
	padding : 0;
	height : 30px;
	font-size : 24px;
	line-height : 30px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
div#header div#title a {
	margin : 0;
	padding : 0;
	height : 30px;
	line-height : 30px;
	color : #000;
	background-color : transparent;
	text-decoration : none;
}
div#header div#title p {
	display : none;
}

div#navigation {
	display : none;
}

div#content {
}
div#content div#main {
}
div#content div#column {
	display : none;
}
div.noprint {
	display : none;
}

div#footer {
}
div#footer div#address {
	margin-top : 40px;
	padding : 10px 20px;
	border : solid 1px #000;
}
div#footer div#address p {
	display : none;
}
div#footer div#address address {
	font-style : normal;
	font-size : 11px;
	line-height : 20px;
	text-align : center;
}
div#footer div#address address a {
	text-decoration : none;
}
div#footer div#legal  {
	display : none;
}

a {
	color : #000;
	background-color : transparent;
	text-decoration : underline;
}
a.file:after {
	content : " (" attr(href) ")";
}
a.email:after {
}
a.extern:after {
	content : " (Externer Link: " attr(href) ")";
}
a.intern:after {
	content : " (" attr(href) ")";
}
h1 a,
h2 a,
h3 a {
	color : #000;
	background-color : transparent;
	text-decoration : none;
}
img {
	border : none;
}
img.left {
	float : left;
	padding-right : 20px;
}
img.right {
	float : right;
	padding-left : 20px;
}

span.image {
	clear : both;
	border : none;
}
span.left {
	float : left;
	padding-right : 20px;
}
span.right {
	float : right;
	padding-left : 20px;
}

div.entry {
	margin-top : 0;
	padding-top : 0;
}
div.preview {
	width : 80px;
	height : 60px;
	float : left;
	margin-top : 0;
	padding-top : 0;
	padding-right : 20px;
}
div.preview p,
div.preview p a {
	margin-top : 0;
	padding-top : 0;
}
div.preview p a img {
	border : none;
}
div.teaser {
	margin-top : 0;
	padding-top : 0;
}
div.teaser tt {
	display : block;
}
div.clear {
	clear : both;
}
