/*
 * Stylesheet für crd-oldtimerreisen.de
*/

/*
 * Grundsätzliche Einstellungen und Aufheben der Browservorgaben
*/

body, html {
	margin:0;
	padding:0;
}

body {
	background-color:#bbc1a3;
	color:#000;
	font:normal normal 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
}

ul, ol, dl {
	position:relative;
}

ul, li {
	margin:0;
	padding:0;
	list-style:none;
}

p {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

h1, h2, h3 {
	font:bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#930;
	margin:0 0 5px;
}

.boxed h2 {
	color:#829d47;
}

h4 {
	font-size:11px;
}

h4.pricehead {
	margin:2em 0 1em;
}

a, a:hover, a:active, a:visited {
	color:#0066cc;
	text-decoration:none;
	outline:none;
}

a:hover, a:active {
	text-decoration:underline;
}

a img {
	border:0;
}

br.nobr {
	display:none;
}

/*
 * äußere Abemssungen
*/

#wrapper {
	width:750px;
	margin:0 auto 8px;
	background-color:#fff;
	position:relative;
	padding:0;
}

/*
 * Kopfbereich mit Navigationselementen
*/

#head {
	background:#fff url(../graphics/fond-head.png) 0 0 no-repeat;
	position:relative;
	height:175px;
	background-color:#fff;
}

ul#mininavi {
	background:transparent url(../graphics/fond-mininavi.png) 0 0 no-repeat;
	padding-left:10px;
	height:18px;
	width:250px;
	position:absolute;
	right:0;
}

ul#mininavi li {
	background:transparent url(../graphics/linkbutton.gif) 0 60% no-repeat;
	padding-left:8px;
	margin:0 10px 0;
	float:left;
	display:inline;
}

ul#mininavi li a {
	color:#000;
}

ul#headnavi {
	background:#bbc1a3 url(../graphics/bgr-mainnav.png) 0 0 repeat-x;
	position:relative;
	top:150px;
	height:23px;
	width:750px;
	border-top:1px solid #bbc1a3;
	border-bottom:1px solid #bbc1a3;
}

ul#headnavi li {
	border-right:1px solid #fff;
	font:normal normal 18px "Trebuchet MS", Tahoma, Verdana, sans-serif;
	text-align:center;
	float:left;
	display:block;
	padding:0 12px;
	height:23px;
	width:auto;
}

ul#headnavi li.last {
	border-right:none;
}

ul#headnavi li a {
	color:#930;
	display:block;
	height:23px;
	line-height:23px;
}

ul#headnavi li.notext {
	width:249px;
	padding:0;
}

/*
 * Inhalte
*/

#content {
	background-color:#fff;
	padding:0;
	margin:8px 0 2em;
	width:485px;
	float:left;
}

a.textlink, #subnavi li a {
	display:block;
	padding:3px 0 3px 10px;
	background:transparent url(../graphics/linkbutton.gif) 0 7px no-repeat;
}

	#content a.textlink {
		display:inline;
	}

p.intro {
	margin:12px 0 18px;
}

p.error {
	clear:both;
	font-weight:bold;
	color:#f00;
}
	
	p.error a {
		color:#f00;
		text-decoration:underline;
	}

select, input, textarea {
	font:11px Verdana,Arial,Helvetica,sans-serif;
}


/*
 * linke Spalte
*/

#subnavi {
	background-color:#fff;
	border-right:1px dotted #d9d3c5;
	padding:0;
	width:245px;
	float:left;
	display:inline;
	margin:8px 7px 9px 4px;
}
	#subnavi h2 {
		margin:0 4px 0 0;
	}
	
.teaserbox {
	margin:0 1em 1em 1em;
	border-bottom:1px dotted #638597;
	padding:0 0 0.5em;
}

.teaserbox h2 {
	font-size:15px;
}

.teaserbox p, .teaserbox h3 {
	color:#000;
	font:normal normal 12px Verdana, Arial, Helvetica, sans-serif;
	margin:0.5em 0;
	line-height:1.4;
}
	
/*
 * Hauptcontent
*/

.homeContainer, .textContainer {
	float:left;
	width:485px;
	margin:0 0 4px 0;
	padding:0 0 3px;
	border-bottom:1px dotted #638597;
}

#content p {
	margin:0 0 1em;
}

.homeContainer .boxed {
	margin:0 0 2px;
	background:#fcfff4 url(../graphics/bgr-boxes.png) bottom left repeat-x;
	padding:5px 0 2px;
	border:1px solid #c4c5a6;
}

#content .homeContainer .boxed p, .homeContainer .boxed h2 {
	margin-left:5px;
	margin-right:5px;
}

#content p.containerLink {
	margin:9px 0;
}

#content .boxed .containerLink {
	margin-bottom:7px;
}

.homeContainer img {
	float:left;
	margin:2px 10px 2px 0;
}

