/*
Theme Name: gkWWW
Description: gk corp website
Version: 1.2
Author: GK Corp
padding for dummies: 1=oben, 2=rechts, 3=unten, 4=links.
*/

* {
  padding:0;
  margin:0;
  list-style:none;
  text-decoration: none;
}

body
{
    font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
    font-size: 12px;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 18px;
    color: #333333;
    background-size: 100%;
    background: #F1F1F1 url() repeat scroll center top;
    /* background: #F1F1F1 url("http://cloudfront.gkdatacenter.net/back-bricks-one.jpg") repeat scroll center top; */
}

a {
  color:#507FA3;
}

img {
  border:0;
}

fieldset {
 border: none;
}

div#background {
 width:990px;
 margin:0px auto 0;
 background: url("http://cloudfront.gkdatacenter.net/back-tafel-one.jpg") repeat-y; 
 padding-bottom: 1px;
 border-right:1px solid #CCCCCC;
}

input {
  font-size: 14px;
  border: 1px solid silver;
  border-top: none;
  border-left: none;
  height:22px;
}

/*-----------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------*/

div#header {
/*  width: 940px;*/
  height: 100px;
  background: white;
  position: relative;
  text-align: left;
  font-size: 0.9em;
  padding: 5px;
  margin: -0 0 0 40px;
}

#description {
  padding-top: 10px;
  padding-left: 19px;
  color: #777777;
} 

#logo {
    float: right;
    margin: 20px 30px 0 0;
    width: 150px;
    border: 0;
} 

div#subheader {
/*  width: 940px; */
  height: 30px;
  text-align: left;
  position: absolute; 
  margin: -27px 0 0 40px;
/*  position: relative; */
/*  margin: 0 40px; */
}

div#subheader li {
  display: inline;
}
div#subheader a {
  display: block;
  float: left;
  color: #0063B1;
  background: white;  
  line-height: 27px;
  font-size: 11px;
  font-weight: bold;
  padding: 0 12px 0 12px;
  margin-right: 2px;
  height: 27px;
  text-align: left;
}

div#subheader ul>li.current_page_item>a,div#subheader ul>li.current_page_ancestor>a {
  color: white;
  background: #0063B1;  
}

div#subheader li.searchnav {
  display: block; 
  float: left;
  width: 125px;
  height: 27px;
  background: white;
}
div#subheader input {
  font-size: 11px;
  border: none;
  height:17px;
  width:120px;
  padding: 6px 5px 4px 12px;
  color: #0063B1;
}

#teaserspace {
  position: relative;
  height: 35px;
  width: 990px;
} 
#teaser {
  display:none;
/*  left: 350px;
  position: absolute;
  top: 30px;*/
  height: 60px;
  width: 640px;
  color: white;
  line-height: 27px;
  font-size: 160px;
  font-weight: bold;
	float:right;
	padding: 30px 0 0 0;
} 
#teaser i {
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
} 

#left {
    float:left;
    width: 150px;
    padding: 0px; 
    position: relative;
} 

#submenu {
    float:left;
    background: white;
    width: 150px;
    padding: 17px 0px 30px 10px; 
    position: relative;
    min-height: 400px;
} 
#submenu li {
  background: white;
  line-height:25px;
  font-weight: bold;
  font-size: 11px;
}
#submenu li ul li {
    font-weight: normal;
}
#submenu a {
  padding: 5px 5px 5px 15px; /*  1=oben, 2=rechts, 3=unten, 4=links. */
  color: #0063B1;
}
#submenu li.current_page_item, #submenu li.current_page_item>a {
  background: #0063B1;
  color: white;
}

#references {
    float:left;
    padding: 15px;
} 
#references li {
    margin-bottom: 5px;
} 
#references img {
    /* width: 130px; */
    padding-bottom: 6px;
} 

/*-----------------------------------------------------------------------------
  Main Content
-----------------------------------------------------------------------------*/

div.breadcrumb
{
    padding-top: 11px;
    font-size: 10px;
} 

/* ------------------------------- */

div#content {
  width: 940px;
  position: relative;
  text-align: left;
  margin: 0px 0 0 40px;
  height: 100%;
}

div#main {
  left: 10px;
  background: white;
  float:left;
  width: 562px;
  padding: 10px 25px 20px 25px;
  position: relative;
  min-height: 932px;
}

/* war: div#main */
h2.header {
  color: black; /* #ff7e00; */
  font-size:20px;
  padding:10px 0 0 0;
  line-height:1;
  margin:0 0 15px;
  position:relative;
}

h2.header a {
  color:black; /* #ff7e00; */
  text-decoration:none;
}

h2.header span {
  position:relative;
  background:#FFF;
  padding-right:10px;
  bottom:-5px;
}

