/* Seitenrumpf usw.
/* ************************************************************************ */
body {
	padding:0; 
	margin:0;
	background-color:#F7F9FA; 
	/* background: #ffffff url(img/bg.gif) repeat-x; */
	font: 0.7em Trebuchet MS, sans-serif; 
   	line-height: 1.5em;
}

.logo img {
	border:0;
	margin-top:5px;
	margin-left:4px;
}

.content { 
    margin:0 auto;
    margin-top:10px;
    margin-bottom:10px;
    border:1px solid #cccccc;
    width:780px;
    padding:0px; 
    background:#ffffff;
}

.header {
	margin-bottom:0px;
	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:none;
}

a:hover {
	color:#FF9933;
}

a.high, a.high:active, a.high:visited {
	color:#FF9933;
	text-decoration:none;
}

a.high:hover {
	color:#000000;
	text-decoration:underline;
}

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

.navi_top p {
	padding:0px;
	margin:0px;
	color:#003399;
}

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

.navi_top a:hover {
	color:#999999;
	text-decoration:underline;
}

.navi ul {
	margin:0 auto;
	padding-right:10px;
	list-style:none;
	/* Fucking IE7 Hack */
	border-top:1px solid #ffffff;
}

.navi li {
	display:inline;
	padding:0;
	margin:0 2px 0 0;
}

.navi a,
.navi a:visited,
.navi a:active {
	float:right;
    margin:0 1px 0 0;
    padding:3px 8px 1px 8px;
    text-decoration:none;
    font-size:12px;
    margin-top:4px;
    border:0px solid #003399;
	border-bottom:0;
	background-color:#FF6600;
	background-image:url(img/bg_orange.gif);
	color:#ffffff;
	font-weight:bold;
}

.navi a:hover {
	background-color:#003399;
	background-image:url(img/bg_blue.gif);
	color:#ffffff;
}

/* Kategorie Navigation */

.cat 
	{ background-image:url(img/bg_blue.gif); background-repeat:repeat; height:19px; }
	
a.cat:link, a.cat:visited, a.cat:active, a.cat:hover 
	{ color: #ffffff; font-weight:bold; font-size:12px; text-decoration:none; display:block; padding:2px 0 0 7px; background-image:none; }

.cat_sub {
	border-bottom-color: #cccccc;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	}
	
a:link.cat_sub, a:visited.cat_sub 
	{ color:#003399; font-size:11px; text-decoration:none; display:block;  background-color:#ffffff; padding:4px 0 4px 7px; border:0px; font-family:Tahoma; }
a:hover.cat_sub
	{ background-color:#f5f5f5; }

/* Suchbereich
/* ************************************************************************ */
.orange_line {
	clear:both;
	margin:0;
	padding:0;
	width:100%;
	height:6px;
	border-bottom:1px solid #666666;
	background-color: #FF6600;
}

.grey_line {
	margin:0;
	margin-bottom:8px;
	padding:0;
	width:100%;
	height:22px;
	background:#F1F1F1;
	background-image:url(img/bg_greyline.gif);
	border-top:1px solid #ffffff;
	text-align:right;
}

.grey_line span {
	float:right;
	margin:0;
	margin-top:2px;
	margin-right:8px;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
}

.grey_line form {
	float:right;
    margin:0;
    margin-top:6px;
    margin-right:10px;
    font-size:11px;
	font-weight:bold;
}
	
.grey_line input,
.grey_line select {
	font-size:11px;
}

/* Main Content: Kategorien, Link - Darstellung usw.
/* ************************************************************************ */
.main {
	float:right;
	width:560px;
	margin:0 0 10px 0;
	padding:0 10px 0 10px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	border-left:1px dotted #cccccc;
}

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

.main p {
	text-align: justify;	
}
.mainsub_tr {
	background-image:url(img/bg_orange.gif);
	background-repeat: repeat-x;
}

.mainsub {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
}

.mainfooter {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color:#CCCCCC;
}

/* Sidebar: Neue Einträge, Newsletter, Partner usw.
/* ************************************************************************ */
.sidebar {
    float:left;
    width:185px;
	margin:8px 0 10px 0;
	padding:0 0 0 8px;
	/* font-family: "Trebuchet MS";
	font-size: 14px; */
}

.sidebar h3 {
	font-size:14px;
	color:#003399;
	margin-top:10px;
}

/* Footer: Copyright usw.
/* ************************************************************************ */
.footer {
	clear:both;
	text-align:right;
	padding:10px 35px 10px 0;
	margin:0;
	line-height: 1.8em;
	color:#666666;
}

.footer a,
.footer a:active,
.footer a:visited {
	text-decoration:none;
	color:#666666;
}

.footer a:hover {
	color:#003399;
}
