@charset "utf-8";
.titelSidebar2 {
	font-weight: bold;
	font-variant: small-caps;
}
.absatzSidebar2 a img    {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


body  {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCC;
}
a {
	color: #000;
}


.thrColFixHdr #container {
	width: 960px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: thin solid #444;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-y;
	background-color: #ECFFFF;
} 

.thrColFixHdr #header {
	background-color: #030303;
	background-repeat: no-repeat;
	height: 80px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: 570px 10px;
} 
#header table tr td {
	font-style: italic;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.5em;
	margin: 0px;
	vertical-align: bottom;
	padding-bottom: 0px;
	color: #FFF;
}


.thrColFixHdr #headmenu  {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #ECFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#headmenu table {
	padding: 5px;
}
#headmenu table tr {
	text-align: center;
}

#headmenu table tr td a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 95%;
	font-variant: small-caps;
	text-align: center;
}

#headmenu table tr td a:hover {
	color: #039;
	font-style: italic;
}

.thrColFixHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 152px;
	min-height: 510px;
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#sidebar1 ul {
	font-size: 90%;
	padding: 0px;
}
#sidebar1 ul li {
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 0px;
}
#sidebar1 ul li a {
	color: #000;
	text-decoration: none;
	margin-left: 0px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 175px;
	min-height: 510px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
}
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
#sidebar2 li {
	margin-left: 0px;
	margin-bottom: 10px;
	list-style-type: square;
	list-style-position: inside;
	font-size: 80%;
}
#sidebar2 ul li {
	margin-left: -28px;
	list-style-position: outside;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}






.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-left: 180px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	min-height: 510px;
	background-color: #FFF;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000;
} 
#mainContent a {
	color: #000;
}
#mainContent #kruemel {
	font-size: 70%;
}

#mainContent #kruemel a {
	text-decoration: none;
	color: #010000;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

#mainContent table tr td {
	margin-bottom: 0px;
	margin-top: 0px;
}
#mainContent table tr td p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#mainContent table tr td h4 {
	margin: 0px;
	padding: 0px;
}
#mainContent table tr td font {
	font-size: 90%;
}

.thrColFixHdr #footer {
	background-color: #030303;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	height: auto;
	margin: 0px;
	padding: 0px;
} 
#footer p   {
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #FFF;
	letter-spacing: 1px;
}
#footer p a {
	color: #FFF;
}

.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
#prospectTable {
	font-size: 90%;
}
#prospectTable tr td {
	font-size: 90%;
}
#header2 table tr td {
	background-color: #000;
}
#container #header3 {
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	background-color: #FFF;
	background-image: url(file:///C|/Dokumente%20und%20Einstellungen/Wicki/Eigene%20Dateien/Ablage/Webseite/Twerenbold-NEU/img/logo%20auf%20weiss_70.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: 10px 10px;
	letter-spacing: 3mm;
	height: 80px;
}
#listelinks {
	list-style-type: decimal;
}
#mainContent table tr td ul {
	padding-left: 15px;
	margin-top: -10px;
	margin-bottom: 0px;
}
#mainContent table tr td p a {
}

