@charset "utf-8";
/* CSS Document */

/* ############################ Reset default browser CSS */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	margin:0;
	padding:0;
	}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content:""
	}
blockquote,
q {
	quotes:"" ""
	}
a img {
	border:none;
	}

/* ############################ General Elements */
html {
	font-size:100.01%
	}
body {
	color:#000;
	font-family:Geneva,'Trebuchet MS',Tahoma,Helvetica,Arial,sans-serif;
	font-size:13px;
	line-height:19px;
	background-color:#FFF;
	}

/* ############################ Links */
a:link,
a:visited {
	color:#dd7311;
	text-decoration:underline;
	}
a:hover,
a:focus {
	color:#000;
	text-decoration:underline;
	}
a:active {
	color:#05a2da;
	}

/* ############################ Headers & Fonts */
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	}
h1 {
	color:#000;
	font-size:2em;
	margin-bottom:1.3em;
	line-height:1.3em;
	}
h2 {
	color:#666;
	font-size:1.3em;
	margin-bottom:0.5em
	}
h3 {
	color:#d26d10;
	font-size:1.2em;
	margin-bottom:0.5em
	}
h4 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:1.5em
	}
h5 {
	font-size:1em;
	margin-bottom:1.5em
	}
h6 {
	font-size:1em;
	font-style:italic
	}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0
	}
	
.small {
	font-size:0.8em;
	line-height:1.1em;
	}

.anzeigen {
	color:#c0c1b9;
	display:block;
	font-size:0.9em;
	padding:0 0 5px 0px;
	text-align:left;
	}

.added {
	background:#060;
	color:#FFF
	}
.removed {
	background:#900;
	color:#FFF
	}

/* ############################ Paragraphs */
p {
	margin:0 0 1.3em
	}
blockquote {
	color:#666;
	font-style:italic;
	margin:1.5em
	}

/* ############################ Inline Elements */
strong {
	font-weight:bold;
	}
em,
dfn {
	font-style:italic;
	}
dfn {
	font-weight:bold;
	}
sup,
sub {
	line-height:0;
	}
abbr,
acronym {
	border-bottom:1px dotted #666;
	}
address {
	font-style:italic;
	margin:0 0 1.5em
	}
del {
	color:#666
	}
pre {
	margin:1.5em 0;
	white-space:pre
	}
pre,
code,
tt {
	font:1em 'Andale Mono', 'Lucida Console', monospace;
	line-height:1.5
	}

/* ############################ Lists */
li {
	margin:0;
	color:#666;
	}
ul,
ol {
	margin:0px 0px 20px 15px;
	padding:0;
	}
ul {
	list-style:disc;
	}
ol {
	list-style-type:decimal;
	}
dl {
	margin:0 0 1.5em 0
	}
dl dt {
	font-weight:bold
	}
dd {
	margin-left:1.5em
	}

ul.extra {
	font-size:11px;
	list-style:none;
	padding:0
	}
ul.extra li {
	padding-left:20px
	}

/* ############################ Tables */

table {
	border-collapse:collapse;
	width:100%;
	border:none;
	margin:0px 0px 20px 0px;
	}
caption, th, td {
	text-align:left;
	padding:0px;
	vertical-align: top;
	}
th {
	font-weight:bold;
	}

.table-1 td,
.table-3 td {
	padding:5px;
	border:1px solid #E4E7D9;
	font-size:.9em;
	}
.table-1 td p {
	margin-bottom:0;
	}
.table-3 td p {
	margin:0 0 1.3em
	}
	
.table-2 td {
	padding:2px;
	border:1px solid #E4E7D9;
	font-size:.7em;
	}
.table-2 td p {
	margin-bottom:0;
	}
	
.td-1 {
	background-color:#e3e2e2;
	}
