body {
	width: 805px;
	color: Black;
	background-color: #fff;
    background-image: url(../images/Hintergrund_CT1.gif); background-repeat:no-repeat;
	background-repeat: no-repeat;
	background-position: 0 15em;
	font-family:	Tahoma,Verdana,serif;
	font-size: small;
	/* font-weight: bold; */
	text-align: left;
}

.body_background{
	width: 805px;
	color: Black;
	font-family:	Tahoma,Verdana,serif;
	font-size: small;
	font-weight: bold;
	text-align: left;
	background-color: white;
	background-image: url("../../assets/images/Hintergrund_CT2.gif");
	background-repeat: no-repeat;
	background-position: 0% 30%;
	list-style-image: url("../images/punkt.gif");
}

p {
	color: Black;
	background-color: transparent;
	padding: 2px;
}

table{
	background-color:	#FFFFFF;
}

/* fett */
h6 {
	font-weight: bolder;
	font-size: small;
	font-family:	Tahoma,Verdana,serif;
}

/* fett, blau */
h5 {
	font-weight: bolder;
	color:blue;
	font-size: small;
	font-family:	Tahoma,Verdana,serif;
}

/* fett, blau, groß */
h4 {
	font-weight: bolder;
	color:blue;
	font-size: medium;
	font-family:	Tahoma,Verdana,serif;
}

/* normal, blau, klein */
h3 {
	font-weight: bold;
	color:blue;
	font-size: small;
	font-family:	Tahoma,Verdana,serif;
}

/* light, blau, klein */
h2 {
	font-weight: bold;
	color:blue;
	font-size: smaller;
	font-family:	Tahoma,Verdana,serif;
}

.designfix{
	margin-bottom: 1.5em;
}

div#allover {
	background-color: transparent;
	color: Black;
	text-align: left;
}

div#languageselect {
	height: 20px;
	width: 100%;
	color: Black;
	background-color: ButtonFace;
	font-weight: bold;
	border: 1px solid #000;
	padding: 2px 2px;
	text-align: right;
}

div#header {
	background-color: transparent;
	color: Black;
	text-align: left;
}

div#main {
	background-color: transparent;
	color: Black;
	text-align: left;
	padding: 1.0em;
}

div#footer {
	background-color: transparent;
	color: Black;
	text-align: left;
}

img {
    border: 0px;
}

a {
	color: Navy;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #0000CD;
	text-decoration: underline;
	background-color: transparent;
}

.button{
	display: block;
	width:155px;
	height:27px;
	text-align: center;
	padding-top: 0.05em;
}

a.button{
	background-image: url("../images/notpressed.jpg");
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a:hover.button{
	background-image: url("../images/pressed.jpg");
	color: black;
	font-weight: bolder;
	text-decoration: none;
}

.ls_text{
	font-style: italic;
	letter-spacing:	0.2em;
	color:	red;
	text-align:	center;
	font-size: smaller;
}

.ls_addtext{
	font-style: italic;
	color:	red;
	text-align:	center;
	font-weight:	lighter;
	font-size:	smaller;
}

.netwisecolor{
	font-weight: bold;
	color:#97B301;
	font-size: smaller;
	font-family:	Tahoma,Verdana,serif;

}