.homeContainer .boxed img, .homeContainer img.right {
	float:right;
	margin:2px 0 2px 10px;
}

.homeContainer a, .box a {
	background:transparent url(../graphics/linkbutton.gif) 0 60% no-repeat;
	padding-left:8px;
}

.homeContainer a.imagelink, .box a.imagelink {
	background:transparent;
	padding-left:0;
}

h1, h2.boxhead {
	padding:0 0 0 7px;
	background:#fff url(../graphics/fond-headline-left.gif) top left no-repeat;
	line-height:35px;
	color:#fff;
	margin-bottom:2px;
}

h1 span, h2.boxhead span {
	display:block;
	background:transparent url(../graphics/fond-headline-right.gif) top right no-repeat;
	line-height:35px;
	margin:0;
}

h2#reisenhead {
	float:left;
	display:inline;
	margin:15px 0 0 0;
	width:478px;
}

ul#reisenlist {
	float:left;
	display:inline;
	margin:0 0 0 0;
	width:485px;
}

ul.shortlist {
	padding:0;
	background:#fff url(../graphics/bgr-liste.gif) bottom left repeat-x;
	border-left:1px solid #ededed;
	border-bottom:1px dotted #638597;
}

ul.shortlist li {
	line-height:15px;
	border-bottom:1px dotted #638597;
	padding:3px 0 3px 10px;
	margin:0 7px;
	background:transparent url(../graphics/linkbutton.gif) 0 7px no-repeat;
}

ul.shortlist li a .price {
	color:#f00;
}

#hotelbilder {
	padding:8px 0 0;
	margin-bottom:-8px;
}

#hotelbilder img {
	float:left;
	margin:0 8px 8px 0;
}

iframe#holidayautos {
	margin:0;
	padding:0;
	background-color:#fff;
}

/*
 * Statische Seiten (Bereich main)
*/

.static ul {
	margin:0 0 15px;
}

.static ul li {
	list-style:outside disc;
	padding-left:0.25em;
	margin-left:1em;
}

ul#album li {
	float:left;
	display:inline;
	margin:0 8px 8px 0;
}

ul#album a {
	display:block;
	padding:5px;
	border-top:1px solid #b3b3b3;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	border-left:1px solid #b3b3b3;
	position:relative;
}

ul#album img {
	border-top:1px solid #666;
	border-right:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;
	border-left:1px solid #666;
}

a.thickbox {
	position:relative;
}

span.magnify {
	background:transparent url(/graphics/lupe.png) 0 0 no-repeat;
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:16px;
	height:16px;
}

ul#album span.magnify {
	top:5px;
	left:5px;
}

/*
 * Bereich mit voller Breite auf Homepage
*/

#fullwidth {
	clear:both;
	border-top:1px dotted #638597;
	padding:5px 0 10px;
}

#partnerlogos {
	text-align:center;
}

#partnerlogos img {
	margin:5px 5px;
}

/*
 * Footer
*/

#footer {
	clear:both;
	border-top:6px solid #fd8224;
	background:#bbc1a3 url(../graphics/fond-footer.gif) bottom left no-repeat;
}

ul#footerlinks {
	margin:1em auto 0;
}

ul#footerlinks li {
	float:left;
	padding:0 1em;
	height:14px;
	line-height:14px;
	border-right:1px solid #fff;
	margin:0;
}

ul#footerlinks li.last {
	border-right:none;
}

ul#footerlinks li a {
	color:#fff;
}

#crdLogo {
	float:right;
	margin-right:5px;
}

#crdaddress {
	clear:both;
	color:#fff;
	text-align:left;
	padding:1em;
}

#crdaddress a {
	color:#fff;
}

/*
 * Infobuttons
*/

a.picturelink, a.palink {
	position:relative;
}

#hitlist a.palink {
	padding-right:8px;
	position:relative;
	top:3px;
}

span.ibtext {	
	display:none;
}

a.picturelink:hover span.ibtext, a.palink:hover span.ibtext {
	display:block;
	width:180px;
	padding:4px;
	background:#fff url(../graphics/bgr-liste.gif) bottom left repeat-x;
	border:1px solid #ff9900;
	position:absolute;
	top:5px;
	left:165px;
	cursor:default;
}

a.palink:hover span.ibtext {
	top:0;
	left:20px;
}

/*
 * Buttons
*/

p.button {
	float:right;
	margin:6px 0 0;
	background:transparent url(../graphics/button-left.gif) top left no-repeat;
	padding:0 0 0 3px;
	height:22px;
	line-height:22px;
}

button, p.button a {
	display:block;
	cursor:pointer;
	border:none;
	background:transparent url(../graphics/button-right.gif) top right no-repeat;
	padding:0 3px 0 0; /* Firefox */
	height:22px;
	font-weight:bold;
	font-size:13px;
	color:#fff !important;
	width:auto;
	white-space:nowrap;
}

.button button{
    overflow:visible;
}

