/* CSS Document für TMT - Film */

body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	background-color: #f7fdfe;
	line-height: normal;
}

h1 {
	font-size: 20px;
	color: #005291;
	margin:0px;
	padding-top: 0px;
	padding-bottom: 24px;
}

h2 {
	font-size: 16px;
	color: #00a0d1;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 14px;
}

h3 {
	font-size: 14px;
	color: #005291;
	margin:0px;
	padding-top: 0px;
	padding-bottom: 12px;
}

h4 {
	font-size: 12px;
	color: #4c4c4c;
	margin:0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

h5 {
	font-size: 11px;
	color: #005291;
	margin:0px;
	padding-top: 0px;
	padding-bottom: 8px;
}

h6 {
	font-size: 11px;
	color: #4c4c4c;
	margin:0px;
	padding-top: 0px;
	padding-bottom: 8px;
	font-weight: bold;
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 14px;
}

ul, li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

a:link, a:visited {
	color: #00a0d1;
}

a:hover, a:active {
	color: #49AC50;
	text-decoration: none;
}

form {
	margin: 0px;
	padding: 0px;
}

input {
	margin: 0px;
	padding: 2px;
	border: 1px solid #155b8c;
}

.noinput {
	border: none;
	padding: 0px;
}

input.button {
	background-color: #155b8c;
	padding: none;
	color: #ffffff;
	font-weight: bold;
	border: none;
}

.bildlinks {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
}

.bildrechts {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}

.bildmitte {
	margin-top: 5px;
	margin-bottom: 5px;
}

.bildrahmenlinks {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
	border: 1px solid #005291;
}

.bildrahmenrechts {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	border: 1px solid #005291;
}

.bildrahmenmitte {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #005291;
}

.hellblau {
	color: #00a0d1;
}

.tableimage {
	display: block;
}

#headerzentrierung {
	width: 912px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	position: relative;
	background-image: url(../gfx/bg_headerzentrierung.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 88px;
}

.tmtlogo {
	float: left;
	width: 155px;
	height: 77px;
	margin-left: 20px;
}

#headerfunktionen {
	display: none;
}

#navigationscontainer {
	display: none;
}

#seitenschatten {
	width: 912px;
	background-image: url(../gfx/bg_seitenschatten.gif);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}

#startheader {
	width: 900px;
	background-image: url(../gfx/bg_startseitenbild.gif);
	background-repeat: no-repeat;
	padding-left: 6px;
	padding-right: 6px;
}

#starttext {
	float: left;
	width: 450px;
	padding-left: 20px;
	margin-top: 40px;
}

#startbild {
	float: right;
}

#startinhaltscontainer {
	width: 900px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 20px;
	background-image: url(../gfx/bg_seitenschatten.gif);
	background-repeat: repeat-y;
}

#blauverlaufunten {
	background-image: url(../gfx/bg_blauverlauf.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
}

#startprojektecontainer {
	float: left;
	width: 630px;
	padding-left: 15px;
}


#startprojektecontainer .projektcontainer {
	float: left;
	width: 200px;
	padding-right: 10px;
}

#startprojektecontainer .projektcontainer img {
	margin-bottom: 5px;
}

#startprojektecontainer .projektcontainer h2 {
	padding-bottom: 0px;
}

#startprojektecontainer .projektcontainer p {
	padding-bottom: 5px;
}

#startprojektecontainer .projektcontainer a {
	float: right;
}

#startnewscontainer {
	float: left;
	width: 235px;
	padding-left: 5px;
}

#startnewscontainer span {
	font-size: 10px;
	color: #999999;
}

#startnewscontainer a {
	text-decoration: none;
}

#startnewscontainer a strong {
	font-size: 12px;
}



