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

body {
background-color: #d4c284; 
margin: 0;
padding: 0;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #332206;
font-size: 85%;
background-image: url(../image-files/logo-background.jpg);
background-position: top right;
background-repeat: repeat;
}

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

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

h1 {
margin-top: 0px;
font-family: Verdana, Arial, san-serif;
text-align: center;
font-size: 200%;
font-weight: bold;
font-style: italic;
color: #6a2500;
}

h2 {
font-family: Verdana, Arial, sans-serif;
padding-top: 8px;
}

h3 {
font-family: Verdana, Arial, sans-serif;
}

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

code {
color: #332206;
}

img {
border: 0 solid #ddd;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
color: #dd5000; 
text-decoration: underline;
font-weight: bold;
}

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

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



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

#PageWrapper {
width: 1000px;
border: 0px solid #8f8fb3;
position: relative;   
}

#Header {
position: relative;
height: 370px;
}

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

#ContentColumn {
margin: 0px 245px 0 235px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
width: 510px;
}

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

#ExtraColumn {
float: left;
margin-top: 0px;
width: 180px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -230px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
margin-top: 40px;
border-top: 0px solid #f0f5fb;
height: 230px;
position: relative;
color: #eeeeaa;
}

#ContentColumn, #NavColumn, #ExtraColumn {
position: relative;
z-index: 10;
margin-top: -60px;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

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



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

#PageWrapper {
margin: 0px auto;
background-image: url(../image-files/background.jpg);
background-repeat: repeat-y;
background-position: top center;
background-color: transparent;
}

#Header {
background-image: url(../image-files/header-image-deutsch.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top center;
}

#ContentWrapper {
background-image: url(../image-files/background.jpg);
background-repeat: repeat-y;
background-position: top center;
background-color: transparent;
}

#ContentColumn {
background-image: url(..image-files/background.jpg);
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
background-image: url(../image-files/footer.jpg);
background-repeat: no-repeat;
background-position: bottom center;
background-color: transparent;     
text-align: center;
font-size: 85%;
}

#NavColumn {
font-size: 95%;
}

#ExtraColumn {
font-size: 95%;
}

#NavColumn h4 {
font-size: 88%;
color: #700;
letter-spacing: 1px;
text-transform: uppercase;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 96%;
color: #700;
letter-spacing: 1px;
text-transform: uppercase;
margin-top: 0;
}


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

.Navigation {
width: 90%;
font-family: Georgia, 'Times New Roman', Palatino, serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 100%;
color: #6a2500;
border-bottom: 1px dotted #fff;
margin: 12px 0;
}

/* -- Nav List -- */

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

.Navigation li {
background-color: transparent;        /* tan, for button and RSS box backgrounds -- */
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #464600;
font-weight: normal;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 2px;
text-decoration: none;
}

.Navigation a:visited {
color: #700;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 2px;
text-decoration: none;
}

.Navigation a:hover {
color: #700;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 2px;
background-color: transparent;   
text-decoration: underline;
}



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

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

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
color: #464600;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: #700;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: 'Times New Roman', Georgia;
}

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

.ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: center;
}

.ExtraNav a:link {
color: #672300;
font-weight: normal;
text-decoration: none;
font-weight: bold;
padding: 0 10px;
}

.ExtraNav a:visited {
color: #332206;
font-weight: normal;
text-decoration: none;
font-weight: bold;
padding: 0 10px;
}

.ExtraNav a:hover {
color: #d50;
background-color: transparent;
text-decoration: none;
font-weight: bold;
padding: 0 10px;
}

#Header .ExtraNav {
font-size: 95%;
text-transform: uppercase;
letter-spacing: 1px;
position: absolute;
color: #723300;
top: 205px;
left: 40px;
right: 25px;
text-align: left;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
background-color: transparent;
padding-top: 30px;
padding-bottom: 30px;
font-size: 110%;
text-transform: uppercase;
}

#Footer .ExtraNav a:link {
color: #723300;
}

#Footer .ExtraNav a:hover {
color: #d50;
}

#Footer .ExtraNav a:visited {
color: #e1dba7;
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #aa7733;
width: 85%;
background-image: url(../image-files/background.jpg);
border: 1px dotted #eea;
margin: 15px auto 24px auto;
padding: 11px; 4px; 4px; 4px
color: #0000;
}

.CalloutBox img {
margin: 5px;
}

.CalloutBox h3 {
color: #e1dba7;
}

div.CalloutBox p {
margin: 13px 13px 13px 30px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

.ReminderBox {          
background-color: #521;
width: 24%;
border: 1px dotted #eea;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #eea;
}

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

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

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468 {
padding: 5px;
background-color: transparent;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxExtraColumn {
float: left;
padding-left: 3px;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}


.ReturnToNavBox {
background-color: transparent;
width: 90%;
border-top: 1px dotted #a73;
border-bottom: 1px dotted #a73;
margin: 15px auto 12px auto;
padding: 4px;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: transparent;
border: 0px dotted #332206;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #6a2500;
line-height: 120%;
text-align: center;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #652;
display: block;
line-height: 150%;
margin-bottom:10px;
}

/* -- floats -- */

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

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

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