.table-news {
	background-color:#F7E796;
	border:1px solid #E6974F;
	background-image:url(../../media/imgs/basics/htgr-news.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.table-news td {
	font-size:0.9em;
	line-height:1.3em;
	padding:10px;
	width:50%;
	}
.table-news h3 {
	font-size:1.5em;
	}


/* ############################ Rules */
hr {
	background:#9b9d9e;
	border:none;
	clear:both;
	color:#9b9d9e;
	float:none;
	height:1px;
	margin:1em 0 1em 0;
	width:100%
	}
/* hr.space {
	background:#FFF;
	color:#FFF;
	visibility:hidden
	} */
	
/*############################ Misc Classes */
.align-left {
	text-align:left
	}
.align-center {
	text-align:center
	}
.align-right {
	text-align:right
	}
	
/* ############################ Forms */
label {
	font-weight:bold;
	}
	
legend {
	font-size:1.2em;
	font-weight:bold;
	margin:10px 0px 10px 0px;
	}
	
fieldset {
	border:1px solid #e2e2e2;
	margin:0 0 20px 0;
	padding:10px;
	}
fieldset.strict {
	border:none;
	margin:0;
	padding:0;
	}
fieldset.strict legend {
	display:none
	}
fieldset.personal {
	width:220px;
	float:left;
	}
fieldset.right {
	margin-left:35px;
	}
	
input[type=text],
input[type=password],
input.text,
input.title,
select {
	font-size:1em;
	width:210px;
	border:2px solid #E4E7D9;
	padding:5px 2px 5px 2px;
	margin: 0px 0px 10px 0px;
	background-image:url(../../media/imgs/basics/htgr_input.gif);
	background-repeat:repeat-x;
	}
input[type=text]:focus,
input[type=password]:focus,
input.text:focus,
input.title:focus,
textarea:focus,
select:focus {
	background-color:#FFC;
	background-image:none;
	}
input[type=image],
input.image {
	vertical-align:middle;
	}
input[type=checkbox],
input[type=radio],
input.checkbox,
input.radio {
	position:relative;
	top:.1em;
	}
	
textarea {
	width:205px;
	height:150px;
	border:2px solid #E4E7D9;
	padding:5px 2px 5px 2px;
	margin: 0px 0px 10px 0px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size:1em;
	background-image:url(../../media/imgs/basics/htgr_input.gif);
	background-repeat:repeat-x;
	}
	
#recaptcha-div {
	margin:20px 0px 0px 0px;
	}
	
form.inline {
	line-height:3
	}
form.inline p {
	margin-bottom:0
	}
#fh-country {
	}
#fh-message {
	}
#recaptcha-div table {
	width: 150px
	}

/* Forms gebaut im Content-Wizard RECHTS*/
.csc-mailform {
	font-size:0.9em;
	line-height:1.3em;
	}
	
.csc-mailform-field {
	display:block;
	clear:left;
	}
.csc-mailform-field input[type="text"],
.csc-mailform-field input[type="password"],
.csc-mailform-field input.text,
.csc-mailform-field input.title,
.csc-mailform-field textarea,
.csc-mailform-field select {
	display:block;
	width:170px;
	}
.csc-mailform-check {
	float:left;
	margin:0px 5px 0px 0px;
	}
	
.csc-mailform hr {
	margin:0.6em 0 0.6em 0;
	}
	
/*
.error,
.notice,
.success {
	border:2px solid #DDD;
	margin-bottom:1em;
	padding:.8em
	}
.error {
	background:#FBE3E4;
	border-color:#FBC2C4;
	color:#8A1F11
	}
.notice {
	background:#FFF6BF;
	border-color:#FFD324;
	color:#514721
	}
.success {
	background:#E6EFC2;
	border-color:#C6D880;
	color:#264409
	}
.error a {
	color:#8A1F11
	}
.notice a {
	color:#514721
	}
.success a {
	color:#264409
	}
*/

/* ############################ Layout */
#wrapper {
	width:100%;
	padding:0;
	margin:0;
	}
	
#headerblock {
	width:100%;
	background-image:url(../../media/imgs/basics/htgr2.gif);
	background-repeat:repeat-x;
	position:relative;
	padding:0;
	margin:0;
	}
