/*  BIENCHEN-REISEN.DE
	
	body
		#box
			#header
				#logo
				#menu-main
			#left
				#content
					#margin
						.margin-box
					#main
*/

/* body */
body {
	margin: 0;
	padding: 0;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:1.5em;
}

/* reset */
p, ul, h1, h2, h3, h4, h5, table, dt, dd {
	font-size:1em;
	margin:0 0 1em;
}
a {
	text-decoration: none;
	color:#000000;
}
a:hover {
	color:#FF6600;
}
.clear {
	clear: both;
}
.align-right {
	text-align: right;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
img,
a img {
	display:block;
}
table {
/*
	border: solid 1px #B8D4EF;
	margin-top: 11px;
*/
}
table h1 {
	font-size: 1.6em;
	margin: 1em;
}
/* box */
#box {
	font-size: 1.2em;
	/*background-image: url(../img/header_bienchenreisen_bkg.png);
	background-repeat: repeat-x;*/
	min-width:1044px;
}

/* header */
#header {
	height: 130px;
	overflow: hidden;
	/*min-width: 1000px;*/
	background-image: url(../img/header_bienchenreisen_bkg3.png);
	background-repeat: no-repeat;
	background-position: 959px top;
}
#logo {
	height: 100px;
	font-size: 1.8em;
	font-weight: bold;
	border-bottom: solid 0px;
	border-bottom-color: #FFFFFF;
	width: 330px;
}
#logo a {
	color: #FF6600;
	display: block;
	padding-left: 22px;
	text-indent: -999px;
	background-image: url(../img/logo_bienchenreisen_weiss.png);
	background-repeat: no-repeat;
	height: 100%;
}

/* content */
#content {
	padding-top: 0px;
	/*min-width: 1000px;*/
}

/* main */
#main {
	/*
	margin-left: 13px;
	float: left;

	*/
	position: absolute;
	left: 330px;
	padding-right: 15px;
}
.iframe-wrapper {
	/*border: solid #9AB0D0 1px;
	margin-top: 11px;	
	*/
	padding: 0 0 0 1px;
	border-top: 11px solid white;
	background-image: url(../img/iframe-top-left_bkg.gif);
	background-repeat: no-repeat;
}
#main-iframe {
	padding: 1px 1px 0 0;
	background-image: url(../img/iframe-right_bkg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.top-block {
	margin-top:11px;
}

.contentBlock-wrapper {
	clear:both;
	width:770px;
	/*height:200px;*/
	overflow:hidden;
	padding-bottom:9px;
	border: solid 0px;
	margin-top:11px;
}
.contentBlock-wrapper h1 {
	font-size: 1.6em;
	margin: 0.5em;
}
.contentBlock-wrapper h1,
.contentBlock-wrapper h1 a {
	color: #FF6600;
}
.contentBlock-wrapper h1 a:hover {
	color: #004684;
}
.contentBlock-wrapper p {
	margin: 0 1em 0.5em;
}
.contentBlock-small {
	width:373px;
	height:200px;
	padding: 1px;
	border: solid 1px #B8D4EF;
}
.contentBlock-large {
	width:766px;
	/*height:200px;*/
	padding: 1px;
	border: solid 1px #B8D4EF;
	margin-bottom: 16px;
}
.contentBlock-links {
	padding: 1px;
	border: solid 1px #B8D4EF;
	margin-top:11px;
	margin-bottom: 16px;
}
.contentSkyskraper {
	position: absolute;
	border: solid 1px;
	border-color: #B8D4EF;
	padding: 1px;
	margin-right: 15px;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* margin */
#margin {
	float: left;
	width: 302px;
	padding: 0 0 0 15px;
	margin-top: 11px;
	overflow: hidden;
}
.margin-box {
	border: solid 1px;
	margin-bottom: 1em;
	border-color: #FFF198;
	background-repeat: no-repeat;
}
.margin-box h2 {
	display: block;
	background-color: #FFF198;/*#9AB0D0#E6F0EF 57A8AE 40969F 67A6AD 00A0C6;*/
	padding: 0.2em 0.8em;
	/*padding: 0.3em 0.6em 0.4em;*/
	color: #333;
	border: solid white 1px;
}
.orange-hell {
	background-color: #FFF7F0;
}
.bkg-01 {
	background-image: url(../img/bkg-img_01.jpg);
	background-position: center 10px;
}
.bkg-02 {
	background-image: url(../img/bkg-img_02.jpg);
	background-position: center center;
}
.bkg-04 {
	background-image: url(../img/bkg-img_03.jpg);
	background-position: center 10px;
}
.bkg-03 {
	background-image: url(../img/bkg-img_04.jpg);
	background-position: center -10px;
}

/* head-banner */
#head-banner {
	position: absolute;
	height: 76px;
	width: 658px;
	left: 330px;
	top: 0px;
}

