/* - Allgemein --------------------------------------------- */

body {
	text-align: center;
	margin-top: 0px;
	background-color: #000;
	padding: 0px;
}
.master {
	text-align: center;
	width: 1000px;
	display:table;
	min-height: 500px;
	margin-top: 28px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px;
	background-position: center;
}
.masterstart {
	color: #000000;
	background-color: #333333;
	background-image: url(webdesignbilder/hintergrundstartseite.gif);
	margin: 0px;
	padding: 0px;
}
.masterreferences {
	color: #FFF;
	background-color: #4c4c4c;
	background-image: url(webdesignbilder/hintergrundreferences.gif);
	margin: 0px;
	padding: 0px;
}
.mastercontact {
	color: #FFF;
	background-color: #4c4c4c;
	background-image: url(webdesignbilder/hintergrundcontact.gif);
	margin: 0px;
	padding: 0px;
}
.masterlegalinfo {
	color: #FFF;
	background-color: #4c4c4c;
	background-image: url(webdesignbilder/hintergrundlegalinfo.gif);
	margin: 0px;
	padding: 0px;
}

div {
	text-align: left;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
a:link {
	text-decoration: none;
	font-weight: bold;
		color: #000;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
		color: #000;
}
a:active {
	text-decoration: none;
	font-weight: bold;
		color: #000;
}


/* - Layout --------------------------------------------- */

.head {
	height: 150px;
	background-image: url(webdesignbilder/tornowmediahead.png);
	background-position: 40px bottom;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}	

.inhalt {
	width: 907px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 550px;
	padding: 0px;
	display: table;
}
.inhaltmithintergrund {
	width: 907px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 550px;
	background-image: url(webdesignbilder/flaecheinhalt.png);
	padding: 0px;
	display: table;
}
.inhaltmithintergrundsmall {
	width: 907px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 550px;
	background-image: url(webdesignbilder/flaecheinhaltsmall.png);
	padding: 0px;
	display: table;
}
.inhalttext {
	margin: 38px;
	text-align: justify;
	}

.inhalt247px {
	width: 247px;
	height: 205px;
	float:left;
	margin-left: 40px;
	margin-top: 36px;
	}
.inhalthead {
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #C31C24;
	padding-left: 5px;
	padding-right: 5px;
	width: 140px;
	font-variant: normal;
	float: left;
	text-transform: uppercase;
	}	
.abstandshalter {
	height: 350px;	
	}
.foot{
	padding-top: 32px;
	float: left;
	padding-left: 40px;
	}

/* - Schrift ---------------------------------------------- */

p {
	line-height: 12pt;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
}
.textklein {
	font-size: 9pt;
}

.ueber {
	font-size: 12pt;
	text-transform: uppercase;
	margin-bottom: 12px;
}



/* - Formulare ---------------------------------------------- */

.textrot {
	color:#C31C24;
	font-weight: bold;
}
.textfeld
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11pt;
}
.textfeldsubmit
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	height: 21px;
	background-color: #FFFFFF;
}