#headerblock-START {
	width:100%;
	height:480px;
	background-image:url(../../media/imgs/basics/htgr.gif);
	background-repeat:repeat-x;
	position:relative;
	padding:0;
	margin:0;
	}
#header {
	width:980px;
	height:160px;
	text-align:left;
	background-image:url(../../media/imgs/basics/htgr_header.gif);
	background-repeat:no-repeat;
	background-position:top right;
	margin:0 auto;
	}
#header-1 {
	padding:35px 0px 0px 0px;
	}
	
#contentblock {
	width:100%;
	position:relative;
	padding:0;
	margin:-60px 0px 0px 0px;
	z-index:70;
	}
#contentblock-START {
	width:100%;
	position:relative;
	padding:0;
	margin:-380px 0px 0px 0px;
	z-index:70;
	}
#content-0 {
	width:980px;
	text-align:left;
	margin:0 auto;
	}
#content {
	width:980px;
	text-align:left;
	margin:0 auto;
	}
/* #content-left {
	width:180px;
	float:left;
	margin:60px 0px 0px 0px;
	} */
#content-left-START {
	width:180px;
	float:left;
	margin:0px 0px 0px 0px;
	}
#content-left-1-START {
	width:180px;
	margin:0px;
	}
/*#content-left-1 {
	width:180px;
	margin:0;
	}
#content-left-2 {
	width:180px;
	margin:20px 0px 0px 0px;
	}*/
#content-normal {
	width:520px;
	float:left;
	margin:60px 0px 0px 0px;
	}
#content-normal-START {
	width:760px;
	float:left;
	margin:60px 0px 0px 40px;
	}
#content-right {
	width:430px;
	float:left;
	margin:40px 0px 0px 30px;
	}
#content-right-0 {
	width:430px;
	border-bottom:1px solid #E4E7D9;
	padding:0px 0px 10px 0px;
	}
#content-right-01 {
	width:140px;
	float:left;
	}
#content-right-02 {
	width:190px;
	float:left;
	}
#content-right-03 {
	width:100px;
	float:left;
	text-align:right;
	padding:5px 0px 0px 0px;
	}
#content-right-1 {
	width:430px;
	}
#content-right-12 {
	width:430px;
	padding:15px 0px 0px 0px;
	margin:0px 0px 15px 0px;
	border-bottom:1px solid #E4E7D9;
	}
#content-right-121 {
	width:300px;
	float:left;
	}
#content-right-122 {
	width:120px;
	margin:0px 0px 0px 10px;
	float:left;
	}
#content-right-2 {
	width:430px;
	margin:30px 0px 0px 0px;
	}
#content-right-21 {
	width:210px;
	float:left;
	overflow:hidden;
	}
#content-right-22 {
	width:200px;
	margin:0px 0px 0px 20px;
	float:left;
	}
#content-border-START {
	margin:0px;
	}
#content-bottom {
	width:980px;
	text-align:left;
	margin:0 auto;
	padding:30px 0px 0px 0px;
	clear:both;
	}
#content-bottom-1 { /* Top-Thema */
	background-color:#e4e7d9;
	padding:10px;
	}
#content-bottom-1 img {
	border:1px solid #FFF;
	margin:0px 12px 0px 0px;
	}
#content-bottom-1 p {
	margin:0px;
	padding:0px;
	}
#content-bottom-1 img.topthema-last {
	margin:0px;
	}
#content-bottom-1 .csc-default {
	margin:0px;
	}
	
#kundenblock {
	width:100%;
	margin:0px auto;
	padding:40px 0px 30px 0px;
	background-color:#d26d10;
	clear:both;
	}
#kunden {
	width:980px;
	text-align:left;
	margin:0 auto;
	}
#kunden a:link, #kunden a:visited, #kunden a:hover, #kunden a:focus, #kunden a:active {
	text-decoration:none;
	}

#kunden-2 { /* Container Werbung */
	width:960px;
	background-color:#FFF;
	padding:10px;
	}
