 /*_______________________________________________________________________

                 styles.css
                 Layout for www.die-google-gesellschaft.de
                 Thomas Krug und Christian Schlieker, 15. Juni 2005
   ________________________________________________________________________ */

body {
   padding: 0px;
   background-color: #E9F1F5;
   margin: 0px;
   font-family : verdana;
   font-size: 11px;
}

#boxwrap {
   padding:0px;
}


/* =======================================================================
         text formating
   =======================================================================*/

h1 {
   font-weight: bold;
   padding-top: 5px;
   font-family : verdana;
   font-size: 14px;
   color: #516C77;
}

h2 {
   font-weight: bold;
   font-family : verdana;
   font-size: 12px;
   color: #516C77;
}

h3 {
   font-weight: bold;
   font-family : verdana;
   font-size: 11px;
   color: #516C77;
}

p {
   font-family : verdana;
   font-size: 12px;
   color: #000000;
   margin: 0px 0px 0px 0px;
   line-height:1.3em
}

p.bodytext {
   font-family : verdana;
   font-weight: normal;
   font-size: 12px;
   color: #000000;
}

p.rightheader {
   font-family : verdana;
   font-size: 11px;
   color: #4CBDB0;
   margin:0px;
   padding-left: 10px;
   padding-right: 10px;
   padding-top:5px;
   padding-bottom: 5px;
}

p.righttext {
   font-family : verdana;
   font-weight: normal;
   font-size: 11px;
   color: #000000;

}

p.login {
   font-family : verdana;
   font-size: 11px;
   color: black;
   margin-bottom: 10px;
}

a {
   font-family : verdana;
   font-size: 12px;
   color: #516C77;
   text-decoration: underline;
}

a:hover {
   text-decoration: none;
}

a.rightlink {
   font-family : verdana;
   font-size: 11px;
   color: #516C77;
   text-decoration: underline;
}

a.rightlink:hover {
   text-decoration: none;
}

ul {
   list-style-image: url(Images/pfeil.gif);
   font-family : verdana;
   font-size: 11px;
   color: black;
   margin: 0px;
   margin-right: 5px;
   padding: 0px;
}

li {

   margin-left:20px;
   margin-bottom:5px;
}

/* =======================================================================
         navigation formating
   =======================================================================*/

a.PrimaryNav {
   font-family : verdana;
   font-size: 11px;
   color: #FFFFFF;
   text-decoration: none;
   border-right: 1px solid #141428;
   padding-right: 5px;
   margin: 0px;
}

a.PrimaryNav:hover {
   border-right: 1px solid #FFFFFF;
   text-decoration: none;
}



a.TopNavigation {
   font-weight: normal;
   font-family : verdana;
   font-size: 11px;
   color: #000000;
   text-decoration: none;
   border-right: 1px solid #CFCFCF;
   padding-right: 5px;
   padding-left: 10px;
   padding-bottom: 0px;
   padding-top: 0px;
   margin: 0px;
}

a.TopNavigation:hover {
   border-right: 1px solid #000000;
   text-decoration: none;
}

a.LeftNav1 {
   font-family : verdana;
   font-size: 11px;
   color: #FFFFFF;
   text-decoration: none;
   padding-left: 10px;
   padding-right: 10px;
   border-right:solid 1px #141428;
}

a.LeftNav1:hover {
   text-decoration: underline;
   border-right:solid 1px #141428;

}

a.LeftNav2 {
   font-family : verdana;
   font-size: 11px;
   color: #FFFFFF;
   text-decoration: none;
   border-right:solid 1px #141428;
   text-align:right;
}

a.LeftNav2:hover {
   text-decoration: underline;
   border-right:solid 1px #141428;
}


a.LeftNav3 {
   font-family : verdana;
   font-size: 11px;
   color: #FFFFFF;
   text-decoration: none;
   padding-left: 30px;
   border-right:solid 1px #141428;
}

a.LeftNav3:hover {
   text-decoration: underline;
   border-right:solid 1px #141428;
}

a.LeftNav4 {
   font-family : verdana;
   font-size: 11px;
   color: #FFFFFF;
   text-decoration: none;
   padding-left: 40px;
}