/* NAVIGATION */
.ul-navi {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.ul-navi a {
	display: block;
}
.ul-navi li {
	float: left;
}

/* menu-main */
#menu-main {
	height: 27px;
	background-color: #FFCC00;
	border-top: solid white 1px;
	clear: both;
}
#menu-main .ul-navi {
	margin-left: 15px;
	border-left: solid white 1px;
	height: 27px;
}
#menu-main .ul-navi li {
	line-height: 27px;
}
#menu-main .ul-navi a {
	color: #333;
	font-weight: bold;
	border-right: solid #FFF 1px;
	padding: 0 0.8em;
}
#menu-main .ul-navi a:hover,
#menu-main .ul-navi .act a {
	color: #FFF;
	background-color: #FF6600;
}

/* deep-links */
.deep-links {
	padding: 0 0 0 0em;
	list-style-type: none;
}
.deep-links li {
	padding-left: 40px;
	margin-bottom: .5em;
	background-image: url(../img/pfeile_orange.gif);
	background-repeat: no-repeat;
	background-position: 30px 5px;
	font-weight: bold;
}
.deep-links li.cur {
	background-color: #FF8C40;
}
.deep-links a {
	color: #000;
}
.deep-links .act a,
.deep-links a:hover {
	color: #FF6600;
}
.deep-links li.cur a {
	color: #fff;
}


/* TT NEWS */
/* LATEST #margin */
.start_news_spalte {
	padding: 0 1em;
}
.start_news_spalte p {
/*	border-bottom:1px dotted #EEE;
	padding-bottom:1em;
*/}
.start_news_spalte h3 {
	margin-bottom: 0.5em;
}
.start_news_spalte h3 a {
	color: #FF6600;
}
.more {
	white-space: nowrap;
	font-size: 0.8em;
	font-variant: normal;
	/*text-transform: lowercase;*/
	font-weight: bold;
}
.back {
	margin-bottom: 20px;
}
.more a {
	color: #004080;
}
.more a:hover,
a .rot {
	color: #FF6600;
}
.news-latest-item {
	margin-bottom: 1em;
}
.news-image {
	float: left;
	margin-right: 5px;
}

/* LIST #main */
.seite-news-content {
	border-top: solid 11px white;
	width: 488px;
	background-image: url(../img/iframe-top-left_bkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 1px;
}
.seite-news-content .news_liste {
	padding: 10px;
	background-image: url(../img/iframe-right_bkg.gif);
	background-repeat: no-repeat;
	background-position: right top;

	min-height: 768px;
}
.seite-news-content h1 {
	font-size: 1.15em;
	border-top: dotted 1px #B8D4EF;
	padding-top: 1em;
	margin-top: 1em;
}
.seite-news-content #news_top h1 {
	font-size: 1.6em;
	line-height: 1.2em;
	border: none;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0.5em;
}

.seite-news-content h1 a,
.seite-news-content #news_top ul a:hover {
	color: #004080;
}
.seite-news-content h1 a:hover,
.seite-news-content #news_top ul a {
	color: #FF6600;
}

.seite-news-content #news_top .news-image,
.seite-news-content #news_top .imageText img {
	margin-bottom: 7px;
}
.seite-news-content #news_top .imageText p {
	margin: 0;
	color:#777777;
	font-size:0.9em;
}
.tx-ttnews-browsebox {
	border-top: dotted 1px #B8D4EF;
	padding-top: 1em;
	text-align: center;
}