#main p.subheadline {
  color:#0063B1;
  font-size:14px;
  line-height: 24px;
  -padding-bottom: 12px;
  margin: 0 0 10px 0;
}

/* headline comments */
div#main h3 {
  margin:15px 0 5px;
 /* color:#ff7e00;*/
 color: #0063B1;
}

h4 {
  display: block;
  font-weight: normal;
}

div#main p {
  color:#606060;
  line-height:2;
  margin:10px 0;
}

.article {
  margin-bottom:20px;
}

.article blockquote {
  margin:0 15px;
  padding:1px 15px;
  border-left:5px solid #B8D1E4;
  background:#F0F0F0;
}

.article ul, .article ol {
  color:#6b6b6b;
  margin-left:15px;
}

.article ul li {
  margin:3px 0;
  line-height: 2;
  padding-left:15px;
  background:url("http://cloudfront.gkdatacenter.net/img-square.png") 0 10px no-repeat;
}

.article ol {
  margin-left:30px;
}

.article ol li {
  list-style:decimal;
  margin:10px 0;
}

.article ol li ol {
  font-size:1em;
  margin-left:15px;
}

#main p.byline {
  color:#999;
}


ul.article_footer {
  text-align:right;
  margin:10px 0;
  background:#F1F1F1;
  padding:5px 10px;
  border:1px solid #DADADA;
  border-width:1px 0;
  line-height:1.5;
}

ul.article_footer li {
  font-size:0.9em;
  display:inline;
  background:none;
  border-left:1px solid #DADADA;
  margin-left:5px;
  padding-left:10px;
}

ul.article_footer li.first {
  border-left:0;
}

/*-----------------------------------------------------------------------------
  Siedbar
-----------------------------------------------------------------------------*/

div#secondary {
  padding: 0px 20px 0px 10px;
  width: 148px;
  left: 772px;
  background: white;
  position:absolute; 
  height: 100%;
}

div#secondary ul#sidebar {
  margin:15px 0px 20px;
  color:#507fa3;
  padding-bottom:10px;
  padding-right: 5px;
  font-size: 10px;
}

div#secondary ul#sidebar li {
  margin:5px 0;
  line-height: 15px;
}

/* Sidebar headers */
div#secondary h2, div#secondary ul#sidebar li, div#secondary ul#sidebar li a {
  text-transform:uppercase;
  color:#0063B1;
  font-size:14px;
  font-weight:normal;
  line-height: 24px;
  margin:19px 0 8px;
}

div#secondary ul#sidebar li li {
  text-transform:none;
  color:#507fa3;
  font-size:11px;
  line-height: 18px;
  margin:5px 0;
}

div#secondary ul#sidebar li li a {
  text-transform:none;
  color:#0063B1;
  font-size:11px;
  line-height: 20px;
  margin:5px 0;
  display: block;
  font-weight: bold;
}

div#secondary a {
  color:#666;
  text-decoration:none;
}

div#secondary a:hover {
  text-decoration:underline;
}

div#secondary ul.children {
  margin-left:5px;
  padding-left:10px;
  border-left:5px solid #EAEAEA;
}

div#secondary ul#sidebar li li {
}

/* Optional bio area header (commented out by default) */
div#author h2 {
}

div#secondary p {
  margin:5px 0;
  color:#666;
}

/*-----------------------------------------------------------------------------
  Footer
-----------------------------------------------------------------------------*/
/*
ul#footer {
  height:8px;
  width:768px;
  margin:0 auto;
  text-align:center;
  font-size:1em;
  color:#686868;
  padding:15px 0;
}

ul#footer li {
  display:inline;
  margin-left:10px;
}

ul#footer li span {
  position:absolute;
  text-indent:-9999em;
}

ul#footer li a {
  color:#686868;
  text-decoration:none;
}
*/
/*-----------------------------------------------------------------------------
  CSS Magic
-----------------------------------------------------------------------------*/

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
  .clearfix {display:block;}
/* End hide from IE Mac */

/* ---------------------------- */

div#footer {
 /* width: 940px;*/
  background: white;
  position: relative;
  text-align: left;
  padding: 5px;
  margin: 0 0 50px 40px;
    height: 320px;
    border-top: solid 1px #cacaca;
}

#directory
{
    font-size: 0.9em;
    margin: 0 25px 0 30px;
    padding: 10px 0 20px 0;
    text-decoration: none;
} 
#directory ul
{
    display: block;
} 
#directory li
{
    color: #0063B1;
    display: inline;
    float: left;
    width: 24%;
    margin: 0 4px 20px 0;
} 
#directory li ul li
{
    clear: both;
    display: block;
    width: 100%;
    margin: 0 4px 0 0;
} 
#directory li ul li a
{
    color: #777777;
    text-decoration: none;
}on: none;
}
}