a.LeftNav4:hover {
   text-decoration: underline;
}


a.FootNavigation:hover {
   text-decoration: none;
   color: #FFFFFF;
   background-color: #141428;
}

/* =======================================================================
         position and formating forms
   =======================================================================*/

input {
   height: 15px;
   width: 300px;
   font-size: 10px;
   font-family : verdana;
   border: 1px solid #516C77;
   margin-bottom: 0px;
}

textarea {
   width: 300px;
   font-size: 10px;
   font-family : verdana;
   border: 1px solid #516C77;
   margin-bottom: 0px;
}

input.tx-eeblog-searchbox-sword {
   height: 12px;
   width: 110px;
   font-size: 10px;
   font-family : verdana;
   border: 1px solid #516C77;
   margin-bottom: 0px;
}

input#blog_kommentar_input {
   height: 12px;
   width: 110px;
   font-size: 10px;
   font-family : verdana;
   border: 1px solid #516C77;
   margin-bottom: 0px;
}

textarea#blog_kommentar_text {
   width: 400px;
   font-size: 10px;
   font-family : verdana;
   border: 1px solid #516C77;
   margin-bottom: 0px;
}

input.tx-eeblog-searchbox-button {
   height: 16px;
   width: 51px;
   font-size: 10px;
   font-family: verdana;
   font-weight: bold;
   text-align: center;
   color: #516C77;
   cursor: hand;
   background-color: #FFFFFF;
   border: 1px solid #516C77;
}

input.tx-eeblog-submit-button {
   height: 16px;
   width: 100px;
   font-size: 10px;
   font-family: verdana;
   font-weight: bold;
   text-align: center;
   color: #516C77;
   cursor: hand;
   background-color: #FFFFFF;
   border: 1px solid #516C77;
}

input#searchfield {
   height: 12px;
   width: 110px;
   font-size: 10px;
   font-family : verdana;
   border: 1px solid #516C77;
   margin-bottom: 5px;
}

input#submitbutton {
   content: suchen;
   color: #516C77;
   cursor: hand;
   margin-top: 3px;
   margin-bottom: 0px;
}

input#loginfield {
   height: 12px;
   width: 51px;
   font-size: 10px;
   font-family : verdana;
   border: 1px solid #516C77;
}

input#loginbutton {
   height: 16px;
   width: 51px;
   font-size: 10px;
   font-family: verdana;
   font-weight: bold;
   text-align: center;
   color: #516C77;
   cursor: hand;
   background-color: #FFFFFF;
   border: 1px solid #516C77;
}

input#tipafriend {
   height: 12px;
   width: 140px;
   font-size: 10px;
   font-family : verdana;
   border: 1px solid #516C77;
}

input#tipafriendsubmit {
   height: 16px;
   width: 140px;
   font-size: 10px;
   font-family: verdana;
   font-weight: bold;
   text-align: center;
   color: #516C77;
   cursor: hand;
   background-color: #FFFFFF;
   border: 1px solid #516C77;
}

form#loginform {
   padding: 0px;
   margin: 0px;
}

#rightform {
   padding-left: 20px;
   margin: 0px;
}

form {
   margin: 0px;
}

input.tx-indexedsearch-searchbox-sword {
   height: 12px;
   width: 100px;
   font-size: 10px;
   font-family: verdana;
   color: #495578;
   border: 1px solid #495578;
   margin-left: 5px;
   margin-bottom: 3px;
}

input.tx-indexedsearch-searchbox-button {
   height: 16px;16px;
   width: 100px;
   font-size: 10px;
   font-family: verdana;
   color: #495578;
   border: 1px solid #495578;
   margin-left: 5px;
   margin-bottom: 3px;
}

select {
   font-size: 10px;
   font-family: verdana;
   color: #495578;
   border: 1px solid #495578;
   margin-left: 5px;
   margin-bottom: 3px;
}

/* =======================================================================
         positions
   =======================================================================*/

#topnav {
   padding: 0px;
   margin-left: 315px;
   margin-top: 0px;
   margin-bottom: 10px;
}

