html, body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

table {
	border-collapse: collapse;
}

.overall {
	width: 100%;
	height: 100%;
	background-image: url('../images/kopf.jpg'); 
	background-repeat: no-repeat;
}

td {
	padding: 0px;
	vertical-align: top;
	margin-right: 5px;
	marton-left: 0px;
}

.blank1 {
	width: 6px;
	height: 75px;
}

.blank2 {
	width: 110px;
}

.blank3 {
	height: 90px;
}

.blank4 {
	height: 100%;
}

.blank5 {
	height: 95px;
}

.white {
	width: 110px;
	height: 19px;
	line-height: 19px;
}

.line {
	background-image: url('../images/line.jpg');
	height: 3px;
}

.line_v {
	background-image: url('../images/line_v.jpg');
	width: 3px;
}

.text {
	width: 428px;
	margin-right: 5px;
}

.text_o {
	width: 340px;
}

.text_t {
	/* width: 573px; */
	width: 700px;
}

.text_orig {
	width: 680px;
}

.content {
	width: 100%;
}

.text_neben {
	width: 251px;
}

.text_neben_o {
	width: 339px;
}

.text_neben_t {
	width: 106px;
	color: #ff0000;
	font-family: "Bitstream Vera Sans", "Lucida Grande", "Verdana", sans-serif;
	font-size: 100%;
}

.text_neben a { 
	color: #ff0000;
	font-family: "Bitstream Vera Sans", "Lucida Grande", "Verdana", sans-serif;
	font-size: 100%;
	text-decoration: none;
}

.text_neben_t a { 
	color: #ff0000;
	font-family: "Bitstream Vera Sans", "Lucida Grande", "Verdana", sans-serif;
	font-size: 100%;
	text-decoration: none;
}

img {
	border: 0px;
	float: left;
}

p {
	font-family: "Bitstream Vera Sans", "Lucida Grande", "Verdana", sans-serif;
	font-size: 80%;
	color: #000000;
	margin: 6px;
}	

a { 
	font-family: "Bitstream Vera Sans", "Lucida Grande", "Verdana", sans-serif;
/*	font-size: 80%; */
	color: #ff0000;
}

h3 {
	font-family: "Bitstream Vera Sans", "Lucida Grande", "Verdana", sans-serif;
	font-size: 120%;
	color: #000000;
	margin: 6px;
}	

.forumtop {
	font-family: "Bitstream Vera Sans", "Lucida Grande", "Verdana", sans-serif;
	font-size: 95%;
	color: #ffffff;
	margin: 6px;
	font-weight: bold;
}	

.forumbottom {
	font-family: "Bitstream Vera Sans", "Lucida Grande", "Verdana", sans-serif;
	font-size: 85%;
	color: #ffffff;
	margin: 6px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}

.forumadd {
	font-family: "Bitstream Vera Sans", "Lucida Grande", "Verdana", sans-serif;
	font-size: 95%;
	color: #ffffff;
	margin: 6px;
	font-weight: bold;
	text-align: center;
}

input,textarea,select {
	font-family: "Bitstream Vera Sans", "Lucida Grande", "Verdana", sans-serif;
	font-size: 10pt;
	border: 1px solid #000000;
	background-color: #ffffff;
}


