/* Seitenrumpf usw.
/* ************************************************************************ */
body {
	padding:0; 
	margin:0; 
	font: 0.7em Trebuchet MS, sans-serif; 
}

.logo img {
	border:0;
}

.ads_top {
	text-align:center;
}

.content { 
    margin:0 auto;
    margin-top:5px;
    margin-bottom:10px;
    border:0px solid #003399;
    width:748px;
    padding:0px; 
    background:#ffffff;
}

.header {
	margin-bottom:10px;
	padding:0px;
	font-size:11px;
	color:#000000;
}

h3 {
	color:#666666;
	font-size:13px;
}

h4 {
	font-size:11px;
}

/* Globale Link - Elemente
/* ************************************************************************ */
a, a:active, a:visited {
	color:#003399;
	text-decoration:underline;
}

a:hover {
	color:#CC0000;
	text-decoration:underline;
}

/* Hauptnavigation
/* ************************************************************************ */
.navi_top {
	float:right;
    width:auto;
    padding:10px 0 8px 8px;
}

.navi_top p {
	padding:0px;
	margin:0px;
}

.navi_top a,
.navi_top a:visited,
.navi_top a:active {
	color:#999999;
	text-decoration:underline;
	font-weight: bold;
}

.navi_top a:hover {
	color:#666666;
	text-decoration:none;
	font-weight: bold;
}

/* Suchbereich
/* ************************************************************************ */
.grey_line {
    clear:both;
    margin:0;
    padding:0;
    width:100%;
    height:8px;
    background:#003399;
    border-bottom:1px solid #666666;
}

/* Main Content: Kategorien, Link - Darstellung usw.
/* ************************************************************************ */
.main {
	width:100%;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	font-family: "Arial";
	font-size: 14px;
}

.main h3 {
	font-size:14px;
	color:#999999;
	margin-top:10px;
	margin-bottom:10px;
}

.main h4 {
	font-size:14px;
	color:#000000;
	margin-top:10px;
}

/* Sidebar: Neue Einträge, Newsletter, Partner usw.
/* ************************************************************************ */
.adbar {
    width:100%;
	margin-bottom:20px;
	padding:0 0 0 0;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color:#999999;
	text-align:center;
}

.adbar h3 {
	font-size:14px;
	color:#8AC241;
	margin-top:10px;
}

.adbar a,
.adbar a:active,
.adbar a:visited {
	text-decoration:underline;
	color:#8AC241;
}

.adbar a:hover {
	color:#8AC241;
	text-decoration:none;
}
/* Footer: Copyright usw.
/* ************************************************************************ */
.footer {
	clear:both;
	padding:20px 0 10px 0;
	margin:0;
	line-height: 1.8em;
	color:#999999;
	text-align: center;
}


.footer a,
.footer a:active,
.footer a:visited {
	text-decoration:underline;
	color:#999999;
}

.footer a:hover {
	text-decoration:none;
	color:#666666;
}

