
/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**  Dateiversion: 01.11.06  
**  Datei       : layout_2col_right_vlines.css
**  Funktion    : Zentrales Stylesheet 2-Spalten-Layout mit grafikfreien Spaltentrennern (Randspalte rechts) 
**
*/

@import url(main/base.css);
@import url(main/content.css);
@import url(main/iehacks.css);
@import url(explorer/iehacks_vlist.css);

@import url(modifications/basemod.css);
@import url(modifications/basemod_2col_right_vlines.css);
@import url(wdreiMagnoliaStyles.css);

/* ##   Betrifft: "main/base.ccs"   ## */
body { 
    background: #FC4E37; 
	padding: 0px; 
	/*background-image:url(../images/layout/backgroundPantone805.png);*/
}

h1,h2,h3,h4 { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; font-weight:normal;}

/* Pantone 805 */
h1 {font-size: 1.3em; color: #FC4E37; margin: 0 0 0.25em 0; padding-top: 0.5em;  }
h2 {font-size: 1.1em; color: #FC4E37; margin: 0 0 0.25em 0; padding-top: 0.5em; font-weight:bold; border: none; }
h3 {font-size: 1.0em; color: #FC4E37; margin: 0 0 0.25em 0; padding-top: 0.5em; font-weight:bold; }
h4 {font-size: 0.9em; color: #FC4E37; margin: 0 0 0.30em 0; padding-top: 0.5em; font-weight:bold; border: none; }

/*
h1 {font-size: 1.2em; color: #000; margin: 0 0 0.25em 0; padding-top: 0.5em; font-weight:bold}
h2 {font-size: 1.1em; color: #000; margin: 0 0 0.25em 0; padding-top: 0.5em; font-weight:bold; border: none; }
h3 {font-size: 1.0em; color: #000; margin: 0 0 0.25em 0; padding-top: 0.5em; font-weight:bold; }
h4 {font-size: 0.9em; color: #000; margin: 0 0 0.30em 0; padding-top: 0.5em; font-weight:bold; border: none; }
*/
#page {
	border: none;
	background-color: #FC4E37; 
}
#page_margins {
	border: none;
    width: 800px;
  	margin: auto;
}
#main {
	border: solid black 2px;
	text-align: left;
	width: 797px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: white;
}
#mainContent {
	text-align: left;
	width: 797px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: white;
	background-image: url(../images/layout/mainBackground.png);
}
#col2 {
	background-color: white;
}
#col2_content {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  margin: 0px;
  background-color: white; 
}

#col3 { 
	border-right-color: white;
}

/* ##   Betrifft: "modifications/basemod.ccs"   ## */
/* Formatierung der Kopfbereiches */
#header { 
	height: 110px; 
	width: 797px; 
	border-top: solid white 2px; 
	border-left: solid white 2px; 
	border-right: solid white 2px; 
	padding: 0;
	margin: 0;
}
#header img {
	padding: 0px;
	margin: 0px; 
	font-size:100%;
}
/* Anpassung Footer */
#footerArea {
	padding: 0px;
	width: 797px;
	border: solid white 2px;
	background-color: black;
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
	height: 18px;
	margin-bottom: 15px;
}
#footerAreaInside {
    height: 18px;
    	padding-left: 4px;
    	padding-right: 4px;
    	color: white;
    	text-align: left;
		vertical-align: middle;
 		padding-top:1px;
}
#bottomSearchBox {
	width: 170px; 
	height: 11px; 
	border: solid black 0px; 
	margin-top: 3px; 
	font-size: 9px;
	padding: 0px;
}
#footerArea a
{
	padding-right:20px;
	color: white;
	font-weight: bold;
    font-size: 11px;
    	font-weight:bold;
    	text-transform: uppercase;
    	text-decoration: none;
}

#footerArea a:hover
{
    background-color: transparent;
}