#kunden-21 { /* Werbung Links */
	float:left;
	width:320px;
	}
#kunden-22 { /* Kunden-Banner */
	float:left;
	margin:0px;
	text-align:right;
	width:640px;
	}
#kunden-22 p { /* Kunden-Banner P */
	margin:0;
	}
#kunden-3 { /* Footer */
	width:940px;
	padding:30px 0px 0px 0px;
	text-align:center;
	}
#kunden-3 p { /* Footer P */
	margin:0;
	}
#kunden-3 a:link, #kunden-3 a:visited, #kunden-3 a:hover, #kunden-3 a:focus, #kunden-3 a:active {
	color:#FFF;
	text-decoration:none;
	}
#kunden-4 { /* Amazon Banner */
	width:940px;
	margin:20px 0px 0px 0px;
	text-align:center;
	}
	
#navsummary {
	width:100%;
	height:130px;
	border-right:1px solid #FFF;
	}
.navsummary-1 {
	font-size:.9em;
	line-height:1.3em;
	width:140px;

	height:130px;
	float:left;
	color:#FFF;
	border-left:1px solid #FFF;
	padding:0px 10px 0px 10px;
	}
.navsummary-1 strong {
	color:#000;
	}
.navsummary-1 p {
	margin:0;
	}
	
#pageteaser {
	width:520px;
	}
.pageteaser-1 {
	width:230px;
	min-height:80px;
	float:left;
	background-color:#d0d2c5;
	padding:6px 10px 6px 10px;
	background-image:url(../../media/imgs/basics/htgr_verlauf_1.gif);
	background-repeat:repeat-x;
	font-size:0.9em;
	line-height:1.3em;
	}
.pageteaser-1 h2 {
	font-size:1em;
	margin:0px 0px 3px 0px;
	}
.pageteaser-1 img {
	float:right;
	border-bottom:1px solid #FFF;
	border-left:1px solid #FFF;
	margin:0px 0px 0px 10px;
	position:relative;
	top:-6px;
	left:10px;
	}
	
#pageteaser_2 {
	width:520px;
	}
.pageteaser_2-1 {
	width:250px;
	height:80px;
	overflow:hidden;
	float:left;
	}
.pageteaser_2-1 h2 {
	font-size:1em;
	margin:0px;
	background-color:#DD7311;
	padding:3px 3px 3px 10px;
	}
.pageteaser_2-1 h2 a {
	color:#FFF;
	text-decoration:none;
	display:block;
	}
	
#pageteaser_3 {
	width:520px;
	}
.pageteaser_3-1 {
	width:250px;
	overflow:hidden;
	float:left;
	}
.pageteaser_3-1 h2 {
	font-size:1em;
	margin:0px;
	background-color:#DD7311;
	padding:3px 3px 3px 10px;
	}
.pageteaser_3-1 h2 a {
	color:#FFF;
	text-decoration:none;
	display:block;
	}
.odd {
	margin:0px 20px 10px 0px;
	}
.even {
	margin:0px 0px 10px 0px;
	}
	
#start-reisebox {
	width:150px;
	background-image:url(../../media/imgs/content/htgr_reisebox.jpg);
	background-repeat:no-repeat;
	background-color:#f7e796;
	padding:20px 15px 15px 15px;
	margin:0px 0px 30px 0px;
	}
#start-reisebox-1 {
	color:#FFF;
	font-size:.9em;
	line-height:1.2em;
	}
#start-reisebox-2 {
	font-size:.9em;
	line-height:1.2em;
	margin:200px 0px 0px 0px;
	}
#start-reisebox-1 p strong,
#start-reisebox-2 p strong {
	font-size:1.2em;
	}
	
#start-titel {
	width:980px;
	text-align:left;
	margin:0 auto;
	padding:20px 0px 0px 0px;
	}
#start-titel-1 {
	width:710px;
	text-align:left;
	margin:0;
	border:10px solid #000;
	float:left;
	}
