@charset "utf-8";
/* RETTER Reisen general CSS */

body {
	padding: 0px;
	margin: 0px;
	border: none;
	
	text-align: center;
	
	background-image: url(/fileadmin/site_img_reisen/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #8c1b1d;
	
	behavior:url("../htc/csshover.htc");
}

body, table, div, p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6C605E;
	line-height: 150%;
}

a img {
	border: none;
}

a, a:link, a:active, a:visited, a:hover {
	text-decoration: underline;
	color: #8b1e24;
}

a:hover {
	color: black;
}

img, .shadow {
   behavior: url(fileadmin/scripts/iepngfix.htc);
}

form {
	padding-top: 20px;
}

form input[type="text"],
form textarea {
	background-color: #f3eced;
	border: 1px solid #999;
	color: #6C605E;
}




/* layout divs */

.container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 975px;
   overflow: hidden;
}


/* header */

.header {
	background-image: url(/fileadmin/site_img_reisen/shadow_header.png);
	background-repeat: no-repeat;
	background-position: center bottom;

	z-index: 1;
}

.header_logo {
	position: absolute;
	margin-left: 5px;
	margin-top: 0px;
	width: 195px;
	background-image: url(/fileadmin/template_reisen/img/header.jpg);
	height: 224px;
	
	z-index: 10;
}

.header_logo a {
	display: block;
	width: 195px;
	height: 224px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	text-indent: -99999em;
	background-image: url(/fileadmin/template_reisen/img/header.jpg);
	z-index: 100;
	
}

.header_image {
	width: 965px;
	height: 224px;
	background-color: #963637;
	margin-left: 5px;
	z-index: 5;
}

.header_menu {
	height: 30px;
}


/* footer */

.footer {
	background-image: url(/fileadmin/site_img_reisen/shadow_footer.png);
	width: 975px;
	height: 55px;
}

.footer_padding {
	padding: 20px 20px;
}

.footer div {
	color: #771917;
	font-size: 11px;
	text-align: center;
}


/* center */

.content_container_bottom {
	height: 5px;
	width: 975px;
	
	background-image: url(/fileadmin/site_img_reisen/shadow_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;

}

.content_container_center {
	width: 975px;

	background-image: url(/fileadmin/site_img_reisen/shadow_center.png);
	background-repeat: repeat-y;
	background-position: top center;
}

.content_container_center .paddingdiv {
	padding-top: 6px;
	margin-left: 6px;
	margin-right: 6px;
	padding-bottom: 1px;
	width: 963px;
}

.content_container {
	margin-top: 10px;
}


/* menu */

.header_menu_all {
	margin-left: 5px;
}

.header_menu_point {

}



/* headlines */

.header_line_red,
.header_line_blue,
.header_line_brown {
	margin-bottom: 6px;
	padding-top: 10px;
}

.header_line_red {
	border-bottom: 2px solid #8b1e24;
}

.header_line_blue {
	border-bottom: 2px solid #7b95a2;
}

.header_line_brown {
	border-bottom: 2px solid #aaac9f;
}





/* various */

.internal-link-new-window, .external-link {
	background-image: url(/fileadmin/site_img_reisen/link_background_red.png);
	background-repeat: repeat-x;
	background-position: left center;
	
	padding-left: 16px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	
	/*margin-left: 3px;*/
}

.spacer {
	clear: both;
}

.brown_link .internal-link-new-window, .brown_link .external-link {
	background-image: url(/fileadmin/site_img_reisen/link_background_brown.png);
}

.blue_link .internal-link-new-window, .blue_link .external-link {
	background-image: url(/fileadmin/site_img_reisen/link_background_blue.png);
}

.internal-link-new-window, 
.internal-link-new-window:link, 
.internal-link-new-window:visited, 
.internal-link-new-window:active,
.external-link, 
.external-link:link, 
.external-link:visited, 
.external-link:active {
	color: white;
	text-decoration: none;
}

.internal-link-new-window:hover,
.external-link:hover {
	color: white;
	text-decoration: underline;
}



/* service menu */

.service_menu a {
	font-size: 11px;
}

.service_menu_item {
	background-image: url(/fileadmin/site_img_reisen/link_reisen_rot.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	padding-top: 2px;
	padding-bottom: 2px;
}

.service_menu_item a {
	color: #8b1e24;
	text-decoration: underline;
	padding-left: 18px;
}

.service_menu_item:hover {
	background-image: url(/fileadmin/site_img_reisen/link_reisen_weiss.gif);
	background-color: #8b1e24;
}

.service_menu_item:hover a {
	color: white;
	text-decoration: underline;
}

.tools {
	margin-bottom: 20px;
}


/* submenu */

.submenu {
	width: 193px;
	background-color: #963637;
	padding-top: 2px;
	padding-bottom: 10px;
}

.submenu_point {
	margin-left: 7px;
}





/* table definition */

.td_left {
	text-align: right;
}

.td_right {
	background-color: #f4edee;
}




/* sitemap */

.sitemap1 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 30px;
}

.sitemap2,
.sitemap3,
.sitemap4 {

}

.menu1 {
   background-image: url(/fileadmin/site_img_reisen/link_reisen_rot.gif);
   background-position: center left;
   background-repeat: no-repeat;
   padding-left: 7px;
   font-size: 13px;
   margin-bottom: 3px;
   line-height: 150%;
}

.menu1 a {
   text-decoration: none;
}


