html, body {
  padding:0px;
  margin:0px;
}

a {
	color:#333333;
	font-weight: bold;
}
a:hover {
	color:#999999;
	font-weight: bold;
	text-decoration: none;
}

.clean {
	clear: both;
}

.aussen {
	width: 970px;
	height: 650px;
/*	background-color: #CCCCCC; */
	position: absolute;
	margin: 0px 0px 0px -485px; 
    left: 50%;
	top: 10px;
	text-align: left;
    padding: 0px;
}

/*   Die Seite ist in 3 Reihen unterteilt, welche eine bestimmte Anzahl an Spalten beinhalten   */

/*  Reihe1  */
.row1 {
	width: 970px;
	height: 57px;
/*	background-color: #0000FF; */
}

/*  Spalte1  */
.row1_col1 {
	width: 485px;
	height: 57px;
/*	background-color: #336633; */
	float:left;
	background-image: url(http://www.tlc-de.com/de/layout/logo.jpg);
        background-repeat: no-repeat;
	background-position: left;
}

/*  Spalte2  */
.row1_col2 {
	width: 485px;
	height: 57px;
/*	background-color: #336633; */
	float:left;
}

.row1_col2_navi {
	width: 471px;
	text-align: right;
	color: #999999;
	margin-top: 30px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.row1_col2_navi a {
	text-align: right;
	width: 471px;
	color: #999999;
	text-decoration: none;
	margin-top: 30px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.row1_col2_navi a:hover {
	width: 471px;
	text-align: right;
	color: #333333;
	text-decoration: none;
	margin-top: 30px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*  Reihe2  */
.row2 {
	width: 970px;
	height: 263px;
/*	background-color:#990000; */
	background-image: url(http://www.tlc-de.com/de/layout/row2.jpg);
}

/*  Spalte1  */
.row2_col1 {
	width: 476px;
	height: 254px;
/*	background-color:#000000; */
	float: left;
	margin-top: 3px;
/*	margin-left: 14px; */ 
}

/*  Spalte2  */
.row2_col2 {
	width: 478px;
	height: 254px;
/*	background-color:#000000; */
	float: left;
        text-align: left;
	margin-top: 3px;
        padding-top: 1px;
}

/*  Reihe3  */
.row3 {
	width: 970px;
	height: 330px;
	background-color: #FFFFFF;
}

.row3_innen {
	width: 942px;
	height: 314px;
	margin-left: 14px;
	margin-top: 5px;
}

/*  Spalte1  */
.row3_col1 {
	width: 182px;
	height: 314px;
/*	background-color: #990099; */
	float:left;
}

.row3_col1_innen {
	width: 180px;
	height: 312px;
	border: 1px solid #999999;
	overflow: auto;
}

/*  Mehrtext  */
.mehr_row3_col2 {
	width: 754px;
	height: 314px;
/*	background-color: #990099; */
	float:left;
	margin-left: 6px;
}

.mehr_row3_col2_innen {
	width: 752px;
	height: 312px;
	border: 1px solid #999999;
	overflow: auto;
}

/*  Spalte2  */
.row3_col2 {
	width: 310px;
	height: 314px;
/*	background-color: #990099; */
	float:left;
	margin-left: 6px;
}

.row3_col2_innen {
	width: 308px;
	height: 312px;
	border: 1px solid #999999;
	overflow: auto;
}

/*  Spalte2  */
.row3_col3 {
	width: 310px;
	height: 314px;
/*	background-color: #990099; */
	float:left;
	margin-left: 6px;
}

.row3_col3_innen {
	width: 308px;
	height: 312px;
	border: 1px solid #999999;
	overflow:auto;
}

/*  Footer  */
.footer {
	width: 942px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	margin-left: 14px;
	font-size: 10px;
}

.footer a {
	color:#333333;
	font-weight:normal;
}
.footer a:hover {
	color:#999999;
	text-decoration: none;
	font-weight:normal;
}

/*  Content  */
.content {
	padding: 3px;
}

/*  Contentüberschrift  */
.ueberschrift {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B63212;
	font-weight: bold;
}

/* Contenttext  */

.contenttext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.contenttext img {
	padding: 4px;
}

.kontakt_beschreibung {
	width: 120px;
	font-weight: bold;
	font-size: 12px;
	float: left;
}

.kontakt_feld {
	float: left;
	width: 120px;
}

.kontakt_feld1 {
	float: left;
	border: 1px solid #999999;
}