#start-titel-2 {
	width:250px;
	float:left;
	}
#start-titel-2 h1 { /* Startseite Unterk�nfte �berschrift */
	background-color:#000000;
	color:#FFFFFF;
	font-size:1em;
	font-weight:bold;
	padding:5px 0px 4px 15px;
	}

#c60 { /* Sitemap */
	}
#c60 h4 {
	font-size:1.5em;
	}
#c60 ul  {
	margin:0px 0px 20px 40px;
	}
#c60 ul li {
	font-size:1.3em;
	margin:0px 0px 20px 0px;
	}
#c60 ul li ul  {
	margin:20px 0px 20px 40px;
	}
#c60 ul li ul li {
	font-size:0.8em;
	margin:0px 0px 10px 0px;
	}

	
#c1 { /*Startseite Einleitungsartikel */
	width:440px;
	float:left;
	clear:none;
	}
#c1300 { /*Startseite 4Trips Werbung */
	width:300px;
	float:right;
	margin:0px;
	}
	
#c1214 { /* Amazone Inhalt Conbook */
	background-color:#F7E796;
	border:1px solid #DD7311;
	text-align:center;
	}
	
.csc-default {
	clear:both;
	margin:0px 0px 20px 0px;
	}
	
.csc-textpic-caption {
	color:#FFF;
	text-align:left;
	font-size:0.9em;
	background-color:#000;
	padding:2px 5px 2px 5px;
	border-top:1px solid #FFF;
	}
	
div.csc-textpic-intext-right DIV.csc-textpic-imagewrap {
	margin-left: 20px !important;
	}
div.csc-textpic-intext-left DIV.csc-textpic-imagewrap {
	margin-right: 20px !important;
	}
div.csc-textpic-intext-left DIV.csc-textpic-imagewrap {
	margin-right: 20px !important;
	}
div.csc-textpic-above DIV.csc-textpic-imagewrap {
	margin-bottom: 10px !important;
	}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom:10px !important;
	}
	
.tx-wecmap-map span,
.tx-wecmap-map a {
	font-size:0.8em;
	}
	
.csc-frame-frame1 {  /* Conbook Inhalte Artikel */
	border:1px solid #E5E6E0;
	padding:10px 10px 0px 10px;
	margin:0px 0px 30px 0px;
	background-image:url(../../media/imgs/basics/conbook-htgr-amazon.gif);
	background-position: 10px bottom;
	background-repeat:no-repeat;
	}
.conbook-footer-1 {
	color:#B4B2B0;
	font-family:arial;
	font-size:0.85em;
	line-height:1.3em;
	margin:0 0 3px 120px;
	width:360px;
	}
.conbook-footer-1 a {
	color:#CF9763;
	}
.csc-frame-frame2 {  /* Conbook Inhalte Tipps */
	border:1px solid #E5E6E0;
	padding:10px 10px 0px 10px;
	margin:0px 0px 30px 0px;
	background-image:url(../../media/imgs/basics/conbook-htgr-amazon-klein.gif);
	background-position:10px bottom;
	background-repeat:no-repeat;
	}
.conbook-footer-2 {
	color:#B4B2B0;
	font-family:arial;
	font-size:0.85em;
	line-height:1.3em;
	margin:0 0 3px 0;
	width:190px;
	}
.conbook-footer-2 a {
	color:#CF9763;
	}
	
	
/* START Copyright ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/muti-line-dropdown.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* Menu */
#menu {margin:0px; padding:0px; position:relative; z-index:90; font-family: Arial, Helvetica, sans-serif; font-size:0.9em;}