/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
DIV.csc-menu { margin-left: 0px; }
DIV.csc-menu P { font-size: 11px; margin: 1px 0px 0px 0px; padding: 2px 2px 2px 10px; background-color: #FFFFFF; }
DIV.csc-menu P A { color: #516C77; text-decoration: none; }
DIV.csc-menu P A:hover { color: #516C77; text-decoration: underline; }
DIV.csc-menu P.csc-section { font-weight: normal; margin-left: 20px; font-style: italic; }

/* Menu / Sitemap, "Menu of these pages" */
DIV.csc-menu-def P {  }

/* Menu / Sitemap, "Menu of subpages to these pages" */
DIV.csc-menu-1 { }

/* Menu / Sitemap, "Sitemap" */
DIV.csc-menu-2 { }
DIV.csc-menu-2 P.csc-sitemap { }
DIV.csc-menu-2 P.csc-sitemap-level1 { margin-left: 20px; }
DIV.csc-menu-2 P.csc-sitemap-level2 { margin-left: 40px; }
DIV.csc-menu-2 P.csc-sitemap-level3 { margin-left: 60px; }
DIV.csc-menu-2 P.csc-sitemap-level4 { margin-left: 80px; }
DIV.csc-menu-2 P.csc-sitemap-level1 A { color: #516C77; font-weight: bold; }
DIV.csc-menu-2 P.csc-sitemap-level1 A:hover { color: #516C77; font-weight: bold; }
DIV.csc-menu-2 P.csc-sitemap-level2 A { color: #000000; font-weight: bold; }
DIV.csc-menu-2 P.csc-sitemap-level2 A:hover { color: #000000; font-weight: bold; }
DIV.csc-menu-2 P.csc-sitemap-level3 A { color: #000000; }
DIV.csc-menu-2 P.csc-sitemap-level4 A { color: #000000; }

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
DIV.csc-menu-3 { }
DIV.csc-menu-3 P.csc-section { margin-left: 0px; }
DIV.csc-menu-3 P.csc-section A { color: #495578; }

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
DIV.csc-menu-4 { }
DIV.csc-menu-4 P { margin-top: 2px; }
DIV.csc-menu-4 P.csc-abstract { font-weight: normal; font-style: italic; margin-top: 0px; padding: 0px 2px 2px 20px; }

/* Menu / Sitemap, "Recently updated pages" */
DIV.csc-menu-5 { }

/* Menu / Sitemap, "Related pages (based on keywords)" */
DIV.csc-menu-6 { }

/* Menu / Sitemap, "Menu of subpages to these pages + sections" */
DIV.csc-menu-7 { }
DIV.csc-menu-7 P { font-weight: bold; }
DIV.csc-menu-7 P.csc-section A { color: #495578; }
/************* END SITEMAP ****************/


/* Ergänzungen und Änderungen von Chrof */
a.FootNavigation {
   font-weight: normal;
   font-family : verdana;
   font-size: 11px;
   color: #FFFFFF;
   text-decoration: none;
   padding: 0px;
   margin: 0px;
}


#header {
   margin-top: 3px;
   margin-left: 3px;
   margin-right: 3px;
   margin-bottom: 0px;
   padding-top: 0px;
   height: 75px;
   min-width: 605px;
}

#homenav {
   position: absolute;
   right: 210px;
   top: 125px;
}

#leftfield {
   position: absolute;
   top: 141px;
   left: 3px;
   width: 188px;
   margin:0px;
   padding:0px;
}

#LeftNavLine {
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #4CBDB0;
   margin-left:10px;
   margin-right:10px;
   padding-right:10px;
   padding-left:0px;
   padding-bottom: 5px;
   padding-top: 5px;
   text-align:right;
}

#footnav {
   margin-right: 1px;
   margin-bottom: 0px;
   margin-top: 0px;
   text-align: right;
}


#middlefield {
   position: absolute;
   top: 141px;
   left: 200px;
   right: 200px;
   margin:0px;
   padding:0px;
}

#middlefieldcontent {
   padding: 20px;
}

p.titel {
   font-family : verdana;
   font-size: 40px;
   color: #4CBDB0;
   margin-left: 200px;
   padding-top: 10px;
   white-space: nowrap;
}

a.titel {
   font-family : verdana;
   font-size: 40px;
   color: #4CBDB0;
   text-decoration: none;
}
a.titel:hover {
   text-decoration: none;
}

p.untertitel {
   font-family : verdana;
   font-size: 20px;
   color: #4CBDB0;
   margin-left: 20px;
   white-space: nowrap;
}

#positionnav {
   padding: 1px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 5px;
   margin-bottom: 10px;

}

#rightfield {
   position: absolute;
   top: 141px;
   right: 3px;
   width: 190px;
   padding: 0px;
   margin: 0px;
}

#RightTopLine {
   height:25px;
   margin:0px;
   padding:0px;

}

#RightContentField {
   padding-right: 10px;
   padding-left: 10px;
   padding-bottom: 5px;
   padding-top: 0px;
   margin:0px;
   font-family : verdana;
   font-weight: normal;
   font-size: 11px;
   color: #000000;
}
#topline {
   margin-top: 5px;
   margin-left: 3px;
   margin-right: 3px;
   margin-bottom: 0px;
   padding-top: 0px;
   padding-bottom:6px;
   height: 15px;
}

