body {
	background: #D8D9DA url(http://www.reise.at/assets/layout/bg_grau.png) no-repeat top center;
	background: #D8D9DA url(http://www.reise.at/assets/layout/page_bg.gif) repeat-y top center;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
}
body, td, h1, h2, h3, p, span, a:link, a:visited {
	color: black;
	font-family: Verdana, Arial, sans-serif;
	margin-top: 0;
}
#page {
}
#container {
	position: relative;
	width: 790px;
	margin: 0 auto;
	z-index: 4000;
}
#header,
#nav,
#content,
#footer {
	background-color: #D8D9DA;
}
#bannerTop {
	width: 468px;
	height: 60px;
	background-color: #fff;
	text-decoration: none;
	margin-top: 10px;
	float: left;
}
#bannerRight {
	position: absolute;
	position: fixed;
	top: 80px;
	right: 10px;
	width: 160px;
	height: 600px;
	background-color: #fff;
	text-decoration: none;
}
div.banner {
	-moz-opacity: 0.5;
	opacity: 0.5;
}
div.banner:hover {
	-moz-opacity: 1;
	opacity: 1;
}
#header {
	border-bottom: 10px solid #D8D9DA;
}
#header ul {
	float: left;
	margin: 0 0 0 20px;
	padding: 13px 0 0 0;
	color: #6b6b6b;
}
#header ul a:link,
#header ul a:visited {
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 0;
	color: #6b6b6b;
	font-size: 0.8em;
}
#header ul a:hover {
	color: #3b3b3b;
}
#content {
	min-height: 500px;
}
#footer {
	position: relative;
	width: 790px;
	margin: 0 auto;
	z-index: 4000;
}
#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer  li {
	margin: 0;
	padding: 0;
	float: left;
}
#footer span {
	display: block;
	margin: 0;
	clear: left;
	color: #a0a0a0;
	font-size: 0.7em;
}
#links {
	position: relative;
	width: 790px;
	margin: 0 auto;
	z-index: 4000;
}
#links ul {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}
#links  li {
	margin: 0;
	padding: 0;
	float: left;
}
#links a:link,
#links a:visited {
	display: block;
	margin: 0;
	padding: 0 4px 0 0;
	clear: left;
	color: #a0a0a0;
	font-size: 8px;
	text-decoration: none;
}
/*
	subnavigation
*/
#subs {
	background-color: #A3A3A3;
}
#subs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#subs  li {
	margin: 0;
	padding: 0;
	float: left;
}
#subs a:link,
#subs a:visited {
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 5px 8px;
	color: white;
	text-transform: lowercase;
	font-size:0.8em;
}
#subs a.inpath:link,
#subs a.inpath:visited,
#subs a.highlight:link,
#subs a.highlight:visited {
	font-weight: bold;
}


/*
	formulare
*/
input.M,
input.P, textarea.P,
input.F, textarea.F {
	color: black;
	background-color: #e0e1e2;
	width: 390px;
	border: 1px solid #B8C4D0;
}
input.S {
	color: black;
	font-weight: bold;
	background-color: #e0e1e2;
	width: auto;
	border: 1px solid #B8C4D0;
}
input.C {
	color: black;
	background-color: transparent;
}
th.form {
	border: 1px solid #B8C4D0;
	background-color: #e0e1e2;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding: 2px;
}
input.marked,
textarea.marked {
	border-color: #BF2F28;
}


/*
	sitemap
*/
#ce_sitemap {
	list-style-type: none;
}
#ce_sitemap ul {
	margin: 10px 0;
	list-style-type: disc;
}
#ce_sitemap a:link,
#ce_sitemap a:visited {
	text-decoration: none;
	display: block;
	color: #434343;
}
#ce_sitemap a:hover {
	color: black;
}


