* {
	margin: 0;
	padding: 0;
}

/* Grundsätzliches Layout */

body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	background: #fffff0 url(style/hintergrund_content_komplett.jpg) repeat-y;
}

#schatten_oben {
/*	background: url(style/schatten_oben.png) no-repeat bottom; */
	margin: 0 auto;
	height: 10px;
	width: 1000px;
}

#schatten_unten {
/*	background: url(style/schatten_unten.png) no-repeat top; */
	margin: 0 auto;
	height: 10px;
	width: 1000px;
}
#schatten_mitte {
/*	background: url(style/schatten_mitte.png) repeat-y; */
	margin: 0 auto;
	width: 1000px;
}

#content_wrapper {
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 980px;
/*	background: #d3d3d3 url(style/hintergrund_content.jpg); */
}

#content_o, #content_u, #content {
   margin-left: 270px;
	margin-right: 17x;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content_o {
	background: url(style/hintergrund_content_transparent_oben.png) no-repeat;
	height: 20px;
}

#content {
	background: url(style/hintergrund_content_transparent_mitte.png) repeat-y;
	text-align: left;
	padding-left: 13px;
	padding-right: 40px;
	min-height: 900px;
	height: 900px;
	border: none;
}
#content_u {
	background: url(style/hintergrund_content_transparent_unten.png) no-repeat;
	height: 20px;
}

#menu_links {
	float: left;
	margin-left: 20px;
	width: 200px;
}

#menu_links img {
	padding-bottom: 4px;
}

/* Inhalte formatieren */
table {
	font-size: 100%;
	border-collapse: collapse;
}

td {
	padding: 0px;
}

#impressum {
   margin-left: 290px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
	color: #ffffff;
	text-align: right;
}

#impressum a {
	text-decoration: none;
	color: white;
}

#content p {
	padding-bottom: 5px;
   text-align: justify;
}

#content a {
	text-decoration: none;
}

.tlinks {
   vertical-align: top;
   text-align: left;
	width: 25px;
}

.trechts {
   vertical-align: top;
	width: 615px; 
}

.tlinks a {
	text-decoration: none;
	font-size: 140%;
	color: #ed028c;
}

.tlinks a:hover {
   font-weight: bold;
	color: #ed028c;
}

#kunden table {
	width: 615px;
}

#kunden td {
	width: 307px;
	padding-bottom: 10px;
}

#servicepointa30 table {
	width: 615px;
}

#servicepointa30 td {
	text-align: center;
	vertical-align: middle;
	padding-bottom: 10px;
}

#servicepoint_partner {
   margin-top: 15px;
	text-align: justify;
}

#servicepoint_partner img {
	margin-right: 25px;
	margin-bottom: 25px;
}

#partnerlinks table {
	width: 615px;
}

#partnerlinks td {
	width: 615px;
}

