/* TYPO */
/* Allgemein */
* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

/* HEADER */
/* Header: 'Herzlich Willkommen' */
#header_welcome {
	font-size: 16px;
	font-weight: bold;
	padding: 3px 5px;
	margin: 0 0 5px 0;
	color: #55595c;
	border-top: 1px solid #ccc;
	background: #e6eef6;
}

/* Header: Metanavigation */
#header_metanavi {
	font-size: 11px;
	color: #ab991a;
}

#header_metanavi a {
	color: #ab991a;
	text-decoration: none;
}

#header_metanavi a:hover {
	text-decoration: underline;
}

/* Header: Suchfeld */
#header_search_input {
	font-size: 18px;
	color: #574208;
}

#header_search {
	font-size: 11px;
	color: #ab991a;
}

#header_search a {
	color: #ab991a;
	text-decoration: none;
}

#header_search a:hover {
	text-decoration: underline;
}

/* Header: Klickpfad */
/*
#header_breadcrumb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #c4b75e;
}

#header_breadcrumb a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #c4b75e;
	text-decoration: none;
}

#header_breadcrumb a:hover {
	color: #ab991a;
	text-decoration: underline;
}
*/
/* CONTENT */
/* Content: Willkommenstext */
.body_content_welcome, .body_content_welcome div, .body_content_welcome p {
	font-size: 11px;
	color: #55595C;
}
.body_content_welcome a {
	text-decoration: none;
	color: #757BB4;
}
.body_content_welcome a:hover {
	text-decoration: underline;
	color: #757BB4;
}

/* Content: Standardcontent */
.content660 {
	/*text-align: justify;*/
	font-size: 13px;
	line-height: 18px;
	color: #000;	
}

.content660 a {
	color: #757BB4;
}

.content660 a:hover {
	color: #757BB4;
	text-decoration: none;
}
.content660 h2 {
	font-size: 20px;
	color: #757BB4;
	
	padding: 0 0 10px 0;
}

.content660 h2 a {
	font-size: 20px;
	color: #757BB4;
	text-decoration: none;
}

.content660 h2 a:hover {
	color: #757BB4;
	text-decoration: underline;
}

.content660 h3 {
	font-size: 18px;
	color: #757BB4;
	
	padding: 0 0 10px 0;
}

.content660 h3 a {
	font-size: 18px;
	color: #757BB4;
	text-decoration: none;
}

.content_detailpremium h2 {padding: 0 0 10px 10px;}


/* Content: halbe Breite */
.content330 {
	font-size: 13px;
	line-height: 18px;
	color: #000;
}

.content330 h3, .content330 h3 a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #55595c;
	
	padding: 0 0 3px 0;
}

.content330 h3 a:hover {
	text-decoration: underline;
}

.content330 a {
	text-decoration: none;
	color: #000;
}

.content330 a:hover {
	text-decoration: underline;
}

/* Content: Kategorien-Übersicht */
.content_category_overview {
	list-style-type: none;
	line-height: 24px;
}

.content_category_overview li a {
	text-decoration: none;
	color: #55595C;
}

.content_category_overview li a:hover {
	text-decoration: underline;
	color: #55595C;
}

.content_category_overview_addlink a {
	font-size: 20px;
	color: #ab991a;
}

/* Content: Linkübersicht */
.content_link h3 {
	color: #757BB4;
}

.content_link_stats {
	font-size: 11px;
	color: #666;
}

.content_link_stats a {
	color: #ffa701;
}

.content_link_stats a:hover {
	color: #ffa701;
	text-decoration: none;
}

/* Content: Linkübersicht - Premiumlink */
.content_link_premium h4, .content_link_normal h4 {
	font-size: 18px;
	color: #757BB4;
	margin: 0 0 10px 0;
}

.content_link_premium h4 a, .content_link_normal h4 a {
	font-size:13px;
	font-weight: bold;
	color: #757BB4;
	text-decoration: none;
}

.content_link_premium h4 a:hover, .content_link_normal h4 a:hover  {
	color: #757BB4;
	text-decoration: underline;
}

/* Content: Linkübersicht - Normallink */
.content_link_normal_body {
	font-size: 12px;
}


/* Content: Detailansicht */
.content_info table th, .content_info table td {
	text-align: left;
	color: #55595C;
}

.content_info_more a {
	color: #757BB4;
	text-decoration: underline;
	font-weight: bold;

	padding: 0 0 0 18px;
	background-image: url(../img/content/bg_category_overview.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

.content_info_more a:hover {
	color: #574208;
	text-decoration: none;
}

/* Navigation */

/*
.body_navigation_navi ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ab991a;
	text-decoration: none;
}
.body_navigation_navi ul li a:hover {
	color: #574208;
}
.body_navigation_navi ul li.on a {
	color: #574208;
}
.body_navigation_navi ul li.on a:hover {
	color: #574208;
}

.body_navigation_top3 h3, .body_navigation_tags h3 {
	font-size: 17px;
	color: #ab991a;
}

.body_navigation_top3 ul li a {
	font-size: 13px;
	color: #574208;
	text-decoration: none;
}
*/

/* Footer */
#body_footer, #body_footer_homepage {
	font-size: 11px;
	color: #c9c9c9;
}

#body_footer a, #body_footer_homepage a {
	color: #c9c9c9;
	text-decoration: none;
}

#body_footer a:hover, #body_footer_homepage a:hover {
	color: #999;
	text-decoration: none;
}

/* Aufzählungen */
ol {
	margin-left:10px;
}
ol li {
	margin-left:10px;
}