/*
	box
*/
div.box {
	float: left;
	width: 190px;
	height: 232px;
	margin: 0 10px 10px 0;
	background-color: #c9c9c9;
}
div.box a.image {
	display: block;
	padding: 0;
	height: 127px;
	overflow: hidden;
}
div.box a.title:link,
div.box a.title:visited {
	background: #A3A3A3 url(http://www.reise.at/assets/layout/box_grau.gif) no-repeat right center;
	display: block;
	padding: 2px 10px;
	color: white;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: bold;
	text-transform: lowercase;
}
div.box div.inner {
	padding: 5px 10px;
	font-size: 0.8em;
	color: white;
}
div.box div.price {
	float: right;
	padding-right: 6px;
	font-size: 1.1em;
	font-weight: bold;
	color: #A3A3A3;
}
div.box div.stars {
	float: left;
	padding-left: 10px;
	font-size: 1.1em;
	font-weight: bold;
	color: white;
}
/*
	letzte box in der reihe hat keinen abstand rechts
*/
div.box.last {
	margin: 0 0 10px 0;
}
/*
	farbmutation grau
*/
div.box.grau {
	background-color: #c9c9c9;
}
div.box.grau a.title:link,
div.box.grau a.title:visited {
	background-color: #A3A3A3;
	background-image: url(http://www.reise.at/assets/layout/box_grau.gif);
}
div.box.grau div.price {
	color: #A3A3A3;
}
/*
	farbmutation orange
*/
div.box.orange {
	background-color: #FBAA78;
}
div.box.orange a.title:link,
div.box.orange a.title:visited {
	background-color: #FF6100;
	background-image: url(http://www.reise.at/assets/layout/box_orange.gif);
}
div.box.orange div.price {
	color: #FF6100;
}
/*
	farbmutation gelb
*/
div.box.gelb {
	background-color: #F9D569;
}
div.box.gelb a.title:link,
div.box.gelb a.title:visited {
	background-color: #FBBB00;
	background-image: url(http://www.reise.at/assets/layout/box_gelb.gif);
}
div.box.gelb div.price {
	color: #FBBB00;
}

/*
	farbmutation gruen
*/
div.box.gruen {
	background-color: #9CE17D;
}
div.box.gruen a.title:link,
div.box.gruen a.title:visited {
	background-color: #54B429;
	background-image: url(http://www.reise.at/assets/layout/box_gruen.gif);
}
div.box.gruen div.price {
	color: #54B429;
}

/*
	farbmutation blau
*/
div.box.blau {
	background-color: #75DBFC;
}
div.box.blau a.title:link,
div.box.blau a.title:visited {
	background-color: #24BEF1;
	background-image: url(http://www.reise.at/assets/layout/box_blau.gif);
}
div.box.blau div.price {
	color: #24BEF1;
}

/*
	farbmutation dunkelblau
*/
div.box.dblau {
	background-color: #6D9CE4;
}
div.box.dblau a.title:link,
div.box.dblau a.title:visited {
	background-color: #1752AD;
	background-image: url(http://www.reise.at/assets/layout/box_dblau.gif);
}
div.box.dblau div.price {
	color: #1752AD;
}

/*
	farbmutation violett
*/
div.box.violett {
	background-color: #CE7CD1;
}
div.box.violett a.title:link,
div.box.violett a.title:visited {
	background-color: #970A9C;
	background-image: url(http://www.reise.at/assets/layout/box_violett.gif);
}
div.box.violett div.price {
	color: #970A9C;
}


/*
	boxSmall
*/
div.boxSmall {
	display: block;
	float: left;
	width: 190px;
/*	height: 76px; */
	overflow: hidden;
	margin: 0 10px 2px 0;
	background-color: #A3A3A3;
}
div.boxSmall a.title:link,
div.boxSmall a.title:visited {
	background: #A3A3A3 url(http://www.reise.at/assets/layout/box_grau.gif) no-repeat right center;
	display: block;
	padding: 2px 10px;
	color: white;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
}
div.boxSmall a.img:link,
div.boxSmall a.img:visited {
/*	display: block;
	width: 60px;
	height: 64px;
	overflow: hidden; */
	float: left;
}
/*
div.boxSmall img {
	float: left;
	margin: 0 4px 0 0;
}
*/
div.boxSmall div.text {
	padding: 2px 4px 0 0;
	margin-left: 86px;
	font-size: 0.75em;
	color: white;
}
/*
	letzte boxSmall hat keinen abstand rechts, aber 10px nach unten
*/
div.boxSmall.last {
	margin: 0 0 10px 0;
}
/*
	diese boxSmall haben keinen Abstand nach rechts
*/
#sidebar div.boxSmall,
div.boxSmall.right {
	margin-right: 0;
}
/*
	farbmutation grau
*/
div.boxSmall.grau a.title:link,
div.boxSmall.grau a.title:visited {
	background-color: #A3A3A3;
	background-image: url(http://www.reise.at/assets/layout/box_grau.gif);
}
/*
	farbmutation orange
*/
div.boxSmall.orange a.title:link,
div.boxSmall.orange a.title:visited {
	background-color: #FF6100;
	background-image: url(http://www.reise.at/assets/layout/box_orange.gif);
}
/*
	farbmutation gelb
*/
div.boxSmall.gelb a.title:link,
div.boxSmall.gelb a.title:visited {
	background-color: #FBBB00;
	background-image: url(http://www.reise.at/assets/layout/box_gelb.gif);
}
/*
	farbmutation gruen
*/
div.boxSmall.gruen a.title:link,
div.boxSmall.gruen a.title:visited {
	background-color: #54B429;
	background-image: url(http://www.reise.at/assets/layout/box_gruen.gif);
}
/*
	farbmutation blau
*/
div.boxSmall.blau a.title:link,
div.boxSmall.blau a.title:visited {
	background-color: #24BEF1;
	background-image: url(http://www.reise.at/assets/layout/box_blau.gif);
}
/*
	farbmutation dunkelblau
*/
div.boxSmall.dblau a.title:link,
div.boxSmall.dblau a.title:visited {
	background-color: #1752AD;
	background-image: url(http://www.reise.at/assets/layout/box_dblau.gif);
}
/*
	farbmutation violett
*/
div.boxSmall.violett a.title:link,
div.boxSmall.violett a.title:visited {
	background-color: #970A9C;
	background-image: url(http://www.reise.at/assets/layout/box_violett.gif);
}
div.boxSmall.violett div.price {
	color: #970A9C;
}
