@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "2col_left_seo"
 * (de) Zentrales Stylesheet - Beispiellayout "2col_left_seo"
 *
 * @copyright       Copyright 2005-2007, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.4
 * @revision        $Revision: 130 $
 * @lastmodified    $Date: 2007-10-05 19:05:21 +0200 (Fr, 05 Okt 2007) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(nav_shinybuttons.css);
@import url(basemod.css);
@import url(basemod_2col_left_seo.css);
@import url(content.css);

/* import print layout | Druck-Layout einbinden */
@import url(print_100_draft.css);


/************************** ZUSÃƒâ€žTZLICHE STYLE ANGABEN ******************************/


/* Menue Farben */
.menu-text {
	padding:0px;
	line-height:10px;
	text-align:center;
	font-weight: bold;
}
.menu-image {
    padding:1px;
	background-color:#ffffff;
}

/* Hauptmenü Farben a - b */
.menu-text-color-a {
	color: #fff;
	background-color:#7777ee;
}
.menu-text-color-b {
	color: #fff;
	background-color:#6666dd;
}
/* Hauptmenü Farben c - d */
.menu-text-color-c {
	color: #fff;
	background-color:#3a5fcd;
}
.menu-text-color-d {
	color: #fff;
	background-color:#4876ff;
}


/* Hauptmenü Farben e - f */
.menu-text-color-e {
	color: #fff;
	background-color:#225378;
}
.menu-text-color-f {
	color: #fff;
	background-color:#1695A3;
}



.menu-text-color-1 {
	color: #fff;
	background-color:#2d821e;
}
.menu-text-color-2 {
	color: #fff;
	background-color:#41872d;
}
.menu-text-color-3 {
	color: #fff;
	background-color:#5a9141;
}
.menu-text-color-4 {
	color: #fff;
	background-color:#6e9655;
}
.menu-text-color-5 {
	color: #fff;
	background-color:#8ca064;
}
.menu-text-color-6 {
	color: #fff;
	background-color:#a0a578;
}
.menu-text-color-7 {
	color: #fff;
	background-color:#b9af8c;
}
.menu-text-color-8 {
	color: #fff;
	background-color:#c8b496;
}
.menu-text-color-9 {
	color: #fff;
	background-color:#d7b9a5;
}


.toggle-target {
	line-height:24px;
	text-align: left;
	font-weight: bold;	
	}


/*	background	MenÃ¼s wie z.B. Service */
.logo_back {
background-image : url(/web20/images/gif/header_back_2.gif);
background-repeat : no-repeat;
background-position : center;
}


.pageName {
padding-top: 0px;
}



/* Content von Reise.Coop Newsletter */	
.content { 
	 COLOR: #777;
	 line-height: 1.3;
	} 
.bedingung { 
	 COLOR: #ff881F; 
	 } 
.h { 
	 PADDING-RIGHT: 3px; 
	 PADDING-LEFT: 3px; 
	 FONT-WEIGHT: bold; 
	 FONT-SIZE: 14px; 
	 PADDING-BOTTOM: 3px; 
	 COLOR: #336699; 
	 PADDING-TOP: 3px; 
	 BORDER-BOTTOM: #ffc882 1px solid; 
	 BACKGROUND-COLOR: #fff5ea 
	 }  	

	 
/*   Formular Felder     */
.formularfeld_1 {
border-top : 1px solid;
border-right : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-color : #afafaf #afafaf #afafaf #afafaf;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
padding: 3px; 
font-size : 11px;
width : 120px;
color: #777;
background-color:#efefef;
}


/*   Textticker Felder     */
.textticker {
border-top : 0px solid;
border-right : 0px solid;
border-bottom : 0px solid;
border-left : 0px solid;
border-color : #afafaf #afafaf #afafaf #afafaf;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
padding: 2px; 
width : 525px;
color: #fff;
background:#ff8200;
cursor:pointer;
}

.box {
		background-color: #fff;
		padding: 5px;
		margin-top: 16px;
		width: 150px;
		border: 1px solid #ccc;
}

/* Länderinfos Columbus */
.sectionTitle {
font-weight: bold;
font-size : 14px;
color : #5555a0;
}

.infosys_form {
padding: 3px;
}
.rahmen {
border-top : 1px solid;
border-right : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-color : #ddd #ddd #ddd #ddd;
}