#ee_blog_listView {
   margin-top: 5px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   padding-top: 0px;
   padding-bottom:6px;
}



/* Neu von Chrof: Klassen für die Hintergründe. Vorsicht mit margin und padding /=0.
 Führt schnell zu Artefakten. */
#footnavBG {
   background: url(Images/fuss.gif) no-repeat top left;
   float:right;
   margin:0px;
   padding: 0px;
}


#LeftLO {
background:url(Images/Kopf_01.gif) top left no-repeat;
   margin:0px;
   padding:0px;
}

#LeftRO {
background:url(Images/Kopf_02.gif) top right no-repeat;
margin:0px;
padding:0px;
}

#LeftLU {
background:url(Images/Kopf_03.gif) bottom left no-repeat;
margin:0px;
padding:0px;
}

#LeftRU {
background:url(Images/Kopf_04.gif) bottom right no-repeat;
margin:0px;
padding:0px;
}

#HeaderLO {
background:url(Images/Kopf_01.gif) top left no-repeat;
margin:0px;
padding:0px;
}

#HeaderRO {
background:url(Images/Kopf_02.gif) top right no-repeat;
margin:0px;
padding:0px;
}

#HeaderLU {
background:url(Images/Kopf_03.gif) bottom left no-repeat;
margin:0px;
padding:0px;
}

#HeaderRU {
background:url(Images/Kopf_04.gif) bottom right no-repeat;
margin:0px;
padding:0px;
}

#MiddleLO {
background:url(Images/Body_01.gif) top left no-repeat;
margin:0px;
padding: 0px;
}

#MiddleRO {
background:url(Images/Body_02.gif) top right no-repeat;
margin:0px;
padding:0px;
}

#MiddleLU {
background:url(Images/Body_03.gif) bottom left no-repeat;
margin:0px;
padding:0px;
}

#MiddleRU {
background:url(Images/Body_04.gif) bottom right no-repeat;
margin:0px;
padding:0px;
padding-bottom:14px;
}

#RightLO {
background:url(Images/Blog_01.gif) top left no-repeat;
margin:0px;
padding:0px;
}

#RightRO {
background:url(Images/Blog_02.gif) top right no-repeat;
margin:0px;
padding:0px;
}

#RightLU {
background:url(Images/Blog_03.gif) bottom left no-repeat;
margin:0px;
padding:0px;
}

#RightRU {
background:url(Images/Blog_04.gif) bottom right no-repeat;
margin:0px;
padding:0px;
}


#Right2LO {
background:url(Images/Body_01.gif) top left no-repeat;
margin:0px;
padding:0px;
}

#Right2RO {
background:url(Images/Body_02.gif) top right no-repeat;
margin:0px;
padding:0px;
}

#Right2LU {
background:url(Images/Body_03.gif) bottom left no-repeat;
margin:0px;
padding:0px;
}

#Right2RU {
background:url(Images/Body_04.gif) bottom right no-repeat;
margin:0px;
padding:0px;
}