 TBA-Berlin - Syle Allg. 

html {
	height:100%;	
	}

body {
	margin:0;
	padding:0;
	height:100%;
	text-align:center; /* horizontal centering for IE Win quirks */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	background-image: url(1-media/BG-dot.gif);
	}

#Container {
	position: relative;
	margin:0 auto;
	background-color: #fff;
	text-align: left;
	width: 900px;
	padding: 0 20px;
	}
#TOPlogo {
	height: 50px;
	float:right;
	padding-top: 7px;
	}

#Menu {
	clear:both;
	width: 100%;
	height: 60px;
	background-color: #F7F7F7;
}

#Headline {
	padding: 0 20px;
	}
	
#Inhalt {
	min-height: 300px;
	padding: 0 20px;
	}

p { color: black; font-size: 12px; font-family: Arial, Helvetica, sans-serif }
td { font-size: 12px; font-family: Arial, Helvetica, sans-serif }

h1 { color: #4a4a4a; font-size: 20px; font-weight: bold }
h2 { color: #4a4a4a; font-size: 16px; font-weight: bold }
h3 { color: #4a4a4a; font-size: 14px; font-weight: bold }
h4 { color: #4a4a4a; font-size: 12px; font-weight: bold }
h5 { color: #4a4a4a; font-size: 12px; font-weight: bold }
h6 { color: #4a4a4a; font-size: 12px }
a:active     { color: #ff9c00; text-decoration: none }
a:hover     { color: #ff9c00; text-decoration: none }
a:link     { color: #f00; text-decoration: none }
a:visited     { color: #f00; text-decoration: none }
.kleiner  { color: gray; font-size: 10px }
.kleinerhl    { color: #4a4a4a; font-size: 10px }
.kleinerhlred   { color: #c3c; font-size: 10px; font-weight: bold }
.kleingrau   { color: #333; font-size: 10px }
.kleinwhite  { color: white; font-size: 10px }
.ZeileFest  { line-height: 18px }
.menu   { color: gray; font-size: 12px }
.TextGrau    { color: #514f5d; font-weight: bold }
.warning1 { color: #f00; font-size: 12px }
.warning2 { color: white; font-size: 12px; font-weight: bold; background-color: red }
.gross { font-size: 200px }
.inf {
	color: #f00;
	background-color: #fff;
	}
img {
	border: none;
}
