
                      /*   GERMANY GUIDE   */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */


body {
background-color: #2c4765; /* color for browser window background color and footer top border */
margin: 0;
padding: 0;
}

body {
font-family: Verdana, Geneva, Arial, sans-serif;
color: #000;
font-size: 80%;
;
}

p {
margin-top: 0;
margin-bottom: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #00334d;
clear: both;
}

h1, h2 {
margin-bottom: 20px;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 5px;
font-family: Verdana, Arial, sans-serif;
font-size: 140%;
line-height: 120%;
border-bottom: 0 solid #8f8fb3;
text-align: center;
}

h2 {
font-family: Verdana, Arial, sans-serif;
font-size: 115%;
margin-bottom: 15px;
border-bottom: 0px solid #8f8fb3;
}

h3 {
font-family: Verdana, Arial, sans-serif;
border-bottom: 0 solid #8f8fb3;
font-size: 108%;
margin-bottom: 0;
padding-top: 10px;
text-align: left;
color: #80002f;
}

.RedItalicLeft {
font-weight: bold;
font-style: italic;
text-align: left;
color: #80002f;
}


.LeftItalicRed  {
text-align; left;
color: #80002f;
font-style: italic;
font-weight: bold;
font-size: 115%;
border-bottom: 0;
}


.LeftItalicBlue {
text-align; left;
color: #1d4475;
font-style: italic;
font-weight: bold;
font-size: 115%;
border-bottom: 0;
}

.leftalign {
text-align: left;
margin-top: 10px;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 965px;
}

#Header {
height: 215px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#CenterColumn {
margin: 0 185px 0 180px;    /* STEP 1: set to "0 RightColumnWidth 0 LeftColumnWidth" */
padding: 5px 10px 5px 20px;
line-height: 1.4em
}

#LeftColumn {
float: left;
width: 179px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -965px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#RightColumn {
float: left;
width: 184px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -185px;        /* STEP 5: set to -(RightColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
text-align: center;
padding: 8px 0;
}

.Liner {
padding: 10px 10px;
}

#Header .Liner {
padding: 10px 10px;
}

#RightColumn .Liner {
padding: 10px 1px;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
border: 0px solid #8f8fb3;   /* dark sea blue, headlines and borders */
margin: 3px auto;
background-image: url(../image-files/travel-germany-background.jpg);
background-repeat: repeat-y;
}

#Header {
background-image: url(../image-files/travel-germany-header-965.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-image: url(../image-files/travel-germany-background.jpg);
background-repeat: repeat-y;
}

#LeftColumn {
background-image: url();
background-repeat: repeat-y;
background-color: transparent;
}

#CenterColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#RightColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
background-image: url();
background-repeat: no-repeat;
background-color: #ecede7;     /* light green used in left and right columns of travel-germany-background.gif and for footer and horizontal text-navbar */
border-top: 0px solid #f0f5fb;
}

#LeftColumn {
font-size: 90%;
color: black;
}

#RightColumn {
font-size: 90%;
}

#Footer {
font-size: 90%;
}



/* -- General Link Styling -- */

a:link {
 font-size: 100%;
color: #0000cc; 
text-decoration: underline;
}

a:visited {
color: #0000cc;
text-decoration: underline;
}

a:hover {
color: #6a00cc;
text-decoration: underline;
}



/* ------ Section 4 - Left Column Navigation ------ */


.Navigation {
width: 100%;
font-family:  Verdana, Arial, sans-serif;
background-color: transparent;
text-align: left;
}


/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 1.1em;
font-weight: bold;
color: #00334d;
background-color: #ecede7;
border-bottom: 1px solid #00334d;
border-top: 0px solid #46537d;
margin: 10px 5px;
text-align: left;

}



/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: #ecede7;  

color: #353e5e;    /*  dark gray  */
}

.Navigation a {
font-size: 13px;
padding-top: 0.3em;
padding-right: 0;
padding-bottom: 0.3em;
padding-left: 1.5em;
}


/* -- Navigation Link styles -- */