.buttons button[type]{
    width:auto;
}


p.button a:hover, p.button a:active {
	text-decoration:none;
}

/* 
 * Statische Seiten
*/

.textContainer h3 {
	font-size:15px;
}

.textContainer .image {
	float:left;
	margin:0 1em 1.5em 0;
	clear:left;
}

.versicherungen h3, .routenvorschlaege h3, .ablauf h3 {
	font-size:15px;
	margin:1.5em 0 0.5em;
}

.versicherungen h4 {
	margin:0.5em 0 0.3em;
}

.versicherungen p {
	margin-bottom:0.5em;
}

.routenvorschlaege p img {
	float:left;
	margin:0 1em 0.5em 0;
}

.linklist li {
	padding:3px 0 3px 10px;
	background:transparent url(../graphics/linkbutton.gif) 0 8px no-repeat;
	margin:0 0 1em;
}

ul.fahrzeugbeschreibung li {
	margin-bottom:60px;
}

ul#ortsliste li {
	margin-bottom:4px;
}

/*
 * Hotelbeschreibung
*/

p.teasertext {
	clear:left;
}

#anreisebox label, #abreisebox label {
	font-weight:bold;
}

#anreisebox img, #abreisebox img {
	position:relative;
	left:5px;
	top:3px;
}

#anreisebox {
	float:left;
	width:230px;
}

#detailbeschreibung  {
	border-bottom:1px dotted #638597;
	padding-bottom:8px;
}

/*
 * Flüge
 */

#content p.logo {
	margin:1em 0;
	text-align:center;
}

table.flytable {
	width:734px;
	border:1px solid #d9d3c5;
	padding:0;
	margin:0 0 1em;
	border-collapse:collapse;
}

.flytable th, .flytable td {
	padding:2px 4px;
	border:1px solid #d9d3c5;
}

.flytable td.destinations, .flytable th.destinations {
	text-align:left;
}

.flytable td.price {
	text-align:right;
}

ul.static {
	margin:0 0 15px;
}

ul.static li {
	list-style:outside circle;
	padding-left:0.25em;
	margin-left:1em;
}

#fullwidth {
	border:none;
}

/*
 * Hitlists
 */

#hitlist ul {
	padding:8px 0 0;
}

	#hitlist li {
		background:#fff url(../graphics/bgr-hitlistitem.gif) bottom left no-repeat;
		padding:5px 0 18px;
		margin-bottom:24px;
	}

	#hitlist li h2 {
		margin-top:4px;
	}
	
	#hitlist .button {
		float:right;
		margin-bottom:8px;
	}

	#hitlist .pricebox .button {
		margin-bottom:0;
	}

	.button span {
		position:relative;
		top:-2px;
	}

	.hotelpic {
		float:left;
		width:220px;
		padding:4px 0 8px;
	}

		#hitlist .planeritem .hotelpic {
			width:130px;
		}

	#hitlist .pricebox, #preisinfo .pricebox {
		clear:both;
	}

	#hitlist .pricebox .info, #preisinfo .pricebox .info {
		border-top:1px dotted #000;
		padding:6px 0 0;
		margin:6px 0 0;
	}

	#hitlist .pricebox table {
		width:485px;
	}

	#hitlist .pricebox h3, #preisinfo h3 {
		clear:left;
		color:#000;
		font-weight:normal;
		padding:2px 4px;
		border-top:1px dotted #000;
		border-bottom:1px dotted #000;
		margin-top:8px;
	}

	#hitlist table, #preisinfo table  {
		clear:left;
		width:485px;
	}
	
	#hitlist td.category, #preisinfo td.category  {
		border:1px solid #c6c6c6;
		background-color:#eee;
		padding:2px;
		font-weight:bold;
	}

	#hitlist td.category .textlink, #preisinfo td.category .textlink {
		display:inline;
		font-weight:normal;
		margin-left:14px;
	}

	#hitlist th, #preisinfo th {
		font-weight:bold;
		text-align:center;
		vertical-align:bottom;
	}

	#hitlist td.price, #preisinfo td.price {
		text-align:right;
	}
	
	#hitlist .planeritem th.price, #preisinfo .planeritem th.price {
		text-align:right;
	}

	#hitlist .rooms, #preisinfo .rooms {
		text-align:center;
	}

	#suminfo {
		width:485px;
		text-align:right;
		font-weight:bold;
	}
	
	#suminfo td.price {
		width:120px;
	}
	
	p.more, p.info {
		margin:12px 0;
	}
	
	#hitlist .tourenimage, #hitlist a.imglink {
		float:left;
		margin:3px 8px 4px 0;
	}
	
#preisinfo  {
	border-bottom:1px dotted #638597;
	padding-bottom:8px;
}

p.panoramaimage {
	text-align:center;
}

/* 
 * do some magic
*/
 
.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
.clearfix {
	display:block;
}
* html .clearfix {
	height:1px;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac*/




