/* MAIN */
table.main {
	width:1000px;
	border: 1px solid #81d0f4;
}

/* HEADER */
td.headerLeft {
	width:230px;
	height:45px;
	background-color:#c9ebfa;
}

td.headerSpacer {
	width:6px;
	height:45px;
	background-color:#81d0f4;
}

td.headerCenter {
	width:542px;
	height:45px;
	background-color:#c9ebfa;

}

td.headerRight {
	height:45px;
	background-color:#c9ebfa;
}

/* SPACER */
td.spacerLeft {
	height:6px;
	background-color:#81d0f4;
}

td.spacerRight {
	height:6px;
	background-color:#81d0f4;
}

td.spacerCenter {
	height:6px;
	background-color:#81d0f4;
}
td.spacer {
	width:6px;
	height:6px;
	background-color:#81d0f4;
}


/* TITEL */
td.titelLeft {
	height:120px;
}

td.titelCenter {
	height:120px;
	padding:10px;
	vertical-align:bottom;
	text-align:left;
}

td.titelRight {
	height:120px;
}

td.titelSpacer {
	width:6px;
	height:120px;
	background-color:#81d0f4;
}



/* CONTENT */
td.contentLeft {
	padding:10px;
	vertical-align:top;
	text-align:left;}

td.contentCenter {
	padding:10px;
	vertical-align:top;
	text-align:left;

}

td.contentRight {
	padding:10px;
	vertical-align:top;
	text-align:left;
}

td.contentSpacer {
	width:6px;
	background-color:#81d0f4;

}

/* EFFEKT */
td.linie {
	border-top: 1px solid gray;
}
	
/* KONTAKT */
input.kontakt {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding: 1px;
	border: 1px solid gray;
	
	width:425px;
}

div.kontakt {
	width: 522px; 
	height: 22px;
	float: left;
	vertical-align: baseline;
}

div.kontaktFeld {
	width: 95px;
	float: left;
}
div.kontaktInput {
	width:427px;
	float: left;
}

