/*-- BASISEINSTELLUNGEN-SCHRIFT-FARBEN-DOKUMENT-- */

* {
font-size: 100.1%;
}

body {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 0.80em;
margin : 0;
background-color : #FFF;
color : #000;
text-align : left;
}

p { 
	margin : 0px 0px 0px 0px;
}

img {
	border: 0;
}

h1 {
	color: #D91C5C;
	font-size : 20px;
	font-weight: bold;
	margin: 0px 0px 25px 0px;
}

h2 {
	color: #6D6D70;
	font-size : 28px;
	font-weight: bold;
	margin: 0px 0px 45px 0px;
}

h3 {
	font-size : 1em;
	font-weight: bold;
	margin: 15px 0px 0px  0px ;
	color : #D91C5C;
}

h4 {
	font-weight: normal;
	margin: 0px 0px 0px  0px ;
	color : #D91C5C;
}

.grey {
	color: #C3C3C3;
}

a:link, a:visited, a:active, a:hover {
text-decoration : underline;
color : #6D6D70;
}

a:active, a:hover {
text-decoration : none;
color : #6D6D70;
}

.basis {
width : 650px;
}

.header {
width : 100%;
height : 100px;
	margin: 20px 0px 0px 0px;
}

.header_link {
	float: left;
	padding: 0px 0px 0px 10px;
	margin: 20px 0px 0px 0px;
}

.content_inner {
margin: 0px 0px 15px 15px;
}

.printlogo {
	float: right;
}

.display_none {
display: inline;
}

/* -- VOM TYPO3 ZU ܂ERSCHREIBEN -- */
/* rahmen um das bild */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: 1px solid;
	border-color: #676767;
	padding: 0px 0px;
}
/* bildunterschrift */
.csc-textpic-caption {
	font-size : 0.82em;
}

.csc-linkToTop {
	float : right;
}
