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: 976px;
	height: auto;
	min-height: 330px;
	background-color: #FFFFFF;
}

html*.row3 {
 height:330px;
}

head:first-child+body .row3 {
 height:auto;
}


.row3_innen {
	width: 976px;
	height: auto;
	min-height: 314px;
	margin-top: 5px;
	margin-left: 8px;
}

html*.row3_innen  {
 height:314px;
}

head:first-child+body .row3_innen {
 height:auto;
}
/*  Spalte1  */
.row3_col1 {
	width: 310px;
	height: 314px;
/*	background-color: #990099; */
	float:left;
	padding-left: 6px;
}

.row3_col1_innen {
	width: 308px;
	height: 312px;
	border: 1px solid #999999;
        overflow: none;
}

/*  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;
}

/*  Mehrtext  */
.mehr_row3_col2 {
	width: 626px;
	height: 314px;
/*	background-color: #990099; */
	float:left;
	margin-left: 6px;
}

.mehr_row3_col2_innen {
	width: 624px;
	height: 312px;
	border: 1px solid #999999;
	overflow: auto;
}


/*  Footer  */
.footer {
	width: 942px;
	height: auto;
	margin-left: 14px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.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-top: 4px;
}

.FirmaticContentImage {
        width: 302px;
        /*position:absolute;*/
        margin: 0px 0px -5px 0px;
        padding: 0px;
        /*bottom: 11%;*/
}

head:first-child+body .aussen{
        height: auto;
}