.Navigation a:link {
color: #000;
display: block; 

background-color: #ecede7;
text-decoration: none;
border-right: 0px solid #a9a9a9;
border-bottom: 0px solid #a9a9a9;
border-left: 0px solid #d7d7d7; 
border-top: 0px solid #d7d7d7;
}

.Navigation a:visited {
color: #000;
display: block;
background-color: #ecede7;
text-decoration: none;
border-right: 0px solid #a9a9a9;
border-bottom: 0px solid #a9a9a9;
border-left: 0px solid #d7d7d7; 
border-top: 0px solid #d7d7d7;
}

.Navigation a:hover {
color: #fff;
display: block; 

background-color: #558982;   /*  light green */
text-decoration: none;
border-right: 0px solid #d7d7d7;
border-bottom: 0px solid #d7d7d7;
border-left: 0px solid #a9a9a9; 
border-top: 0px solid #a9a9a9;
}


/* ------ Section 5 - Additional Navigation ------ */


          /* -- Thumbnail-with-Caption Navigation -- */

.imageCaptionLinkGroup {
text-align: center;
}

.imageCaptionLinkGroup a {
text-decoration: none;
}

.imageCaptionLinkGroup .caption {
text-decoration: underline;
}


              /* -- Horizontal Text NavBar -- */

.text-NavBar {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
margin: 12px auto 12px auto;
background-color: #abc4e3;
width: 600px;           /* same width as the width of the center column (960 -180 - 180) */
}

.text-NavBar ul {
list-style-type: none;
padding: 0;
}

.text-NavBar ul li {
display: inline;
background-color: #ffc;
text-align: center;
}

.text-NavBar a {
color: blue;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.text-NavBar a:visited {
color: purple;
text-decoration: none;
}

.text-NavBar a:hover {
color: red;
background-color: #d3e4fb;
text-decoration: underline;
}




/* ------ Section 6 - Specific Font Styles ------ */


#LeftColumn h4 {
font-size: 90%;
color: #00334d;
margin-top: 0;
}

#RightColumn h4 {
font-size: 90%;
color: #00334d;
margin-top: 0;
text-align: center;
}

.Caption {
font-size: 90%;
font-weight: normal;
color: #000;
line-height: 160%;
margin-bottom: 0px;
text-align: center;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

.poemquote {
margin: 0 auto ;
padding: 5px;
font-style: italic;
border: 1px dotted #999;
}


.sitemap {
  font-size: 108%;
  font-weight: bold;
  color: #00334d;
  text-align: left;
 }

                        

                      /* ----- Images ----- */

img {
border: 1px solid #999;
}

.ItemRight {
float: right;
margin: 2px 0 12px 10px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 10px 12px 0;
text-align: center;
}



#Img1 {
    float: left;
    width: 250px;
	margin: 2px 32px 12px 2px;
	text-align: center;
	 }

#Img2 {
     float: left;
     width: 250px;
     text-align: center;
      }
 
 #Img3 {
    float: left;
	width: 250px;
	margin: 2px 32px 12px 2px;
	text-align: center;
	 }

#Img4 {
	float: left;
	width: 250px;
	margin: 2px 0px 12px 0px;
	text-align: center;
     }


  #Img5 {
    float: left;
	width: 263px;
	margin: 2px 20px 12px 2px;
	text-align: center;
	 }

#Img6 {
	float: right;
	width: 263px;
	margin: 2px 0px 12px 0px;
	text-align: center;
	 }


                     /* ------ Section 7 - Boxes ------ */

       
            /* ------Callout Boxes-----------*/       