/* Menu 1. Ebene */
#menu ul {padding:0px; margin:0px; list-style:none;}
#menu ul li {margin-right:5px; float:left;}
#menu ul li a {display:block; float:left; padding:10px; text-decoration:none; color:#FFF; font-weight:bold; background-image:url(http://satravel.bonweb.de/fileadmin/media/imgs/basics/htgr_main_nav.gif); background-repeat:repeat-x;}
#menu ul li:hover {position:relative;}
#menu ul li a:hover {color:#FFF; position:relative; background-image:url(http://satravel.bonweb.de/fileadmin/media/imgs/basics/htgr_main_nav_a.gif); background-repeat:repeat-x;}
/* Menupunkt 1. Ebene aktiv */
#menu ul li.cur,
#menu ul li.cur a {color:#FFF; position:relative; background-image:url(http://satravel.bonweb.de/fileadmin/media/imgs/basics/htgr_main_nav_a.gif); background-repeat:repeat-x;}

/* Menu 2. Ebene */
#menu ul li ul {position:absolute; left:-9999px;}
#menu ul li ul li {margin:0;}
#menu ul li ul li a {width:170px; padding:7px 7px 7px 10px; background:#D26D10; border-bottom:1px solid #FFF; text-decoration:none; background-image:none;}
#menu ul li ul li:hover {position:relative;}
#menu ul li ul li a:hover {background:#000; color:#FFF; background-image:none;}
#menu ul li:hover ul {left:0px; top:36px; padding:5px 0px 0px 0px; background-image:none;}
/* Menupunkt 2. Ebene aktiv */

#menu ul li ul li.cur,
#menu ul li ul li.cur a {background:#000; color:#FFF; background-image:none;}

/* Menupunkt der 2. Ebene wenn Hauptpunkt aktiv ist */
#menu ul li.cur ul li,
#menu ul li.cur ul li a {background:#666; color:#FFF; position:relative; background-image:none;}
#menu ul li.cur ul li a:hover {background:#000; color:#FFF; background-image:none;}

/*  END Copyright ================================================================ */
	

#sub_menu {
	border-bottom:1px solid #E4E7D9;
	display:block;
	margin:0;
	padding:10px 0px 10px 0px;
	}
#sub_menu ul {
	padding:0px;
	margin:0px;
	list-style:none;
	}
#sub_menu ul li {
	float:left;
	font-weight:bold;
	margin:0 2px 2px 0;
	}
#sub_menu ul li a {
	text-decoration:none;
	padding:5px;
	color:#000;
	font-size:1.2em;
	display:block;
	}
#sub_menu ul li a:hover {
	text-decoration:none;
	padding:5px;
	color:#FFF;
	font-size:1.2em;
	background-color:#000;
	display:block;
	}
#sub_menu ul li.cur,
#sub_menu ul li.cur a {
	text-decoration:none;
	color:#FFF;
	background-color:#000;
	display:block;
	}
#sub_menu ul li.first {
	}
#sub_menu ul li.last {
	}
	
	
#sub_menu2 {
	background-color:#E4E7D9;
	display:block;
	margin:0;
	padding:20px;
	}
#sub_menu2 ul {
	padding:0px;
	margin:0px;
	list-style:none;
	}
#sub_menu2 ul li {
	float:left;
	font-weight:bold;
	margin:0 2px 2px 0;
	}
#sub_menu2 ul li a {
	text-decoration:none;
	padding:5px;
	color:#666;
	font-size:0.9em;
	line-height:1.2em;
	display:block;
	}
#sub_menu2 ul li a:hover {
	text-decoration:none;
	padding:5px;
	color:#FFF;
	background-color:#000;
	font-size:0.9em;
	display:block;
	}
#sub_menu2 ul li.cur,
#sub_menu2 ul li.cur a {
	text-decoration:none;
	color:#FFF;
	background-color:#000;
	display:block;
	}
#sub_menu2 ul li.first {
	}
#sub_menu2 ul li.last {
	}


/* ############################ News Styles */

/* News Container */
.news-list-container {
	width:520px;
	}
/* News Einzeln */
.news-list-item {
	width:250px;
	height:80px;
	overflow:hidden;
	float:left;
	margin:0px 10px 10px 0px;
	font-size:0.9em;
	line-height:1.5em;
	/*background-image:url(../../media/imgs/basics/htgr_verlauf_1.gif);
	background-repeat:repeat-x;*/
	background-color:#E4E7D9;
	}
