@charset "utf-8";

/*  =========================================================
	File: HuebschesDing tgp.css
	Date: 100118
========================================================== */

/* ==============================================
   I - General Reset
   ============================================== */
html { height:101%;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ul, ol {
	list-style:none;	
}


fieldset, img {
	border:0;
}

/* All Links */
a { outline:none; text-decoration:none; } 

/* ==============================================
   II - Layout
   ============================================== */
body {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:11px;
	color:#f0785c;
	background:#290001 url(../../images/header.jpg) center top no-repeat;
	margin:0px;
}

.footer {
	background:url(../images/footer.jpg) center no-repeat;
}

.top {
	width:400px;
	height:40px;
	font-size:small;
	margin:98px 0px 0px 460px;	
}

.top a:link, .top a:visited {
	text-decoration:none;
	font-size:small;
	color:#cf1320;
	font-weight:normal;
}

.top a:active, .top a:hover {
	text-decoration:underline;
	font-size:small;
	color:#cf1320;
	font-weight:normal;
}

.toplist {
	width:700px;
	font-size:small;
}

.toplist a:link, .toplist a:visited {
	text-decoration:none;
	font-size:small;
	font-weight:normal;
}

.toplist a:active, .toplist a:hover {
	text-decoration:underline;
	font-size:small;
	font-weight:normal;
}

.td1 {
	font-size: 11px;
	color: #fb976b;
	font-weight: normal;
}

.td2 {
	text-decoration:none;
	font-size:11px;
	color:#fdb190;
	font-weight:normal;
}

a:link, a:visited {
	text-decoration:none;
	font-size:11px;
	color:#f0785c;
	font-weight:normal;
}

a:active, a:hover {
	text-decoration:underline;
	font-size:11px;
	color:#f0785c;
	font-weight:normal;
}

.a1:link, .a1:visited {
	text-decoration:none;
	font-size:11px;
	color:#fdb190;
	font-weight:normal;
}

.a1:active, .a1:hover {
	text-decoration:underline;
	font-size:11px;
	color:#fdb190;
	font-weight:normal;
}

.img a:link img, .img a:visited img, .img a:active img {
	border:#eb2c02 solid 1px;
	margin:5px;
}

.img a:hover img {
	border:#9b0207 solid 1px;
	margin:5px;
}

/* ==============================================
   III - Archives
   ============================================== */
.archives {
	width:700px;
	text-align:left;
	font-size:small;
	padding:1em 2em;
}

.archives  h2 {
	font-size:120%;
}

.archives li {
	color:#cf1320;
	line-height:1.5em;
}

.archives a:link, .archives a:visited {
	text-decoration:none;
	font-size:small;
	font-weight:normal;
}

.archives a:active, .archives a:hover {
	text-decoration:underline;
	font-size:small;
	font-weight:normal;
}

.archives span {
	padding:0 10px;
} 

.menu li {
	display:inline;
}