.CalloutBox {
background-color: #fff8f4;
width: 85%;
border: 1px solid #8a8a8a;
margin: 18px auto 24px auto;
padding: 15px;
color: black;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

.CalloutBoxSideColumn {
background-color: #c4d0cb;
width: 90%;
border: 1px solid #a5b3a6;
margin: 18px auto 18px auto;
padding: 4px;
color:  #000066;
}

.CalloutBoxRightColumn {
background-color: #fff8f4;
width: 90%;
border: 1px solid #a5b3a6;
margin: 10px auto 10px auto;
padding: 4px;
color:  #000;
font-size: 80%;
font-weight: bold;
}


div.CalloutBox h1, h2, h3, h4, h5, h6 {
margin: 0;
text-align: center;
}

p.CalloutBox h1, h2, h3, h4, h5, h6 {
padding: 2px;
}



.AlertBox {
background-color: #fff8f4;
width: 85%;
border: 1px solid #990000;
margin: 10px auto 10px auto;
padding: 15px;
color: black;
}



               /* ------Reminder Boxes-----------*/

.ReminderBox {           /* the container box */
background-color: #ddd;
width: 24%;
border: 1px solid #999;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #006;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 13px;
}


.LinkBoxRight {         
background-color: #c4d0cb;
width: 33%;
border: 1px solid #a5b3a6;
margin: 0 0 12px 18px;
float: right;             
color: #000;
}

.LinkBoxLeft {         
background-color: #fffee0;
width: 33%;
border: 1px solid #a5b3a6;
margin: 0 18px 12px 0;
padding: 5px 10px;
float: left;             
color: #000;
}



/* pale green , med green border  Right Column Box*/
div.right-column-box {
   background-color: #ecfcea;
   border: 1px solid #a5b3a6;
	margin: 10px 10px 10px 10px;
	padding: 5px 10px 10px 10px;
	float: center;
	}
	

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxRightColumn {
padding: 5px;
background-color: #d3e4fb;
border: 0px;
}
.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}
.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}
.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}
.AdSenseBoxRightColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}


.ReturnToNavBox {
background-color: #fefefe;
width: 100%;
text-align: center;
border-top: 1px solid #8f8fb3;
border-bottom: 1px solid #8f8fb3;
margin: 0 auto 12px auto;
padding: 4px;
}
	

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #ffc;
border: 1px solid #8f8fb3;
margin: 8px auto 10px 3px center;
}




/* ------ Section 8 - Frequently Used Styles ------ */

.center { 
text-align: center;
}

.clear {
clear: both;
}





.noborder   {
border: 0;
}

.RightColumnMap  {
border: 0;
color: #004d75;
text-align: center;
font-weight: bold;
}


/* gold highlight */
.highlight {
background-color: #ffe8ab;
}

/* aqua text */
.tips  {
color: #1d487e;
font-weight: bold;
width: auto;
z-axis: 1;
}

  .pushpin {
  height: 60px;
  width: 39px;
  float: left;
  margin: 5px;
  border: 0;
}

   .return {
      text-align: right;
      font-size: 80%;
       }

   .exclamation  {
      height: 50px;
      width: 37px;
      float: left;
      border: 0;
         }

 .credit  {
     font-size: 85%;
     color: #000;
      height: 10px;  
     text-align: center;
     }

   table {
         border-collapse: collapse;
          }   

 .space-7  {
       margin-left: 7px;
       margin-bottom: 7px;
       }

     .space-10  {
       margin-left: 10px;
       margin-bottom: 10px;
       }

     .space  {
       margin-left: 5px;
       margin-bottom: 5px;
       }

  


/*         CUSTOM HEADERS        */


/* now red is blue! */
#larger-red  {
font-size: 108%;
font-weight: bold;
color: #003666;
}

#larger-red2 {
  font-size: 108%;
  font-weight: bold;
  color: #660000;
  text-align: center;
 }

.normal-red {
  font-size: 93%;
  font-weight: bold;
  color: #660000;
  text-align: left;
 }

#larger-blue  {
font-size: 108%;
font-weight: bold;
color: #00334d;
}





             /* -- Lists -- */

#CenterColumn ul {
list-style-type: none;
text-align: left;
margin: 0 0 8px 10px;
}

#CenterColumn li {
margin: 0 0 8px 5px;
}

#CenterColumn ol {
list-style-type: decimal;
margin: 0 0 8px 10px;
}

 
li.custom {
list-style-type: disc; 
padding-left: 0px;
margin-bottom: 10px;
margin-left: 15px;
 }

li.custom2 {
background-image: url(http://www.uncommon-travel-germany.com/image-files/bullet2.gif); 
background-repeat: no-repeat;
background-position: 0px 10px;
padding-left: 20px;
margin-bottom: 10px;
}