/* News Bild */
.news-list-item-1 {
	float:left;
	height:80px;
	overflow:hidden;
	width:75px;
	}
.news-list-item-1 img {
	height:50px;
	overflow:hidden;
	}
/* News Text */
.news-list-item-2 {
	float:left;
	height:80px;
	margin:0;
	overflow:hidden;
	padding:5px 5px 5px 10px;
	width:160px;
	}

/* Single News Einzeln */
.news-single-item {
	width:100%;
	}
/* Single News Bilder */
.news-gallery  {
	margin:0px 0px 20px 0px;
	}
.news-gallery img  {
	border:1px solid #000;
	margin:0px 2px 2px 0px;
	height:75px;
	}
/* Single News Ergebnisse */
.showResultsWrap {
	font-size:1.5em;
	margin:0px 0px 20px 0px;
	}
/* Single News Ergebnisse Zahlen & Weiter */
.browseLinksWrap span {
	background-color:#d26d10;
	padding:3px;
	margin:0px 1px 0px 0px;
	font-size:0.8em;
	color:#FFF;
	}
.browseLinksWrap a {
	padding:3px;
	margin:0px 1px 0px 0px;
	font-size:0.85em;
	}
/* Single News Tabelle Preise */
#price_section td {
	padding:5px;
	border:1px solid #E4E7D9;
	font-size:.9em;
	}
	
#preis-hinweis {
	/*background-image:url(../../media/imgs/basics/htgr_verlauf_1.gif);
	background-repeat:repeat-x;*/
	background-color:#E4E7D9;
	padding:10px;
	margin:0px 0px 20px 0px;
	}
	
/*Latest News Container */
.news-latest-container {
	width:210px;
	margin:0px 0px 20px 0px;
	}
/* Latest News Einzeln */
.news-latest-item {
	width:210px;
	margin:0px 0px 10px 0px;
	}
/* Latest News Bild */
.news-latest-item-1 {
	float:left;
	height:72px;
	overflow:hidden;
	width:62px;
	}
.news-latest-item-1 img {
	height:60px;
	width:60px;
	overflow:hidden;
	border:1px solid #000;
	}
/* Latest News Text */
.news-latest-item-2  {
	float:left;
	height:65px;
	margin:0;
	overflow:hidden;
	padding:0px 0px 0px 10px;
	width:128px;
	font-size:0.9em;
	line-height:1.2em;
	}
.news-latest-item-2 h2 {
	background-color:#000000;
	font-size:0.85em;
	padding:1px 0 1px 5px;
	}
.news-latest-item-2 h2 a {
	color:#FFF;
	text-decoration:none;
	}
.news-latest-item-2 a {
	color:#000;
	text-decoration:none;
	}
	
/* Startseite Latest News Container */
#start-titel-2 .news-latest-container {
	width:250px;
	margin:0px;
	}
/* Startseite Latest News Einzeln */
#start-titel-2 .news-latest-item {
	width:250px;
	margin:0px 0px 10px 10px;
	}
/* Startseite Latest News Bild */
#start-titel-2 .news-latest-item-1 {
	float:left;
	height:72px;
	overflow:hidden;
	width:82px;
	}
#start-titel-2 .news-latest-item-1 img {
	height:70px;
	width:80px;
	overflow:hidden;
	border:1px solid #000;
	}
/* Startseite Latest News Text */
#start-titel-2 .news-latest-item-2  {
	float:left;
	height:72px;
	margin:0;
	overflow:hidden;
	padding:0px 0px 0px 10px;
	width:148px;
	font-size:0.9em;
	line-height:1.2em;
	}
#start-titel-2 .news-latest-item-2 h2 {
	background-color:#000000;
	font-size:0.85em;
	padding:1px 0 1px 5px;
	}
#start-titel-2 .news-latest-item-2 a {
	color:#FFF;
	text-decoration:none;
	}