a.zurueck:link, a.zurueck:visited {
	background-image: url(../gfx/zurueck_norm.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	float: left;
	display: block;
	padding-left: 20px;
	font-size: 11px;
	color: #00a0d1;
	font-weight: bold;
	text-decoration: none;
}

a.zurueck:hover, a.zurueck:active {
	background-image: url(../gfx/zurueck_hover.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	float: left;
	display: block;
	padding-left: 20px;
	font-size: 11px;
	color: #00a0d1;
	font-weight: bold;
	text-decoration: none;
}

a.weiter:link, a.weiter:visited {
	background-image: url(../gfx/vor_norm.gif);
	background-repeat: no-repeat;
	background-position: right 1px;
	float: right;
	display: block;
	padding-right: 20px;
	font-size: 11px;
	color: #00a0d1;
	font-weight: bold;
	text-decoration: none;
}

a.weiter:hover, a.weiter:active {
	font-size: 10px;
	background-image: url(../gfx/vor_hover.gif);
	background-repeat: no-repeat;
	background-position: right 1px;
	float: right;
	display: block;
	padding-right: 20px;
	font-size: 11px;
	color: #00a0d1;
	font-weight: bold;
	text-decoration: none;
}

#inhaltsheader {
	width: 900px;
	background-image: url(../gfx/bg_startseitenbild.gif);
	background-repeat: no-repeat;
	padding-left: 6px;
	padding-right: 6px;
}

#contentcontainer {
	width: 900px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 20px;
	background-image: url(../gfx/bg_seitenschatten.gif);
	background-repeat: repeat-y;
}

#cmscontent {
	float: left;
	width: 620px;
	min-height: 150px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
}

#cmscontentfull {
	min-height: 150px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
}

#einleitungscontainer {
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
}

.produktionscontainer {
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 6px;
}

.produktionscontainer img {
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
}

.textcontainer {
	float: right;
	width: 380px;
}

.textcontainer h2 {
	padding-bottom: 0px;
}

.textcontainer a {
	text-decoration: none;
}

.titel {
	padding-bottom: 0px;
	color: #00a0d1;
}

.untertitel {
	color: #4c4c4c;
}

.date {
	float: right;
	font-size: 10px;
}

.textgrauklein {
	font-size: 11px;
	color: #999999;
}

a.buttonzurueck:link, a.buttonzurueck:visited {
	background-image: url(../gfx/button_back_norm.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	width: 96px;
	height: 17px;
	display: block;
	padding-left: 15px;
	padding-top: 1px;
}

a.buttonzurueck:hover, a.buttonzurueck:active {
	background-image: url(../gfx/button_back_hover.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	width: 96px;
	height: 17px;
	display: block;
	padding-left: 15px;
	padding-top: 1px;
}

a.buttonweiter:link, a.buttonweiter:visited {
	background-image: url(../gfx/button_weiter_norm.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	width: 96px;
	height: 17px;
	display: block;
	padding-right: 15px;
	padding-top: 1px;
}

a.buttonweiter:hover, a.buttonweiter:active {
	background-image: url(../gfx/button_weiter_hover.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	width: 96px;
	height: 17px;
	display: block;
	padding-right: 15px;
	padding-top: 1px;
}

a.buttonuebersicht:link, a.buttonuebersicht:visited {
	background-image: url(../gfx/button_uebersicht_norm.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	width: 142px;
	height: 17px;
	display: block;
	padding-top: 1px;
}

a.buttonuebersicht:hover, a.buttonuebersicht:active {
	background-image: url(../gfx/button_uebersicht_hover.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	width: 142px;
	height: 17px;
	display: block;
	padding-top: 1px;
}


#footer {
	background-image: url(../gfx/bg_footer.gif);
	background-repeat: no-repeat;
	background-color: #f7fdfe;
	padding-top: 15px;
	padding-left: 22px;
	padding-right: 12px;
}

#kontaktcontainer {
	float: left;
	font-size: 10px;
	color: #000000;
}

#quicklinkscontainer {
	display: none;
}

img.loading {
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-top: 15px;
}

#allnewsdetaillinks {
   position: absolute;
   top:0px;
   left:0px;
   width: 1px;
   height: 1px;
   overflow: hidden;
   display: none;
}
.gesucht {
   background-color: #86e3ff;
}