#footerArea a:focus
{
    background-color: transparent;
}
/* Style fŸr die Navigation */
.menu {
	list-style-type:none;
	text-indent: 0px;
    padding: 0px;
    	margin: 0px;
    	height:14px;
    	width: auto;
    	line-height: 11px;
}
.menu li {
    position: relative;
    top: -1px;
    	display: inline;
    	margin-right: 36px;
    	margin-left:3px;
    	text-transform: uppercase;
    	height:14px;
    	font-size: 11px;
    	font-weight: bold;
}
#mainNavigation {
  	color: white;
    	text-align: left;
    	vertical-align: middle;
    position:relative;
    	top:0px;
    	margin: 6px;
    	background-color: #FC4E37;
    	height: 14px;
}
#mainNavigation a {
    color: white;
    text-decoration: none;
    background-color: transparent;
    padding-left: 10px;
}
#mainNavigation a.active {
    background: url(../images/layout/menuActiveWhite.png) left no-repeat;
}
#subNavigation {
  	color: black;
    text-align: left;
    vertical-align: middle;
    position: relative;
    top: 0px;
    margin: 6px;
    background-color: #FC4E37;
    height: 14px;
}
#subNavigation a {
    color: black;
    text-decoration: none;
    background-color: transparent;
    padding-left: 10px;
}
#subNavigation a.active { 
    background: url(../images/layout/menuActiveBlack.png) left no-repeat;
}
#main #mainContent #col2 #col2_content #subSubNavigation {
	margin: 0px;
	padding: 0px;
}
.subSubNavigationUl {
	list-style-type: none;
	text-indent: 0px;
    padding: 0px;
    margin: 0px;
    height: auto;
    width: auto;
}
.subSubNavigationUl li {
    display: block;
    margin-left: 0;
}

#main a {
	color: #FC4E37;
	text-decoration: none;
}
/* Style fŸr externe Links */
#main a[href ^="http:"], #main a[href ^="https:"] {
   padding-left: 0px;
   padding-right: 20px;
   background: transparent url(../images/icons/popupAndExternalLink.png) no-repeat center right;
   text-decoration: none;
}
/* Style fŸr interner Link (*.html) */
#main #mainContent #col3 a[href $='.html'], #main #mainContent #col2 a[href $='.html'] {
   padding-left: 0px;
   padding-right: 20px;
   background: transparent url(../images/icons/internalLink.png) no-repeat center right;
   text-decoration: none;
}

#main #mainContent #col2 #col2_content #subSubNavigation ul {
	list-style-type: circle;
	color: #FC4E37;
	text-decoration: none;
	background: none;
	padding-left: 0;
	margin-left: 0;
}

#main #mainContent #col2 #col2_content #subSubNavigation a {
	background: none;
	padding-right: 0;
}

#main #mainContent #col3 a.breadCrumpLink {
	text-decoration: none;
	padding-right: 0px;
	font-size: 9pt;
	color: black;
	background: none;
}
#main #mainContent #col3 a.breadCrumpLink:link {
	background-color: #fff;
}
#main #mainContent #col3 a.breadCrumpLink:visited {
	background-color: #fff;
}
#main #mainContent #col3 a.breadCrumpLink:hover {
	background-color: #FC4E37;
}
#main #mainContent #col3 a.breadCrumpLink:focus {
	background-color: #FC4E37;
}
/* Style fŸr Reference Table */
#refTable {
	color: white;
	background-color: #FC4E37;
	border: 2px solid black;
	margin-left: 1px;
	width: 99%;
	margin-bottom: 10px;
	margin-top: 10px;
}
#refTable tr {
	border: 2px solid black;
}
#refTable td {
	border: 2px solid black;
	padding: 5px;
}
#refTable img {
	float: right;
	padding-left: 5px;
	padding-bottom: 10px;
}
#main #mainContent #col3 #col3_content #refTable a {
	background-image: none;
	padding-right: 0;
}